diff options
author | Ben <31181527+benedom@users.noreply.github.com> | 2024-01-26 15:33:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 15:33:41 +0100 |
commit | 74bf9219d718ee1b47a2cde7d235ac3f73992df9 (patch) | |
tree | bee70f28097261f833a52f47d15ce9bf82f918bf /Demo/SwiftyCropDemo/Assets.xcassets | |
parent | f8cfea0bf31c889d431678fea0f86e39e2819761 (diff) | |
parent | 9d895fbac4c7c653a883969ac3520f1847d299e8 (diff) |
Merge pull request #3 from leoz/master
Add demo app
Diffstat (limited to 'Demo/SwiftyCropDemo/Assets.xcassets')
3 files changed, 30 insertions, 0 deletions
diff --git a/Demo/SwiftyCropDemo/Assets.xcassets/AccentColor.colorset/Contents.json b/Demo/SwiftyCropDemo/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/Demo/SwiftyCropDemo/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} 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 + } +} diff --git a/Demo/SwiftyCropDemo/Assets.xcassets/Contents.json b/Demo/SwiftyCropDemo/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Demo/SwiftyCropDemo/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} |