Commit 16d98c76 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20180082: Job [Hi365_iOS] configuration updated

Change performed by ³¯¾_¶§
parent 4fd477c7
......@@ -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
......
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