add dev team (#3011)

zio/stable
Hailey 2024-02-27 20:34:11 -08:00 committed by GitHub
parent c4d30a0b7f
commit 2a60faf4fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -49,6 +49,13 @@ const withXcodeTarget = (config, {extensionName, controllerName}) => {
}
}
pbxProject.addTargetAttribute(
'DevelopmentTeam',
'B3LX46C5HS',
extensionName,
)
pbxProject.addTargetAttribute('DevelopmentTeam', 'B3LX46C5HS')
return config
})
}