Closed brodycj closed 2 years ago
Cordova-Windows deprecation notice was already posted to the repo and also Cordova website reflects it.
https://github.com/apache/cordova-windows/commit/0454321fec629741375d8964a921b4a4d91e4df7
I have rebased this PR.
@brodybits thank you for the PR
Merging #852 (9368657) into master (42b4569) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #852 +/- ##
=======================================
Coverage 88.27% 88.27%
=======================================
Files 46 46
Lines 2123 2123
=======================================
Hits 1874 1874
Misses 249 249
Help us with your feedback. Take ten seconds to tell us how you rate us.
Status
Platforms affected
Windows
Motivation and Context
see this discussion in dev@cordova.apache.org
Description
set
"deprecated": true
for Windows insrc/platforms/platformsConfig.json
Testing
updated:
In a local checkout of
cordova-cli
:after adding Windows,
../bin/cordova platform ls
gives me the following output:Checklist
I've run the tests to seeall new and existing tests pass - see Travis CI ✅I added automated test coverage as appropriate for this change(platform)
if this change only applies to one platform (e.g.(android)
)