Bulk update of extracted Apple sample-code archives from /Users/mmj/.cupertino/sample-code/, the source the v1.0.0 / v1.0.1 release database bundles indexed. 627 source zips processed: - 619 extracted successfully - 8 invalid zips skipped (samplecode.zip, accessibility.zip, appintents.zip, ios-ipados-release-notes.zip, watchos-release-notes.zip, visionos-release-notes-visionos-release-notes.zip, updates.zip, technologyoverviews-.zip — all corrupt downloads, not real samples, cupertino crawler #TBD). Result: 632 sample directories (was 606). 1,166 file-level changes: 139 new, 582 modified, 445 deleted. Sample directories whose zips extracted byte-identical to the previous version produce zero git changes.
14 lines
624 B
Plaintext
14 lines
624 B
Plaintext
//
|
|
// See the LICENSE.txt file 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}
|