From 0c38214d3ce5b24352e0fcea53765118d66a76d9 Mon Sep 17 00:00:00 2001 From: leoz Date: Wed, 24 Jan 2024 18:36:52 -0500 Subject: Add demo app --- .../Assets.xcassets/AppIcon.appiconset/Contents.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Demo/SwiftyCropDemo/Assets.xcassets/AppIcon.appiconset/Contents.json (limited to 'Demo/SwiftyCropDemo/Assets.xcassets/AppIcon.appiconset/Contents.json') 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 + } +} -- cgit v1.2.3