You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/09/16 18:45:09 UTC

[1/2] ios commit: CB-11863 - Update xcodebuild minimum version to 7.0.0

Repository: cordova-ios
Updated Branches:
  refs/heads/master 4a187d672 -> aa6950011


CB-11863 - Update xcodebuild minimum version to 7.0.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/b18ae4ac
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/b18ae4ac
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/b18ae4ac

Branch: refs/heads/master
Commit: b18ae4ac5b753a7364ddbe71c6b693901849ff22
Parents: 4a187d6
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Sep 16 03:16:21 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Sep 16 03:16:21 2016 -0700

----------------------------------------------------------------------
 bin/lib/check_reqs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b18ae4ac/bin/lib/check_reqs.js
----------------------------------------------------------------------
diff --git a/bin/lib/check_reqs.js b/bin/lib/check_reqs.js
index 52a08ca..ae21f98 100644
--- a/bin/lib/check_reqs.js
+++ b/bin/lib/check_reqs.js
@@ -22,7 +22,7 @@ var Q     = require('q'),
     util = require('util'),
     versions = require('./versions');
 
-var XCODEBUILD_MIN_VERSION = '6.0.0';
+var XCODEBUILD_MIN_VERSION = '7.0.0';
 var XCODEBUILD_NOT_FOUND_MESSAGE =
     'Please install version ' + XCODEBUILD_MIN_VERSION + ' or greater from App Store';
 


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


[2/2] ios commit: CB-11863 - Update travis.yml to xcode 7.3 image

Posted by sh...@apache.org.
CB-11863 - Update travis.yml to xcode 7.3 image

 This closes #258


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/aa695001
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/aa695001
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/aa695001

Branch: refs/heads/master
Commit: aa695001162408e3dd358c2ea0c3fda0f49f71cc
Parents: b18ae4a
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Sep 16 03:16:49 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Sep 16 11:50:00 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/aa695001/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 76e6c83..495c12c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
 language: objective-c
+osx_image: xcode7.3
 sudo: false
 before_install:
     - npm cache clean -f


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