How can we set minimum iOS version in Appcelerator Titanium Studio from default 4.3?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
Add following setting to the
tiapp.xml
. Make sure to change6.1
to whatever minimum iOS version you want to build your app for.builder.py
looks at this value to decide what minimum version to build the project with. You can find builder.py at following location:Don't forget to substitute
<Titanium-SDK-Version>
with your Titanium SDK version.