[ 
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 1/22/18 5:08 PM:
----------------------------------------------------------------------

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.


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`)

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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to