Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6514] TiAPI: deployType - Add a deployType flag for modules

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2016-08-22T18:55:40.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/sRelease 3.0.0
ComponentsTooling
Labelsdr-list
ReporterMatthew Apperson
AssigneeIngo Muschenetz
Created2011-12-08T08:17:29.000+0000
Updated2017-03-21T18:45:56.000+0000

Description

In line with TIMOB-6513, it has been requested that developers can include modules only for development

Comments

  1. Chris Barber 2016-08-22

    This has been supported since Titanium SDK 3.0.0. To use it, simply add a deployType to your tiapp.xml. You can specify a single deploy type or a comma-separated list of deploy types.
       <modules>
           <module platform="commonjs">ti.cloud</module>
           <module platform="android" deploy-type="development,test">junit</module>
       </modules>
       
  2. Lee Morris 2017-03-21

    Closing ticket as fixed.

JSON Source