Search code examples
iosxcodeios-universal-app

Convert a universal application to iPhone-only


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


Solution

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

    To clarify, here's a screenshot:

    enter image description here