Skip to content

Commit

Permalink
feat: bump ios-deploy minimum requirement >=1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Dec 26, 2024
1 parent 4d999e7 commit 76a254b
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 @@ -29,7 +29,7 @@ const XCODEBUILD_MIN_VERSION = '15.0.0';
const XCODEBUILD_NOT_FOUND_MESSAGE =
`Please install version ${XCODEBUILD_MIN_VERSION} or greater from App Store`;

const IOS_DEPLOY_MIN_VERSION = '1.9.2';
const IOS_DEPLOY_MIN_VERSION = '1.12.2';
const IOS_DEPLOY_NOT_FOUND_MESSAGE =
`Please download, build and install version ${IOS_DEPLOY_MIN_VERSION} or greater from https://github.com/ios-control/ios-deploy into your path, or do 'npm install -g ios-deploy'`;

Expand Down

0 comments on commit 76a254b

Please sign in to comment.