Skip to content

Instantly share code, notes, and snippets.

@coronarob
Created September 29, 2014 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coronarob/ae353226a57fff4af568 to your computer and use it in GitHub Desktop.
Save coronarob/ae353226a57fff4af568 to your computer and use it in GitHub Desktop.
iphone =
{
plist =
{
CFBundleIconFile = "Icon.png",
CFBundleIconFiles =
{
"Icon.png",
"Icon@2x.png",
"Icon-60.png",
"Icon-60@2x.png",
"Icon-60@3x.png",
"Icon-72.png",
"Icon-72@2x.png",
"Icon-76.png",
"Icon-76@2x.png",
"Icon-Small.png",
"Icon-Small@2x.png",
"Icon-Small@3x.png",
"Icon-Small-40.png",
"Icon-Small-40@2x.png",
"Icon-Small-40@3x.png",
"Icon-Small-50.png",
"Icon-Small-50@2x.png",
},
UILaunchImages = {
... -- see below
},
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment