All Projects → shishirui → Fastlane Plugin Pgyer

shishirui / Fastlane Plugin Pgyer

Licence: mit
Distribute app to pgyer beta testing service with fastlane!

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Fastlane Plugin Pgyer

fastlane-Android-CI
This project demonstrate how we can use fastlane along with CI and automate versioning of Version code and Version name.
Stars: ✭ 22 (-37.14%)
Mutual labels:  fastlane
Ad fastlane
iOS App 自动化上传 AppStore ,一键部署 App。自动上传蒲公英
Stars: ✭ 287 (+720%)
Mutual labels:  fastlane
Rome
Carthage cache for S3, Minio, Ceph, Google Storage, Artifactory and many others
Stars: ✭ 724 (+1968.57%)
Mutual labels:  fastlane
MaGus
iOS Project Generation Tool ✨
Stars: ✭ 26 (-25.71%)
Mutual labels:  fastlane
taro-playground
The Taro Playground App is a cross-platform application developed using Taro, to help developers develop and debug Taro applications.
Stars: ✭ 33 (-5.71%)
Mutual labels:  fastlane
Ios Project Template
iOS project template with fastlane lanes, Travis CI jobs and GitHub integrations of Codecov, HoundCI for SwiftLint and Danger
Stars: ✭ 358 (+922.86%)
Mutual labels:  fastlane
fastlane-plugin-versioning android
Android Versioning Plugin for Fastlane
Stars: ✭ 113 (+222.86%)
Mutual labels:  fastlane
Apprepositorytemplate
The easiest way to start a new application project without any manual configuration
Stars: ✭ 24 (-31.43%)
Mutual labels:  fastlane
Fastlane--Packaging
Fastlane--自动打包文件配置和流程
Stars: ✭ 38 (+8.57%)
Mutual labels:  fastlane
Snowflake
❄️ A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku
Stars: ✭ 4,576 (+12974.29%)
Mutual labels:  fastlane
souyuz
Fastlane build plugin for building Xamarin.iOS and Xamarin.Android applications
Stars: ✭ 35 (+0%)
Mutual labels:  fastlane
netflix-like-ios
Application to demonstrate how I develop an iOS App with VIPER architecture in 5 days (Swift only)
Stars: ✭ 30 (-14.29%)
Mutual labels:  fastlane
Fastlane Plugin Versioning
Extends fastlane versioning actions. Allows to set/get versions without using agvtool and do some other small tricks.
Stars: ✭ 357 (+920%)
Mutual labels:  fastlane
fastlane-plugins
自创造超实用性 Fastlane 插件和自定义 actions 的聚合仓库
Stars: ✭ 19 (-45.71%)
Mutual labels:  fastlane
Sonar Swift
Open source Swift plugin for SonarQube (also supports Objective-C)
Stars: ✭ 735 (+2000%)
Mutual labels:  fastlane
fastlane-framer-plugin
A plugin for fastlane that frames your raw screenshots into the beautiful templates you made!
Stars: ✭ 31 (-11.43%)
Mutual labels:  fastlane
Ios Project Env Setup
Setup your iOS project environment with a Shellscript, Makefile or Rakefile
Stars: ✭ 320 (+814.29%)
Mutual labels:  fastlane
Fastlane
🚀 The easiest way to automate building and releasing your iOS and Android apps
Stars: ✭ 33,382 (+95277.14%)
Mutual labels:  fastlane
Badge
Add a badge to your app icon
Stars: ✭ 832 (+2277.14%)
Mutual labels:  fastlane
Xcov
Nice code coverage reporting without hassle
Stars: ✭ 467 (+1234.29%)
Mutual labels:  fastlane

pgyer plugin

fastlane Plugin Badge

Getting Started

This project is a fastlane plugin. To get started with fastlane-plugin-pgyer, add it to your project by running:

fastlane add_plugin pgyer

About pgyer

This pluginin allow you distribute app automatically to pgyer beta testing service in fastlane workflow.

Example

Check out the example Fastfile to see how to use this plugin. Try it by cloning the repo, running fastlane install_plugins and bundle exec fastlane test.

Just specify the api_key and user_key associated with your pgyer account.

lane :beta do
  gym
  pgyer(api_key: "7f15xxxxxxxxxxxxxxxxxx141", user_key: "4a5bcxxxxxxxxxxxxxxx3a9e")
end

You can also set a password to protect the App from being downloaded publicly:

lane :beta do
  gym
  pgyer(api_key: "7f15xxxxxxxxxxxxxxxxxx141", user_key: "4a5bcxxxxxxxxxxxxxxx3a9e", password: "123456", install_type: "2")
end

Set a version update description for App:

lane :beta do
  gym
  pgyer(api_key: "7f15xxxxxxxxxxxxxxxxxx141", user_key: "4a5bcxxxxxxxxxxxxxxx3a9e", update_description: "update by fastlane")
end

Run tests for this plugin

To run both the tests, and code style validation, run

rake

To automatically fix many of the styling issues, use

rubocop -a

Issues and Feedback

For any other issues and feedback about this plugin, please submit it to this repository.

Troubleshooting

If you have trouble using plugins, check out the Plugins Troubleshooting guide.

Using fastlane Plugins

For more information about how the fastlane plugin system works, check out the Plugins documentation.

About fastlane

fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.

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].