update_project_team¶
Update Xcode Development Team ID
This action updates the Developer Team ID of your Xcode project.
update_project_team | |
---|---|
Supported platforms | ios, mac |
Author | @lgaches |
2 Examples¶
update_project_team
update_project_team(
path: "Example.xcodeproj",
teamid: "A3ZZVJ7CNY"
)
Parameters¶
Key | Description | Default |
---|---|---|
path |
Path to your Xcode project | * |
teamid |
The Team ID you want to use | * |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action update_project_team