OSS dev team improvements #30
No reviewers
Labels
No labels
2230
2243
App version
Apple OS errata
Apple SDK
bug
bugsnag
build
dlt
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chris/Cog#30
Loading…
Reference in a new issue
No description provided.
Delete branch "oss-dev-team"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR makes it possible for multiple developers to build Cog out of the box. All everyone has to do once is to create a file called "DEVELOPMENT_TEAM.xcconfig" in the "Xcode-config" directory within the project directory with the following build setting:
DEVELOPMENT_TEAM = [personal TeamID]
In your case this probably is "4S876G9VCD".
The file is excluded from versioning.
Please give it a go.