iOS Question IPHONEOS_DEPLOYMENT_TARGET = xxx

Starchild

Active Member
Licensed User
Longtime User
I was reading POST #2 in this thread (link below)
How to handle if my app only support for IOS xx

Currently it is a but cumbersome. You will need to edit project.pbxprox.template that is in the installation folder and change line 237 from:
IPHONEOS_DEPLOYMENT_TARGET = 7.0;

To:
IPHONEOS_DEPLOYMENT_TARGET = 8.0;

Note that there is a similar line in line 198 (debug). It has no effect.

Edit the file while the IDE is closed.

It will be configurable from inside the IDE in the next version.

Question:
1. Was this ever made configurable from inside the IDE ?
2. If so can you point me to the menu item of the IDE ?

Thanks
 
Top