Search code examples
xcode4

XCode4 - Change the icon of the program


I have written a program on XCode4, how can I change the icon of the program? Refer to the screen capture below:

enter image description here

Also, what is the size for the icon?

Thanks


Solution

  • You put icon file into Resources folder, and then open .plist file (also in resouces folder). Set icon file name in properties list.