Commit 6b1c12d1 authored by Chinmay Garde's avatar Chinmay Garde

Specify a default launch screen for iOS Asteroids

parent a17662e6
...@@ -16,9 +16,10 @@ sky_app("game") { ...@@ -16,9 +16,10 @@ sky_app("game") {
] ]
} else if (is_ios) { } else if (is_ios) {
info_plist = "ios/Info.plist" info_plist = "ios/Info.plist"
launcher_icons = [ launcher_resources = [
"assets/Icon.png", "assets/Icon.png",
"assets/Icon@2x.png", "assets/Icon@2x.png",
"ios/LaunchScreen.storyboardc",
] ]
} }
} }
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>Asteroids</string> <string>Asteroids</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.domokit.sky.game</string> <string>org.domokit.sky.game</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment