Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode: How to change icon in xcode 5?

I'm trying to change the icon in my old app project. I've updated to xcode 5 and want to get a "ios 7 design". However, you don't change the icon the way you did before. I've seen that you are supposed to have e file called Images.xcassets with should include your icons, but I don't have that one because you only seem get it if you are making a new project.

This should be very easy, what should I do??

like image 280
Mangy92 Avatar asked Sep 24 '13 16:09

Mangy92


2 Answers

Select the project icon in the file list, choose the General tab, and scroll down to the App Icons section. From there you can either:

  • use the Source popup to choose "Don't use asset catalogs"

  • create a new asset catalog and drag your icons into it; clicking the little grey arrow icon next to the popup will take you to the icons in your assets catalog

like image 197
Caleb Avatar answered Oct 14 '22 14:10

Caleb


Steps:

  1. Project Navigator
  2. Click on root (project properties)
  3. Click on tab General
  4. Sections App Icons
  5. Click on gray arrow

(BTW This is the same as find Images.xcassets in project navigator)

Now you can drag and drop icons to proper placeholders.

like image 36
Rio Avatar answered Oct 14 '22 15:10

Rio