commit | cab391a930433ca71e5c0383d38d3131726ec32a | [log] [tgz] |
---|---|---|
author | Jenn Magder <magder@google.com> | Wed Sep 21 00:07:32 2022 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 21 00:07:32 2022 +0000 |
tree | 95d422b20cfd3b698671932d89f77793740c52a8 | |
parent | 06b8759dba6c8446af37cd540daab96b106ccf10 [diff] |
Build ios-deploy with IOS_DEPLOY_FEATURE_DEVELOPER_MODE=YES Build with preprocessor flag to enable --check-developer-mode flag https://github.com/ios-control/ios-deploy/pull/563 Bug: https://github.com/flutter/flutter/issues/111988 Change-Id: Id3f88041fed91c11cd5f4428e2482a96ee781063 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/34122 Commit-Queue: Jenn Magder <magder@google.com> Reviewed-by: Keyong Han <keyonghan@google.com>
diff --git a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/ios-deploy.sh b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/ios-deploy.sh index 56abf2e..20ffa82 100755 --- a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/ios-deploy.sh +++ b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/ios-deploy.sh
@@ -17,6 +17,6 @@ cd "$SRC_DIR" git rev-parse HEAD > "commit_sha.txt" -xcodebuild -configuration Release SYMROOT=build +xcodebuild -configuration Release SYMROOT=build GCC_PREPROCESSOR_DEFINITIONS="NDEBUG=1 IOS_DEPLOY_FEATURE_DEVELOPER_MODE=YES" cp LICENSE LICENSE2 ./build/Release/ios-deploy "$OUTPUT_DIR"