-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
444 changed files
with
1,461 additions
and
202 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# See LICENSE folder for this sample’s licensing information. | ||
# | ||
# Apple sample code gitignore configuration. | ||
|
||
# Finder | ||
.DS_Store | ||
|
||
# Xcode - User files | ||
xcuserdata/ | ||
|
||
**/*.xcodeproj/project.xcworkspace/* | ||
!**/*.xcodeproj/project.xcworkspace/xcshareddata | ||
|
||
**/*.xcodeproj/project.xcworkspace/xcshareddata/* | ||
!**/*.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings | ||
|
||
**/*.playground/playground.xcworkspace/* | ||
!**/*.playground/playground.xcworkspace/xcshareddata | ||
|
||
**/*.playground/playground.xcworkspace/xcshareddata/* | ||
!**/*.playground/playground.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings |
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,13 @@ | ||
// | ||
// See LICENSE folder for this sample’s licensing information. | ||
// | ||
// SampleCode.xcconfig | ||
// | ||
|
||
// The `SAMPLE_CODE_DISAMBIGUATOR` configuration is to make it easier to build | ||
// and run a sample code project. 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. Do not use this | ||
// approach in your own projects—it's only useful for sample code projects because | ||
// they are frequently downloaded and don't have a development team set. | ||
SAMPLE_CODE_DISAMBIGUATOR=${DEVELOPMENT_TEAM} |
Oops, something went wrong.