Commit ff09c30b authored by Steven杜宇's avatar Steven杜宇

// fastlane

parent 112e144a
...@@ -10,8 +10,15 @@ brew install fastlane ...@@ -10,8 +10,15 @@ brew install fastlane
2.2 初始化 fastlane 2.2 初始化 fastlane
执行终端命令 fastlane init 执行终端命令 fastlane init
会显示4个选项 输入4并按下enter 表示手动配置你的项目 会显示4个选项 输入4并按下enter 表示手动配置你的项目
完成后项目文件夹下会多几个文件Gemfile, Gemfile.lock 和文件夹
2.3 加入蒲公英插件 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. fastlane 自动打包上传
3.1
Fastlane文件夹下的Fastlane文件已写好,只需修改output_directory的值为你本地文件夹路径即可
3.2
执行终端命令 fastlane galaxy 或者 bundle exec fastlane galaxy 执行终端命令 fastlane galaxy 或者 bundle exec fastlane galaxy
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