-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(#972): improve iOS splashscreen
- Loading branch information
Showing
8 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
app/ios/Runner/Assets.xcassets/LaunchImage.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,23 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "splashscreen.png", | ||
"idiom" : "universal", | ||
"filename" : "LaunchImage.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"filename" : "splashscreen 1.png", | ||
"idiom" : "universal", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"filename" : "splashscreen 2.png", | ||
"idiom" : "universal", | ||
"filename" : "[email protected]", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file removed
BIN
-68 Bytes
app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
Binary file not shown.
Binary file removed
BIN
-68 Bytes
app/ios/Runner/Assets.xcassets/LaunchImage.imageset/[email protected]
Binary file not shown.
Binary file removed
BIN
-68 Bytes
app/ios/Runner/Assets.xcassets/LaunchImage.imageset/[email protected]
Binary file not shown.
Binary file added
BIN
+57.5 KB
app/ios/Runner/Assets.xcassets/LaunchImage.imageset/splashscreen 1.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
+57.5 KB
app/ios/Runner/Assets.xcassets/LaunchImage.imageset/splashscreen 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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