This repository contains a few fastlane fastfile examples and some custom actions that used by our team. 本项目包含我们团队正在使用的一些 Fastlane fastfile 工作流和自定义Action
-
Lane do_publish_prod 发布打包并发布 iPA 到 ITunesConnect
-
Lane do_publish_lib 验证私有 Pod 包,并发布到私有 Pod 仓库中
-
Lane do_publish_beta 构建并发布 Beta 环境的 IPA 包
-
Lane do_publish_test 构建并发布测试环境的 IPA 包
-
Lane do_publish_prod 发布打包并发布生产环境的 APK 文件
-
Lane do_publish_lib 验证私有 AAR 包,并发布到私有 Maven 仓库中
-
Lane do_publish_beta 构建并发布 Beta 环境的 APK 包
-
Lane do_publish_test 构建并发布测试环境的 APK 包
-
android_monkey.rb 跑 Android Monkey 测试
-
appium_execute_testcase.rb 使用 Appium 执行 TestCase
-
create_local_properties.rb 创建本地 java properties 文件
-
git_push.rb 执行 Git Push 命令
-
install_app_on_simulator.rb 安装 App 到 iOS 模拟器
-
update_app_to_bugly.rb 上传 App 至 Bugly
-
update_build_number.rb 增加 iOS Build Number,封装 PlistBuddy 命令