diff options
author | leoz <leoz@yahoo.com> | 2024-01-26 08:58:10 -0500 |
---|---|---|
committer | leoz <leoz@yahoo.com> | 2024-01-26 08:58:10 -0500 |
commit | 029a3489d45b95ca553a3e5792b2d33bd84b78a0 (patch) | |
tree | 12167f2f6e33ed6e64c83c45312611cb6b1c1676 /Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig | |
parent | 0c38214d3ce5b24352e0fcea53765118d66a76d9 (diff) |
Add config file for demo app
Diffstat (limited to 'Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig')
-rw-r--r-- | Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig b/Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig new file mode 100644 index 0000000..66198d3 --- /dev/null +++ b/Demo/SwiftyCropDemo/SwiftyCropDemo.xcconfig @@ -0,0 +1,9 @@ +// +// 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 |