Skip to content

Commit

Permalink
Update check_reqs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Apr 24, 2024
1 parent cd7071d commit d5b53d5
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 = '14.0.0';
const XCODEBUILD_MIN_VERSION = '15.0.0';
const XCODEBUILD_NOT_FOUND_MESSAGE =
`Please install version ${XCODEBUILD_MIN_VERSION} or greater from App Store`;

Expand Down

0 comments on commit d5b53d5

Please sign in to comment.