{ "id": "63582", "key": "TIMOB-2950", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11240", "name": "Release 1.6.0 M07", "archived": true, "released": true, "releaseDate": "2011-01-31" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2011-04-15T03:33:36.000+0000", "created": "2011-04-15T03:33:36.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "feature", "ios", "module", "release-1.6.0", "tooling" ], "versions": [], "issuelinks": [], "assignee": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-03T05:33:23.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}

Currently there isn't a way for an app to specify what\nplatform(s) a module should be enabled for, and the version number\nis also a hard requirement. We should allow any of the following\nmethods for defining a module dependency in tiapp.xml:

\n
\n\n<!-- the way it works today, use version 0.1 of com.company.module for all platforms-->\n<module version=\"0.1\">com.company.module</module>\n\n<!-- use version 0.1 of com.company.module only for Android -->\n<module version=\"0.1\" platform=\"android\">com.company.module</module>\n\n<!-- use the most recently installed version of com.company.module for all platforms -->\n<module>com.company.module</module>\n
\n

We should also allow users to combine the rules above in\nmultiple <module> tags, i.e:

\n
\n\n<!-- use com.company.module 1.0 for android, 1.1 for iphone -->\n<module platform=\"android\" version=\"1.0\">com.company.module</module>\n<module platform=\"iphone\" version=\"1.1\">com.company.module</module>\n
{html}", "attachment": [], "flagged": false, "summary": "Tooling: Add support for platform and default \"version\" for modules in tiapp.xml", "creator": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "129755", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Mostly a duplicate of #2847. Differences merged down to that\nticket.

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:33:36.000+0000", "updated": "2011-04-15T03:33:36.000+0000" }, { "id": "408737", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing issue due to time passed and irrelevance of the ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-03T05:33:23.000+0000", "updated": "2017-03-03T05:33:23.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }