add dev team (#3011)
This commit is contained in:
parent
c4d30a0b7f
commit
2a60faf4fe
1 changed files with 7 additions and 0 deletions
|
@ -49,6 +49,13 @@ const withXcodeTarget = (config, {extensionName, controllerName}) => {
|
|||
}
|
||||
}
|
||||
|
||||
pbxProject.addTargetAttribute(
|
||||
'DevelopmentTeam',
|
||||
'B3LX46C5HS',
|
||||
extensionName,
|
||||
)
|
||||
pbxProject.addTargetAttribute('DevelopmentTeam', 'B3LX46C5HS')
|
||||
|
||||
return config
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue