SampleCode.xcconfig 620 B

12345678910111213
  1. //
  2. // See LICENSE folder for this sample’s licensing information.
  3. //
  4. // SampleCode.xcconfig
  5. //
  6. // The `SAMPLE_CODE_DISAMBIGUATOR` configuration is to make it easier to build
  7. // and run a sample code project. Once you set your project's development team,
  8. // you'll have a unique bundle identifier. This is because the bundle identifier
  9. // is derived based on the 'SAMPLE_CODE_DISAMBIGUATOR' value. Do not use this
  10. // approach in your own projects—it's only useful for sample code projects because
  11. // they are frequently downloaded and don't have a development team set.
  12. SAMPLE_CODE_DISAMBIGUATOR=${DEVELOPMENT_TEAM}