diff options
Diffstat (limited to 'Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig')
-rw-r--r-- | Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig b/Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig new file mode 100644 index 0000000..42270da --- /dev/null +++ b/Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig @@ -0,0 +1,15 @@ +// +// SwiftyCropDemo.xcconfig +// SwiftyCropDemo +// +// Created by Leonid Zolotarev on 1/26/24. +// + +// Configuration settings file format documentation can be found at: +// https://help.apple.com/xcode/#/dev745c5c974 + +// +DEVELOPMENT_TEAM = + +// +PRODUCT_BUNDLE_IDENTIFIER = com.leoz.SwiftyCropDemo |