You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jan Piotrowski (Sujan) (JIRA)" <ji...@apache.org> on 2018/02/12 11:17:00 UTC

[jira] [Comment Edited] (CB-13817) UWP is the new UAP

    [ https://issues.apache.org/jira/browse/CB-13817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16334548#comment-16334548 ] 

Jan Piotrowski (Sujan) edited comment on CB-13817 at 2/12/18 11:16 AM:
-----------------------------------------------------------------------

Internally MS still uses `uap` in the `.appxmanifest` and `.jsproj`:
- https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/schema-root (search for `uap`)
- https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-uap-task (and similar)
- https://msdn.microsoft.com/en-us/library/mt148501.aspx (search for `TargetPlatformIdentifier`)
- https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/what-s-changed-in-windows-10

Cordova-windows would have to replace these things:
- `--appx=uap` param for the build command, and all its uses
- -Rename `buildTools.getAvailableUAPVersions` and some test methods- (the SDK is still called UAP...)
- Docs

It wouldn't be too hard to keep the `appx=uap` as an alias to not break existing setups.


was (Author: sujan12):
Internally MS still uses `uap` in the `.appxmanifest` and `.jsproj`:
- https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/schema-root (search for `uap`)
- https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-uap-task (and similar)
- https://msdn.microsoft.com/en-us/library/mt148501.aspx (search for `TargetPlatformIdentifier`)
- https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/what-s-changed-in-windows-10

Cordova-windows would have to replace these things:
- `--appx=uap` param for the build command, and all its uses
- Rename `buildTools.getAvailableUAPVersions` and some test methods
- Docs

It wouldn't be too hard to keep the `appx=uap` as an alias to not break existing setups.

> UWP is the new UAP
> ------------------
>
>                 Key: CB-13817
>                 URL: https://issues.apache.org/jira/browse/CB-13817
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-windows
>            Reporter: Jan Piotrowski (Sujan)
>            Assignee: Jesse MacFadyen
>            Priority: Major
>
> Historically cordova-windows uses UAP to refer to the (now so called) Universal Windows Platform. Now that everybody calls it UWP, it would make sense to change the params and settings of cordova-windows to call it UWP as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org