Skip to content

fix: splashscreen generation #4275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions resources/assets/image-definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@
"filename": "[email protected]",
"resizeOperation": "blank",
"scale": "3x"
},
{
"width": 768,
"height": 1024,
"directory": "Assets.xcassets/LaunchScreen.AspectFill.imageset",
"filename": "[email protected]",
"resizeOperation": "blank",
"scale": "3x"
}
],
"splashCenterImages": [
Expand All @@ -184,6 +192,22 @@
"filename": "[email protected]",
"resizeOperation": "overlayWith",
"scale": "2x"
},
{
"width": 384,
"height": 512,
"directory": "Assets.xcassets/LaunchScreen.Center.imageset",
"filename": "[email protected]",
"resizeOperation": "overlayWith",
"scale": "3x"
},
{
"width": 384,
"height": 512,
"directory": "Assets.xcassets/LaunchScreen.Center.imageset",
"filename": "[email protected]",
"resizeOperation": "overlayWith",
"scale": "3x"
}
],
"splashImages": [
Expand Down Expand Up @@ -290,6 +314,38 @@
"filename": "Default-Landscape-X.png",
"resizeOperation": "overlayWith",
"scale": "1x"
},
{
"width": 896,
"height": 414,
"directory": "Assets.xcassets/LaunchImage.launchimage",
"filename": "iPhone XR - Landscape iOS 12.png",
"resizeOperation": "overlayWith",
"scale": "2x"
},
{
"width": 414,
"height": 896,
"directory": "Assets.xcassets/LaunchImage.launchimage",
"filename": "iPhone XR - Portarit iOS 12.png",
"resizeOperation": "overlayWith",
"scale": "2x"
},
{
"width": 896,
"height": 414,
"directory": "Assets.xcassets/LaunchImage.launchimage",
"filename": "iPhone XS Max – Landscape iOS 12.png",
"resizeOperation": "overlayWith",
"scale": "3x"
},
{
"width": 414,
"height": 896,
"directory": "Assets.xcassets/LaunchImage.launchimage",
"filename": "Phone XS Max - Portarit iOS 12.png",
"resizeOperation": "overlayWith",
"scale": "3x"
}
]
},
Expand Down