diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index c1e227e06f4bf534443e5f66a99a3599961c5083..fbbcb5137322d5a214ab7bc7a1cf2e6aca2b76b7 100644 --- a/jobs/Deploy_Hi365_IOS_SIT/config.xml +++ b/jobs/Deploy_Hi365_IOS_SIT/config.xml @@ -73,7 +73,7 @@ export FLUTTER_ROOT="/Users/jenkins/flutter" # Set the variable project_path=$(pwd) -flutter build ios --debug --no-codesign -t lib/${default_doc} +flutter build ios --release --no-codesign -t lib/${default_doc} cd $project_path/ios @@ -88,7 +88,7 @@ git_short_hash=$(git rev-parse --short HEAD) scheme="Runner" # package configuration for fastlane -configuration="Debug" +configuration="debug" # iOS project path workspace_path="${project_path}/ios/Runner.xcodeproj"