{ "id": "162551", "key": "TIMOB-23768", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "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": "18259", "name": "windowslib 0.4.17", "archived": false, "released": true, "releaseDate": "2016-08-12" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-08-12T15:22:50.000+0000", "created": "2016-08-12T04:34:26.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "18251", "name": "windowslib 0.4.16", "archived": false, "released": true, "releaseDate": "2016-08-09" } ], "issuelinks": [ { "id": "52378", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "162517", "key": "TIMOB-23758", "fields": { "summary": "Windows: Unable to build to 10.0.10586 emulator after installing Windows SDK 10.0.14393", "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" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "52377", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "162520", "key": "TIMOB-23760", "fields": { "summary": "Windows: --wp-sdk option should handle actual Windows SDK versions", "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" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T18:43:34.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "In order to target specific Windows 10 SDK (TIMOB-23760), {{windowslib}} should be able to detect available Windows 10 SDK versions.\r\n\r\nMay be something like below:\r\n\r\n{code}\r\nwindowslib.detect(function (err, results) {\r\n\tif (err) {\r\n\t\treturn done(err);\r\n\t}\r\n\r\n\tshould(results).be.an.Object;\r\n\tshould(results).have.keys('windows');\r\n\tshould(results.windows).have.keys('10.0');\r\n\tshould(results.windows['10.0']).have.property('sdks');\r\n\tshould(results.windows['10.0'].sdks).be.an.Array(); // ['10.0.10240.0\", \"10.0.10586.0'];\r\n});\r\n{code}\r\n\r\n\r\n\r\nInstalled SDK versions can be found in following folders:\r\n{code}\r\n C:\\Program Files (x86)\\Windows Kits\\10\\Extension SDKs\\WindowsDesktop\\\r\n - 10.0.10240.0\r\n - 10.0.10586.0\r\n ...\r\n C:\\Program Files (x86)\\Windows Kits\\10\\Extension SDKs\\WindowsMobile\\\r\n - 10.0.10240.0\r\n - 10.0.10586.0\r\n ...\r\nWhere 'C:\\Program Files (x86)\\Windows Kits\\10' can be obtained from windowslib\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "Windows: windowslib should detect installed Win10 SDK versions", "creator": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 695, "state": "closed", "name": "2016 Sprint 17 SDK", "startDate": "2016-08-13T00:00:16.620Z", "endDate": "2016-08-27T00:00:00.000Z", "completeDate": "2016-08-29T03:18:08.942Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "392985", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/windowslib/pull/52", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-08-12T06:04:08.000+0000", "updated": "2016-08-12T06:04:08.000+0000" }, { "id": "414310", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-21T18:43:34.000+0000", "updated": "2017-03-21T18:43:34.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }