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