You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2021/06/19 05:16:47 UTC

[cordova-docs] branch master updated: (osx) deprecate OSX platform in documentation (#1117)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bb82e5d  (osx) deprecate OSX platform in documentation (#1117)
bb82e5d is described below

commit bb82e5d61f144a5a92fa1ecd6ebb26969cd17129
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Sat Jun 19 01:16:37 2021 -0400

    (osx) deprecate OSX platform in documentation (#1117)
    
    * add note that OSX platform is now deprecated
    
    * show "(deprecated)" in TOC title
    
    * use "future" instead of "new"
---
 www/docs/en/dev/guide/platforms/osx/index.md | 4 +++-
 1 file changed, 3 insertions(+), 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 15ceb99..175c826 100644
--- a/www/docs/en/dev/guide/platforms/osx/index.md
+++ b/www/docs/en/dev/guide/platforms/osx/index.md
@@ -18,11 +18,13 @@ license: >
     under the License.
 
 title: OS X Platform Guide
-toc_title: OS X
+toc_title: OS X (deprecated)
 ---
 
 # OS X Platform Guide
 
+**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
 following for more detailed platform-specific information:

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