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

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
     new ffdb8c04 chore: Bump xcodebuild version check to 11 (#1369)
ffdb8c04 is described below

commit ffdb8c048e68dbbac8577fbdaecfef5cb87162a6
Author: jcesarmobile <[email protected]>
AuthorDate: Wed Aug 30 00:32:10 2023 +0200

    chore: Bump xcodebuild version check to 11 (#1369)
---
 lib/check_reqs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/check_reqs.js b/lib/check_reqs.js
index 83f5f6fa..34ef1856 100644
--- a/lib/check_reqs.js
+++ b/lib/check_reqs.js
@@ -25,7 +25,7 @@ const { CordovaError } = require('cordova-common');
 
 const SUPPORTED_OS_PLATFORMS = ['darwin'];
 
-const XCODEBUILD_MIN_VERSION = '9.0.0';
+const XCODEBUILD_MIN_VERSION = '11.0.0';
 const XCODEBUILD_NOT_FOUND_MESSAGE =
     `Please install version ${XCODEBUILD_MIN_VERSION} or greater from App 
Store`;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to