diff options
| author | ruki <[email protected]> | 2021-08-22 19:20:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-22 19:20:21 +0800 |
| commit | 0b3a790a6e1e81b25ff4e2d7a53c73bc42b47e26 (patch) | |
| tree | 69a495dd29015e91313c7416aaf82f62f6a41175 /tests/projects/objc/metal_app/Configuration/SampleCode.xcconfig | |
| parent | 0c7df1fe002288cf91601a941d02988428e2c6d0 (diff) | |
add metal app test
Diffstat (limited to 'tests/projects/objc/metal_app/Configuration/SampleCode.xcconfig')
| -rw-r--r-- | tests/projects/objc/metal_app/Configuration/SampleCode.xcconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/projects/objc/metal_app/Configuration/SampleCode.xcconfig b/tests/projects/objc/metal_app/Configuration/SampleCode.xcconfig new file mode 100644 index 000000000..db86c0698 --- /dev/null +++ b/tests/projects/objc/metal_app/Configuration/SampleCode.xcconfig @@ -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} |
