diff options
author | leoz <leoz@yahoo.com> | 2024-01-26 08:59:07 -0500 |
---|---|---|
committer | leoz <leoz@yahoo.com> | 2024-01-26 08:59:07 -0500 |
commit | 9d895fbac4c7c653a883969ac3520f1847d299e8 (patch) | |
tree | bee70f28097261f833a52f47d15ce9bf82f918bf /Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig | |
parent | 029a3489d45b95ca553a3e5792b2d33bd84b78a0 (diff) |
Update demo project to use config file
Diffstat (limited to 'Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig')
-rw-r--r-- | Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig b/Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig index 66198d3..42270da 100644 --- a/Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig +++ b/Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig @@ -7,3 +7,9 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 + +// +DEVELOPMENT_TEAM = + +// +PRODUCT_BUNDLE_IDENTIFIER = com.leoz.SwiftyCropDemo |