cordova-windows
cordova-windows copied to clipboard
[DEPRECATED] Apache Cordova Windows
https://github.com/apache/cordova-windows/blob/master/cordova-windows10.md > *This document contains information about an experimental branch of cordova-windows with support for > Windows 10 Technical Preview 2 released at the Build conference in April 2015. Information...
Although the build process is done by MSBuild and needs some SDKs installed, in lots of places this is represented by "Visual Studio". Yes, Visual Studio comes with MSBuild and...
Microsoft added `vswhere` to the default install of Visual Studio 2017: https://github.com/Microsoft/vswhere https://github.com/Microsoft/vswhere/wiki/Find-MSBuild https://docs.microsoft.com/en-us/visualstudio/install/tools-for-managing-visual-studio-instances https://blogs.msdn.microsoft.com/heaths/2017/04/21/vswhere-is-now-installed-with-visual-studio-2017/ We already use it in `appveyor.yml` to debug output these paths for the CI environment....
# Bug Report ## Problem ### What is expected to happen? Removing a `` element from the config.xml should be reflected in the AppxManifest.xml / package.*.appxmanifest file after running the...
Continuation of which is now closed: cordova-windows has suffered from the following issues with `template/Properties/Default.rd.xml` that was introduced in GH-228 ([CB-12499](https://issues.apache.org/jira/browse/CB-12499)): - [CB-13834](https://issues.apache.org/jira/browse/CB-13834) - problem building with build with params...
When these were created it was only VS2013 and VS2015, Windows 10 also was not a thing. Because of this the error message of the requirement checks in multiple places...
# Bug Report ## Problem ### What is expected to happen? I want to be able to run an app with a pipe in its name for Windows similar like...
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [plist](https://github.com/TooTallNate/node-plist). These dependencies need to be updated together. Removes `xmldom` Updates `plist` from 3.0.1 to 3.0.6 Changelog Sourced from plist's...