Commit ce691402 by 李英男

Update auto_package_ipa.sh

parent 5a85f1dc
...@@ -37,13 +37,13 @@ readonly EBIZ_IPA_NAME="${EBIZ_SCHEME}.ipa" ...@@ -37,13 +37,13 @@ readonly EBIZ_IPA_NAME="${EBIZ_SCHEME}.ipa"
readonly EBIZ_IPA_PATH="${OUTPUT_DIR}/${EBIZ_IPA_NAME}" readonly EBIZ_IPA_PATH="${OUTPUT_DIR}/${EBIZ_IPA_NAME}"
# 打包方式 Debug 、Release # 打包方式 Debug 、Release
readonly EBIZ_BUILD_CONFIGURATION="Debug" readonly EBIZ_BUILD_CONFIGURATION="Release"
# 指定打包所使用的输出方式 # 指定打包所使用的输出方式
# 目前支持app-store, package, ad-hoc, enterprise, development, 和developer-id,即xcodebuild的method参数 # 目前支持app-store, package, ad-hoc, enterprise, development, 和developer-id,即xcodebuild的method参数
# ----------------------------- # -----------------------------
readonly EBIZ_EXPORT_METHOD="development" # demo 项目没有 app id,打包方式选择 development 才能打出 ipa readonly EBIZ_EXPORT_METHOD="app-store" # demo 项目没有 app id,打包方式选择 development 才能打出 ipa
# readonly EBIZ_EXPORT_METHOD="ad-hoc" # 正常开发阶段选择 ad-hoc 打包,发布目前是手动打包 # readonly EBIZ_EXPORT_METHOD="ad-hoc" # 正常开发阶段选择 ad-hoc 打包,发布目前是手动打包
# ----------------------------- # -----------------------------
......
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