Rob: I have the icons fine – I use this link
http://icon.angrymarmot.org/index.html#ec96f83fd125476b230c
I compare that with the link you game me – all icons are the same.
—QUESTION----
I have this
plist = { UIApplicationExitsOnSuspend = false, UIPrerenderedIcon = true, UIStatusBarHidden = true },
how exactly I include the – CFBundleIconFile = { }
-------Like this?—
plist = { UIApplicationExitsOnSuspend = false, UIPrerenderedIcon = true, UIStatusBarHidden = true }, { CFBundleIconFiles = { "Icon.png", "Icon@2x.png },
---------or like this?
plist = { UIApplicationExitsOnSuspend = false, UIPrerenderedIcon = true, UIStatusBarHidden = true CFBundleIconFiles = { "Icon.png", "Icon@2x.png }, },
-------------or another way?
would you please let me know exactly how is the build.settings
I post mine above…