3

I am trying to create a iOS Project Xcode Template for Xcode 4.6.1.

Is it possible to set the Deployment Target in a the TemplateInfo.plistfile? - How?

ThomasCle
  • 6,792
  • 7
  • 41
  • 81

1 Answers1

0

I don't have Xcode 4.6.1 installed, but here's the key(s) I use (in TemplateInfo.plist) in Xcode 8.

The key for your project is:

Project > SharedSettings > IPHONEOS_DEPLOYMENT_TARGET

The key for the specific targets are in this array:

Targets[i] > SharedSettings > IPHONEOS_DEPLOYMENT_TARGET
original_username
  • 2,398
  • 20
  • 24