Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
4ef23692
Commit
4ef23692
authored
Apr 24, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打包 使用相对文件
parent
e2f37e0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Fastfile
galaxy/fastlane/Fastfile
+2
-2
No files found.
galaxy/fastlane/Fastfile
View file @
4ef23692
...
...
@@ -20,7 +20,7 @@ platform :ios do
# 每次打包之前clean一下
clean: true,
# 打包出 ipa 文件的路径,我放到了桌面文件夹,你自行更改文件夹
output_directory: '
/Users/edy/Desktop
/App/ad-hoc',
output_directory: '
.
/App/ad-hoc',
# 打包的名称,可任意取
output_name: 'galaxy.ipa',
# 项目的 scheme,自己项目名 .xcworkspace 前面的项目名就是
...
...
@@ -73,7 +73,7 @@ platform :ios do
# 每次打包之前clean一下
clean: true,
# 打包出 ipa 文件的路径,我放到了桌面文件夹,你自行更改文件夹
output_directory: '
/Users/edy/Desktop
/App/Release',
output_directory: '
.
/App/Release',
# 打包的名称,可任意取
output_name: 'galaxy.ipa',
# 项目的 scheme,自己项目名 .xcworkspace 前面的项目名就是
...
...
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