You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by me...@apache.org on 2018/09/01 08:45:48 UTC

[cordova-docs] branch Menardi-patch-1 updated (6f3bd12 -> e2c96ee)

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

menardi pushed a change to branch Menardi-patch-1
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git.


    omit 6f3bd12  Remove outdated list of supported iOS devices
     new e2c96ee  Remove outdated list of supported iOS devices

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6f3bd12)
            \
             N -- N -- N   refs/heads/Menardi-patch-1 (e2c96ee)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 www/docs/en/dev/guide/platforms/ios/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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


[cordova-docs] 01/01: Remove outdated list of supported iOS devices

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

menardi pushed a commit to branch Menardi-patch-1
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit e2c96ee7164b710c6717b00a5cd44c478cbaa17d
Author: Gearóid M <Me...@users.noreply.github.com>
AuthorDate: Sat Sep 1 17:44:49 2018 +0900

    Remove outdated list of supported iOS devices
---
 www/docs/en/dev/guide/platforms/ios/index.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/www/docs/en/dev/guide/platforms/ios/index.md b/www/docs/en/dev/guide/platforms/ios/index.md
index 447aad1..8f38269 100644
--- a/www/docs/en/dev/guide/platforms/ios/index.md
+++ b/www/docs/en/dev/guide/platforms/ios/index.md
@@ -43,12 +43,8 @@ the Apple App Store℠ requires the latest versions of the Apple tools.
 You can test many of the Cordova features using the iOS simulator
 installed with the iOS SDK and Xcode, but you need an actual device to
 fully test all of the app's device features before submitting to the
-App Store.  The device must have at least iOS 8 installed, the
-minimum iOS version supported as of Cordova 4.0.0. Supported devices
-include iPhone 4S, iPhone 5, iPhone 5C, iPhone 5S, iPhone 6,
-iPhone 6 Plus, iPhone 6S, iPhone 6S Plus, iPhone SE, iPad 2,
-iPad 3, iPad 4, iPad Air, iPad Air 2, iPad Pro, iPad Mini,
-iPad Mini 2, iPad Mini 3, iPod Touch 5th gen and iPod Touch 6th gen or later.
+App Store. The device must have at least iOS 9 installed, the
+minimum iOS version supported since the release of cordova-ios v4.4.0.
 
 ## Installing the Requirements
 


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