-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #149 - snowflake image configurations
- Loading branch information
1 parent
19f54c8
commit dd09a2c
Showing
3 changed files
with
45 additions
and
35 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
47 changes: 45 additions & 2 deletions
47
ios/snowflake/Images.xcassets/LaunchImage.launchimage/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,9 +1,52 @@ | ||
{ | ||
"images" : [ | ||
|
||
{ | ||
"extent": "full-screen", | ||
"idiom": "iphone", | ||
"filename": "[email protected]", | ||
"minimum-system-version": "7.0", | ||
"orientation": "portrait", | ||
"scale": "2x", | ||
"subtype": "retina4" | ||
}, | ||
{ | ||
"extent": "full-screen", | ||
"idiom": "iphone", | ||
"filename": "[email protected]", | ||
"minimum-system-version": "8.0", | ||
"orientation": "portrait", | ||
"scale": "2x", | ||
"subtype": "667h" | ||
}, | ||
{ | ||
"extent": "full-screen", | ||
"idiom": "iphone", | ||
"filename": "[email protected]", | ||
"minimum-system-version": "8.0", | ||
"orientation": "landscape", | ||
"scale": "3x", | ||
"subtype": "736h" | ||
}, | ||
{ | ||
"extent": "full-screen", | ||
"idiom": "iphone", | ||
"filename": "[email protected]", | ||
"minimum-system-version": "8.0", | ||
"orientation": "portrait", | ||
"scale": "3x", | ||
"subtype": "736h" | ||
}, | ||
{ | ||
"extent": "full-screen", | ||
"idiom": "iphone", | ||
"filename": "[email protected]", | ||
"minimum-system-version": "7.0", | ||
"orientation": "portrait", | ||
"scale": "2x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.