You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2021/02/01 17:18:49 UTC

[cordova-docs] 01/01: (ios): remove latest Xcode version

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

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

commit 1f167db68c466c8f798ee360647708fbaf18643d
Author: Niklas Merz <ni...@apache.org>
AuthorDate: Mon Feb 1 18:18:38 2021 +0100

    (ios): remove latest Xcode version
---
 www/docs/en/dev/guide/platforms/ios/upgrade.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/www/docs/en/dev/guide/platforms/ios/upgrade.md b/www/docs/en/dev/guide/platforms/ios/upgrade.md
index 05525a4..04e23ae 100644
--- a/www/docs/en/dev/guide/platforms/ios/upgrade.md
+++ b/www/docs/en/dev/guide/platforms/ios/upgrade.md
@@ -28,8 +28,7 @@ created with an older set of command-line tools that precede the
 `cordova` CLI utility. See [The Command-Line Interface](../../cli/index.html) for information
 how to update the version of the CLI.
 
-__NOTE__: Xcode 8 is required. Currently, to submit to the
-Apple App Store, you should use the latest shipped version of the iOS SDK, which is iOS 10 and this is included only with Xcode 8.
+__NOTE__: You should use the latest shipped version of the iOS SDK, which is included with the latest version of Xcode.
 
 ## Upgrading 4.x projects
 
@@ -853,4 +852,4 @@ If you intend on using the Capture API, you will need the new __iPad retina-disp
 8. Add a new entry under `Plugins` in the `PhoneGap.plist` file. The
    key is `com.phonegap.battery` and the value is `PGBattery`.
 
-9. Integrate any project-specific code that you have in your backed-up `AppDelegate.h` and `AppDelegate.m` into the new AppDelegate files.
\ No newline at end of file
+9. Integrate any project-specific code that you have in your backed-up `AppDelegate.h` and `AppDelegate.m` into the new AppDelegate files.


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