diff --git a/App/Assets.xcassets/AppIcon.appiconset/AppIcon.png b/App/Assets.xcassets/AppIcon.appiconset/AppIcon.png new file mode 100644 index 0000000..cf6a7d7 Binary files /dev/null and b/App/Assets.xcassets/AppIcon.appiconset/AppIcon.png differ diff --git a/App/Assets.xcassets/AppIcon.appiconset/Contents.json b/App/Assets.xcassets/AppIcon.appiconset/Contents.json index 2305880..c75e82f 100644 --- a/App/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/App/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,35 +1,36 @@ { - "images" : [ - { - "idiom" : "universal", - "platform" : "ios", - "size" : "1024x1024" - }, - { - "appearances" : [ + "images": [ { - "appearance" : "luminosity", - "value" : "dark" - } - ], - "idiom" : "universal", - "platform" : "ios", - "size" : "1024x1024" - }, - { - "appearances" : [ + "filename": "AppIcon.png", + "idiom": "universal", + "platform": "ios", + "size": "1024x1024" + }, { - "appearance" : "luminosity", - "value" : "tinted" + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "idiom": "universal", + "platform": "ios", + "size": "1024x1024" + }, + { + "appearances": [ + { + "appearance": "luminosity", + "value": "tinted" + } + ], + "idiom": "universal", + "platform": "ios", + "size": "1024x1024" } - ], - "idiom" : "universal", - "platform" : "ios", - "size" : "1024x1024" + ], + "info": { + "author": "xcode", + "version": 1 } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } }