New to fastlane? Click here to open the installation & setup instructions first

1) Install the latest Xcode command line tools

xcode-select --install

2) Install fastlane

# Using RubyGems
sudo gem install fastlane -NV

# Alternatively using Homebrew
brew install fastlane

3) Navigate to your project and run

fastlane init

More Details

Available Plugins


24830

appcenter

via Microsoft Corporation

Fastlane plugin for App Center

Provided actions
Name Category Description
appcenter_fetch_version_number - Fetches the latest version number of an app or the last build number of a version from App Center
appcenter_fetch_devices - Fetches a list of devices from App Center to distribute an iOS app to
appcenter_upload - Distribute new release to App Center
Score details
Metric Points Description
contributors 246 The more contributors a project has, the more likely it is it stays alive
subscribers 51 More subscribers = more popular project
stars 404 More stars = more popular project
forks 515 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -49 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 23457 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


23982

firebase_app_distribution

via Stefan Natchev, Manny Jimenez, Alonso Salas Infante

Release your beta builds to Firebase App Distribution. https://firebase.google.com/docs/app-distribution

Provided actions
Name Category Description
firebase_app_distribution_login - Authenticate with Firebase App Distribution using a Google account.
firebase_app_distribution_add_testers - Create testers in bulk from a comma-separated list or a file
firebase_app_distribution_get_udids - Download the UDIDs of your Firebase App Distribution testers
firebase_app_distribution - Release your beta builds with Firebase App Distribution
firebase_app_distribution_remove_testers - Delete testers in bulk from a comma-separated list or a file
Score details
Metric Points Description
contributors 84 The more contributors a project has, the more likely it is it stays alive
subscribers 36 More subscribers = more popular project
stars 97 More stars = more popular project
forks 60 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -13 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 23556 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


12769

badge

via Daniel Griesser

Add a badge overlay to your app icon

Provided actions
Name Category Description
add_badge - Automatically add a badge to your app icon
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 175 More stars = more popular project
forks 75 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 12374 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


12537

versioning

via Siarhei Fiedartsou, John Douglas

Allows to set/get app version and build number directly to/from Info.plist

Provided actions
Name Category Description
get_version_number_from_git_branch - Extract version number from git branch name
increment_build_number_in_xcodeproj - Increment build number in xcodeproj
get_version_number_from_plist - Get the version number of your project
get_build_number_from_plist - Get the build number of your project
ci_build_number building Detects current build number defined by CI system
get_version_number_from_xcodeproj - Get the version number of your project
increment_version_number_in_xcodeproj - Increment build number in xcodeproj
increment_version_number_in_plist - Increment the version number of your project
get_app_store_version_number - Get the version number of your app in the App Store
get_info_plist_path - Get the version number of your project
get_build_number_from_xcodeproj - Get the build number of your project
increment_build_number_in_plist - Increment the build number of your project
Score details
Metric Points Description
contributors 90 The more contributors a project has, the more likely it is it stays alive
subscribers 18 More subscribers = more popular project
stars 381 More stars = more popular project
forks 220 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -8 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11655 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


7280

sentry

via Sentry

Upload symbols to Sentry

Provided actions
Name Category Description
sentry_upload_dsym - Upload dSYM symbolication files to Sentry
sentry_set_commits - Set commits of a release
sentry_upload_sourcemap - Upload a sourcemap to a release of a project on Sentry
sentry_finalize_release - Finalize a release for a project on Sentry
sentry_upload_file - Upload files to a release of a project on Sentry
sentry_create_deploy - Creates a new release deployment for a project on Sentry
sentry_upload_proguard - Upload mapping to a project on Sentry
sentry_create_release - Create new releases for a project on Sentry
sentry_check_cli_installed - Checks that sentry-cli with the correct version is installed
sentry_upload_dif - Upload debugging information files.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 51 More subscribers = more popular project
stars 85 More stars = more popular project
forks 210 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -17 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6740 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


6980

bugsnag

via Delisa Mason

Uploads dSYM files to Bugsnag

Provided actions
Name Category Description
upload_symbols_to_bugsnag - Uploads dSYM debug symbol files to Bugsnag
send_build_to_bugsnag building Notifies Bugsnag of a build
dsym_magic - Sets the dsym path
Score details
Metric Points Description
contributors 96 The more contributors a project has, the more likely it is it stays alive
subscribers 63 More subscribers = more popular project
stars 30 More stars = more popular project
forks 40 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -4 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6625 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


6625

aws_s3

via Josh Holtz

Upload IPA and APK to S3

Provided actions
Name Category Description
aws_s3 - Generates a plist file and uploads all to AWS S3
Score details
Metric Points Description
contributors 150 The more contributors a project has, the more likely it is it stays alive
subscribers 15 More subscribers = more popular project
stars 118 More stars = more popular project
forks 275 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -17 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5944 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


6513

test_center

via Lyndsey Ferguson

🎯 Understand, tame, and train your iOS & Mac tests 🎉

Provided actions
Name Category Description
suppressed_tests testing 🗜 Retrieves a list of tests that are suppressed in a specific or all Xcode Schemes in a project
suppress_tests testing 🗜 Suppresses specific tests in a specific or all Xcode Schemes in a given project
tests_from_xcresult testing ☑️ Retrieves the failing, passing, and skipped tests as reported in a xcresult bundle
suppress_tests_from_junit testing 🗜 Uses a junit xml report file to suppress either passing or failing tests in an Xcode Scheme
tests_from_xctestrun testing ️️☑️ Retrieves all of the tests from xctest bundles referenced by the xctestrun file
quit_core_simulator_service testing 📲 Force-quits the com.apple.CoreSimulator.CoreSimulatorService to fix mysterious iOS Simulator issues.
collate_test_result_bundles testing 🔸 Combines multiple test_result bundles into one test_result bundle
tests_from_junit testing ☑️ Retrieves the failing and passing tests as reported in a junit xml file
multi_scan testing ♻️ Uses scan to run Xcode tests a given number of times, with the option of batching and/or parallelizing them, only re-testing failing tests.
test_options_from_testplan testing ☑️ Gets test info from a given test plan
collate_html_reports testing 🔶 Combines multiple html report files into one html report file
collate_junit_reports testing 🔷 Combines multiple junit report files into one junit report file
collate_json_reports testing 🔹 Combines multiple json report files into one json report file
testplans_from_scheme testing ☑️Gets all the testplans that a Scheme references
collate_xcresults - 🔸 Combines multiple xcresult bundles into one xcresult bundle
Score details
Metric Points Description
contributors 66 The more contributors a project has, the more likely it is it stays alive
subscribers 33 More subscribers = more popular project
stars 208 More stars = more popular project
forks 195 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -14 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5822 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


6086

increment_version_code

via Jems

Increment the version code of your android project.

Provided actions
Name Category Description
increment_version_code - Increment the version code of your android project.
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 40 More stars = more popular project
forks 35 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5916 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


5789

trainer

via KrauseFx

Convert xcodebuild plist files to JUnit reports

Provided actions
Name Category Description
trainer - Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed
Score details
Metric Points Description
contributors 42 The more contributors a project has, the more likely it is it stays alive
subscribers 18 More subscribers = more popular project
stars 132 More stars = more popular project
forks 110 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -8 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5370 More downloads = more users have been using the plugin for a while
tests 24 The more tests a plugin has, the better

Open on GitHub


4025

versioning_android

via Igor Lamos

Android Versioning Plugin for Fastlane

Provided actions
Name Category Description
android_get_version_name - Get the Version Name of your Android project
android_set_version_code - Set the Version Code of your Android project
android_set_version_name - Set the Version Name of your Android project
android_get_version_code - Get the Version Code of your Android project
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3911 More downloads = more users have been using the plugin for a while
tests 36 The more tests a plugin has, the better

Open on GitHub


3595

changelog

via Pavel Prochazka

Automate changes to your project CHANGELOG.md

Provided actions
Name Category Description
read_changelog - Reads content of a section from your project CHANGELOG.md file
update_changelog - Updates content of a section of your project CHANGELOG.md file
emojify_changelog - Emojifies the output of read_changelog action
stamp_changelog - Stamps the [Unreleased] section with provided identifier in your project CHANGELOG.md file
Score details
Metric Points Description
contributors 60 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 176 More stars = more popular project
forks 225 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2952 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


3291

appicon

via Boris Bügling, Felix Krause

Generate required icon sizes and iconset from a master application icon.

Provided actions
Name Category Description
android_appicon - Generate required icon sizes from a master application icon
appicon - Generate required icon sizes and iconset from a master application icon
Score details
Metric Points Description
contributors 120 The more contributors a project has, the more likely it is it stays alive
subscribers 27 More subscribers = more popular project
stars 295 More stars = more popular project
forks 205 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -19 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2562 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


2572

load_json

via Felix Krause

Loads a local JSON file and parses it

Provided actions
Name Category Description
load_json - Loads a local JSON file and parses it
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 3 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2489 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


2420

get_version_name

via Jems

Get the version name of an Android project.

Provided actions
Name Category Description
get_version_name - Get the version name of an Android project. This action will return the version name of your project according to the one set in your build.gradle file
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 4 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2313 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


2197

yarn

via Josh Lesch

Execute Yarn commands from your Fastfile

Provided actions
Name Category Description
yarn - Execute Yarn commands from your Fastfile
Score details
Metric Points Description
contributors 24 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 16 More stars = more popular project
forks 30 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1972 More downloads = more users have been using the plugin for a while
tests 21 The more tests a plugin has, the better

Open on GitHub


2038

browserstack

via BrowserStack

Uploads IPA and APK files to BrowserStack for automation and manual testing.

Provided actions
Name Category Description
upload_to_browserstack_app_automate - Uploads IPA and APK files to BrowserStack AppAutomate for running automated tests.
upload_to_browserstack_app_live - Uploads IPA and APK files to BrowserStack AppLive for running manual tests.
Score details
Metric Points Description
contributors 24 The more contributors a project has, the more likely it is it stays alive
subscribers 27 More subscribers = more popular project
stars 10 More stars = more popular project
forks 35 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 19 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1804 More downloads = more users have been using the plugin for a while
tests 51 The more tests a plugin has, the better

Open on GitHub


2022

xcconfig

via Sergii Ovcharenko

Adds 2 actions to fastlane to read and update xcconfig files.

Provided actions
Name Category Description
update_xcconfig_value - Updates value of a setting in xcconfig file.
set_xcconfig_value - Sets the value of a setting in xcconfig file.
get_xcconfig_value - Reads a value of a setting from xcconfig file.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 6 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1847 More downloads = more users have been using the plugin for a while
tests 30 The more tests a plugin has, the better

Open on GitHub


1804

get_version_code

via Jems

Get the version code of anAndroid project. This action will return the version code of your project according to the one set in your build.gradle file

Provided actions
Name Category Description
get_version_code - Get the version code of an Android project. This action will return the version code of your project according to the one set in your build.gradle file
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1697 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


1779

android_versioning

via Manabu OHTAKE

Allows to set/get app version name and version code directly to/from build.gradle

Provided actions
Name Category Description
get_value_from_build - -
increment_version_code - Increment the version code of your project
set_value_in_build - Set the value of your project
get_version_name - Get the version name of your project
increment_version_name - Increment the version name of your project
get_version_code - Get the version code of your project
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 41 More stars = more popular project
forks 60 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1531 More downloads = more users have been using the plugin for a while
tests 66 The more tests a plugin has, the better

Open on GitHub


1760

slack_upload

via Dawid Cieslak

Uploads specified file to Slack

Provided actions
Name Category Description
slack_upload - Uploads given file to Slack
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 19 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1668 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


1633

rome

via François Benaiteau, Tommaso Piazza

A cache tool for Carthage

Provided actions
Name Category Description
rome - An S3 cache tool for Carthage
Score details
Metric Points Description
contributors 30 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 14 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1466 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


1552

semantic_release

via Jiří Otáhal

Automated version managment and generator of release notes.

Provided actions
Name Category Description
conventional_changelog - Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format.
analyze_commits - Finds a tag of last release and determinates version of next release
Score details
Metric Points Description
contributors 36 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 108 More stars = more popular project
forks 130 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -4 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1081 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


1532

dropbox

via Dominik Kapusta

Uploads files to Dropbox

Provided actions
Name Category Description
dropbox - Uploads files to Dropbox
Score details
Metric Points Description
contributors 18 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 3 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 22 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1369 More downloads = more users have been using the plugin for a while
tests 30 The more tests a plugin has, the better

Open on GitHub


1453

aws_device_farm

via Helmut Januschka

Run UI Tests on AWS Devicefarm

Provided actions
Name Category Description
aws_device_farm - Upload the application to the AWS device farm
aws_device_farm_package - Packages .app from deriveddata to an aws-compatible ipa
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 15 More subscribers = more popular project
stars 80 More stars = more popular project
forks 170 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 29 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -5 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1091 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


1384

bundletool

via Martin Gonzalez

Extracts a universal apk from an .aab file

Provided actions
Name Category Description
bundletool - Extracts an universal apk from an .aab file
Score details
Metric Points Description
contributors 18 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 14 More stars = more popular project
forks 20 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1207 More downloads = more users have been using the plugin for a while
tests 12 The more tests a plugin has, the better

Open on GitHub


1380

update_provisioning_profile_specifier

via Jordan Bondo

Update the provisioning profile in the Xcode Project file for a specified target

Provided actions
Name Category Description
update_provisioning_profile_specifier - Update the provisioning profile in the Xcode Project file for a specified target
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 20 More stars = more popular project
forks 30 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1216 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


1332

cordova

via Almouro

Build your Cordova app

Provided actions
Name Category Description
cordova building Build your Cordova app
Score details
Metric Points Description
contributors 78 The more contributors a project has, the more likely it is it stays alive
subscribers 21 More subscribers = more popular project
stars 108 More stars = more popular project
forks 160 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -19 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 856 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


1313

xchtmlreport

via Titouan Van Belle

Plugin for XCHTMLReport

Provided actions
Name Category Description
xchtmlreport - Xcode-like HTML report for Unit and UI Tests
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1219 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


1311

automated_test_emulator_run

via Kamil Krzyk

Starts n AVDs based on JSON file config. AVDs are created and configured according to user liking before instrumentation test process (started either via shell command or gradle) and killed/deleted after test process finishes.

Provided actions
Name Category Description
automated_test_emulator_run - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done.
Score details
Metric Points Description
contributors 30 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 75 More stars = more popular project
forks 85 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -5 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 983 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


1225

increment_version_name

via fierysolid

Increment the version name of your android project.

Provided actions
Name Category Description
increment_version_name project Increment the version name of your android project.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1143 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


1217

commit_android_version_bump

via jems

This Android plugins allow you to commit every modification done in your build.gradle file during the execution of a lane. In fast, it do the same as the commit_version_bump action, but for Android

Provided actions
Name Category Description
commit_android_version_bump - This Android plugins allow you to commit every modification done in your build.gradle file during the execution of a lane. In fast, it do the same as the commit_version_bump action, but for Android
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 20 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1103 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


1205

update_android_strings

via bang

Update Android res strings.xml

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1185 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


1174

synx

via Afonso Graça

Organise your Xcode project folder to match your Xcode groups.

Provided actions
Name Category Description
synx - Organise your Xcode project folder to match your Xcode groups.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 26 More stars = more popular project
forks 20 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1043 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


1170

lizard

via Moses Liao

Run swift code complexity analytics using Lizard

Provided actions
Name Category Description
lizard - Run lizard code cyclomatic complexity analysis.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 21 More subscribers = more popular project
stars 19 More stars = more popular project
forks 55 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 882 More downloads = more users have been using the plugin for a while
tests 72 The more tests a plugin has, the better

Open on GitHub


1142

tpa

via The Perfect App

TPA gives you advanced user behaviour analytics, app distribution, crash analytics and more

Provided actions
Name Category Description
upload_to_tpa beta Upload app builds to The Perfect App (tpa.io)
upload_symbols_to_tpa misc Upload dsym files downloaded from App Store Connect directly to TPA
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 12 More subscribers = more popular project
stars 9 More stars = more popular project
forks 35 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 876 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


1099

xcake

via James Campbell

Create your Xcode projects automatically using a stupid simple DSL.

Provided actions
Name Category Description
xcake - Runs `xcake` for the project
Score details
Metric Points Description
contributors 114 The more contributors a project has, the more likely it is it stays alive
subscribers 48 More subscribers = more popular project
stars 464 More stars = more popular project
forks 190 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 35 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -5 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 103 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


1059

teams

via Morten Bøgh

Send a success/error message to your Microsoft Teams channel

Provided actions
Name Category Description
teams notifications Send a message to your Microsoft Teams channel via the webhook connector
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 6 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 943 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


990

brew

via Michael Ruhl

Run Homebrew/Linuxbrew command

Provided actions
Name Category Description
brew - Run Homebrew/Linuxbrew command
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 36 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 847 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


951

update_xcodeproj

via Fumiya Nakamura

Update Xcode projects

Provided actions
Name Category Description
update_xcodeproj - Update Xcode projects
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 6 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 778 More downloads = more users have been using the plugin for a while
tests 12 The more tests a plugin has, the better

Open on GitHub


941

firebase_test_lab

via Shihua Zheng

Test your app with Firebase Test Lab with ease using fastlane

Provided actions
Name Category Description
firebase_test_lab_ios_xctest - Submit an iOS XCTest job to Firebase Test Lab
Score details
Metric Points Description
contributors 42 The more contributors a project has, the more likely it is it stays alive
subscribers 39 More subscribers = more popular project
stars 54 More stars = more popular project
forks 105 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 18 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -8 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 591 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


941

download_github_release_asset

via Anton Domashnev

This action downloads a GitHub release's asset using the GitHub API and puts it in a destination path.\nIf the file has been previously downloaded, it will be overrided.

Provided actions
Name Category Description
download_github_release_asset - Downloads a GitHub release's asset
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 29 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 795 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


875

run_tests_firebase_testlab

via Bruno Correia

Runs Android tests in Firebase Test Lab.

Provided actions
Name Category Description
run_tests_firebase_testlab - -
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 25 More stars = more popular project
forks 40 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 633 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


862

carthage_cache

via Thi Doan

A Fastlane plugin that allows to cache Carthage/Build folder in Amazon S3.

Provided actions
Name Category Description
carthage_cache_install - Download Carthage cache from Amazon S3
carthage_cache_publish - Upload Carthage cache to Amazon S3
carthage_cache_exist - Check if Carthage cache exists for Cartfile.resolved in Amazon S3
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 10 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 736 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


856

xcodegen

via Michael Ruhl

Run xcodegen for the project

Provided actions
Name Category Description
xcodegen - Runs `xcodegen` for the project
Score details
Metric Points Description
contributors 18 The more contributors a project has, the more likely it is it stays alive
subscribers 21 More subscribers = more popular project
stars 17 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 629 More downloads = more users have been using the plugin for a while
tests 36 The more tests a plugin has, the better

