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

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

commit d5709de0da9cee758020a646d61bc368e06aee1b
Author: Julio César <[email protected]>
AuthorDate: Wed Aug 30 00:08:56 2023 +0200

    chore: Bump xcodebuild version check to 11
---
 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