Skip to content

Commit

Permalink
chore: Bump xcodebuild version check to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Aug 29, 2023
1 parent 6e71f54 commit d5709de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/check_reqs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`;

Expand Down

0 comments on commit d5709de

Please sign in to comment.