0

How can I convert a universal application I have made to an iPhone-only application in Xcode?

jscs
  • 63,694
  • 13
  • 151
  • 195
  • 1
    Isn't there a little dropdown in the project settings? – Richard J. Ross III Apr 15 '13 at 17:32
  • possible duplicate of [Universal project to iPhone only project xcode](http://stackoverflow.com/questions/16020813/universal-project-to-iphone-only-project-xcode) – Dan F Apr 15 '13 at 17:52
  • @DanF While that is a duplicate (in fact its a duplicate posted by the same user) this one has an answer and that one has already been closed. – Jack Apr 15 '13 at 19:20

1 Answers1

4

Set Targeted Device Family in the Deployment section of the build settings.

To clarify, here's a screenshot:

enter image description here

Richard J. Ross III
  • 55,009
  • 24
  • 135
  • 201
Jim
  • 72,985
  • 14
  • 101
  • 108