[ https://issues.apache.org/jira/browse/CB-13921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379808#comment-16379808 ]
ASF GitHub Bot commented on CB-13921: ------------------------------------- shazron closed pull request #360: CB-13921 - Update Xcode requirement to Xcode 9 URL: https://github.com/apache/cordova-ios/pull/360 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/.travis.yml b/.travis.yml index 2866f3527..013df38b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: objective-c -osx_image: xcode8.3 +osx_image: xcode9.2 sudo: false env: matrix: - - TRAVIS_NODE_VERSION: '4.2' - - TRAVIS_NODE_VERSION: '6.11' + - TRAVIS_NODE_VERSION: '4.8.7' + - TRAVIS_NODE_VERSION: '6.13' before_install: - npm cache clean -f - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm diff --git a/bin/templates/scripts/cordova/lib/check_reqs.js b/bin/templates/scripts/cordova/lib/check_reqs.js index 21a220814..0af8ed33f 100644 --- a/bin/templates/scripts/cordova/lib/check_reqs.js +++ b/bin/templates/scripts/cordova/lib/check_reqs.js @@ -26,7 +26,7 @@ const versions = require('./versions'); const SUPPORTED_OS_PLATFORMS = [ 'darwin' ]; -const XCODEBUILD_MIN_VERSION = '7.0.0'; +const XCODEBUILD_MIN_VERSION = '9.0.0'; const XCODEBUILD_NOT_FOUND_MESSAGE = 'Please install version ' + XCODEBUILD_MIN_VERSION + ' or greater from App Store'; ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Update Xcode requirement to Xcode 9 > ----------------------------------- > > Key: CB-13921 > URL: https://issues.apache.org/jira/browse/CB-13921 > Project: Apache Cordova > Issue Type: Improvement > Components: cordova-ios > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > Priority: Major > > Right now it is Xcode 7. > > Update check_reqs.js -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org