Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
iOS-AutoPackage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
app
iOS-AutoPackage
Commits
ce691402
Commit
ce691402
authored
Mar 22, 2019
by
李英男
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update auto_package_ipa.sh
parent
5a85f1dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ipa_script/auto_package_ipa.sh
+2
-2
No files found.
ipa_script/auto_package_ipa.sh
View file @
ce691402
...
@@ -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 打包,发布目前是手动打包
# -----------------------------
# -----------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment