When you are using Xcode to make an iPhone app, how do you change the app's icon? Right now my icon for my app is just plain white.
|
|
If you don't specify the icon in the Info.plist file, then Xcode assumes that a file named "icon.png" in your resources folder is the icon for the application. |
||
|
|
|
|
Create a 57x57 PNG file and import it into your project bundle. Then open the .plist file that is included in your project and edit the value for the key "Icon File" to match the name of the icon you provided ( |
||||||
|
