mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Specify a default launch screen for iOS Asteroids
This commit is contained in:
parent
d14eba080f
commit
c87a7c6863
@ -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>
|
||||
|
||||
|
||||
BIN
sky/packages/sky/example/game/ios/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
generated
Normal file
BIN
sky/packages/sky/example/game/ios/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
generated
Normal file
Binary file not shown.
Binary file not shown.
BIN
sky/packages/sky/example/game/ios/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
generated
Normal file
BIN
sky/packages/sky/example/game/ios/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
generated
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user