-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project setup to facilitate external contributions (#9)
- Loading branch information
Showing
17 changed files
with
477 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,3 +89,7 @@ fastlane/test_output | |
|
||
iOSInjectionProject/ | ||
.DS_Store | ||
|
||
# Generated Config Files | ||
|
||
TeamID.xcconfig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// If you see this error: "could not find included file 'TeamID.xcconfig' in search paths" | ||
// Make sure you have run the bootstrap script from the project's root directory to set up signing for your team ID. | ||
// You may need to close and re-open the project after doing so. | ||
#include "TeamID.xcconfig" | ||
|
||
CODE_SIGN_STYLE = Automatic | ||
|
||
PISTATS_APPGROUP_ID=group.dev.bunn.PiStatsMobile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#include "Main.xcconfig" | ||
|
||
// Once you set your project's development team, | ||
// you'll have a unique bundle identifier. This is because the bundle identifier | ||
// is derived based on the 'SAMPLE_CODE_DISAMBIGUATOR' value. | ||
SAMPLE_CODE_DISAMBIGUATOR=${DEVELOPMENT_TEAM} | ||
|
||
PISTATS_APPGROUP_ID=group.dev.bunn.PiStatsMobile${DEVELOPMENT_TEAM} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.