[TIMOB-25207] Make 8.1 unsupported in the CLI
GitHub Issue | n/a |
Type | Sub-task |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-11-20T00:34:11.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 7.0.0 |
Components | n/a |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Ewan Harris |
Created | 2017-08-29T18:42:03.000+0000 |
Updated | 2018-08-06T17:49:32.000+0000 |
Description
Description
*This task needs to go either hand in hand with or before TIMOB-25203 to ensure that the removal is tidy*
From the CLI we need to ensure the following
* 8.1 SDK is listed as unsupported
* 8.1 emulators are not shown
* An app cannot be built with a --win-sdk
value of 8.1 for any target
* An app cannot be packaged with a --win-sdk
value of 8.1 for any target
* Modules do not create 8.1 SDK projects on creation or when the --run-cmake
flag is used
Comments
JSON Source
Based on the standards laid down by the other platforms we will show physical devices that are running an unsupported version, but we will error when they are built to
Windowslib PR to filter emulator detection based off the client (titanium_mobile_windows) specified supportedWindowsPhoneSDKVersions value https://github.com/appcelerator/windowslib/pull/78
https://github.com/appcelerator/titanium_mobile_windows/pull/1088
Taken over by https://github.com/appcelerator/titanium_mobile_windows/pull/1132
Released in 7.0.0.
Cleaning up older fixed issues. If this issue should not have been closed as fixed, please reopen.