Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4250] Single deployment-target set in tiapp.xml create multiple targets in Xcode

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2011-06-01T14:26:47.000+0000
Affected Version/sRelease 1.7.0, Release 1.6.2, Release 1.8.0
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterAlan Leard
AssigneeReggie Seagraves
Created2011-05-31T10:09:26.000+0000
Updated2017-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>

Comments

  1. Reggie Seagraves 2011-06-01

    This is working as designed. The XCode project file is just copied from a template, not generated.
  2. Lee Morris 2017-03-09

    Closing ticket as invalid.

JSON Source