Open on GitHub


830

setup_fragile_tests_for_rescan

via Lyndsey Ferguson

Suppress stabile tests so that 'scan' can run the fragile tests again

Provided actions
Name Category Description
setup_fragile_tests_for_rescan deprecated Suppress stabile tests so that 'scan' can run the fragile tests again
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 6 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 654 More downloads = more users have been using the plugin for a while
tests 36 The more tests a plugin has, the better

Open on GitHub


799

properties

via Pavlo Pakholka

Adds 4 actions to fastlane to read and update properties files.

Provided actions
Name Category Description
increment_version_name_in_properties_file - Sets a value of a setting in .properties file.
set_properties_value - Sets a value of a setting in .properties file.
get_properties_value - Reads a value of a setting from .properties file.
write_properties_file - Write any Hash-like structure as a properties file. This action won't create a new file.
parse_properties_file - Load .properties file and returns it as a ruby hash-map.
increment_version_code_in_properties_file - Increase version code inside .properties file.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 667 More downloads = more users have been using the plugin for a while
tests 15 The more tests a plugin has, the better

Open on GitHub


786

huawei_appgallery_connect

via Shreejan Shrestha

Huawei AppGallery Connect Plugin

Provided actions
Name Category Description
huawei_appgallery_connect_submit_for_review - Huawei AppGallery Connect Plugin
huawei_appgallery_connect - Huawei AppGallery Connect Plugin
huawei_appgallery_connect_get_app_info - Huawei AppGallery Connect Plugin
Score details
Metric Points Description
contributors 36 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 34 More stars = more popular project
forks 50 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 549 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


786

android_change_package_identifier

via MaximusMcCann

Change the package identifier in the AndroidManifest.xml file. Can revert as well.

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 766 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


760

settings_bundle

via Jimmy Dee

Fastlane plugin to update static settings in an iOS settings bundle

Provided actions
Name Category Description
update_settings_bundle project actions.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 20 More stars = more popular project
forks 40 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 29 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 486 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


734

property_file_read

via United Classifieds

Reads property file into dictionary

Provided actions
Name Category Description
property_file_read - Reads property file into dictionary
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 24 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 625 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


708

prepare_build_resources

via Jakob Jensen

Prepares certificates and provisioning profiles for building and removes them afterwards.

Provided actions
Name Category Description
prepare_build_resources - Prepares certificates and provisioning profiles for building and removes them afterwards.
Score details
Metric Points Description
contributors 18 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 6 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license -50 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 601 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


681

diawi

via pacification

Upload .ipa or .apk file to diawi.com

Provided actions
Name Category Description
diawi - Upload .ipa/.apk file to diawi.com
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 32 More stars = more popular project
forks 25 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 489 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


662

act

via Richard Szalay

Applies changes to plists and app icons inside a compiled IPA or xcarchive

Provided actions
Name Category Description
act - Reconfigures .plists and icons inside a compiled IPA
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 20 More stars = more popular project
forks 30 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 402 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


661

merge_junit_report

via Derek Yang

Merges multiple junit reports into one

Provided actions
Name Category Description
merge_junit_report - Provides the ability to merge multiple junit reports into one
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 516 More downloads = more users have been using the plugin for a while
tests 30 The more tests a plugin has, the better

Open on GitHub


659

json

via Martin Gonzalez

actions related to json files

Provided actions
Name Category Description
write_json - Write a json file from a hash at the provided path
download_json - Downloads a json file and expose a hash with symbolized names as result
merge_jsons - Merge a group of jsons files and expose a hash with symbolized names as result. Last json predominate over the rest
read_json - Read a json file and expose a hash with symbolized names as result
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 6 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 504 More downloads = more users have been using the plugin for a while
tests 45 The more tests a plugin has, the better

Open on GitHub


658

google_drive

via Bumsoo Kim

Upload files to Google Drive

Provided actions
Name Category Description
update_google_drive_file - Update a Google Drive file
upload_to_google_drive - Upload files to Google Drive
create_google_drive_folder - Create new folder on Google Drive
Score details
Metric Points Description
contributors 18 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 42 More stars = more popular project
forks 50 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 399 More downloads = more users have been using the plugin for a while
tests 57 The more tests a plugin has, the better

Open on GitHub


604

codecov_reporter

via BinaryBeard

Uploads coverage report to Codecov.io

Provided actions
Name Category Description
codecov_reporter - Uploads coverage report to Codecov.io
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 5 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 24 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 472 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


603

ionic

via Jan Piotrowski

Build your Ionic app

Provided actions
Name Category Description
ionic building Build your Ionic app
Score details
Metric Points Description
contributors 72 The more contributors a project has, the more likely it is it stays alive
subscribers 15 More subscribers = more popular project
stars 41 More stars = more popular project
forks 55 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -23 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 345 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


602

upload_symbols_to_new_relic

via Helmut Januschka

Uploads dSym to New Relic

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 582 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


588

mango

via Serghei Moret, Daniel Hartwich

This plugin orchtestrates Android tasks on docker images

Provided actions
Name Category Description
run_dockerized_task - Action that runs Android tasks on a specified Docker image
Score details
Metric Points Description
contributors 30 The more contributors a project has, the more likely it is it stays alive
subscribers 69 More subscribers = more popular project
stars 48 More stars = more popular project
forks 35 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 18 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 208 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


581

download_file

via Massimo Oliviero

This action downloads a file from an HTTP/HTTPS url (e.g. ZIP file) and puts it in a destination path

Provided actions
Name Category Description
download_file - -
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 430 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


580

git_tags

via Fernando Saragoca

List git tags sorted by taggerdate

Provided actions
Name Category Description
git_tags source_control List git tags
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 467 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


574

unzip

via Massimo Oliviero

Extract compressed files in a ZIP

Provided actions
Name Category Description
unzip - Extract compressed files in a ZIP
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 429 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


565

simctl

via Renzo Crisostomo

Fastlane plugin to interact with xcrun simctl

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 545 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


560

danger-device_grid

via Felix Krause, Boris Bügling

Danger plugin for the fastlane device grid.

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 21 More subscribers = more popular project
stars 5 More stars = more popular project
forks 20 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 407 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


545

semantic_release2

via William Lauze

Fork for: Automated version managment and generator of release notes.

Provided actions
Name Category Description
conventional_changelog - Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format.
analyze_commits - Finds a tag of last release and determinates version of next release
Score details
Metric Points Description
contributors 30 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 83 More stars = more popular project
forks 120 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 113 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


529

mobile_center

via Microsoft Corporation

Fastlane plugin for Mobile Center

Provided actions
Name Category Description
appcenter_upload - Distribute new release to App Center
Score details
Metric Points Description
contributors 42 The more contributors a project has, the more likely it is it stays alive
subscribers 33 More subscribers = more popular project
stars 47 More stars = more popular project
forks 45 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -11 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 197 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


483

remove_provisioning_profile

via Anton Domashnev

Remove provision profile from your local machine

Provided actions
Name Category Description
remove_provisioning_profile - Remove the provisioning profile for the given app_identifier and type from local machine
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 7 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 258 More downloads = more users have been using the plugin for a while
tests 60 The more tests a plugin has, the better

Open on GitHub


467

jira_release_notes

via Alexander Ignition

Release notes from JIRA for version

Provided actions
Name Category Description
jira_release_notes - Jira release notes
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 21 More subscribers = more popular project
stars 12 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 299 More downloads = more users have been using the plugin for a while
tests 36 The more tests a plugin has, the better

Open on GitHub


463

ruby

via Felix Krause

Useful fastlane actions for Ruby projects

Provided actions
Name Category Description
rubocop - Runs the code style checks
rspec - Run tests using rspec
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 4 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 32 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 335 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


463

gradle_properties

via Ryo Sakaguchi

Read properties in your Fastfile easily

Provided actions
Name Category Description
gradle_properties - Read properties in your Fastfile easily
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 395 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


459

android_emulator

via Michael Ruhl

Creates and starts an Android Emulator (AVD)

Provided actions
Name Category Description
android_emulator - Creates and starts an Android Emulator (AVD)
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 15 More subscribers = more popular project
stars 7 More stars = more popular project
forks 60 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 240 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


456

flutter

via Artem Sheremet

Flutter actions plugin for Fastlane

Provided actions
Name Category Description
flutter_bootstrap - Flutter SDK installation, upgrade and application bootstrap
flutter - Run "flutter" binary with the specified arguments
flutter_build building Run "flutter build" to build a Flutter application
flutter_generate - (1) Run `flutter packages get`; (2) Run `build_runner build` if build_runner is in dev_dependencies; (3) According to `package:intl`, take `$strings_file` and generate `${strings_file.dirname}/arb/intl_messages.arb`, then take all files matching `${strings_file.dirname}/intl_*.arb`, fix them and generate .dart files from them. (4) Generate an empty test importing all files, which would be used to calculate correct full coverage numbers.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 20 More stars = more popular project
forks 25 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 268 More downloads = more users have been using the plugin for a while
tests 42 The more tests a plugin has, the better

Open on GitHub


454

firebase_test_lab_android

via wasabeef

Test your app with Firebase Test Lab with ease using fastlane

Provided actions
Name Category Description
firebase_test_lab_android - Runs Android tests in Firebase Test Lab.
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 51 More subscribers = more popular project
stars 25 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 247 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


451

google_cloud_storage

via Fernando Saragoca

Google Cloud Storage

Provided actions
Name Category Description
google_cloud_storage_check_file - Check if file exists in Google Cloud Storage
google_cloud_storage_download - Download a file from Google Cloud Storage
google_cloud_storage_upload - Upload a file to Google Cloud Storage
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 348 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


445

upgrade_super_old_xcode_project

via Jan Piotrowski

Upgrades super old Xcode projects to Xcode 8

Provided actions
Name Category Description
upgrade_super_old_xcode_project - Upgrades super old Xcode projects to Xcode 8
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 3 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 328 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


444

clean_testflight_testers

via Felix Krause

Automatically remove TestFlight testers that are not actually testing your app

Provided actions
Name Category Description
clean_testflight_testers - Automatically remove TestFlight testers that are not actually testing your app
Score details
Metric Points Description
contributors 18 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 26 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 24 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 287 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


435

pgyer

via rexshi

distribute app to pgyer beta testing service

Provided actions
Name Category Description
pgyer - distribute app to pgyer beta testing service
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 22 More stars = more popular project
forks 35 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 274 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


433

cryptex

via Helmut Januschka

fastlane Crypt Store Git repo

Provided actions
Name Category Description
cryptex - Secure Git-Backed Storage
cryptex_generate_keystore - Generate a new Android Keystore
Score details
Metric Points Description
contributors 36 The more contributors a project has, the more likely it is it stays alive
subscribers 12 More subscribers = more popular project
stars 26 More stars = more popular project
forks 55 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 29 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -4 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 206 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


417

instabug_official

via Instabug

Plugin to upload DSYMs to Instabug Dashboard.

Provided actions
Name Category Description
instabug_official - -
Score details
Metric Points Description
contributors 48 The more contributors a project has, the more likely it is it stays alive
subscribers 12 More subscribers = more popular project
stars 4 More stars = more popular project
forks 25 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 235 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


408

notarize

via Zeplin, Inc.

fastlane plugin to notarize a macOS app

Provided actions
Name Category Description
notarize deprecated Notarizes a macOS app
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 60 More subscribers = more popular project
stars 64 More stars = more popular project
forks 35 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 136 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


404

icon_versioning

via Iulian Onofrei

Overlay build information on top of your app icon

Provided actions
Name Category Description
version_icon - Overlay build information on top of your app icon. Based on original work by Krzysztof Zabłocki (https://github.com/krzysztofzablocki/Bootstrap).
Score details
Metric Points Description
contributors 18 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 48 More stars = more popular project
forks 20 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 22 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 115 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


394

onesky

via Daniel Kiedrowski

Helps to update the translations of your app using the OneSky service.

Provided actions
Name Category Description
onesky_upload - Upload a strings file to OneSky
onesky_download - Download a translation file from OneSky
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 15 More stars = more popular project
forks 65 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 29 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 201 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


385

code_push

via Manuel Koch

CodePush functionality for fastlane

Provided actions
Name Category Description
code_push_promote - CodePush promote
code_push_login - CodePush login with accessKey
code_push_release_react - CodePush release-react functionality for fastlane
code_push_release_cordova - CodePush release-cordova functionality for fastlane
Score details
Metric Points Description
contributors 18 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 23 More stars = more popular project
forks 25 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -4 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 217 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


384

jira_versions

via Sandy Chapman

Manage your JIRA project's releases/versions with this plugin.

Provided actions
Name Category Description
release_jira_version - Releases a version in your JIRA project
create_jira_version - Creates a new version in your JIRA project
get_jira_versions - Gets a list of all versions for a JIRA project
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 14 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 240 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


380

flutter_version

via tianhaoz95

A plugin to retrieve versioning information for Flutter projects.

Provided actions
Name Category Description
flutter_version - A plugin to retrieve versioning information for Flutter projects.
Score details
Metric Points Description
contributors 36 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 44 More stars = more popular project
forks 65 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 9 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 86 More downloads = more users have been using the plugin for a while
tests 39 The more tests a plugin has, the better

Open on GitHub


368

retry

via gmgchow

Retries failed XCUITest test cases

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 318 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


365

tunes

via Boris Bügling

Play music using fastlane, because you can.

Provided actions
Name Category Description
tunes - Play music using fastlane, because you can
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 8 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 229 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


355

s3_actions

via Fernando Saragoca

Download and upload files to AWS S3

Provided actions
Name Category Description
s3_download - Download a file from AWS S3
s3_check_file - Check if file exists in AWS S3
s3_upload - Upload a file to AWS S3
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 241 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


351

dynatrace

via Dynatrace LLC

This action processes and uploads your symbol files to Dynatrace

Provided actions
Name Category Description
dynatrace_process_symbols - This action processes and uploads your symbol files to Dynatrace.
Score details
Metric Points Description
contributors 30 The more contributors a project has, the more likely it is it stays alive
subscribers 15 More subscribers = more popular project
stars 9 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 93 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


350

gs_deliver

via Сергей Веселовский

Gradoservice plugin to rule apps releases

Provided actions
Name Category Description
gs_move_to_ready_for_sale - Gradoservice plugin to rule apps releases
gs_remove_from_testflight_review - Gradoservice plugin to rule apps releases
gs_get_release_notes - Gradoservice plugin to rule apps releases
gs_get_app_status - Gradoservice plugin to rule apps releases
gs_move_rc_to_beta_review - Gradoservice plugin to rule apps releases
gs_start_external_testing - Gradoservice plugin to rule apps releases
gs_reject_latest_version - Gradoservice plugin to rule apps releases
gs_execute_command - Gradoservice plugin to rule apps releases
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 270 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


348

rocket_chat

via Thiago Felix

Send message to Rocket.Chat right from fastlane

Provided actions
Name Category Description
rocket_chat - Send a success/error message to your RocketChat group
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 6 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 234 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


346

wpmreleasetoolkit

via Lorenzo Mattei

GitHub helper functions

Score details
Metric Points Description
contributors 54 The more contributors a project has, the more likely it is it stays alive
subscribers 54 More subscribers = more popular project
stars 21 More stars = more popular project
forks 30 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 19 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -28 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 16 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


343

patch

via Jimmy Dee

Apply and revert pattern-based patches to any text file.

Provided actions
Name Category Description
apply_patch deprecated Apply pattern-based patches to any text file.
revert_patch deprecated Revert the action of apply_patch
patch project Apply pattern-based patches to any text file.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 3 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 25 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 173 More downloads = more users have been using the plugin for a while
tests 60 The more tests a plugin has, the better

Open on GitHub


335

lokalise

via Abbas Jaffery

Sync metadata with Lokalise

Provided actions
Name Category Description
add_keys_to_lokalise - Add keys to lokalise
lokalise - Download Lokalise localization
lokalise_metadata - Upload metadata to lokalise.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 213 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


331

android_change_string_app_name

via MaximusMcCann

Change the app_name in the strings.xml file & revert method

Provided actions
Name Category Description
android_change_string_app_name - Change the app_name in the strings.xml file & revert method
android_change_string_app_name_revert - Revert strings.xml app_name using ANDROID_CHANGE_STRING_APP_NAME_ORIGINAL_NAME
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 29 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 234 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


329

xcode_log_parser

via KrauseFx

Convert the Xcode plist log to a JUnit report

Provided actions
Name Category Description
trainer - Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed
Score details
Metric Points Description
contributors 30 The more contributors a project has, the more likely it is it stays alive
subscribers 12 More subscribers = more popular project
stars 102 More stars = more popular project
forks 60 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -5 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 24 The more tests a plugin has, the better

Open on GitHub


327

waldo

via J. G. Pusey

Upload build to Waldo

Provided actions
Name Category Description
waldo testing Upload a new build to [Waldo](https://www.waldo.io)
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 15 More subscribers = more popular project
stars 5 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 157 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


325

pretty_junit

via GaryJohnson

Pretty JUnit test results for your Android projects.

Provided actions
Name Category Description
pretty_junit - Pretty JUnit test results for your Android projects.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 21 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 219 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


305

get_product_bundle_id

via Lyndsey Ferguson

Gets PRODUCT_BUNDLE_IDENTIFIER from the first buildable target in a given scheme

Provided actions
Name Category Description
get_product_bundle_id - Gets PRODUCT_BUNDLE_IDENTIFIER from a buildable target in an Xcode project using a provided scheme
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 6 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 176 More downloads = more users have been using the plugin for a while
tests 27 The more tests a plugin has, the better

Open on GitHub


304

gmail

via Alexander Ignition

send mail from gmail

Provided actions
Name Category Description
gmail - A short description with <= 80 characters of what this action does
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 21 More subscribers = more popular project
stars 7 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 166 More downloads = more users have been using the plugin for a while
tests 18 The more tests a plugin has, the better

Open on GitHub


303

clubmate

via KrauseFx

Print the Club Mate logo in your build output

Provided actions
Name Category Description
clubmate - Print a Club Mate in your build output
Score details
Metric Points Description
contributors 18 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 8 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 32 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 166 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


300

latest_hockeyapp_version_number

via Travis Palmer

Easily fetch the most recent HockeyApp version number for your app

Provided actions
Name Category Description
latest_hockeyapp_version_number - Easily fetch the most recent HockeyApp version number for your app
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 6 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -4 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 172 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


298

jira_set_fix_version

via Tommy Sadiq Hinrichsen

Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name

Provided actions
Name Category Description
jira_set_fix_version - Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 3 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 152 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


297

cerberus

via Harry Singh

Cerberus is a fastlane plugin for extracting Jira issues from commit messages and sharing information on its respective Jenkins job and HockeyApp upload.

Provided actions
Name Category Description
find_commits - Extracts additional issues from the log
jira_comment - This action adds comments on Jira issues with the current build number and url of that build
find_tickets - Extracts the Jira issue keys between commits
release_notes - -
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 57 More subscribers = more popular project
stars 6 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 18 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 101 More downloads = more users have been using the plugin for a while
tests 30 The more tests a plugin has, the better

Open on GitHub


297

ci_changelog

via icyleaf

Automate generate changelog between previous build failed and the latest commit of scm in CI

Provided actions
Name Category Description
ci_changelog - -
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 6 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 100 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


297

google_sheet_localize

via Mario Hahn

Creates .strings files for iOS and strings.xml files for Android

Provided actions
Name Category Description
google_sheet_localize - Creates .strings files for iOS and strings.xml files for Android
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 15 More subscribers = more popular project
stars 16 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -5 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 168 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


296

applivery

via Alejandro Jimenez

Upload new build to Applivery

Provided actions
Name Category Description
applivery beta Upload new iOS or Android build to Applivery
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 12 More stars = more popular project
forks 20 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 121 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


296

gs_project_flow_ios

via Сергей Веселовский

Plugin contains project flow code for code sharing between projects

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 276 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


294

cosigner

via André Pacheco Neves, Luís Portela Afonso

A fastlane plugin to help you sign your iOS builds

Provided actions
Name Category Description
cosigner - A fastlane plugin to help you sign your iOS builds
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 39 More subscribers = more popular project
stars 21 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 90 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


289

versioning_ios

via Igor Lamoš

iOS Versioning Plugin for Fastlane

Provided actions
Name Category Description
ios_set_build_number - Set the Build Number of your iOS project
ios_get_build_number - Get the Build Number of your iOS project
ios_set_version - Set the Version of your iOS project
ios_get_version - Get the Version of your iOS project
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 3 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 158 More downloads = more users have been using the plugin for a while
tests 51 The more tests a plugin has, the better

Open on GitHub


280

uninow-sentry

via Tom Krusch

Upload symbols to Sentry

Provided actions
Name Category Description
sentry_upload_sourcemap - Upload a sourcemap to a release of a project on Sentry
sentry_finalize_release - Finalize a release for a project on Sentry
sentry_create_release - Create new releases for a project on Sentry
sentry_upload_file - Upload files to a release of a project on Sentry
sentry_upload_dsym - Upload dSYM symbolication files to Sentry
sentry_set_commits - Set commits of a release
sentry_upload_proguard - Upload mapping to a project on Sentry
Score details
Metric Points Description
contributors 66 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


279

framer

via DrAL3X

Create images combining app screenshots with templates to make nice pictures for the App Store

Provided actions
Name Category Description
framer - Create images combining app screenshots to templates to make a nice \'screenshot\' to upload in App Store and Google Play
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 15 More subscribers = more popular project
stars 31 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 25 More downloads = more users have been using the plugin for a while
tests 51 The more tests a plugin has, the better

Open on GitHub


279

changelog_generator

via Fernando Saragoca

Changelog generation based on merged pull requests & tags

Provided actions
Name Category Description
generate_changelog - Changelog generation based on merged pull requests & tags
generate_release_changelog - Changelog generation based on merged pull requests & tags, filtered by one or two tags
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 8 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 158 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


278

branch

via Branch, Jimmy Dee

Adds Branch keys, custom URI schemes and domains to iOS and Android projects. Validates the Universal Link configuration for any Xcode project.

Provided actions
Name Category Description
update_action_docs - Generate a standard action page for each action
update_readme - Update the contents of the README in this repo
branch_report project Generate a brief summary or a full build report for your project.
setup_branch project configuration for Xcode projects.
validate_universal_links project Validates Universal Link configuration for an Xcode project.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 24 More subscribers = more popular project
stars 8 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 59 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


272

get_unprovisioned_devices_from_hockey

via GaryJohnson

Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices.

Provided actions
Name Category Description
get_unprovisioned_devices_from_hockey - Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices.
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 24 More subscribers = more popular project
stars 6 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 117 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


272

airwatch_workspaceone

via Ram Awadhesh Sharan

The main purpose of this plugin is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise instance/console.

Provided actions
Name Category Description
add_or_update_assignments - The main purpose of this action is to add a new smart group assignment to an application or to update an existing smart group assignment of an application with a given dictionary of deployment/assignment parameters. If a smart group name is provided which does not exist yet on Console, assignment for that smart group is ignored.
unretire_specific_version - The main purpose of this action is to unretire a specific version of an application. This action takes a string parameter where you can specify the version number to unretire.
retire_previous_versions - The main purpose of this action is to retire previous active versions of an application. This action takes a string parameter where you can specify the number of latest versions to keep if you do not want to retire all the previous active versions.
delete_specific_version - The main purpose of this action is to delete a specific version of an application. This action takes a string parameter where you can specify the version number to delete.
latest_version - The main purpose of this action is to find the version number of the latest version of the app on the console and output the same. It also finds and outputs arrays of active app version numbers and retired app version numbers of the app.
deploy_build - The main purpose of this action is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise console.
delete_previous_versions - The main purpose of this action is to delete versions of an application. This action takes a string parameter where you can specify the number of latest versions to keep if you do not want to delete all the versions.
retire_specific_version - The main purpose of this action is to retire a specific version of an application. This action takes a string parameter where you can specify the version number to retire.
unretire_all_versions - The main purpose of this action is to unretire all retired versions of an application.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 6 More stars = more popular project
forks 25 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 13 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 119 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


267

latest_hockey_build_number

via Sergii Stotskyi, Kirill Pahnev

Gets latest version number of the app with the bundle id from HockeyApp

Provided actions
Name Category Description
latest_hockey_build_number - Gets latest version number of the app with the bundle id from HockeyApp
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 3 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 146 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


266

android_sdk_update

via Philipp Burgk, Michael Ruhl

Install required Android-SDK packages

Provided actions
Name Category Description
android_sdk_update - Install and update required Android-SDK packages
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 33 More subscribers = more popular project
stars 10 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 74 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


264

telegram

via sergpetrov

Allows post messages to telegram channel

Provided actions
Name Category Description
telegram - Allows post messages to telegram channel
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 10 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 24 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 167 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


262

swiftlint_codequality

via Mads Bøgeskov

Converts SwiftLint reports into GitLab support CodeQuality reports

Provided actions
Name Category Description
swiftlint_codequality - Converts SwiftLint reports into GitLab support CodeQuality reports
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 11 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 144 More downloads = more users have been using the plugin for a while
tests 24 The more tests a plugin has, the better

Open on GitHub


257

sharethemeal

via Helmut Januschka

ShareTheMeal

Provided actions
Name Category Description
sharethemeal - Donate food via ShareTheMeal
Score details
Metric Points Description
contributors 18 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 7 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 116 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


252

github_job_status

via Justin Singer

Post the status of your test jobs to your pull requests

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 220 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


250

polidea

via Piotrek Dubiel

Polidea's fastlane action

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 200 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


249

icon_banner

via Émile Bélair

IconBanner adds custom nice-looking banners over your mobile app icons

Provided actions
Name Category Description
icon_banner_restore - Restores the original app icons (can be used after build to clean up the repository)
icon_banner - Adds custom nice-looking banners over your mobile app icons
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 4 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 155 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


248

souyuz

via Felix Rudat

A fastlane component to make Xamarin builds a breeze

Provided actions
Name Category Description
app_version - Easily set or print app version with `app_version`
souyuz - Easily build and sign your app using `souyuz`
Score details
Metric Points Description
contributors 24 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 32 More stars = more popular project
forks 35 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 32 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 74 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


247

semaphore

via Dmitry Bespalov

Semaphore CI integration

Provided actions
Name Category Description
setup_semaphore - Semaphore CI integration
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 132 More downloads = more users have been using the plugin for a while
tests 21 The more tests a plugin has, the better

Open on GitHub


245

ftp

via Allan Vialatte

Simple ftp upload and download for Fastlane

Provided actions
Name Category Description
ftp - Upload and Download files via FTP
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 27 More stars = more popular project
forks 50 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 61 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


243

firebase_management

via Ackee

Unofficial tool to access Firebase project settings

Provided actions
Name Category Description
firebase_management_add_app - Add new app to Firebase project
firebase_management_list - List all Firebase projects and their apps
firebase_management_download_config - Download configuration file for Firebase app
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 15 More subscribers = more popular project
stars 8 More stars = more popular project
forks 25 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 66 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


243

slack_train

via Felix Krause

Show a train of the fastlane progress

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 223 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


241

giffy

via SiarheiFiedartsou

Fastlane plugin for Giffy.com API

Provided actions
Name Category Description
giffy_random_sticker_url - Allows to obtain URL to some random GIF sticker from Giffy.com
giffy_random_gif_url - Allows to obtain URL to some random funny GIF from Giffy.com
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 5 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 104 More downloads = more users have been using the plugin for a while
tests 12 The more tests a plugin has, the better

Open on GitHub


240

create_xcframework

via Boris Bielik, Alexey Alter-Pesotskiy

Fastlane plugin that creates xcframework for given list of destinations.

Provided actions
Name Category Description
create_xcframework building Fastlane plugin that creates xcframework for given list of destinations.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 12 More subscribers = more popular project
stars 11 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 109 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


239

fir_cli

via atpking

upload ipa or apk to fir.im

Provided actions
Name Category Description
fir_cli - invoke fir-cli from fastlane plugin directly. \nfir-cli: https://github.com/FIRHQ/fir-cli
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 27 More stars = more popular project
forks 20 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 73 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


238

slack_bot

via Manish Rathi

A fastlane plugin to post slack message using bot api token. 🚀

Provided actions
Name Category Description
file_upload_to_slack - Upload a file to slack channel
post_to_slack - Post a slack message
fetch_files_slack - List files of any #channel using Slack bot `files.list` api.
update_slack_message - Update a slack message using time-stamp(ts) value
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 7 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 108 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


238

bugsee

via Dmitry Fink

Bugsee symbols uploader

Provided actions
Name Category Description
upload_symbols_to_bugsee - -
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 103 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


237

automated_test_emulator_run_xing

via Daniel Hartwich

Starts n AVDs based on JSON file config. AVDs are created and configured according to user liking before instrumentation test process (started either via shell command or gradle) and killed/deleted after test process finishes.

Provided actions
Name Category Description
automated_test_emulator_run_xing - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done.
Score details
Metric Points Description
contributors 36 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 0 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 59 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


237

upload_folder_to_s3

via teriiehina

Upload a folder to S3

Provided actions
Name Category Description
upload_folder_to_s3 - Upload a folder to S3
Score details
Metric Points Description
contributors 30 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 7 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 32 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 67 More downloads = more users have been using the plugin for a while
tests 18 The more tests a plugin has, the better

Open on GitHub


233

instrumented_tests

via Silviu Paragina

New action to run instrumented tests for android. This plugin creates and boots an emulator before running a gradle command so that you can run instrumented tests against that emulator. After the gradle command is executed, the avd gets shut down and deleted. This is really helpful on CI services, keeping them clean and always having a fresh avd for testing.

Provided actions
Name Category Description
instrumented_tests - Run android instrumented tests via a gradle command againts a newly created avd
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 14 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -4 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 95 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


233

xcconfig_actions

via Maksym Grebenets

Adds actions to fastlane to work with xcconfig files

Provided actions
Name Category Description
build_settings_to_flags building Map xcconfig build settings to compiler and linker build flags
read_xcconfig building Read and resolve contents of xcconfig file and return as JSON
validate_xcconfig linting Validate xcconfig file
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 6 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 25 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


232

jira_transition

via Valerio Mazzeo

Apply a JIRA transition to issues mentioned in the changelog

Provided actions
Name Category Description
jira_transition - Apply a JIRA transition to issues mentioned in the changelog
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 12 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 129 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


228

forsis

via Azadeh Bagheri

This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane.

Provided actions
Name Category Description
forsis - This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 12 More subscribers = more popular project
stars 11 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 85 More downloads = more users have been using the plugin for a while
tests 24 The more tests a plugin has, the better

Open on GitHub


228

blackberry_mam

via Lyndsey Ferguson

A fastlane plugin that works with Blackberry Dynamics (formerly Good Dynamics) provides Mobile Application Management

Provided actions
Name Category Description
update_info_plist_for_blackberry_mam - updates the plist so that the built application can be deployed and managed within BlackBerry's Good Dynamics Control Center for Enterprise Mobility Management.
blackberry_mam_network_check - Checks to see if the required network ports for BlackBerry Dynamics are open on the network
blackberry_mam_version - Checks the version of the installed Good framework
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 14 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


227

latest_appcenter_build_number

via Jack Spargo

Use AppCenter API to get the latest version and build number for an App Center app

Provided actions
Name Category Description
latest_appcenter_build_number - Gets latest version number of the app from AppCenter
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 2 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 48 More downloads = more users have been using the plugin for a while
tests 48 The more tests a plugin has, the better

Open on GitHub


224

uninow_sentry

via Tom Krusch

Upload symbols to Sentry

Provided actions
Name Category Description
sentry_upload_sourcemap - Upload a sourcemap to a release of a project on Sentry
sentry_finalize_release - Finalize a release for a project on Sentry
sentry_create_release - Create new releases for a project on Sentry
sentry_upload_file - Upload files to a release of a project on Sentry
sentry_upload_dsym - Upload dSYM symbolication files to Sentry
sentry_set_commits - Set commits of a release
sentry_upload_proguard - Upload mapping to a project on Sentry
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 13 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


223

hours

via Rishabh Tayal

Record total time saved by fastlane

Provided actions
Name Category Description
hours - Record total time saved by fastlane
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 3 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 85 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


220

jira_issue_details

via Zaim Ramlan

Get the details for the given jira issue key(s)

Provided actions
Name Category Description
get_jira_issue - Get the details for the given jira issue key(s).
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 110 More downloads = more users have been using the plugin for a while
tests 21 The more tests a plugin has, the better

Open on GitHub


220

sftp

via Oliver Limberg

Plugin to upload files via SFTP

Provided actions
Name Category Description
sftp_download misc download files from a remote Server via SFTP
sftp_upload misc upload files to a remote Server via SFTP
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 20 More downloads = more users have been using the plugin for a while
tests 63 The more tests a plugin has, the better

Open on GitHub


220

app_info

via icyleaf

Teardown tool for mobile app(ipa/apk), analysis metedata like version, name, icon etc.

Provided actions
Name Category Description
app_info - Parse and dump mobile app(ipa/apk) metedata.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 68 More downloads = more users have been using the plugin for a while
tests 39 The more tests a plugin has, the better

Open on GitHub


220

git_info_extract

via alexander sun

Extract JIRA information from git merge

Provided actions
Name Category Description
git_info_extract - Extract JIRA information from git merge
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 144 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


220

altool

via Shashikant Jagtap

Upload IPA to iTunes Connect using altool

Provided actions
Name Category Description
altool - Upload IPA to iTunes Connect using altool
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 12 More stars = more popular project
forks 30 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 22 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 48 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


219

codepush

via Pranit Harekar

Fastlane plugin for App Center CodePush actions 🚀

Provided actions
Name Category Description
codepush_exists_deployment - CodePush check if deployment exists
codepush_release_react - CodePush release-react action
codepush_login - CodePush login action
codepush_get_deployment_key - CodePush get deployment key given deployment name
codepush_list_deployment - CodePush list deployment action
codepush_remove_deployment - CodePush remove deployment action
codepush_logout - CodePush logout action
codepush_rename_deployment - CodePush rename deployment action
codepush_add_deployment - CodePush add deployment action
codepush_promote - CodePush promote action
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 10 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 9 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 100 More downloads = more users have been using the plugin for a while
tests 18 The more tests a plugin has, the better

Open on GitHub


219

localization

via Viktor Malyi

Export/import app localizations with help of xcodebuild -exportLocalizations/-importLocalizations tool

Provided actions
Name Category Description
import_localizations - Import app localizations with help of xcodebuild -importLocalizations tool
export_localizations - Export app localizations with help of xcodebuild -exportLocalizations tool
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 9 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 86 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


218

setup_app_feedback_sdk

via Yahoo Japan Corporation

Setup the Info.plist for App Feedback SDK

Provided actions
Name Category Description
setup_app_feedback_sdk - Setup the Info.plist for App Feedback SDK
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 21 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 101 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


217

demo_mode

via Florian Rauscha

Sets your connected android devices to demo mode

Provided actions
Name Category Description
demo_mode - Sets your device to demo mode
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 64 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


216

facelift

via Richard Szalay

Deprecated in favor of 'fastlane-plugin-act'

Provided actions
Name Category Description
act - Reconfigures .plists and icons inside a compiled IPA
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 17 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -4 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 12 More downloads = more users have been using the plugin for a while
tests 72 The more tests a plugin has, the better

Open on GitHub


216

xamarin_build

via punksta

Build xamarin android\ios projects

Provided actions
Name Category Description
extract_certificate - Extract certificate public key from provision profile
xamarin_update_configuration - Set properties of specific build configuration in Xamarin configuration file
xamarin_build - Build xamarin android and ios projects
Score details
Metric Points Description
contributors 24 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 7 More stars = more popular project
forks 40 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 33 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


215

ciutils

via Nicolae Ghimbovschi

Various utilities for iOS CI

Provided actions
Name Category Description
en_build_number - Get the value for build number from environment
en_install_provisioning_profiles - Copies recursively all provisioning profiles from current folder to system Provisioning Profiles
en_profile_name - A short description with <= 80 characters of what this action does
en_remove_keychain - Removes the keychain setup by en_setup_keychain
en_ci_utils_init - Sets env variables for gym, scan, swiftlint and lizard actions
en_setup_project - Updates Xcode project, plist and entitlements file if config file is provided
en_setup_keychain - Creates the keychain, and imports the provided certificate
en_git_changelog - Creates a change log from git commits by filtering commits by a pattern (e.g. JIRA task prefix)
en_close_simulator - Closes all simulator instances
en_create_sonar_reports - Creates swiftlint, lizard and oclint reports and adjusts junit reports for sonarqube (with the open source swift/objc plugin)
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 5 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 29 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 102 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


213

msbuild

via Jeff Ward

Build a Xamarin.iOS or Xamarin.Android project using msbuild

Provided actions
Name Category Description
msbuild - Build a Xamarin.iOS or Xamarin.Android project using msbuild
assembly_info_poke_version - Set the version in an AssemblyInfo.cs file. Optionally only set the revision number
nuget_pack - Package a nuspec
nuspec_poke_version - Set the version in a Nuspec file. Optionally only set the revision number
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 27 More subscribers = more popular project
stars 4 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 101 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


213

huawei_appgallery

via Arne Kaiser

Plugin to deploy an app to the Huawei AppGallery

Provided actions
Name Category Description
huawei_appgallery - Plugin to deploy an app to the Huawei AppGallery
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 15 More subscribers = more popular project
stars 21 More stars = more popular project
forks 55 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 25 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


211

android_version_manager

via Jonathan Cardoso Machado

Android's App Version Managment

Provided actions
Name Category Description
android_base - -
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 3 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 11 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 26 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


211

git_status

via Bruno Coelho

Show the status of one or multiple files/directories

Provided actions
Name Category Description
git_status - Show the status of one or multiple files/directories
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 95 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


211

find_replace_string

via Jonathan Ritchie

Find a string in a file and replace it with a new one.

Provided actions
Name Category Description
find_replace_string - Find and replace a string in a project file
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 125 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


210

semantic_convention_release

via Jiří Otáhal, Sergio Fierro

Automated version managment and generator of release notes.

Provided actions
Name Category Description
conventional_changelog - Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format.
analyze_commits - Finds a tag of last release and determinates version of next release
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


210

secret_keeper

via Daniel Jankowski

secret_keeper is a wrapped on keychain access.

Provided actions
Name Category Description
remove_item_from_keychain - Removes the credentials from the keychain on behalf of the user
add_item_to_keychain - Adds the credentials to the keychain on behalf of the user
read_item_from_keychain - Reads the password from the keychain for a given item
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 87 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


207

ensure_xcode_build_version

via Fumiya Nakamura

Ensure Xcode Build Version for working with Beta, GM and Release

Provided actions
Name Category Description
ensure_xcode_build_version - Ensure the selected Xcode Build version with xcode-select matches a value
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 51 More downloads = more users have been using the plugin for a while
tests 15 The more tests a plugin has, the better

Open on GitHub


206

aws_sns

via Josh Holtz

Creates AWS SNS platform applications

Provided actions
Name Category Description
aws_sns - Creates AWS SNS platform applications
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 10 More stars = more popular project
forks 35 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 29 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 80 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


206

semantic_release_workflow

via Phong Nguyen

Automated version managment, generator of release notes, create gitlab release then notify

Provided actions
Name Category Description
conventional_changelog - Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format.
create_release - Create Gitlab release
analyze_commits - Finds a tag of last release and determinates version of next release
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


206

set_jira_fix_version

via yuriy-tolstoguzov

Adds fix version to specified JIRA issues. Creates version if needed

Provided actions
Name Category Description
set_jira_fix_version misc Adds fix version to specified JIRA issues. Creates version if needed
jira_issue_keys_from_changelog misc Gets list of JIRA issues kyes from git log starting from specified tag
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 86 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


206

instabug

via Siarhei Fiedartsou

Uploads dSYM to Instabug

Provided actions
Name Category Description
instabug - -
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 64 More downloads = more users have been using the plugin for a while
tests 21 The more tests a plugin has, the better

Open on GitHub


205

jira_util

via %q{Alexey Martynov}

%q{Create JIRA issues and manage versions with this plugin}

Provided actions
Name Category Description
release_jira_version - Releases a version in your JIRA project
get_jira_release_report_link - Return link to JIRA release report.
create_jira_issue - Creates a new issue in your JIRA project
update_jira_version - Creates a new version in your JIRA project
create_jira_version - Creates a new version in your JIRA project
get_jira_version - Finds project version in your JIRA project by id or by name
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 99 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


204

google_chat

via Narlei Américo Moreira

Send messages to Google Chat

Provided actions
Name Category Description
google_chat - Send messages to Google Chat
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 13 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 112 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


204

code_static_analyzer

via Olga Kniazska

Runs different Static Analyzers and generate report

Provided actions
Name Category Description
ruby_analyzer - This analyzer detect warnings, errors and check syntax in ruby files. This is based on rubocop
cpd_analyzer - This analyzer detect copy paste code (it uses PMD CPD)
clang_analyzer - A short description with <= 80 characters of what this action does
warning_analyzer - This analyzer detect warnings in Xcode projects.
code_static_analyzer - -
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 5 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 89 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


202

android_versioning_kts

via zmunm

android versioning for gradle kotlin DSL

Provided actions
Name Category Description
get_value_from_build - -
increment_version_code - Increment the version code of your project
set_value_in_build - Set the value of your project
get_version_name - Get the version name of your project
increment_version_name - Increment the version name of your project
get_version_code - Get the version code of your project
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 3 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 11 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 57 More downloads = more users have been using the plugin for a while
tests 66 The more tests a plugin has, the better

Open on GitHub


201

simple_loco

via Yves Delcoigne

A simple implementation for exporting translations from Loco.

Provided actions
Name Category Description
simple_loco - A simple implementation for exporting translations from Loco.
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 6 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 70 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


199

xcov_report

via Gianfranco Manganiello

Generate custom HTML for coverage

Provided actions
Name Category Description
xcov_report - Generate custom HTML for coverage
Score details
Metric Points Description
contributors 18 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 24 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 45 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


199

trigger_bitrise_build

via Nick Hammond

Trigger a Bitrise build from Fastlane

Provided actions
Name Category Description
trigger_bitrise_build - Trigger a Bitrise build from Fastlane
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 12 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 53 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


198

get_android_version

via MaximusMcCann

gets the android versionName and versionCode from the AndroidManifest.xml file located in the provided apk

Provided actions
Name Category Description
get_android_version - Gets the android versionName, versionCode and parsed appName (label) from AndroidManifest.xml file in provided apk
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 3 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 29 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 109 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


197

bitrise_automation

via Mario Cecchi

Trigger builds on Bitrise, check their status and download artifacts using Fastlane

Provided actions
Name Category Description
bitrise_build_artifacts - Get the list or full contents of the artifacts produced by a build on Bitrise
trigger_bitrise_workflow - Trigger a Bitrise workflow with the specified parameters, synchronously or asynchronously
bitrise_build_status - Get the status of the Bitrise build
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 36 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license -50 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 74 More downloads = more users have been using the plugin for a while
tests 80 The more tests a plugin has, the better

Open on GitHub


196

automated_test_emulator_run_mik

via Kamil Krzyk

Starts n AVDs based on JSON file config. AVDs are created and configured according to user liking before instrumentation test process (started either via shell command or gradle) and killed/deleted after test process finishes.

Provided actions
Name Category Description
automated_test_emulator_run - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 59 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


196

transporter

via Maksym Grebenets

Manage Apple iTMSTransporter installation

Provided actions
Name Category Description
configure_transporter - Configure Apple iTMSTransporter installation
update_transporter_path - Configure Fastlane to use custom Transporter installation
install_transporter - Install Apple iTMSTransporter
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 18 More downloads = more users have been using the plugin for a while
tests 60 The more tests a plugin has, the better

Open on GitHub


196

snapshot_test

via Moyuru Aizawa

Compare snapshots

Provided actions
Name Category Description
take_screenshot - Take screenshots
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 60 More subscribers = more popular project
stars 4 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 38 More downloads = more users have been using the plugin for a while
tests 12 The more tests a plugin has, the better

Open on GitHub


193

poeditor_export

via James Campbell

Exports translations from POEditor.com

Provided actions
Name Category Description
poeditor_export - Exports translations from POEditor.com
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 8 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 64 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


192

store_sizer

via Marcelo Oliveira

Estimates download and install sizes for your app, also checks if sizes fit the requirements

Provided actions
Name Category Description
store_size_xcarchive_check - Checks if the size report fits the requirements
store_size_xcarchive - Estimates download and install sizes for your app
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 11 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 25 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 32 More downloads = more users have been using the plugin for a while
tests 39 The more tests a plugin has, the better

Open on GitHub


192

perfecto

via Perfecto

This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing

Provided actions
Name Category Description
perfecto - This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 21 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 9 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 49 More downloads = more users have been using the plugin for a while
tests 42 The more tests a plugin has, the better

Open on GitHub


190

twine

via Jonas Rottmann

A fastlane plugin providing actions related to twine

Provided actions
Name Category Description
twine_generate building Generates all localization files specified by the configuration file
twine_check building Checks the source twine file against the localization file to make sure they are in sync
twine_validate building Validates all twine files mentioned in the config file
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 4 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 22 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 16 More downloads = more users have been using the plugin for a while
tests 36 The more tests a plugin has, the better

Open on GitHub


189

humanable_build_number

via icyleaf

Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android.

Provided actions
Name Category Description
humanable_build_number - Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 75 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


188

download_circleci_artifacts

via Manabu OHTAKE

Downloads a Circle CI artifact's

Provided actions
Name Category Description
show_builds - This action show recent builds a Circle CI artifact's using the Circle CI API
get_recent_builds - This action recent builds a Circle CI artifact's using the Circle CI API
download_circleci_artifacts - This action downloads a Circle CI artifact's using the Circle CI API and puts it in a destination path.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 107 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


184

github_status

via Michael Furtak

Provides the ability to display and act upon GitHub server status as part of your build

Provided actions
Name Category Description
github_status - Provides the ability to check on GitHub server status as part of your build
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 8 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 21 More downloads = more users have been using the plugin for a while
tests 48 The more tests a plugin has, the better

Open on GitHub


181

file_manager

via Jason Nam

Copy and remove files

Provided actions
Name Category Description
remove_files - Remove files
copy_files - Copy files
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 87 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


180

xml_editor

via Jonathan Ritchie

Generic xml editor for iOS and Android projects.

Provided actions
Name Category Description
xml_editor - Generic XML file editor
xml_add - Generic XML file add content using XPath
xml_remove - Generic XML file remover using XPath
xml_set_attribute - Add XML attribute using XPath
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 90 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


180

upload_to_server

via Maxim Toyberman

Upload IPA and APK to your own server

Provided actions
Name Category Description
upload_to_server - -
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 19 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 69 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


177

build_log_info

via tarappo

show build log info

Provided actions
Name Category Description
build_log_info - build log information
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 18 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 82 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


176

xcodebuild_analyze

via Meniga

Run code analyzer using xcodebuild

Provided actions
Name Category Description
xcodebuild_analyze building Run code analyzer using xcodebuild
xcodebuild_analyze_and_ensure_no_results building Run code analyzer using xcodebuild and fail if any vulnerability is found
ensure_no_results_from_xcodebuild_analyze building Check if the are any vulnerabilities under provided analyzer output path
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 10 More downloads = more users have been using the plugin for a while
tests 45 The more tests a plugin has, the better

Open on GitHub


174

via Aleksey Novikov

Plugin to add remote link to jira issue

Provided actions
Name Category Description
jira_issue_link - Plugin to add remote link to jira issue
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 4 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 94 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


174

appbox

via Vineet Choudhary

Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly to the devices from your Dropbox account.

Provided actions
Name Category Description
appbox - Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly to the devices from your Dropbox account.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 7 More stars = more popular project
forks 25 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 20 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


174

replace_file

via Jonathan Ritchie

Replace any file in your mobile project.

Provided actions
Name Category Description
replace_file - Replace any file in your mobile project
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 93 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


174

ionic_integration

via Adrian Regan

Integrating Fastlane with Ionic Generated Projects

Provided actions
Name Category Description
ionic_ios_config_snapshot - Create a Sample iOS UI Unit Test to get started with in a generated Ionic/Cordova project
ionic_ios_snapshot - Bridge between Ionic/Cordova Projects and Fastlane for Automated Snapshot Generation for iOS Projects
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 22 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -4 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 17 More downloads = more users have been using the plugin for a while
tests 15 The more tests a plugin has, the better

Open on GitHub


173

verify_ipa

via Derek Yang

Verify various aspects of iOS ipa file

Provided actions
Name Category Description
verify_ipa_files - Verify files in ipa file
verify_ipa_entitlements - Verify ipa entitlements
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 3 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 13 More downloads = more users have been using the plugin for a while
tests 51 The more tests a plugin has, the better

Open on GitHub


173

xcpretty_report

via Fernando Saragoca

Generate xcodebuild reports using xcpretty

Provided actions
Name Category Description
xcpretty_report - xcpretty
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 63 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


170

menigit

via Meniga

Missing git actions

Provided actions
Name Category Description
add_git_remote source_control This will add a remote repository
remove_git_remote source_control This will remove a remote repository
ensure_no_changes source_control Raises an exception if there are uncommitted git changes at path
ensure_tag_not_exists source_control Checks if the git tag with the given name not exists in the current repo
set_git_config_user source_control This will set git config user
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 9 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 12 More downloads = more users have been using the plugin for a while
tests 33 The more tests a plugin has, the better

Open on GitHub


170

upload_dsym_to_bugly

via liubo

upload_dsym_to_bugly

Provided actions
Name Category Description
upload_dsym_to_bugly - upload_dsym_to_bugly
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 15 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 17 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 16 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


169

clang_format

via Meniga

Format your C/C++/Java/JavaScript/Objective-C/Protobuf/C code with clang-format

Provided actions
Name Category Description
clang_format - A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf/C
run_clang_format - Run clang format python script: https://github.com/Sarcasm/run-clang-format
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 9 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 42 The more tests a plugin has, the better

Open on GitHub


169

flurry

via Akash Duseja

Upload dSYM symbolication files to Flurry

Provided actions
Name Category Description
flurry_upload_dsym misc Upload dSYM symbolication files to Flurry
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 30 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 29 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 21 More downloads = more users have been using the plugin for a while
tests 12 The more tests a plugin has, the better

Open on GitHub


169

android_keystore

via Josh Holtz

Generate an Android keystore file

Provided actions
Name Category Description
android_keystore - Generate an Android keystore file
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 24 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 63 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


168

bugsnag_sourcemaps_upload

via Evgrafov Denis

Helps to upload sourcemaps to Bugsnag

Provided actions
Name Category Description
bugsnag_sourcemaps_upload - -
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 4 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 11 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 53 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


167

compilation_time_report

via Tinkoff.ru

Generate custom HTML report compilation time of each Swift func

Provided actions
Name Category Description
compilation_time_report - Generate custom HTML report compilation time of each Swift func
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 24 More subscribers = more popular project
stars 5 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 14 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


167

create_merge_request

via masashi mizuno

This will create a new merge request on GitLab.

Provided actions
Name Category Description
create_merge_request source_control This will create a new marge request on GitLab
Score details
Metric Points Description
contributors 18 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 1 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 50 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


167

bluepill

via tbrand

Fastlane plugin to use bluepill in fastlane

Provided actions
Name Category Description
bluepill - Plugin to use bluepill in fastlane
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 15 More subscribers = more popular project
stars 13 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 20 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


167

release_helper

via Artem Ivanov

release heper

Provided actions
Name Category Description
release_helper - release heper
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 13 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 94 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


167

remove_setting

via Colin Harris

Fastlane plugin to remove settings from an iOS settings bundle

Provided actions
Name Category Description
remove_setting project Fastlane plugin action to remove settings in an iOS settings bundle
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 24 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 60 The more tests a plugin has, the better

Open on GitHub


166

analyze_apk

via kochavi-daniel

Analyzes an apk to fetch: versionCode, versionName, apk size, etc.

Provided actions
Name Category Description
analyze_apk - Analyzes an apk to fetch: versionCode, versionName, apk size, permissions, etc.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 5 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 25 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 61 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


165

install_provisioning_profiles

via Dylan Gyesbreghs

Install all the provisioning profiles located in you're project.

Provided actions
Name Category Description
install_provisioning_profiles - Install all the provisioning profiles located in you're project.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 60 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


165

validate_app

via Thi

Validate your build before uploading to iTunes Connect

Provided actions
Name Category Description
validate_app - Validate your ipa file
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 11 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 22 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 54 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


165

git_switch_branch

via zhangqi

switch to branch

Provided actions
Name Category Description
git_switch_branch - switch to branch
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 25 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 82 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


163

raven

via Marten Klitzke

Plugin to manage Releases and upload JS Sourcemaps

Provided actions
Name Category Description
raven - Create new Sentry/Raven Release and Upload Sourcemaps
Score details
Metric Points Description
contributors 18 The more contributors a project has, the more likely it is it stays alive
subscribers 30 More subscribers = more popular project
stars 2 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 35 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


163

translation

via Jakob Jensen

Handling translations from Google sheet.

Provided actions
Name Category Description
create_translation - Create sheet for translations in Google sheets.
translation - Output translations from Google sheet into templates.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 3 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 38 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


163

try_scan

via Alexey Alter-Pesotskiy

The easiest way to retry your fastlane scan action

Provided actions
Name Category Description
try_scan testing Simple way to retry your scan action
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 7 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 43 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


161

clang_analyzer

via Siarhei Fiedartsou

Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report

Provided actions
Name Category Description
clang_analyzer - Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 5 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 26 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


161

wait_xcrun

via Maksym Grebenets

Wait for Xcode toolchain to come back online after switching Xcode versions.

Provided actions
Name Category Description
wait_xcrun - Wait for Xcode toolchain to come back online after switching Xcode versions.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 21 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


159

delete_files

via GaryJohnson

Deletes a file, folder or multiple files using shell glob pattern.

Provided actions
Name Category Description
delete_files - Deletes a file, folder or multiple files using shell glob pattern.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 21 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 54 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


159

docker

via Manu Wallner

fastlane Actions to support building images, logging into Docker Hub, and pushing those images to the Hub

Provided actions
Name Category Description
docker_build - Build docker images in the current directory
docker_login - Login to Docker Hub
ensure_docker_machine_available - Makes sure a docker machine is created and available for us to use
docker_compose - Define and run multi-container applications with Docker
docker_push - Push a docker image to its' repository
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 6 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 29 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 27 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


157

repack_ios

via Omer Duzyol

Enables your build pipeline to repack your pre-built ipa with new assets without rebuilding the native code.

Provided actions
Name Category Description
repack_ios - Enables your build pipeline to repack your pre-built ipa with new assets without rebuilding the native code.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 10 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 16 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


157

swiftformat

via Felix Mau

Run swift code formatting using SwiftFormat

Provided actions
Name Category Description
swiftformat testing Run swift code formatting using SwiftFormat
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 9 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 39 More downloads = more users have been using the plugin for a while
tests 30 The more tests a plugin has, the better

Open on GitHub


157

coveralls

via Atsushi Nagase

Send coverage information to Coveralls

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 107 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


157

create_github_issue

via Ryo Sakaguchi

Create GitHub issue

Provided actions
Name Category Description
create_github_issue - Create GitHub issue
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 92 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


157

resetsims

via Luís Esteves

Makes an reset on xcode simulators

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 137 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


156

branding

via Stefan Natchev

Add some branding to your fastlane output

Provided actions
Name Category Description
branding - Add some branding to your fastlane output
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 11 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 26 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


156

branding

via Stefan Natchev

Add some branding to your fastlane output

Provided actions
Name Category Description
branding - Add some branding to your fastlane output
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 11 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 26 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


155

xcresult_to_junit

via Shane Birdsall

Produces junit xml files from Xcode 11+ xcresult files

Provided actions
Name Category Description
xcresult_to_junit - Produces junit xml files from Xcode 11+ xcresult files
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 7 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 11 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 47 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


154

firebase

via Tomas Kohout

Unofficial tool to access Firebase project settings

Provided actions
Name Category Description
firebase_delete_client - An unofficial tool to access Firebase
firebase_add_client - An unofficial tool to access Firebase
firebase_list - An unofficial tool to access Firebase
firebase_download_config - An unofficial tool to access Firebase
firebase_upload_certificate - An unofficial tool to access Firebase
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 23 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -4 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 20 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


154

number_of_swift_lines

via Dennis Charmington

Outputs the total number of swift lines and other useful statistics

Provided actions
Name Category Description
number_of_swift_lines - Outputs the total number of lines of swift code, number of swift files, and a list of the largest swift files, and some other useful statistics
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 22 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 75 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


154

dmg

via Alexey Dvoryanskiy

Easily create dmg for your Mac app

Provided actions
Name Category Description
dmg misc Create DMG for your Mac app
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 23 More downloads = more users have been using the plugin for a while
tests 27 The more tests a plugin has, the better

Open on GitHub


154

mackerel_api

via yutailang0119

Call a Mackerel API endpoint and get the resulting JSON response

Provided actions
Name Category Description
mackerel_api source_control Call a Mackerel API endpoint and get the resulting JSON response
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 33 More downloads = more users have been using the plugin for a while
tests 39 The more tests a plugin has, the better

Open on GitHub


151

apprepo

via Matej Sychra

Fastlane plugin SFTP/AppRepo uploader

Provided actions
Name Category Description
download_manifest - Runs the Apprepo plugin
apprepo - -
init - Initializes Repofile
run - Runs the default Apprepo action
submit - Submits IPA to Apprepo
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 32 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 68 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


151

android_emulator_kami

via Michael Ruhl

Creates and starts an Android Emulator (AVD)

Provided actions
Name Category Description
android_emulator_kami - Creates and starts an Android Emulator (AVD)
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 21 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


149

xcode_test_reporter

via Taisuke Hori

Generates JUnit or HTML report from Xcode plist test report files.

Provided actions
Name Category Description
xcode_test_reporter - Generates JUnit or HTML report from Xcode `plist` test report files
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 23 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


149

provisioning

via Pawel Jankowski

Helps provision your app in the CI environment

Provided actions
Name Category Description
set_key_partition_list - Sets key partition list (required by macOS Sierra)
install_profiles - Install profiles from specified directory
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 12 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


148

ipa_info

via tarappo

show ipa info

Provided actions
Name Category Description
ipa_info - Show information of an ipa file.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 19 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 46 More downloads = more users have been using the plugin for a while
tests 12 The more tests a plugin has, the better

Open on GitHub


147

napp_distribution

via Mads Møller

Upload IPA AND APK builds to Napp Distribution

Provided actions
Name Category Description
napp_distribution - Upload builds to Napp Distribution Center
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


146

android_emulator-kami

via Michael Ruhl

Creates and starts an Android Emulator (AVD)

Provided actions
Name Category Description
android_emulator_kami - Creates and starts an Android Emulator (AVD)
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


146

accessibility_test

via Takeshi Tsukamoto

Accessibility test with Firebase Test Lab for Android.

Provided actions
Name Category Description
accessibility_test - Accessibility test with Firebase Test Lab for Android.
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 5 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 63 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


146

ascii_art

via Boris Bügling

Add some fun to your fastlane output.

Provided actions
Name Category Description
ascii_art - Add some fun to your fastlane output.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 20 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 32 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


145

teak

via Pat Wilson

Fastlane plugins for the Teak SDK

Provided actions
Name Category Description
teak_extensions - Add App Extension
teak_sdk - Download the Teak SDK
teak - Fastlane plugins for the Teak SDK
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 38 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


144

gitlab_release

via Andrea Del Fante

Fastlane wrapper of gitlab-release-tools

Provided actions
Name Category Description
gitlab_release_changelog - -
gitlab_release_close - -
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 56 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


144

elux_actions

via Dennis Granath

Plugin including actions for releasing the android SDK

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 94 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


143

moronepo

via Meniga

Run dart pub moronepo with fastlane!

Provided actions
Name Category Description
moronepo_update_flutter_sdk building Runs command for all subprojects or a specified project
moronepo_run building Runs command for all subprojects or a specified project
moronepo_activate building Run flutter pub global activate moronepo
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 6 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 21 The more tests a plugin has, the better

Open on GitHub


142

retry_tests

via Gloria Chow

This fastlane plugin includes the following actions:
1) multi_scan: uses scan to run Xcode tests, optionally in batches, a given number of times: only re-testing failing tests.
2) suppress_tests_from_junit: uses a junit xml report file to suppress either passing or failing tests in an Xcode Scheme.
3) suppress_tests: suppresses specific tests in a specific or all Xcode Schemes in a given project.
4) suppressed_tests: retrieves a list of tests that are suppressed in a specific or all Xcode Schemes in a project.
5) tests_from_junit: retrieves the failing and passing tests as reported in a junit xml file.
6) tests_from_xctestrun: retrieves all of the tests from xctest bundles referenced by the xctestrun file
7) collate_junit_reports: collects and correctly organizes junit reports from multiple test passes.
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 80 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


141

no_u

via Boris Bügling

no u

Provided actions
Name Category Description
no_u - no u
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 5 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 17 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


141

discord_notifier

via Nikos Theodosis

Discord Notifier

Provided actions
Name Category Description
discord_notifier - Discord Webhook Notifier
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 8 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 50 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


141

taiwan_number_one

via andrew54068

approve or reject first if status is Pending Developer Release.

Provided actions
Name Category Description
taiwan_number_one - -
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 8 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 3 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 24 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


141

emerge

via Emerge Tools, Inc

Fastlane plugin for Emerge

Provided actions
Name Category Description
emerge - Fastlane plugin for Emerge
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 4 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 4 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 54 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


141

testdroid_runner

via josepmc

Allows to run BitBar tests on fastlane

Provided actions
Name Category Description
testdroid_runner - BitBar Test Runner
upload_testdroid - Uploads a file to bitbar
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 20 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


140

remove_git_tag

via Marker Digital

This will remove a specific tag from your remote branch

Provided actions
Name Category Description
remove_git_tag source_control This will remove a tag from the remote repository
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 59 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


138

influxdb

via giginet

Post values to InfluxDB

Provided actions
Name Category Description
influxdb - Post values to IndluxDB
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 16 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


137

auth0_shipper

via Hernan Zalazar

OSS libraries release process for Auth0

Provided actions
Name Category Description
perform_release - Performs the release for an Auth0 OSS library
publish_release - Performs a pending release represented by the latest tag
prepare_release - Prepares the release for an Auth0 OSS library
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 12 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 52 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


137

set_sonar_properties

via Paldom

Load and edit sonar-project.properties files

Provided actions
Name Category Description
set_sonar_properties - Load and edit sonar properties file
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 10 More downloads = more users have been using the plugin for a while
tests 12 The more tests a plugin has, the better

Open on GitHub


136

ad_licenselint

via Pierre Felgines

Lint the licenses for iOS projects

Provided actions
Name Category Description
ad_licenselint - Lint the licenses for iOS projects
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 6 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 21 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


136

hockey_devices

via Viktoras Laukevičius

Retrieves a list of devices from Hockey which can then be used with Match

Provided actions
Name Category Description
hockey_devices - Retrieves a list of devices from Hockey which can then be used with Match
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 21 The more tests a plugin has, the better

Open on GitHub


135

get_application_id_flavor

via Helder Pinhal

Get the applicationId of an Android project.

Provided actions
Name Category Description
get_application_id_flavor - Get the applicationId of an Android project.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 49 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


134

property_file_write

via Jan Meier

writes property files

Provided actions
Name Category Description
property_file_write - Writes value into properties file
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 24 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 29 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


134

upload_symbols_to_hockey

via Justin Williams

Upload dSYM symbolication files to Hockey

Provided actions
Name Category Description
upload_symbols_to_hockey - Upload dSYM symbolication files to Hockey
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 16 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


134

ya_tu_sabes

via Boris Bügling

Ya tu sabes.

Provided actions
Name Category Description
ya_tu_sabes - Ya tu sabes.
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 8 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


133

device_image_selector

via Mario Zimmermann

Takes the screenshots from devices which match the specified names and puts them in a new directory for frameit to process. The screenshot files can then be cleaned up after the device images are created.

Provided actions
Name Category Description
device_image_selector - Selects screenshots with specified names for processing with frameit
device_image_selector_cleanup - Cleanup screenshot files after frameit
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


133

ti_build_app

via Adam Armstrong

Build Axway Appcelerator Mobile Applications from within fastlane

Provided actions
Name Category Description
ti_build_app - Build Axway Appcelerator Mobile Applications from within fastlane
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 6 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


132

napp_notifications

via Mads Møller

Napp Notifications

Provided actions
Name Category Description
napp_notifications push Napp Notifications
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


132

oclint_json_compilation_database

via Meniga

Run OCLint validation with oclint-json-compilation-database and fastlane :dart: :rocket:

Provided actions
Name Category Description
oclint_json_compilation_database testing -
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 39 The more tests a plugin has, the better

Open on GitHub


132

certificate_expirydate

via Lyndsey Ferguson

Retrieves the expiry date of the given p12 certificate file

Provided actions
Name Category Description
certificate_expirydate - Retrieves the expiry date of the given p12 certificate file
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 16 More downloads = more users have been using the plugin for a while
tests 12 The more tests a plugin has, the better

Open on GitHub


132

wechat

via xiongzenghui

this is a wechat api wrapper

Provided actions
Name Category Description
wechat - this is a wechat api wrapper
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 39 The more tests a plugin has, the better

Open on GitHub


131

shuttle

via Shuttle Project

Publish your builds on Shuttle.tools

Provided actions
Name Category Description
shuttle - Publish your builds on [Shuttle.tools](https://www.shuttle.tools)
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 24 More subscribers = more popular project
stars 6 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 19 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


131

unity_exporter

via ar:met

Plugin for 'fastlane' that defines an action to export iOS and Android projects via Unity3d. This allows Unity3d to more easily integrate with 'fastlane'.

Provided actions
Name Category Description
unity_commit_version_bump - Commits a version bump, if there is any.
unity_export - Exports a Unity project.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 27 The more tests a plugin has, the better

Open on GitHub


131

connected

via Abgier Avraha

Fastlane plugin that allows you to use your App Store Connect API key to download certificates and upload apps to TestFlight

Provided actions
Name Category Description
connected_certs - App Store Connect API Certificates Module
connected_upload - App Store Connect API Uploader Module
connected_auth - App Store Connect API Authentication Module
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 4 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 11 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 19 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


130

unity

via safu9

Fastlane plugin for Unity

Provided actions
Name Category Description
unity - Fastlane plugin for Unity
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 5 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 5 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


130

swift_doc

via Joshua Kaplan

Generate documentation, documentation coverage, or a class diagram using SwiftDoc

Provided actions
Name Category Description
swift_doc documentation Generate documentation, documentation coverage, or a class diagram using SwiftDoc
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 2 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 42 The more tests a plugin has, the better

Open on GitHub


130

match_keystore

via Christopher NEY

Easily sync your Android keystores across your team

Provided actions
Name Category Description
match_keystore - Easily sync your Android keystores across your team
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 20 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -5 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 40 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


130

appmetrica

via Yandex, LLC

Upload dSYM symbolication files to AppMetrica

Provided actions
Name Category Description
upload_symbols_to_appmetrica - Upload dSYM symbolication files to AppMetrica
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 27 More subscribers = more popular project
stars 3 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license -50 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 11 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 86 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


129

verify_two_step_session

via Takashi Hasegawa

Verifies the session cookie for 'Two-Step verification for Apple ID'

Provided actions
Name Category Description
verify_two_step_session misc Verifies the session cookie for 'Two-Factor authentication/Two-Step verification for Apple ID'
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 21 The more tests a plugin has, the better

Open on GitHub


129

create_bitbucket_pull_request

via Issarapong Poesua

This lane creates create bitbucket pull request

Provided actions
Name Category Description
create_bitbucket_pull_request - This lane creates create bitbucket pull request
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 9 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 38 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


129

github_action

via Josh Holtz

Helper to setup GitHub actions for fastlane and match

Provided actions
Name Category Description
github_action - Helper to setup GitHub actions for fastlane and match
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 4 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


129

bitbucket_auth

via rlestesr

Generate a OAuth Token for Bitbucket API Access.

Provided actions
Name Category Description
bitbucket_auth - Generate a OAuth Token for Bitbucket API Access.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 15 The more tests a plugin has, the better

Open on GitHub


128

firim

via whlsxl

firim

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 96 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


127

killsimulator

via Luís Esteves

Kill all the open simulatores

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 107 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


126

build_cache

via Fernando Saragoca

Helper for caching builds when using 'build for testing' & 'test without building'

Provided actions
Name Category Description
clean_build_cache_workspace - Cleans workspace by removing old builds, using last access time for comparison
archive_derived_data - Archives derived data folder in a zip file for later use
check_build_cache_workspace - Check if cache for current build is avaiable
unarchive_derived_data - Unarchives derived data folder from a zip file
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 18 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


126

appdynamics

via Artur Rybak

Upload dSYM files to AppDynamics

Provided actions
Name Category Description
appdynamics - Upload dSYM symbolication files to AppDynamics
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 1 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 35 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


125

dependency_check_ios_analyzer

via Alexey Alter-Pesotskiy

Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods).

Provided actions
Name Category Description
dependency_check_ios_analyzer testing Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods).
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 2 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 17 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


125

bearychat

via dvlprliu

send messages to a bearychat channal

Provided actions
Name Category Description
bearychat - send messages to a bearychat channal
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 8 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


124

find_firebase_app_id

via Tigran Hambardzumyan

Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android].

Provided actions
Name Category Description
find_firebase_app_id - Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android].
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 12 The more tests a plugin has, the better

Open on GitHub


124

cordova_screenshots

via Jan Piotrowski

Take screenshots of your Cordova/Ionic app with fastlane

Provided actions
Name Category Description
init_cordova_screenshots_ios - Creates an iOS UI Unit Tests in '#{CordovaScreenshots::CORDOVA_SCREENSHOTS_IOS_CONFIG_PATH}'
retrofit_cordova_screenshots_android - Retrofit test into Android project
retrofit_cordova_screenshots_ios - Retrofit test into iOS Xcode project
init_cordova_screenshots_android - Creates an Android UI test in '#{CordovaScreenshots::CORDOVA_SCREENSHOTS_ANDROID_CONFIG_PATH}'
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 1 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -10 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 15 The more tests a plugin has, the better

Open on GitHub


123

flutter_version_manager

via Davor Maric

Manages app versioning of Flutter project

Provided actions
Name Category Description
flutter_version_manager - Manages app versioning of a Flutter project.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 6 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


123

msi

via Paul Niezborala

Create Windows Installer

Provided actions
Name Category Description
msi - Create Windows Installer
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


123

fir

via dongorigin

Upload a new build to fir.im

Provided actions
Name Category Description
fir beta Upload a new build to fir.im
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 16 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


123

localize

via Wolfgang Lutz

Searches the code for extractable strings and allows interactive extraction to .strings file.

Provided actions
Name Category Description
localize - Searches the code for extractable strings and allows interactive extraction to .strings file.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 4 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


123

plural_converter

via Benoit Deldicque

Convert Android plural XML resource file to iOS stringsdict file.

Provided actions
Name Category Description
plural_converter - -
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 9 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 30 The more tests a plugin has, the better

Open on GitHub


123

queue

via Josh Holtz

Queue up fastlane jobs

Provided actions
Name Category Description
queue_stop - Stops web server and worker for queueing fastlane jobs
queue_start - Starts web server and worker for queueing fastlane jobs
queue - Adds fastlane jobs to a queue
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 8 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


122

update_jenkins_build

via icyleaf

Update Description of Build

Provided actions
Name Category Description
update_jenkins_build - Update build's description of jenkins
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 10 More downloads = more users have been using the plugin for a while
tests 18 The more tests a plugin has, the better

Open on GitHub


122

static_assets

via Jakob Jensen

Generate code for buildtime-safe assignments of assets.

Provided actions
Name Category Description
unused_images - -
static_images - Generate code for buildtime-safe assignments of images.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 12 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


122

supply_aptoide

via wschurman

Upload metadata, screenshots and binaries to Aptoide

Provided actions
Name Category Description
supply_aptoide - Upload metadata, screenshots and binaries to Aptoide.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 12 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


122

ios_dependency_parser

via kochavi-daniel

Analyzes results of 'pod outdated' in a structured manner

Provided actions
Name Category Description
parse_pod_dependencies - Analyzes 'pod outdated' results and structures it for further usage.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 11 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


121

analyze_ios_linkmap

via xiongzenghui

iOS parse linkmap.txt to ruby Hash

Provided actions
Name Category Description
analyze_ios_linkmap - iOS parse linkmap.txt to ruby Hash or JSON
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 3 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 13 More downloads = more users have been using the plugin for a while
tests 45 The more tests a plugin has, the better

Open on GitHub


119

teams_bot

via Hugo EXTRAT

Easily alert a Microsoft Teams channel

Provided actions
Name Category Description
teams_bot - Easily send a message to a Microsoft Teams channel through the Webhook connector
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 3 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


119

sparkplugg

via Boris Bügling

Quickly try out fastlane plugins.

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 32 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 10 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


119

updateplistfromstrings

via Jonas Schmid

Allow to take values from the localization.strings and put them into Info.plist

Provided actions
Name Category Description
updateplistfromstrings - Update InfoPlist.strings from translation file
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 22 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


118

imessage

via Alexander Ignition

send imessage

Provided actions
Name Category Description
imessage notifications send imessage
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 18 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


118

rollbar

via Evgrafov Denis

Helps to upload sourcemaps/dsyms/proguard mapping/deploy report to Rollbar

Provided actions
Name Category Description
rollbar_proguard_upload - Helps to upload Proguard mappings to Rollbar
rollbar_dsym_upload - Helps to upload Dsym to Rollbar
rollbar_report_deploy - Helps to report deploy to Rollbar
rollbar_sourcemaps_upload - Helps to upload sourcemaps to Rollbar
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 6 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 28 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


117

trello

via Oscar De Moya

Fastlane plugin for moving a trello card to a given list

Provided actions
Name Category Description
trello_comment - Adds a comment to a given Trello card
trello_move_card - Moves a Trello card to a given list
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 25 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


117

farol

via Felipe Plets

Enable your app to use Farol Platform services

Provided actions
Name Category Description
farol_api - Integrate your app with the Farol Platform using services like push notifications
farol_get_version - Enable your app to use Farol Platform services
farol - Enable your app to use Farol Platform services
farol_set_version - Integrate your app with the Farol Platform using services like push notifications
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 12 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 31 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


116

xcresult_actions

via yutailang0119

fastlane actions for .xcresult

Provided actions
Name Category Description
summarize_xcresult_report - Summarize about test coverage rate from `.xcresult` file
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 27 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


