Merge pull request #354 from chinmaygarde/master

Add launcher icons and update display name for Asteroids on iOS
This commit is contained in:
Chinmay Garde 2015-07-29 13:12:56 -07:00
commit 656bf6ecfa
5 changed files with 10 additions and 0 deletions

View File

@ -112,6 +112,9 @@ template("sky_app") {
"//third_party/icu/android/icudtl.dat",
"$target_gen_dir/app.skyx",
]
resources += invoker.launcher_icons
bundle_directory = "."
deps = [ ":app" ]
}

View File

@ -16,5 +16,9 @@ sky_app("game") {
]
} else if (is_ios) {
info_plist = "ios/Info.plist"
launcher_icons = [
"assets/Icon.png",
"assets/Icon@2x.png",
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -12,6 +12,9 @@
<key>CFBundleExecutable</key>
<string>game_app</string>
<key>CFBundleDisplayName</key>
<string>Asteroids</string>
<key>CFBundleIdentifier</key>
<string>org.domokit.sky.game</string>