From 16d98c7632290b0436860980ecc803c2e4dc6ccc Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Wed, 11 Sep 2019 11:32:42 +0800 Subject: [PATCH] 20180082: Job [Hi365_iOS] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ³¯¾_¶§ --- jobs/Hi365_iOS/config.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jobs/Hi365_iOS/config.xml b/jobs/Hi365_iOS/config.xml index 2da888fc..c8b4a932 100644 --- a/jobs/Hi365_iOS/config.xml +++ b/jobs/Hi365_iOS/config.xml @@ -66,6 +66,8 @@ cd $project_path/ios now=$(date +"%Y_%m_%d_%H:%M") +app_version=$(grep 'version:' pubspec.yaml | cut -d ' ' -f2) + scheme="Runner" # package configuration for fastlane @@ -94,10 +96,10 @@ output_path="${project_path}/ipa" archive_path="$output_path/hi365_${export_method}_${now}.xcarchive" # ipa export path -ipa_path="$output_path/hi365_${BUILD_TYPE}_${BUILD_BRANCH}_${BUILD_REPOSITORY}_${now}.ipa" +ipa_path="$output_path/hi365_${app_version}.ipa" # ipa name -ipa_name="Hi365_${BUILD_TYPE}_${BUILD_BRANCH}_${now}.ipa" +ipa_name="Hi365_${app_version}.ipa" commit_msg="$1" # show env settings -- 2.26.2