116

androidmanifest_editor

via 任福新

edit meta-data in AndroidManifest.xml

Provided actions
Name Category Description
modify_meta_data - edit meta-data in AndroidManifest.xml
modify_intent_scheme - edit scheme data of intent-filter in AndroidManifest.xml
androidmanifest_editor - edit meta-data in AndroidManifest.xml
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 49 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


116

analyze_ios_ipa

via xiongzenghui

analysis iOS app/ipa multiple data. eg: 1) ipa basic info 2) Size occupied by each component = code + resource

Provided actions
Name Category Description
analyze_ios_ipa - analysis iOS app/ipa multiple data. eg: 1) ipa basic info 2) Size occupied by each component = code + resource
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 25 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


116

ios_readme_generate

via Erik Flores

Create readme for ios projects

Provided actions
Name Category Description
ios_readme_generate - Create readme for ios projects :D
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


116

gradle_manager

via Helder Pinhal

Exposes some Android configurations from the gradle file.

Provided actions
Name Category Description
get_version_name - Get the parsed Gradle file of an Android project.
get_version_code - Get the parsed Gradle file of an Android project.
get_gradle_data - Get the parsed Gradle file of an Android project.
get_application_id - Get the parsed Gradle file of an Android project.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 12 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


115

google_analytics

via Helmut Januschka

Fire universal Analytics

Provided actions
Name Category Description
google_analytics - Fire universal Analytics
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 13 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


115

xclogparser

via Josh Lesch

Parse Xcode or xcodebuild build and test logs with XCLogParser

Provided actions
Name Category Description
xclogparser - Parse Xcode or xcodebuild build and test logs with XCLogParser
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 30 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


115

jira_transitions

via Ostap Taran

Runs transitions for specified JIRA tickets

Provided actions
Name Category Description
jira_transitions - Runs transitions for specified JIRA tickets
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 2 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 22 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


115

bitrise

via Robin AUTHIAT

Fastlane plugin to trigger a bitrise build with some options

Provided actions
Name Category Description
bitrise - Trigger a bitrise build
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 20 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


115

write_changelog_from_commits

via Lewis Bright

Writes a changelog by pattern matching on git commits since the last tag. Organises these into sections and creates a changelog with the same name as the current version code

Provided actions
Name Category Description
write_changelog_from_commits - Writes a changelog file by pattern matching on git commits since the last tag.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 4 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 21 The more tests a plugin has, the better

Open on GitHub


115

csv_translation

via Manish Rathi

A fastlane plugin to manage translation using a CSV file under git repository. 🚀

Provided actions
Name Category Description
create_csv_feature_branch - Create a csv feature branch.
delete_csv_translation_request - Delete a translation request based on identifier value.
fetch_csv_branch - Fetch a csv file branch.
create_csv_translation_request - Create a csv translation request.
rebase_csv_translation_request - Rebase a translation request based on identifier value.
get_csv_translation_requests - Get CSV translation requests info
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 20 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


115

yafirim

via wd

Yet another fastlane fir.im plugin

Provided actions
Name Category Description
yafirim - Yet another fastlane fir.im plugin
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 24 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


114

android_version_manage

via futabooo

Manage Android App Versioning

Provided actions
Name Category Description
android_set_version_code - Set the Version Code of your Android project
android_commit_version_bump - This action is like a commit_version_bump action for Android
android_set_version_name - Set the Version Name of your Android project
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 29 More downloads = more users have been using the plugin for a while
tests 27 The more tests a plugin has, the better

Open on GitHub


114

test_report

via Naylin Medina

customized template for iOS test reports

Provided actions
Name Category Description
test_report - Create customized HTML template for test reports
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 12 More subscribers = more popular project
stars 2 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 17 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -4 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


113

zealot

via icyleaf

Upload IPA/APK/dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android and iOS apps.

Provided actions
Name Category Description
zealot_version_check - Check app version exists from Zealot
zealot_sync_devices - Check app version exists from Zealot
zealot_debug_file - Upload dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android and iOS apps.
zealot - -
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 25 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


113

mattermost

via cpfriend1721994

Fastlane plugin for push messages to Mattermost

Provided actions
Name Category Description
mattermost - Fastlane plugin for push messages to Mattermost
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 19 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


113

testfairy

via Josh Holtz

Upload IPA to TestFairy

Provided actions
Name Category Description
testfairy - Upload an IPA to TestFairy
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 24 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


112

souyuz-ventaapps

via Felix Rudat

A fastlane component to make Xamarin builds a breeze

Provided actions
Name Category Description
app_version - Easily set or print app version with `app_version`
souyuz - Easily build and sign your app using `souyuz`
Score details
Metric Points Description
contributors 30 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 32 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


112

upload_to_onesky

via joshrlesch

Upload a strings file to OneSky

Provided actions
Name Category Description
upload_to_onesky - Upload a strings file to OneSky
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 31 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 20 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


112

twitter

via rb_de0

A simple twitter plugin

Provided actions
Name Category Description
tweet - Tweet a message specified in the parameter
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


112

podspec_dependency_versioning

via Cole Dunsby

Edit the versions of your podspec dependencies

Provided actions
Name Category Description
change_podspec_dependency_version - This action will modify the version of a dependency in your podspec.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 19 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 17 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


112

download_hockey_ipa

via horimislime

A fastlane plugin that helps downloading .ipa from HockeyApp

Provided actions
Name Category Description
download_hockey_ipa - A fastlane plugin that helps downloading .ipa from HockeyApp
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 25 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


111

dingtalk_robot

via InfiniteReverse

webhook for dingtalk robot

Provided actions
Name Category Description
dingtalk_robot - webhook for dingtalk robot
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 17 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 12 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


111

alioss

via woodwu

upload ipa/apk to aliyun oos server, and scan QRcode to install app on mobile phone.

Provided actions
Name Category Description
alioss - -
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 15 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -6 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 37 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


110

try_adb_test

via Alexey Alter-Pesotskiy

The easiest way to retry your Android Instrumented Tests

Provided actions
Name Category Description
try_adb_test - -
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 2 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


110

version

via Jason Nam

Set version

Provided actions
Name Category Description
set_version - Set version
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 14 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


110

git_commit_changelog_to_markdown

via Fernando Berrios

This plugin will take the output of the changelog_from_git_commits plugin and convert it into markdown

Provided actions
Name Category Description
git_commit_changelog_to_markdown - This plugin will take the output of the 'changelog_from_git_commits' plugin and convert it into markdown
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 33 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


109

jira_build_number

via Tom Elrod

Insert build number into related jira issues

Provided actions
Name Category Description
jira_build_number - Adds build number from CI as comment to associated jira issue.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 17 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 16 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


109

android_change_app_name

via MaximusMcCann

Changes the manifest's label attribute (appName). Stores the original name for revertinng.

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 89 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


108

update_team_identifier

via Jordan Bondo

Updates the Team Identifier for a given target

Provided actions
Name Category Description
update_team_identifier - Updates the Team Identifier for a given target
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 17 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


108

app_store_build_info

via Rishabh Tayal

Get build info from App Store Connect

Provided actions
Name Category Description
app_store_build_info - Get build info from App Store Connect
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 18 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 22 More downloads = more users have been using the plugin for a while
tests 18 The more tests a plugin has, the better

Open on GitHub


108

submit_to_beta_app_review

via Dan Loewenherz

Submits an already processed build to Beta App Review.

Provided actions
Name Category Description
submit_to_beta_app_review - Submits an already processed build to Beta App Review.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


108

jira_issues_release_notes

via Erick Martins

It generates a release note based on the issues keys and descriptions found in the commits

Provided actions
Name Category Description
jira_release_changelog - It generates a release note based on the issues keys and descriptions found in the commits
jira_comment - It generates a release note based on the issues keys found in branch name and descriptions found in the commits
jira_versions - It generates a release note based on the issues keys found in branch name and descriptions found in the commits
jira_issues_keys_from_commits - It generates a release note based on the issues keys found in branch name and descriptions found in the commits
jira_feature_validation - It generates a release note based on the issues keys found in branch name and descriptions found in the commits
jira_release_validation - It generates a release note based on the issues keys and descriptions found in the commits
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


107

run_lane

via Jonathan Ritchie

Run a specified fastlane lane in your project.

Provided actions
Name Category Description
run_lane - Run a specified fastlane lane in your project
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 26 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


106

ixguard

via Evgeniy Kubyshin

ixguard plugin

Provided actions
Name Category Description
ixguard - iXGuard build plugin
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 32 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


106

mocha_run_tests

via Adam T Armstrong

Run Mocha Tests from within fastlane

Provided actions
Name Category Description
mocha_run_tests - Run Mocha Tests from within fastlane
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


106

git_build_versioning

via Mikko Välimäki

Store build numbers in git tags for distributed sequential builds

Provided actions
Name Category Description
reserve_git_build_number - Use git for tagging your builds for unique distributed sequential build numbers
get_git_build_number - Use git for tagging your builds for unique distributed sequential build numbers
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 17 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 23 More downloads = more users have been using the plugin for a while
tests 18 The more tests a plugin has, the better

Open on GitHub


105

droidicon

via @chrhsmt

Generate required icon sizes and iconset from a master application icon

Provided actions
Name Category Description
droidicon - Generate required icon sizes and iconset from a master application icon
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 20 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


104

update_provisioning_profile

via Duy Nguyen

This action will update xcodeproj with values extracted from your provisioning profile.

Provided actions
Name Category Description
update_provisioning_profile - This action will update xcodeproj with values extracted from your provisioning profile.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 17 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


104

deploy_file_provider

via Kamil Krzyk, Przemysław Wośko

Prepares metadata files with structure ready for AppStore, PlayStore deploy

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 84 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


104

au_auto_close_upload

via Emil

Upload artifacts to AppUnite's auto-close service

Provided actions
Name Category Description
au_auto_close_upload - Upload artifacts to AppUnite's auto-close service
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 22 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 25 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


104

ding_talk

via gaoxiang

Auto send the pgyer app qr code to the ding talk.

Provided actions
Name Category Description
ding_talk - Send the packaging information to the ding talk.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


104

react_native_release

via Chris Ball

Simplify releases for React Native apps.

Provided actions
Name Category Description
create_fastlane_session - Simplify 2FA authentication for App Store Connect
react_native_release - Simplify releases for React Native apps
encrypt_fastlane_vars - Encrypt fastlane vars for CI
decrypt_google_play_credentials - Decrypts app env vars and sets the values in the root .env file
read_fastlane_session - Simplify 2FA authentication for App Store Connect
create_changelog - Determines if a release should happen based on conventional commits.
generate_android_keystore - Decrypts app env vars and sets the values in the root .env file
accept_android_sdk_licenses - Accepts Android sdk licenses
add_fastlane_var - Adds a single ENV var for fastlane to the encrypted repository
encrypt_google_play_credentials - Encrypts credentials from Google Play and stores in the context repo.
tag_release - Tags a release based on a prefix, version, and build numbers
encrypt_app_vars - Encrypts app env vars and stores them in the context repo.
determine_release_from_commits - Determines if a release should happen based on conventional commits.
decrypt_android_keystore - Decrypts app env vars and sets the values in the root .env file
decrypt_fastlane_vars - Decrypts fastlane ENV vars from the encrypted repo. Optionally sets them in ENV.
add_app_var - Adds a single ENV var to the encrypted repository
decrypt_app_vars - Decrypts app env vars and sets the values in the root .env file
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 21 More subscribers = more popular project
stars 6 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -13 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 26 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


103

transifex

via junjie

basic transifex wrapper

Provided actions
Name Category Description
transifex - basic transifex wrapper
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 25 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 17 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


103

release

via Cole Dunsby

Automates the steps to create a new release for a project.

Provided actions
Name Category Description
make_release - Automates the steps to create a new release for a framework.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 19 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 8 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


103

send_e_mail

via huangj

a tool to sendmail

Provided actions
Name Category Description
send_e_mail - a tool to sendmail
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 18 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


103

apphoster

via JerryFans

A simple plugin to upload your ipa file to AppHost Server in fastlane.

Provided actions
Name Category Description
apphoster - A simple plugin to upload your ipa file to AppHost Server in fastlane.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


102

phraseapp

via Issarapong Poesua

a phraseapp-cli tool wrapper

Provided actions
Name Category Description
phraseapp - a phraseapp-cli tool wrapper
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 9 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 10 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


102

xliff_en_gen

via alexander sun

gen Localizable.strings file from xliff

Provided actions
Name Category Description
export_xliff - export xliff for an xcode project
xliff_en_gen - Overwrite project Localizable.strings file from English version xliff
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 26 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


102

ipa_install_plist_generate

via xiongzenghui

iOS ipa enterprise install plist generate plugn

Provided actions
Name Category Description
ipa_install_plist_generate - iOS ipa enterprise install plist generate plugn
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


101

gitlab_changelog

via Žilvinas Sebeika

Get changelog using GitLab API

Provided actions
Name Category Description
gitlab_changelog - -
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


101

buildnumber

via Nick Griffith

Generates unique build numbers for iOS projects.

Provided actions
Name Category Description
buildnumber - Generates unique build numbers for iOS projects
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 30 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 17 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


101

kuhverij

via Morten Bøgh

Simplified Code Coverage

Provided actions
Name Category Description
kuhverij testing Simplified Code Coverage
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 13 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -3 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 33 The more tests a plugin has, the better

Open on GitHub


100

mobileiron

via Roman Ivannikov

Release your builds to Mobileiron In-Hause instance. https://www.mobileiron.com

Provided actions
Name Category Description
mobileiron - Release your app with Mobileiron
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 3 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 21 The more tests a plugin has, the better

Open on GitHub


100

summonbin

via Jason Nam

Execute command with summonbin

Provided actions
Name Category Description
summonbin - Execute command with summonbin
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 10 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


100

update_build_settings_key

via ungacy

Updated code signing settings from 'Automatic' to a specific profile

Provided actions
Name Category Description
update_build_settings_key - Updates build settings key to a new value
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 28 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 17 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


99

unsetinfoplistvalue

via David Cordero

Unsets value to Info.plist of your project as native Ruby data structures

Provided actions
Name Category Description
unset_info_plist_value project Unsets value to Info.plist of your project as native Ruby data structures
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 12 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 5 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


99

line_notify

via AKKHARAWAT CHAYAPIWAT

To be able to send message to Line Notify

Provided actions
Name Category Description
line_notify - You can use this action to send message via Line Notify
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 19 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 29 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


99

android_change_package_name

via yeppao

Change the package name in the AndroidManifest.xml file

Provided actions
Name Category Description
android_change_package_name - Change the package identifier in the AndroidManifest.xml file
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 17 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 31 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


99

redmine_upload

via Mattia Salvetti

A fastlane plugin to upload file contents to Redmine

Provided actions
Name Category Description
redmine_file_post - Uploads a file in a Redmine Files section of a given Redmine project
redmine_upload - A fastlane plugin to upload file contents to Redmine
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 18 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 8 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


98

coreos

via Oliver Letterer

Deploy docker services to CoreOS hosts

Provided actions
Name Category Description
coreos_deploy - Deploy docker services to CoreOS hosts
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 30 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 17 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


98

unity3d

via fuzhongqing

fastlane for unity3d engine

Provided actions
Name Category Description
unity3d building fastlane plugin for unity3d engine
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 4 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 17 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


98

analyze_ios_framework

via xiongzenghui

analysis ios framework in buildout or pods dir

Provided actions
Name Category Description
analyze_ios_framework - analysis ios framework in buildout or pods dir
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 17 More downloads = more users have been using the plugin for a while
tests 15 The more tests a plugin has, the better

Open on GitHub


97

last_fabric_version_code

via Andrés Hernández

Get the last Fabric version code for your Android app

Provided actions
Name Category Description
last_fabric_version_code - Get the last Fabric version code for your Android app
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 18 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


97

debug_file

via icyleaf

Compress iOS/macApp dSYM or Android Proguard(mapping/R/AndroidManifest) to zip file

Provided actions
Name Category Description
list_dsym misc Find and generate iOS/MacOS dSYM file(s) to zip file
proguard misc Find and generate Android proguard file(s) to zip file
dsym misc Find and generate iOS/MacOS dSYM file(s) to zip file
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


96

clear_archived_data

via Onur Yıldırım

Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE.

Provided actions
Name Category Description
clear_archived_data - Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 3 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


96

copy

via Jason Nam

Copy file

Provided actions
Name Category Description
copy - Copy file
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


96

bomb_emoji

via Josh Holtz

💣💥 No more emojis

Provided actions
Name Category Description
bomb_emoji - No more emojis
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


96

get_last_circleci_build_number

via Dawid van der Hoven

fetches the last build number from circleci.

Provided actions
Name Category Description
get_last_circleci_build_number - fetches the last build number from circleci.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


96

buddybuild

via Jorge Revuelta

This plugin allows the communication with the Buddybuild API.

Provided actions
Name Category Description
buddybuild_list_apps - Retrieves all the applications for a given account in Buddybuild.
buddybuild_get_latest_build_number - Retrieves the latest build number for a given Application Identifier.
buddybuild_show_latest_build - Retrieves the latest build for a given Application Identifier.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 16 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


95

match_import

via Serhii Batsevych

Match repository custom import

Provided actions
Name Category Description
match_export_apns - Match repository apns certs export
match_export - Match repository custom export
match_import - Match repository custom import
match_import_apns - Match repository apns certs import
match_remove_invalid_apns - Match repository apns certs remove invalid
match_remove - Match repository custom export
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


95

get_application_id

via Helder Pinhal

Get the applicationId of an Android project.

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 63 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


95

lastpass

via Antoine Lamy

Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager

Provided actions
Name Category Description
lastpass - Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 19 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


95

transifex_tool

via maydin

Transifex tool that pulls translations using transifex rest api

Provided actions
Name Category Description
rest_pull - Transifex plugin for pull and push translations
cli_pull - Transifex tool that pulls translations using transifex cli client
cli_push - Transifex tool that push translations using transifex cli client
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


94

sous

via Jonathan Nogueira

A tool to help create and sync keystores, as well as sign apks and aabs for the play store

Provided actions
Name Category Description
plate - This action signs apks using an existing keystore
pass - This action retrieves existing keystores for the android build system
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 6 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


94

dingtalk

via Kim Huang

a fastlane plugin for dingtalk robot

Provided actions
Name Category Description
dingtalk - a fastlane plugin for dingtalk.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 13 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


94

fabric_beta_unregistered_devices

via Slava Kornienko

SHORT

Provided actions
Name Category Description
fabric_beta_unregistered_devices - Get unregistered devices from Fabric Beta.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


94

promo_code

via marumemomo

promo_code

Provided actions
Name Category Description
promo_code - promo_code
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 25 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


93

aws_device_farm_upload

via Takuma Homma

Uploads specified file to AWS Device Farm project

Provided actions
Name Category Description
aws_device_farm_upload - Uploads specified file to AWS Device Farm project
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 3 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 14 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


93

xbluepill

via UladzimirKisialiou

It is a fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command

Provided actions
Name Category Description
xbluepill - Fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 5 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 10 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


93

source_env_from_file

via xiongzenghui

set ENV["key"]=value from file like key=value

Provided actions
Name Category Description
source_env_from_file - set ENV['key']=value from file like key=value
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


93

check_good_version

via Lyndsey Ferguson

Checks the version of the installed Good framework

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 31 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


93

flint

via Jyrno Ader

Easily sync your keystores across your team using git

Provided actions
Name Category Description
flint - DESCRIPTION
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


93

react_native_util

via Jimmy Dee

Community utilities for React Native projects

Provided actions
Name Category Description
react_pod - Community utilities for React Native projects
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


93

increment_version_code_android

via SimoneCorsini

Increment the version code of your android project, supporting different product flavors.

Provided actions
Name Category Description
increment_version_code_android - Increment the version code of your android project, supporting different flavors.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


92

poesie

via Patrik Potoček

Exports translations from POEditor using poesie tool.

Provided actions
Name Category Description
poesie - Exports translations from POEditor using poesie tool.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 4 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 28 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


92

apperian

via Tomi Blank

Allows to upload your IPA file to Apperian

Provided actions
Name Category Description
apperian - Allows to upload your app file to Apperian
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 29 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


91

wexlane

via Chris River

Common tools for CI

Provided actions
Name Category Description
android_get_version - Common tools for CI
ios_get_version - Common tools for CI
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 11 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


91

xamarin

via Thomas Charriere

Build Xamarin Android + iOS projects

Provided actions
Name Category Description
msbuild - Build Solutions with msbuild
nuget_restore - Nuget
xamarin_android - Build Xamarin Android + iOS projects
xamarin_ios - Build Xamarin Android + iOS projects
nuget_install - Nuget
clean - Clean artifacts
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 17 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 23 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


91

android_update_package_identifier

via Jonathan Nogueira

Changes the applicationId inside of your build.gradle file

Provided actions
Name Category Description
android_update_package_identifier - Changes the applicationId inside of your build.gradle file. Does not change the AndroidManifest
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 5 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 10 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


90

sunny_project

via ericmartineau

Sunny flutter projects

Provided actions
Name Category Description
rename_assets - Renames assets, generates an assets.dart file to reference them.
pubspec_doctor - Modify pubspec for local or git development
sunny_release - -
increase_version - Increment version number in pubspec.yaml file
sunny_build_runner - Cleans and runs flutter build_runner
sunny_build_web - Builds a web project
local_packages - Checks out local dart packages
finalize_version - Commit version tags
release_notes - Get or retrieve release notes from git
generate_icons - Generates a flutter icon set as a font
dart_package_status - -
curr_semver - Gets the current version from the project's pubspec.yaml file
pub_release - Releases a dart package
pub_publish - Executes pub publish command
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 5 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 31 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


90

copy_screenshots

via yosshi4486

Copy screenshots with a specified device name.

Provided actions
Name Category Description
copy_screenshots screenshots Copy screenshots with a specified device name. This action should be executed after `capture_ios_screenshots` action.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 2 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


90

update_app_associated_domains

via Nicolas TRUTET

[iOS] Replace associated domains array for the key in the entitlement file.

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 58 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


89

git_authors

via Viktor Rutberg

List authors of a Git repository

Provided actions
Name Category Description
git_authors - List all authors of a Git repository
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 22 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


89

google_chat_message

via Douglas Garcia

Send simple text messages to Google Chat

Provided actions
Name Category Description
google_chat_message - Send simple text messages to Google Chat
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


89

aws_sns_topic

via Levi Bostian

Fastlane plugin to public message to SNS topic.

Provided actions
Name Category Description
aws_sns_topic - Public a message to a AWS SNS topic.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


88

docc

via Kukurijek

Automate docc - documentation for swift frameworks and packages

Provided actions
Name Category Description
docc - Automate docc - documentation for swift frameworks and packages
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 1 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


88

poeditor

via Kostia Myts

Upload strings to POEditor

Provided actions
Name Category Description
upload_strings_to_poeditor - Upload strings to POEditor
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


88

goodify_info_plist

via Lyndsey Ferguson

This plugin will update the plist so that the built application can be deployed and managed within BlackBerry's Good Dynamics Control Center for Enterprise Mobility Management.

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 56 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


88

unreleased_changelog

via Manish Rathi

A fastlane plugin to manage unreleased changelog using a YAML file. 🚀

Provided actions
Name Category Description
get_unreleased_changelog - Get the unreleased changelog
add_unreleased_changelog - Add a new entry in unreleased changelog
delete_unreleased_changelog - Delete changelog entry from unreleased changelog
stamp_unreleased_changelog - Stamp unreleased changelog
ensure_unreleased_changelog - -
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


88

verify_ipa_with_app_store_connect

via Onno Bergob

Uses iTMSTransporter to verify an ipa with App Store Connect.

Provided actions
Name Category Description
verify_ipa_with_app_store_connect - Uses the command line tool iTMSTransporter provided with Xcode to verify the ipa.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 1 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 30 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


88

svn_commit

via cleexiang

svn plugin with fastlane

Provided actions
Name Category Description
svn_commit - Commit to svn repos with fastlane
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 24 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


88

postmark

via Levi Bostian

Fastlane plugin to public message to SNS topic.

Provided actions
Name Category Description
postmark - Send emails via Postmark in fastlane!
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


88

danger_result

via marumemomo

Get danger data plugin.

Provided actions
Name Category Description
danger_result - Get danger data plugin.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 20 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


87

android_reporter

via Yazan Tarifi

Open Android Emeulators Then Generate Report File From Tests then Upload the File To Slack

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 55 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


87

hello_test

via Gianfranco Manganiello

test

Provided actions
Name Category Description
hello_test - test
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 24 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


87

ios_flavors

via Zachary Davison

Create multiple build flavors of an iOS .ipa file using a directory of .plist files.

Provided actions
Name Category Description
create_ipa_flavors - Create multiple build flavors of an iOS .ipa file using a directory of .plist files
create_sim_flavors - Create multiple build flavors of an iOS .app (for the simulator) using a directory of .plist files
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 3 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 8 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


87

maintenance

via Jimmy Dee

Maintenance actions for plugin repos.

Provided actions
Name Category Description
rake - General-purpose rake action to invoke tasks from a Rakefile or elsewhere.
update_rubocop - Automatically updates RuboCop to the latest version.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 22 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


87

fetch_version_code

via CoorpAcademy

Fetch (and increment) version code for given platform

Provided actions
Name Category Description
fetch_version_code - Fetch (and increment) version code for given platform
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 18 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license -50 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 51 The more tests a plugin has, the better

Open on GitHub


87

xcode_tools_select

via Vincent HO-SUNE

Sets the DEVELOPER_DIR environment, used by fastlane to run Xcode command line tools, to a specific Xcode version found on the current system.

Provided actions
Name Category Description
xcode_tools_select building Set the [version] of the default Xcode Command Line Tools path to use.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


86

simulator_add_root_cert

via Nico Richard

Add a root cert to your simulators with Fastlane

Provided actions
Name Category Description
simulator_add_root_cert - Easily add a root cert to your simulators with Fastlane
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 2 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


86

user_default_get

via zhangqi

get value like ios userDefault

Provided actions
Name Category Description
user_default_get - get value like ios userDefault
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 25 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


86

git_status_clean

via zhangqi

clean git status

Provided actions
Name Category Description
git_status_clean - clean git status
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 25 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


86

flutter_build

via viniciusmo

Build your flutter project directly from your lane.

Provided actions
Name Category Description
flutter_build - Build our project directly from your lane.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 18 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


86

download_hocky_build

via Anton Morozov

Download newest build from HockeyApp (iOS & Android)

Provided actions
Name Category Description
download_hocky_build - Download newest build from HockeyApp (iOS & Android)
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 14 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


86

allure_zephyr

via Nikita Ianenko

Publish Allure results to Zephyr

Provided actions
Name Category Description
allure_zephyr - Publish Allure results to Zephyr
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 1 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


86

user_default_set

via zhangqi

fastlane save user default like ios userDefault

Provided actions
Name Category Description
user_default_set - fastlane save user default like ios userDefault
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 25 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


85

buggly

via zhuyunlong

上传Bugly

Provided actions
Name Category Description
buggly - Upload the dSYM file to Buggly crash analyze system.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 27 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


85

discord

via Matheus Gambati

Discord integration with Fastlane

Provided actions
Name Category Description
discord - Discord integration with Fastlane
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


85

pgyer_v2

via nice2m

pgyer for v2 suppor

Provided actions
Name Category Description
pgyer - distribute app to pgyer beta testing service
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


85

simplemdm

via Shannon Hicks

Fastlane plugin for uploading iOS builds to SimpleMDM

Provided actions
Name Category Description
upload_to_simplemdm - Upload IPA to Simple MDM
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 0 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


84

xamversion

via Jake Barnby

Read and manipulate Android and iOS app versions.

Provided actions
Name Category Description
xamversion - Read and manipulate Android and iOS app versions.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 4 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


84

generate_xliff

via Kostia Myts

Generates XLIFF file

Provided actions
Name Category Description
generate_xliff - Generates XLIFF file
remove_xliff_artifacts - Generates XLIFF file
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 23 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 8 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


84

schedule

via marumemomo

Run lane from current time

Provided actions
Name Category Description
get_lane - Run lane from current time
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


84

testbm

via Bemobile

A Test plugin

Provided actions
Name Category Description
testbm - A Test plugin
bmversion - TODO
bmdistribution - Distributes an app version via firebase, testflight, browsertack or the play store.
bmbuild - TODO
salutation - Returns hello world
bminfo - TODO
bmslack - Sends a message to a Slack chat specified in the SLACK_URL environment variable
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 3 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 30 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


83

flutter_dart_version_manager

via Marvin Moeltgen

A version manager for flutter

Provided actions
Name Category Description
flutter_dart_version_manager - A version manager for flutter
flutter_set_version - A version manager for flutter
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 3 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


83

enumerated_translations

via Mads Bøgeskov

Converts a strings file to an enum, to make it more safe to access translations.

Provided actions
Name Category Description
enumerated_translations - Converts a strings file to an enum, to make it more safe to access translations.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 22 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


82

dependency_manager_outdated

via matsuda

Fastlane plugin to check project's outdated dependencies

Provided actions
Name Category Description
cocoapods_outdated - Check outdated CocoaPods dependencies
dependency_manager_outdated - Fastlane plugin to check project's outdated dependencies
carthage_outdated - Check outdated Carthage dependencies
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 14 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


82

creator

via David Ackerman

Mobile build framework for rust-lang

Provided actions
Name Category Description
creator_build_android - Builds apk file from rust project
creator_build_ios - Builds ipa file from rust project
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 3 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


82

gitlab_tag_release

via Erick Martins

Simple plugin to manage gitlab releases

Provided actions
Name Category Description
gitlab_get_release - -
gitlab_create_release - -
gitlab_collect_release_evidence - -
gitlab_list_releases - -
gitlab_delete_tag - -
gitlab_update_release - -
gitlab_delete_release - -
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 0 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


82

lock_keychain

via Alex Antonyuk

Plugin for locking unlocked keychain

Provided actions
Name Category Description
lock_keychain - Plugin for locking unlocked keychain
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 24 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


82

xambuild

via Jake Barnby

Fastlane plugin to make Xamarin builds easy

Provided actions
Name Category Description
xambuild - Easily build and sign your Xamarin iOS or Android app using `xambuild`
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 4 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


81

managed_google_play

via Jan Piotrowski

Create Managed Google Play Apps

Provided actions
Name Category Description
get_managed_play_store_publishing_rights - Obtain publishing rights for custom apps on Managed Google Play Store
managed_google_play - Create Managed Google Play Apps
create_app_on_managed_play_store - Create Managed Google Play Apps
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 3 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 18 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -5 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 14 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


81

publish_dropbox

via Tommyvanvliet

This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API.

Provided actions
Name Category Description
publish_dropbox - This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 18 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 12 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


81

bitrise_bcsymbolmaps

via Oleksandr Skrypnyk

Download BCSymbolMaps from Bitrise

Provided actions
Name Category Description
bitrise_download_bcsymbolmaps - Downloads BCSymbolMaps from Bitrise before uploading them to a crash reporting tool.
bitrise_clean_bcsymbolmaps - Cleans up downloaded artifacts.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


81

upload_dsym

via xiongzenghui

upload dsym to your specify server

Provided actions
Name Category Description
upload_dsym - upload dsym to your specify server
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 13 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 19 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


80

line_message

via Wasith Theerapattrathamrong

Use to send message to Line chat

Provided actions
Name Category Description
line_message notifications Use to send message to Line chat
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


80

periphery

via Liam Nichols

Identifies unused code in Swift projects using Periphery

Provided actions
Name Category Description
periphery - -
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1 More downloads = more users have been using the plugin for a while
tests 24 The more tests a plugin has, the better

Open on GitHub


80

gitlab_get_max_version_branch

via xiongzenghui

get a max version branch from a gitlab project, like: master_5.11.9

Provided actions
Name Category Description
gitlab_get_max_version_branch - get a max version branch from a gitlab project, like: master_5.11.9
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 14 More downloads = more users have been using the plugin for a while
tests 6 The more tests a plugin has, the better

Open on GitHub


80

depman

via Andrey Shapovalov

Invokes depman-scanner to programmatically run Depman analysis

Provided actions
Name Category Description
depman testing Arcsinus Dependency manager
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 1 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


80

git_clone

via xiongzenghui

a wrapper for git clone command

Provided actions
Name Category Description
git_clone source_control this is a wrapper for git clone command
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 3 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 13 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 16 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


79

build_app_for_simulator

via Alexey Alter-Pesotskiy

This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators.

Provided actions
Name Category Description
build_app_for_simulator building This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 1 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


78

download_object_from_s3

via aomathwift

Download objects from AWS S3

Provided actions
Name Category Description
download_object_from_s3 - Download objects from AWS S3
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 15 The more tests a plugin has, the better

Open on GitHub


78

ding_talk_msg_push

via asynclog

dingTalk robot msg push tool

Provided actions
Name Category Description
ding_talk_msg_push - dingTalk robot msg push tool
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


77

git_pull_branch

via Bhuvanesh BS

pull code from different branch

Provided actions
Name Category Description
git_pull_branch - pull code from different branch
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 18 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 8 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


76

rename_android_package

via Josh Holtz

Renames Android package

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 56 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


76

release_version

via Leon Keijzer

This plugin makes it possible to release an already approved version in AppStore Connect

Provided actions
Name Category Description
reject_version - This action makes it possible to reject a binary in AppStore Connect
release_version - This plugin makes it possible to release an already approved version in AppStore Connect
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 18 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


76

fivethree_ionic

via Marc Stammerjohann

Fastlane plugin for Ionic v4 Projects

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 56 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


76

dropbox_upload

via jason

upload files to dropbox

Provided actions
Name Category Description
dropbox_upload - upload files to dropbox
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


75

git_add_tag

via xiongzenghui

git add tag wrapper

Provided actions
Name Category Description
git_add_tag source_control git add tag wrapper
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 11 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 13 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


75

sequenia_gitflow

via Semen Kologrivov

Script for communicating with sequenia's git repos

Provided actions
Name Category Description
fetch_merged_tasks - Fetch merged into current branch feature tasks after last release tag
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 18 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 3 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


75

secrets

via Cyril Cermak, Jörg Nestele

Securely store secrets in source code.

Provided actions
Name Category Description
decrypt_secrets - Securely store secrets in source code
encrypt_secrets - Securely store secrets in source code
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 11 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 13 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


75

import_from_url

via Doruk Kangal

Import another Fastfile from given url to use its lanes

Provided actions
Name Category Description
import_from_url - Import another Fastfile from given url to use its lanes
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 5 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 14 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


75

bitwarden

via Ilija Boshkov

Bitwarden CLI warpper plugin

Provided actions
Name Category Description
bitwarden_login - You can use this action to login to BitWarden and unlock the vault.
bitwarden_unlock_vault - You can use this action to download an item's attachment from BitWarden.
bitwarden_get_object - You can use this action to download an item's attachment from BitWarden.
bitwarden_download_attachment - You can use this action to download an item's attachment from BitWarden.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 15 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


74

logme

via Luís Esteves

Provides a simple way to get logs from two delta commits

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 54 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


74

gitlab_branch_diff

via xiongzenghui

gitlab compare two branch to get diffs

Provided actions
Name Category Description
gitlab_branch_diff - gitlab compare two branch to get diffs
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


73

speculid

via Leo Dion

Use speculid to easily manage graphics in Xcode projects

Provided actions
Name Category Description
speculid - Use speculid to Easily Manage Graphics in Xcode Projects
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


73

gsheet_metadata

via Kevin Morais

Generate metadata from Google Spreadsheet

Provided actions
Name Category Description
gsheet_metadata - Generate metadata from Google Spreadsheet
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 17 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


73

make

via xiongzenghui

Linux GNU Makefile make wrapper

Provided actions
Name Category Description
make building Linux GNU Makefile make wrapper
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 10 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


73

pgyer_jvtd

via 陈磊的MacBook Pro

蒲公英聚通达插件

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 53 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


73

jira_set_feature_build

via Tommy Sadiq Hinrichsen

Tags passed in Jira issue with a feature build url from parameter :url

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


73

resize_screenshots

via Levi Bostian

Resize screenshots taken from your simulator to use for Frameit.

Provided actions
Name Category Description
resize_screenshots - Resize screenshots taken from your simulator to use for Frameit.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 21 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


73

android_channels

via icyleaf

Package unsign apk with channels

Provided actions
Name Category Description
android_channels building Package apk file with channels
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 17 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


72

bugtags

via wliu6

Upload symbols to Bugtags

Provided actions
Name Category Description
bugtags - Upload symbols to Bugtags
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 17 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


72

deploy_aws_s3_cloudfront

via Hector

Deploy local directory to AWS S3 bucket and invalidate CloudFront

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 22 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


72

report

via Bruno Miguêns

After an action, like scan for instance, you're able to generate a report file. This fastlane plugin gives you a way to upload and share your report using Slack.

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 40 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


72

acknowledgements

via Simon Rice, Christophe Knage

Use Fastlane to give credit where it's rightfully due

Provided actions
Name Category Description
acknowledgements - Use Fastlane to give credit where it's rightfully due.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license -50 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 26 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


72

goyuyun

via vincentwu08

一键发布至买好云

Provided actions
Name Category Description
goyuyun - 一键发布至买好云
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 11 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 10 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


72

sns_http_subscribe

via mnk98

Subscribe to sns topic using http/https endpoint

Provided actions
Name Category Description
sns_http_subscribe - -
Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


