Woodstock
Woodstock

Reputation: 22946

Icon OS X Xcode 4.3

I have an icon 256x256 png that i've added to my Xcode project, it's also specfied in the plist and shows on the Target summary and when I archive, however when I distribute as an app the icon is missing, what am I doing wrong?

Upvotes: 0

Views: 69

Answers (1)

Roshit
Roshit

Reputation: 1579

Please check if the App Icon is named in the specified format. Please refer the following link for the Specified Format and Sizes of App Icons in OS X. https://developer.apple.com/library/mac/#documentation/userexperience/conceptual/applehiguidelines/IconsImages/IconsImages.html

Upvotes: 1

Related Questions