Commit f99fd192 authored by Chinmay Garde's avatar Chinmay Garde

Add launcher icons and update display name for Asteroids on iOS

parent 4b3b5eb4
......@@ -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",
]
}
}
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
......@@ -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>
......
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