71

mailjet

via thibaut noah

plugin to send mail notifications for build release

Provided actions
Name Category Description
mailjet - Send a custom message to an email group with mailjet
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 13 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


71

rm_derived_data

via xiongzenghui

de

Provided actions
Name Category Description
rm_derived_data building after build finish remove xx.xcworkspace/xx.xcodeproj specify DerivedDatagst/*
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 8 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


70

upload_symbols_to_shake

via Shake Team

Upload dSYM to Shake

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 8 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


70

app_previews

via Fausto

Upload app previews to the App Store Connect

Provided actions
Name Category Description
upload_app_previews - Upload app previews to the App Store Connect
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 9 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


70

s3_cert

via Josh Lesch

Store and install encrypted Certs from s3

Provided actions
Name Category Description
s3_upload_certs - Upload encrypted certs to s3
s3_cert - Pull Certs from s3 and install them into keychain.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


70

appsigner

via Valeriy Makarshin

AppSigner

Provided actions
Name Category Description
appsigner - AppSigner
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


69

get_derived_data_path

via Rajiv Shah

Retrieves the path of a workspace in DerivedData

Provided actions
Name Category Description
get_derived_data_path - Retrieves the path of a workspace in DerivedData
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 16 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


69

checkbuild

via Johannes Steudle

This plugin will check any binary library for unwanted symbols and architectures

Provided actions
Name Category Description
checkbuild - This plugin will check any binary library for unwanted symbols and architectures.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


69

ci_apps

via JiaqiangSong

Config multiple apps of CI

Provided actions
Name Category Description
get_extensions - A short description with <= 80 characters of what this action does
ci_apps - Config multiple apps of CI
get_ci_apps - A short description with <= 80 characters of what this action does
get_ci_app_value - A short description with <= 80 characters of what this action does
get_ci_app - A short description with <= 80 characters of what this action does
get_emtitlements_plist_file_path - A short description with <= 80 characters of what this action does
get_target_type - A short description with <= 80 characters of what this action does
get_info_plist_file_path - A short description with <= 80 characters of what this action does
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 15 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


69

appcenter_get_recent_release_version

via Kitti Pariyaakkarakul

Get recent release version from appcenter

Provided actions
Name Category Description
appcenter_get_recent_release_version - Get recent release version from appcenter
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


68

gitlab_merge_request_add_note

via xiongzenghui

add merge request note for gitlab server api

Provided actions
Name Category Description
gitlab_merge_request_add_note - add merge request note for gitlab server api
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


68

gitlab_merge_request_participants

via xiongzenghui

Get a list of merge request participants

Provided actions
Name Category Description
gitlab_merge_request_participants - Get a list of merge request participants
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


68

redpill

via omniprojects

Fastlane plugin to use bluepill in fastlane

Provided actions
Name Category Description
redpill - Plugin to use bluepill in fastlane
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 3 More stars = more popular project
forks 10 More forks = more people seem to use/modify this project
has_mit_license -50 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 22 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues -1 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 25 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


68

avd_emulator

via Guillaume Elloy

This plugin is listing available android avd emulators, allowing you to start the selected one.

Provided actions
Name Category Description
start_avd_emulator - This plugin is listing available android avd emulators, allowing you to start the selected one.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 13 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


68

cuttly_api

via Yalan

fastlane plugin for cuttly.

Provided actions
Name Category Description
cuttly_api - fastlane plugin for cuttly.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


68

load_erb_config

via Joaomon7eiro

Fastlane plugin to read erb configuration file

Provided actions
Name Category Description
load_erb_config - Fastlane plugin to load configuration object from yml file
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 8 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


68

git_remove_tag

via xiongzenghui

remove git origin and remote repo tag

Provided actions
Name Category Description
git_remove_tag source_control remove git origin and remote repo tag
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


67

fetch_metadata_from_google_sheets

via kurarararara

Get App Store metadata from Google Sheets.

Provided actions
Name Category Description
fetch_metadata_from_google_sheets - Get App Store metadata from Google Sheets.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 6 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


67

bugly

via chaosky

Upload dSYM to bugly.

Provided actions
Name Category Description
bugly - Upload dSYM to bugly.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 13 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


67

bowl

via Benjamin Wulff

Handles uploads to BOWL backend

Provided actions
Name Category Description
bowl - Handles uploads to BOWL backend
get_gradle_property - -
set_gradle_property - Set the value of your project
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


67

work_wechat

via DevZhang

work wecaht webhook

Provided actions
Name Category Description
work_wechat - work wecaht webhook
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 9 The more tests a plugin has, the better

Open on GitHub


66

microsft_teams_message_card

via Dorian Cheignon

Send a message card to your Microsoft teams channel

Provided actions
Name Category Description
microsft_teams_message_card notifications Send a message card to your Microsoft teams channel
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 5 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 10 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


65

u3d

via Jerome Lacoste

Fastgame's u3d (a Unity3d CLI) integration

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 33 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


65

gitlab_increate_line_notes

via xiongzenghui

filter gitlab merge request changes files & swiftlint json, last add line code with gitlab discussion

Provided actions
Name Category Description
gitlab_increate_line_notes - filter gitlab merge request changes files & swiftlint json, last add line code with gitlab discussion
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 12 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


65

circle_ci

via Manish Rathi

A fastlane plugin for Circle CI. 🚀

Provided actions
Name Category Description
download_circle_ci_artifact - Download the CircleCI artifact file.
trigger_circle_ci_job - Triggers a new CircleCI Job
get_circle_ci_build_status - CircleCI build status
get_circle_ci_artifacts - List the CircleCI artifacts.
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


65

deploy_module_bintray

via Bruno Oliveira

Gradle action to deploy a Module from an Android project

Provided actions
Name Category Description
deploy_module_bintray - Gradle actions to deploy a module from an Android project
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 22 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 14 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


65

gitter

via Andrew Havens

A Fastlane plugin for sending a message to a Gitter room.

Provided actions
Name Category Description
gitter - Send a message to a Gitter room.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 10 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


64

google_chat_v2

via “mao-karrostech”

google chat v2

Provided actions
Name Category Description
google_chat_v2 - Send message to google chat v2
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 5 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 8 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


64

moss

via Shaggon du

Moss is a tool that allows developers on Apple platforms to use any frameworks as a shared cache for frameworks built with Carthage.

Provided actions
Name Category Description
moss - moss is a tool that allows developers on Apple platforms to use any frameworks as a shared cache for frameworks built with Carthage.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 14 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


64

azuredevops_envvars

via Star Leasing Company

A Fastlane plugin that provides passthrough access to AzureDevOps environment variables

Provided actions
Name Category Description
azuredevops_envvars - A Fastlane plugin that provides passthrough access to AzureDevOps environment variables
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 6 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


62

jira_ticket

via Dorian Cheignon

get ticket in jira board

Provided actions
Name Category Description
jira_ticket - get ticket in jira board
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 5 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


62

via David Brooks

This plugin allows you to link two tickets together in JIRA

Provided actions
Name Category Description
jira_link misc This plugin allows you to link two tickets together in JIRA
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 3 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


62

codemagic

via Mikhail Matsera

Fastlane plugin to trigger a Codemagic build with some options

Provided actions
Name Category Description
codemagic - Fastlane plugin to trigger a Codemagic build with some options
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 6 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


62

appcenter_get_version

via Markus Kramm

get the latest build version from the app center

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 42 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


61

retrieve_devices

via Lachlan Young, BuiltByProxy

retrieve all devices registered to your apple certrificate

Provided actions
Name Category Description
retrieve_devices misc This action will retrieve a list of each device registered with Apple
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


60

app47

via Shannon Hicks

Fastlane plugin for uploading builds to App47

Provided actions
Name Category Description
upload_to_app47 - Upload IPA to Simple MDM
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 0 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


60

asana_task

via respecu

asana task plugin

Provided actions
Name Category Description
asana_task - asana task plugin
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 2 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


60

fabulove

via carry

"fabulove" distribution system fastlane plugin

Provided actions
Name Category Description
fabulove - 'fabulove' distribution system fastlane plugin
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 6 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


59

git_import

via Dmitry Frishbuter

Import all required fastlane dependencies from the git repository and keep your Fastfile simple!

Provided actions
Name Category Description
git_import - Import all required fastlane dependencies from the git repository and keep your Fastfile simple!
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 1 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 5 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


59

npm

via Erick Martins

A very simple plugin to run npm scripts

Provided actions
Name Category Description
npm_test - A very simple plugin to run npm scripts
npm_run - A very simple plugin to run npm scripts
npm_post_install - A very simple plugin to run npm scripts
npm_install - A very simple plugin to run npm scripts
upgrade_package_json_version - A very simple plugin to run npm scripts
npm_lint - Runs lint script
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


59

aliyunoss

via yigua

upload package to aliyunoss

Provided actions
Name Category Description
aliyunoss - -
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


58

teams_message_card

via Dorian Cheignon

Send a message card to your Microsoft teams channel

Provided actions
Name Category Description
teams_message_card notifications Send a message card to your Microsoft teams channel
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 5 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


56

clean_xcarchive

via matsuda

Fastlane plugin to remove xcarchive created when build & archive

Provided actions
Name Category Description
clean_xcarchive - Delete the archive created at build
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 3 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


56

pgyer_cl

via chenlei

pgyer_cl

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


52

dingtalk_msg

via fuzhongqing

dingtalk robot

Provided actions
Name Category Description
dingtalk_msg - dingtalk robot
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 3 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


52

bw_open_finder

via xubowen

this is tool for mac osx to open finder

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


51

open_finder

via xiongzenghui

this is tool for mac os x to open finder

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


51

fiv_increment_build_no

via Fivethree

fastlane plugin for ionic 4

Provided actions
Name Category Description
fivethree_ionic - Fastlane plugin for Ionic v4 Projects
fiv_update_version_and_build_no - Fastlane plugin for Ionic v4 Projects
fiv_update_version - A short description with <= 80 characters of what this action does
fiv_increment_build_no - fastlane plugin for ionic 4
fiv_build_ionic_android - A short description with <= 80 characters of what this action does
fiv_add_transparent_statusbar - You can use this action to do cool things...
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 6 More subscribers = more popular project
stars 2 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 18 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


50

itargetchecker

via Catalin Prata

Checks the xcode proj file for targets and points out which files from the project are not present in a certain target.

Provided actions
Name Category Description
itargetchecker - Checks the xcodeproj file for targets and points out which files from the project are not present in a certain target.
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 9 More subscribers = more popular project
stars 2 More stars = more popular project
forks 5 More forks = more people seem to use/modify this project
has_mit_license -50 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 50 How well is the README of the document written
age 20 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


47

emoji_fetcher

via Felix Krause

Fetch the emoji font file and copy it to a local directory

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


47

update_device_name

via huyanping

update device name

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


45

au_danger_gitlab

via Emil

Allows to use Danger on GitLab

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 25 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


45

fetch_itc_versions

via Bennett Rogers

Returns a listing of all app versions and their latest builds from iTunes Connect.

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 13 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


45

discord_webhook_notifier

via Samuel B Bispo

Notify a Discord channel easuly when a build breake

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 13 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


45

jandi_webhook

via respecu

webhook for jandi

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 13 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


44

imagesgoldenrun

via Luís Esteves

this allows comparing images from a golden run with the actual results

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 24 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


41

pixie

via Piotrek Dubiel

Show your build status on PIXIE!

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 21 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


40

match_android_keystore

via izzis92

Get android keystores from github

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 8 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


40

pgyer-password

via Kila2

distribute app to pgyer beta testing service

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 8 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


39

version_from_last_tag

via Jeff Stein

Perform a regex on last (latest) git tag and perform a regex to extract a version number such as Release 1.2.3

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 19 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


39

transifex_api

via alexander sun

basic transifex api wrapper

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


38

profile_expiration_info

via Steven Chung

Returns if the provisioning profile has expired and the DateTime it expires

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


38

testin

via rudy.li

testin

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


37

rescan_flaky_tests

via Ichiko Moro

Re-run scan action for each failed test cases.

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


37

appcenter_releases

via Qutaibah Esa

Get app releases information from AppCenter

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


37

xcode8_srgb_workaround

via Siarhei Fiedartsou

Converts PNGs and JPEGs in your project to sRGB format to avoid crashes when building with Xcode 8 for iOS 8 and earlier deployment target

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


37

gen_dev_workspace

via Andrew Breckenridge

Configures an xcworkspace with specified xcodeprojs

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


36

parse_json

via Felix Krause

Parse a JSON file

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


36

install_certificates

via Dylan Gyesbreghs

Install all the certificates located in you're project.

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


36

ipa_scale

via Danilo Caetano

"Checks the size of your built .ipa and warns you if you you are near the given threshold."

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


35

carthage_cache_res

via Thi Doan

A Fastlane plugin that allows to cache Carthage/Build folder in Amazon S3.

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


35

test_demo

via StephenCurry30

A test demo of fastlane plugin

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


35

parse_configurations

via Melki

It is used to parse json configration

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


35

bluepillar

via Shashikant86

Fastlane Plugin to Run XCUITests in Parallel using Bluepill.

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


35

carthage_cache_ftps

via Wolfgang Lutz

Allows to publish or install the carthage builds via ftps to avoid recompilation

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 15 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


35

bluepillarx

via jterhorst

Fastlane Plugin to Run XCUITests in Parallel using Bluepill.

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


34

google_cloud_storage_update

via Jeroen Stoker

Google Cloud Storage

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


34

linear_api

via Vinícius

Provide an interface to access the Linear API

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


33

scipio

via evandcoleman

A fastlane plugin for Scipio - A caching tool for Swift Package Manager

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


33

hello_gem_kimjg

via kimjg

hello gem kimjg

Score details
Metric Points Description
contributors 12 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


33

sxc_aliyun_oss

via JimmyDaddy

sxc aliyun oss uploader

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 13 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


32

screenshot_notifier

via Moyuru Aizawa

Post screenshots to a pull request

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 12 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


32

flutter_build_increment

via Matthias Seiderer

Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2

Provided actions
Name Category Description
flutter_build_increment - Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2
Score details
Metric Points Description
contributors 6 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 0 More downloads = more users have been using the plugin for a while
tests 3 The more tests a plugin has, the better

Open on GitHub


32

box

via Wesley Sui

library for the Box Content API

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 12 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


32

intentconfirmation

via Kamil Krzyk

Halts the lane invocation, asks user to confirm if he wants to continue, may require password or key.

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 12 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


32

ensure_swift_version

via Shashikant86

This plugin ensure version of Swift language used for project

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 12 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


31

manage_android_versions

via Bruno Correia

An easy way to manage your Android App versions.

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


31

playship

via Helmut Januschka

Interact with Google Play Api

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 11 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


30

git_commit_lzx

via zhenxingliu

git commit all add change to git

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 10 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


29

yalantis_ci

via Dima Vorona

Set of utilities and useful actions to help setup CI for Yalantis projects

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


29

install_provisioning_profile

via Alexey Martynov

This plugin installs provisioning profile to Xcode Provisioning Profiles directory

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


29

jenkins_job_config

via Jerome Lacoste

Generate the config for a Jenkins job

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 9 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


27

figlet

via Jeff Stein

Wrapper around figlet which makes large ascii text words

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


27

covfefe

via Jakob Jensen

A templating engine for generating common file structures.

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


27

devicelab_bot

via Almouro

Automatically install your app on your devicelab with the devicelab bot

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 7 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


26

bitly

via Thang Nguyen

create bit.ly short link from url

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 6 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


25

add_fix_version

via Dmitry Krasulia

Create and makr tickets with fix version

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


25

gitlab_increate_swiftlint

via xiongzenghui

Incremental Code Check using swiftlint for swift language files on gitlab platform !

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


25

update_app_name

via huyanping

update app name

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


24

mobile_common

via Alexander Semenov

Collection of common CI actions for Android, iOS and MacOSX projects - like unit tests, app publishing, version increment, screenshots, etc.

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


24

bump_android_version

via Seán Labastille

Bump Android Manifest Version

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


24

current_datetime

via Melki

To get current date and time as string

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


24

devresponse

via Helmut Januschka

Enables Spaceship to deal with developer response

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


24

ram_disk

via icyleaf

Use a temporary ram disk to do anything else

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


24

mynewplu

via lingshijun

new plugin

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


24

asciii

via Danielle Tomlinson

Add ascii text to your fastlane output

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 4 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


23

xcodebuildonlytesting

via Luís Esteves

Creates a array of tests from a junit to feed the xcodebuild only-testing

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


23

incloud_xamarin_build

via punksta, torben.carstens@incloud.de

Build xamarin android\ios projects

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


23

xamarin_build_switch

via punksta

Build xamarin android\ios projects

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 3 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


22

ms_teams

via Thang Nguyen

Send a success/error message to your Microsoft Teams channel

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


22

teamify

via Ron June Valdoz

MS Teams message card fastlane plugin

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


22

switchmedia_xamarin_build

via punksta

Build xamarin android\ios projects

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


22

unp

via Xu Zhen

测试

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


22

binary

via huanglei

用于打iOS二进制包

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


22

my

via lujun10446

Hello fastlane plugin demo

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 2 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


21

rocket

via 三块

rocket 支持app打包、组件打包等功能

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


21

aomi

via lihaijian

this is fastlane plugin for aomi

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


21

youtrack

via Semen Kologrivov

Use for communicating with YouTrack (fetching issue's info, adding comments and tags etc.)

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


21

opendir

via majianjie

open dir

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


21

upload_to_bugly

via fisherman

快速上传 .dSYM 到 bugly

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


21

android_unpack

via yejinxin

Fastlane Android Unpack

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 1 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


20

feishu_bot

via cook

A fastlane plugin to customize your automation workflow(s) with a Feishu Bot

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 0 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


20

common_fastfile

via Pawel Szymanski

Gets the requested file, saves it into ./fastlane/imports and return the path

Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license 20 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 0 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)


-10

clang_tools

via squirrel-explorer

A series of clang-based tools for CI/CD, including clang analyzer.

Provided actions
Name Category Description
clang_analyzer - Analyze source codes with clang analyzer
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 3 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license -50 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 25 How well is the README of the document written
age 7 Project that have been around for longer tend to be more stable
major_release 0 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 5 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open on GitHub


-12

retry_failed_tests

via Gloria Chow

Retries failed iOS tests
Score details
Metric Points Description
contributors 0 The more contributors a project has, the more likely it is it stays alive
subscribers 0 More subscribers = more popular project
stars 0 More stars = more popular project
forks 0 More forks = more people seem to use/modify this project
has_mit_license -50 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score 0 How well is the README of the document written
age 0 Project that have been around for longer tend to be more stable
major_release 30 Post 1.0 releases are great
github_issues 0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads 8 More downloads = more users have been using the plugin for a while
tests 0 The more tests a plugin has, the better

Open website (no GitHub link provided in gemspec)