Repository: cordova-ios Updated Branches: refs/heads/master 39160bde6 -> 1078411d1
Updated README Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/1078411d Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/1078411d Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/1078411d Branch: refs/heads/master Commit: 1078411d1a19326868e9d5f9e6856aa447c6f734 Parents: 39160bd Author: Shazron Abdullah <[email protected]> Authored: Wed Apr 19 17:20:08 2017 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Wed Apr 19 17:20:08 2017 -0700 ---------------------------------------------------------------------- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/1078411d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 4c6dca8..0d5383a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Cordova iOS is an iOS application library that allows for Cordova-based projects Requires: -* Xcode 7.x or greater. Download it at [http://developer.apple.com/downloads](http://developer.apple.com/downloads) or the [Mac App Store](http://itunes.apple.com/us/app/xcode/id497799835?mt=12). +* Xcode 8.x or greater. Download it at [http://developer.apple.com/downloads](http://developer.apple.com/downloads) or the [Mac App Store](http://itunes.apple.com/us/app/xcode/id497799835?mt=12). * [node.js](https://nodejs.org) :warning: Report issues on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22iOS%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC) @@ -50,7 +50,8 @@ Updating a Cordova project When you install a new cordova-cli version that comes with a new iOS platform version, from within your project: - cordova platform update ios + cordova platform rm ios + cordova platform add ios Tests -------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
