From 10bcc346fd437f969327338b46a0c390fa7ee878 Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Thu, 3 Sep 2020 22:34:07 -0400 Subject: [PATCH 1/3] add note that OSX platform is now deprecated --- www/docs/en/dev/guide/platforms/osx/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/docs/en/dev/guide/platforms/osx/index.md b/www/docs/en/dev/guide/platforms/osx/index.md index 15ceb9964b..1eaf1f1eb0 100644 --- a/www/docs/en/dev/guide/platforms/osx/index.md +++ b/www/docs/en/dev/guide/platforms/osx/index.md @@ -23,6 +23,8 @@ toc_title: OS X # OS X Platform Guide +**NOTICE:** The OS X platform is now deprecated and may be removed from a new version of Cordova. + This guide shows how to set up your SDK development environment to deploy Cordova apps for OS X computers. See the following for more detailed platform-specific information: From 49ad48b364d76532761f5c0d0fc300d35839326d Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Thu, 3 Sep 2020 22:39:39 -0400 Subject: [PATCH 2/3] show "(deprecated)" in TOC title --- www/docs/en/dev/guide/platforms/osx/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/en/dev/guide/platforms/osx/index.md b/www/docs/en/dev/guide/platforms/osx/index.md index 1eaf1f1eb0..1e39a83a0f 100644 --- a/www/docs/en/dev/guide/platforms/osx/index.md +++ b/www/docs/en/dev/guide/platforms/osx/index.md @@ -18,7 +18,7 @@ license: > under the License. title: OS X Platform Guide -toc_title: OS X +toc_title: OS X (deprecated) --- # OS X Platform Guide From 1c2e4ec1573345d23caa99126c91f7213e727e3c Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Thu, 3 Sep 2020 22:40:27 -0400 Subject: [PATCH 3/3] use "future" instead of "new" --- www/docs/en/dev/guide/platforms/osx/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/en/dev/guide/platforms/osx/index.md b/www/docs/en/dev/guide/platforms/osx/index.md index 1e39a83a0f..175c826d4c 100644 --- a/www/docs/en/dev/guide/platforms/osx/index.md +++ b/www/docs/en/dev/guide/platforms/osx/index.md @@ -23,7 +23,7 @@ toc_title: OS X (deprecated) # OS X Platform Guide -**NOTICE:** The OS X platform is now deprecated and may be removed from a new version of Cordova. +**NOTICE:** The OS X platform is now deprecated and may be removed from a future version of Cordova. This guide shows how to set up your SDK development environment to deploy Cordova apps for OS X computers. See the