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

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

commit cd7071d0a318aeaadcb12bdf40d85aaa59aa7cdb
Author: Julio César <jcesarmob...@gmail.com>
AuthorDate: Tue Apr 23 23:00:55 2024 +0200

    chore!: Bump minimum Xcode version to 14
---
 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 34ef1856..d6e6d75c 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 = '11.0.0';
+const XCODEBUILD_MIN_VERSION = '14.0.0';
 const XCODEBUILD_NOT_FOUND_MESSAGE =
     `Please install version ${XCODEBUILD_MIN_VERSION} or greater from App 
Store`;
 


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

Reply via email to