-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
63 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+202 KB
(290%)
ios/App/App/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions
18
ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"images" : [ | ||
"images": [ | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "universal", | ||
"platform" : "ios", | ||
"size" : "1024x1024" | ||
"idiom": "universal", | ||
"size": "1024x1024", | ||
"filename": "[email protected]", | ||
"platform": "ios" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
"info": { | ||
"author": "xcode", | ||
"version": 1 | ||
} | ||
} | ||
} |
59 changes: 46 additions & 13 deletions
59
ios/App/App/Assets.xcassets/Splash.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,56 @@ | ||
{ | ||
"images" : [ | ||
"images": [ | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "splash-2732x2732-2.png", | ||
"scale" : "1x" | ||
"idiom": "universal", | ||
"filename": "Default@1x~universal~anyany.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "splash-2732x2732-1.png", | ||
"scale" : "2x" | ||
"idiom": "universal", | ||
"filename": "Default@2x~universal~anyany.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "splash-2732x2732.png", | ||
"scale" : "3x" | ||
"idiom": "universal", | ||
"filename": "Default@3x~universal~anyany.png", | ||
"scale": "3x" | ||
}, | ||
{ | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
], | ||
"idiom": "universal", | ||
"scale": "1x", | ||
"filename": "Default@1x~universal~anyany-dark.png" | ||
}, | ||
{ | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
], | ||
"idiom": "universal", | ||
"scale": "2x", | ||
"filename": "Default@2x~universal~anyany-dark.png" | ||
}, | ||
{ | ||
"appearances": [ | ||
{ | ||
"appearance": "luminosity", | ||
"value": "dark" | ||
} | ||
], | ||
"idiom": "universal", | ||
"scale": "3x", | ||
"filename": "Default@3x~universal~anyany-dark.png" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"info": { | ||
"version": 1, | ||
"author": "xcode" | ||
} | ||
} |
Binary file added
BIN
+147 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@1x~universal~anyany-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+147 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@1x~universal~anyany.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+147 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@2x~universal~anyany-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+147 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@2x~universal~anyany.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+147 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@3x~universal~anyany-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+147 KB
ios/App/App/Assets.xcassets/Splash.imageset/Default@3x~universal~anyany.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.