代码拉取完成,页面将自动刷新
同步操作将从 Advancer68/Unity3dAutoBuildIPA 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
echo "Start Building"
#project_path="Unity-iPhone"
project_path=$1
curdir=${project_path%/*}
echo curdir = $curdir
echo project_path = $project_path
UABUILD_ARCHIVES="/Users/iqigame/Documents/archives"
echo UABUILD_ARCHIVES = $UABUILD_ARCHIVES
UABUILD_IPA="/Users/iqigame/Documents/Ipa"
echo UABUILD_IPA = $UABUILD_IPA
plen=${#project_path}
prexx=${project_path:plen-1}
#echo prexx = $prexx
if [ "$prexx" == "/" ]; then
#statements
project_path=${project_path:0:plen-1}
echo reset project_path = $project_path
fi
ipa_prefix=${project_path##*/}
echo ipa_prefix = $ipa_prefix
timey="`date +%Y%m%d`"
echo timey = $timey
timed="`date +%H%M%S`"
echo timed = $timed
ipa_name=${project_path##*/}
echo ipa_name = $ipa_name
ipa_name=${ipa_name%%.*}
echo ipa_name = $ipa_name
ipa_prefix=${ipa_name}
#export_plist=../${ipa_prefix}Args.plist
export_plist=../ExportOptionsDev.plist
echo export_plist = $export_plist
project_name="Unity-iPhone.xcodeproj"
configuration="Release"
#archivePath=${UABUILD_ARCHIVES}/${ipa_name}.xcarchive
archivePath=${project_path}
echo archivePath = $archivePath
ipaPath=${UABUILD_IPA}/Dev-${ipa_name}
ziptoPath=${ipaPath}.zip
echo ipaPath = $ipaPath
cd $project_path
#echo "Clean Xcode"
#xcodebuild clean | xcpretty | gnomon
#xcodebuild archive -project "${project_name}" -scheme "${scheme_name}" -configuration "$configuration" -archivePath "${archivePath}" -allowProvisioningUpdates | xcpretty | gnomon
echo archive to: $archivePath
xcodebuild -exportArchive -archivePath "${archivePath}" -exportOptionsPlist "${export_plist}" -exportPath "${ipaPath}" -allowProvisioningUpdates | xcpretty | gnomon
echo exportIPA to: $ipaPath
echo zip to:$ziptoPath
#zip -r ${ziptoPath} ${ipaPath}/* | gnomon
open ${ipaPath}
echo "Successfully exported and signed the ipa file"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。