I do not want to support iPad devices

I want to remove the “universal” capability, and just make it an iPhone app.

1 Like

Haven’t tried this myself, but this should work I think:

  • Make a copy of the builtins/manifests/ios/Info.plist
  • Add the new Info.plist to the game.project
  • Remove the iPad id in the UIDeviceFamily array in the Info.plist

https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252-SW11

5 Likes

Thanks for the prompt solution.

4 Likes