Created
September 29, 2014 22:18
-
-
Save coronarob/ae353226a57fff4af568 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iphone = | |
{ | |
plist = | |
{ | |
CFBundleIconFile = "Icon.png", | |
CFBundleIconFiles = | |
{ | |
"Icon.png", | |
"[email protected]", | |
"Icon-60.png", | |
"[email protected]", | |
"[email protected]", | |
"Icon-72.png", | |
"[email protected]", | |
"Icon-76.png", | |
"[email protected]", | |
"Icon-Small.png", | |
"[email protected]", | |
"[email protected]", | |
"Icon-Small-40.png", | |
"[email protected]", | |
"[email protected]", | |
"Icon-Small-50.png", | |
"[email protected]", | |
}, | |
UILaunchImages = { | |
... -- see below | |
}, | |
}, | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment