GitHub user anewcomer-evostrat opened a pull request:
https://github.com/apache/cordova-cli/pull/171
Windows 8.1 update breaks app manifest parser
The powers-that-be at Microsoft decided to add another namespace to the
package.appxmanifest when I updated my Windows 8 app to Windows 8.1. The
Package/Applications/Application/VisualElements element now has a namespace
prefix of "m2:" which causes an error during project preparation. This commit
contains a quick, low-risk update to accommodate that change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anewcomer-evostrat/cordova-cli master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-cli/pull/171.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #171
----
commit df5101d2fcd2ba7a6ad44578988c946b01434493
Author: Aaron Newcomer <[email protected]>
Date: 2014-04-28T18:05:53Z
Windows 8.1 update breaks app manifest parser
The powers-that-be at Microsoft decided to add another namespace to the
package.appxmanifest when I updated my Windows 8 app to Windows 8.1. The
Package/Applications/Application/VisualElements element now has a namespace
prefix of "m2:" which causes an error during project preparation. This commit
contains a quick, low-risk update to accommodate that change.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---