diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index 9a1afe5fc948e007c531f8b17788eeade94f358c..3f5544080a896b684400d9ab905c9d6b26bd7945 100644 --- a/jobs/Deploy_Hi365_IOS_SIT/config.xml +++ b/jobs/Deploy_Hi365_IOS_SIT/config.xml @@ -21,7 +21,7 @@ - Version_Number + version_number V0.0.0 false @@ -73,17 +73,17 @@ current_date=$(date +"%Y%m%d") git_short_hash=$(git rev-parse --short HEAD) -ipa_name="Hi365_SIT_${current_date}_${Version_Number}_${git_short_hash}.ipa" +ipa_name="Hi365_SIT_${current_date}_${version_number}_${git_short_hash}.ipa" -ipa_full_path="${project_path}/ios/Hi365_SIT_${current_date}_${Version_Number}_${git_short_hash}.ipa" +ipa_full_path="${project_path}/ios/Hi365_SIT_${current_date}_${version_number}_${git_short_hash}.ipa" # Temporarily change xcode versino for fastlane fastlane run xcversion version:"11" -# build ips +# build ipa fastlane sit -# rename ipa to a identified one +# rename ipa mv Runner.ipa ${ipa_name} # deploy