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
ff09c30b
Commit
ff09c30b
authored
Apr 23, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// fastlane
parent
112e144a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
README.md
galaxy/fastlane/README.md
+8
-1
No files found.
galaxy/fastlane/README.md
View file @
ff09c30b
...
...
@@ -10,8 +10,15 @@ brew install fastlane
2.
2 初始化 fastlane
执行终端命令 fastlane init
会显示4个选项 输入4并按下enter 表示手动配置你的项目
完成后项目文件夹下会多几个文件Gemfile, Gemfile.lock 和文件夹
2.
3 加入蒲公英插件
执行终端命令 fastlane add_plugin pgyer 或者 bundle exec fastlane add_plugin pgyer
执行终端命令 fastlane add_plugin pgyer 或者 bundle exec fastlane add_plugin pgyer
3.
fastlane 自动打包上传
3.
1
Fastlane文件夹下的Fastlane文件已写好,只需修改output_directory的值为你本地文件夹路径即可
3.
2
执行终端命令 fastlane galaxy 或者 bundle exec fastlane galaxy
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