diff options
author | leoz <leoz@yahoo.com> | 2024-01-24 18:36:52 -0500 |
---|---|---|
committer | leoz <leoz@yahoo.com> | 2024-01-24 18:36:52 -0500 |
commit | 0c38214d3ce5b24352e0fcea53765118d66a76d9 (patch) | |
tree | 3bc377005892bf93129a34e0366efff33ede1645 /Demo/SwiftyCropDemo/Assets.xcassets/AppIcon.appiconset | |
parent | f8cfea0bf31c889d431678fea0f86e39e2819761 (diff) |
Add demo app
Diffstat (limited to 'Demo/SwiftyCropDemo/Assets.xcassets/AppIcon.appiconset')
-rw-r--r-- | Demo/SwiftyCropDemo/Assets.xcassets/AppIcon.appiconset/Contents.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Demo/SwiftyCropDemo/Assets.xcassets/AppIcon.appiconset/Contents.json b/Demo/SwiftyCropDemo/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..13613e3 --- /dev/null +++ b/Demo/SwiftyCropDemo/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,13 @@ +{ + "images" : [ + { + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} |