You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2022/08/08 16:35:50 UTC

[cordova-lib] branch master updated: feat(osx): deprecate platform (#851)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 30a58fd9 feat(osx): deprecate platform (#851)
30a58fd9 is described below

commit 30a58fd9eb1e6cbb532fb31746aa86cebe04e7f2
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Mon Aug 8 12:35:45 2022 -0400

    feat(osx): deprecate platform (#851)
---
 src/platforms/platformsConfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/platforms/platformsConfig.json b/src/platforms/platformsConfig.json
index f855d6f0..6a186331 100644
--- a/src/platforms/platformsConfig.json
+++ b/src/platforms/platformsConfig.json
@@ -9,7 +9,7 @@
         "hostos": ["darwin"],
         "url": "https://github.com/apache/cordova-osx.git",
         "version": "^6.0.0",
-        "deprecated": false
+        "deprecated": true
     },
     "android": {
         "url": "https://github.com/apache/cordova-android.git",


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