All Projects → thierryxing → Fastfiles

thierryxing / Fastfiles

Fastlane fastfile examples and custom actions

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Fastfiles

Examples
📝 A collection of example fastlane setups
Stars: ✭ 1,289 (+834.06%)
Mutual labels:  fastlane, examples
Vertx In Action
Examples for the Manning "Vert.x in Action" book
Stars: ✭ 134 (-2.9%)
Mutual labels:  examples
Moleculer Examples
🎲 Examples for Moleculer microservices framework
Stars: ✭ 114 (-17.39%)
Mutual labels:  examples
Professional Services
Common solutions and tools developed by Google Cloud's Professional Services team
Stars: ✭ 1,923 (+1293.48%)
Mutual labels:  examples
Autobahn
CLI tool written in Swift heavily inspired by https://github.com/fastlane/fastlane
Stars: ✭ 116 (-15.94%)
Mutual labels:  fastlane
Spring Javafx Examples
Example apps for springboot-javafx-support. See
Stars: ✭ 124 (-10.14%)
Mutual labels:  examples
Aruco Markers
Working examples/tutorial for detection and pose estimation of ArUco markers with C++
Stars: ✭ 112 (-18.84%)
Mutual labels:  examples
Botui Examples
Some examples on how to use BotUI
Stars: ✭ 136 (-1.45%)
Mutual labels:  examples
Examples
Stars: ✭ 133 (-3.62%)
Mutual labels:  examples
Go Generics Example
Example code for Go generics
Stars: ✭ 121 (-12.32%)
Mutual labels:  examples
Learn Tensorflow Sharp
TensorflowSharp tutors and examples.
Stars: ✭ 120 (-13.04%)
Mutual labels:  examples
Godot tutorials
Code and examples for KidsCanCode Godot Tutorials.
Stars: ✭ 119 (-13.77%)
Mutual labels:  examples
Rasa Chatbot Templates
RASA chatbot use case boilerplate
Stars: ✭ 127 (-7.97%)
Mutual labels:  examples
Golibs
general purpose Golang code (to be included in other projects)
Stars: ✭ 114 (-17.39%)
Mutual labels:  examples
Thinking In Spring Boot Samples
小马哥书籍《Spring Boot 编程思想》示例工程
Stars: ✭ 1,725 (+1150%)
Mutual labels:  examples
Angular Template For Threejs
Angular Template For Three.js
Stars: ✭ 114 (-17.39%)
Mutual labels:  examples
Android Examples
[Examples] Simple basic isolated apps, for budding android devs.
Stars: ✭ 1,602 (+1060.87%)
Mutual labels:  examples
Vlingo Examples
The VLINGO/PLATFORM examples demonstrating features and functionality available in the reactive components.
Stars: ✭ 121 (-12.32%)
Mutual labels:  examples
Terragrunt Infrastructure Modules Example
A repo used to show examples file/folder structures you can use with Terragrunt and Terraform
Stars: ✭ 135 (-2.17%)
Mutual labels:  examples
Golang For Nodejs Developers
Examples of Golang compared to Node.js for learning
Stars: ✭ 2,698 (+1855.07%)
Mutual labels:  examples

Fastfiles

This repository contains a few fastlane fastfile examples and some custom actions that used by our team. 本项目包含我们团队正在使用的一些 Fastlane fastfile 工作流和自定义Action

详细说明

iOS Fastfile

  1. Lane do_publish_prod 发布打包并发布 iPA 到 ITunesConnect

  2. Lane do_publish_lib 验证私有 Pod 包,并发布到私有 Pod 仓库中

  3. Lane do_publish_beta 构建并发布 Beta 环境的 IPA 包

  4. Lane do_publish_test 构建并发布测试环境的 IPA 包

Android Fastfile

  1. Lane do_publish_prod 发布打包并发布生产环境的 APK 文件

  2. Lane do_publish_lib 验证私有 AAR 包,并发布到私有 Maven 仓库中

  3. Lane do_publish_beta 构建并发布 Beta 环境的 APK 包

  4. Lane do_publish_test 构建并发布测试环境的 APK 包

Actions

  1. android_monkey.rb 跑 Android Monkey 测试

  2. appium_execute_testcase.rb 使用 Appium 执行 TestCase

  3. create_local_properties.rb 创建本地 java properties 文件

  4. git_push.rb 执行 Git Push 命令

  5. install_app_on_simulator.rb 安装 App 到 iOS 模拟器

  6. update_app_to_bugly.rb 上传 App 至 Bugly

  7. update_build_number.rb 增加 iOS Build Number,封装 PlistBuddy 命令

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].