Skip to content

Commit

Permalink
chore!: Bump minimum Xcode version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Apr 23, 2024
1 parent df4b8a6 commit cd7071d
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 = '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`;

Expand Down

0 comments on commit cd7071d

Please sign in to comment.