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.plist
file? - How?
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.plist
file? - How?
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