Unverified Commit 054e8870 authored by xster's avatar xster Committed by GitHub

Fix iTunes Transporter quirk (#30883)

parent 7b39269f
...@@ -61,6 +61,7 @@ if [[ "$SHARD" = "deploy_gallery" ]]; then ...@@ -61,6 +61,7 @@ if [[ "$SHARD" = "deploy_gallery" ]]; then
echo "Archiving with distribution profile and deploying to TestFlight..." echo "Archiving with distribution profile and deploying to TestFlight..."
( (
cd examples/flutter_gallery/ios cd examples/flutter_gallery/ios
export DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS="-t DAV"
fastlane build_and_deploy_testflight upload:true fastlane build_and_deploy_testflight upload:true
) )
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment