Skip to content

Commit

Permalink
chore: Bump xcodebuild version check to 11 (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Aug 29, 2023
1 parent 83cd825 commit ffdb8c0
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 ffdb8c0

Please sign in to comment.