提交 c87a7c68 编写于 作者: C Chinmay Garde

Specify a default launch screen for iOS Asteroids

上级 d14eba08
......@@ -113,7 +113,7 @@ template("sky_app") {
"$target_gen_dir/app.skyx",
]
resources += invoker.launcher_icons
resources += invoker.launcher_resources
bundle_directory = "."
deps = [ ":app" ]
......
......@@ -16,9 +16,10 @@ sky_app("game") {
]
} else if (is_ios) {
info_plist = "ios/Info.plist"
launcher_icons = [
launcher_resources = [
"assets/Icon.png",
"assets/Icon@2x.png",
"ios/LaunchScreen.storyboardc",
]
}
}
......@@ -15,6 +15,9 @@
<key>CFBundleDisplayName</key>
<string>Asteroids</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>CFBundleIdentifier</key>
<string>org.domokit.sky.game</string>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册