mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-01-16 05:56:40 +01:00
Add Async image loading
This commit is contained in:
13
Examples/Handling User Input/Complete/Configuration/SampleCode.xcconfig
Executable file
13
Examples/Handling User Input/Complete/Configuration/SampleCode.xcconfig
Executable file
@@ -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}
|
||||
Reference in New Issue
Block a user