Move DEVELOPMENT_TEAM into an xcconfig out of the git repo

This is so that other developers can work on this codebase
by copying Developer.xcconfig.template to Developer.xcconfig
and setting the DEVELOPMENT_TEAM to their respective Team IDs.
The Team IDs need not be checked into source control.

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander
2018-08-11 13:04:46 +05:30
parent 6ada0a2857
commit b6f4806fd6
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,4 @@
// Developer.xcconfig
// You Apple developer account's Team ID
DEVELOPMENT_TEAM = <team_id>