From 0c6ab6d7042fedf7811dc47c18f0e44e9819cedf Mon Sep 17 00:00:00 2001 From: Nguyen Son Tung TRAN Date: Mon, 20 Sep 2021 16:15:06 +0700 Subject: [PATCH] Fix set xcode build number step --- bitrise.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bitrise.yml b/bitrise.yml index a2e8d90e6..39ff7b8d9 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -91,6 +91,11 @@ workflows: - additional_params: model - certificate-and-profile-installer@1: is_always_run: true + - set-xcode-build-number@1: + inputs: + - build_version_offset: alpha$BITRISE_BUILD_NUMBER + - build_short_version_string: 0.1.0-beta01 + - plist_path: "$BITRISE_FLUTTER_PROJECT_LOCATION/ios/Runner/Info.plist" - flutter-build@0: inputs: - is_debug_mode: 'true'