[TIMOB-4250] Single deployment-target set in tiapp.xml create multiple targets in Xcode
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-06-01T14:26:47.000+0000 |
Affected Version/s | Release 1.7.0, Release 1.6.2, Release 1.8.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Alan Leard |
Assignee | Reggie Seagraves |
Created | 2011-05-31T10:09:26.000+0000 |
Updated | 2017-03-09T23:00:05.000+0000 |
Description
If you set your deployment-targets to iPhone or iPad only, there are still 3 targets created in Xcode (iPhone, iPad, Universal).
tiapp.xml file: http://screencast.com/t/iLYcqMBVeCQ
xcode result: http://screencast.com/t/u4akpy1g
Users need to be able to set a single deployment device.
Set this in any tiapp.xml file, and do a clean build for testing:
<deployment-targets>
<target device="mobileweb">false</target>
<target device="iphone">true</target>
<target device="ipad">false</target>
<target device="android">false</target>
<target device="blackberry">false</target>
</deployment-targets>
This is working as designed. The XCode project file is just copied from a template, not generated.
Closing ticket as invalid.