{ "id": "165244", "key": "TIMOB-24289", "fields": { "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "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": "17608", "name": "Release 6.1.0", "archived": false, "released": true, "releaseDate": "2017-05-26" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-01-10T14:50:17.000+0000", "created": "2017-01-10T13:50:20.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "17608", "name": "Release 6.1.0", "archived": false, "released": true, "releaseDate": "2017-05-26" } ], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2017-02-06T21:59:51.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "We still have the old KitchenSink project in titanium_mobile/demos that use Ti.Include'd to manage the app context. The only way those projects are used (and only KitchenSink, not the others), is to validate test-cases in Xcode. That's why I'd like to clean them up and only place our usual test-case trigger-code in there:\r\n\r\n{code:js}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: '#fff'\r\n});\r\n\r\nvar btn = Ti.UI.createButton({\r\n title: 'Trigger'\r\n});\r\n\r\nbtn.addEventListener('click', function() {\r\n Ti.API.info('Hello world!');\r\n});\r\n\r\nwin.add(btn);\r\nwin.open();\r\n{code}\r\n\r\nIt is no breaking change and does influence the packaged SDK, so I've chosen the issue type \"Story\" for now.", "attachment": [], "flagged": false, "summary": "Remove unused / invalid demo-projects from titanium_mobile/demos", "creator": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "404347", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/8737", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-01-10T14:44:45.000+0000", "updated": "2017-01-10T14:44:45.000+0000" }, { "id": "404999", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~hansknoechel] is there any way to validate this without submitting to the store?", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-01-20T23:01:48.000+0000", "updated": "2017-01-20T23:01:48.000+0000" }, { "id": "405004", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "[~lmorris] Yes:\r\n1. Go to {{titanium_mobile/iphone/Resources/}} and change something in the app.js\r\n2. Run the native Xcode project in {{titanium_mobile/iphone/Resources/Titanium.xcodeproj}}\r\n\r\nExpected behavior: The app.js from (1) is used and the applied changes are visible in the app", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-01-20T23:48:36.000+0000", "updated": "2017-01-20T23:48:36.000+0000" }, { "id": "406435", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~emerriman] and myself looked at this ticket together and are now closing it.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-02-06T21:59:46.000+0000", "updated": "2017-02-06T21:59:46.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }