Specify the Xcode signing team using `config.yaml`?
elliotwaite opened this issue · 3 comments
elliotwaite commented
Is there a way to specify the Xcode signing team using the Trapeze config.yaml
file?
I currently set it through the Xcode app like this:
- Show the Project Navigator (⌘1)
- Select the "App" project
- Select the "App" target
- Select the "Signing & Capabilities" tab
- Use the "Team" dropdown menu to select the team
mlynch commented
Should be doable, seems like it's just setting flags in pbxproj
. Would need to think about how best to expose generic pbxproj operations