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 cask install fastlane
3) Navigate to your project and run
fastlane init
Available Plugins¶
versioning
via Siarhei Fiedartsou
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 |
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 |
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 |
increment_build_number_in_plist | - | Increment the build number of your project |
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 | 126 | 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 | 13 | 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 | 1522 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
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 | 17 | 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 | 57 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
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 | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 18 | More subscribers = more popular project |
stars | 54 | More stars = more popular project |
forks | 150 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is 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 | -10 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 644 | More downloads = more users have been using the plugin for a while |
tests | 15 | The more tests a plugin has, the better |
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 | 33 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is 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 | 516 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
appicon
via Boris Bügling
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 | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 21 | More subscribers = more popular project |
stars | 205 | More stars = more popular project |
forks | 95 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is 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 | -10 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 279 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 12 | 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 | 339 | More downloads = more users have been using the plugin for a while |
tests | 24 | The more tests a plugin has, the better |
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 | 30 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 73 | More stars = more popular project |
forks | 70 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is 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 | 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 | 301 | More downloads = more users have been using the plugin for a while |
tests | 63 | The more tests a plugin has, the better |
bugsnag
via Delisa Mason
Uploads dSYM files to Bugsnag
Provided actions
Name | Category | Description |
---|---|---|
upload_symbols_to_bugsnag | - | Uploads symbol files to Bugsnag |
send_build_to_bugsnag | building | Notifies Bugsnag of a build |
Score details
Metric | Points | Description |
---|---|---|
contributors | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 48 | 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 | 12 | 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 | 389 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
sentry
via Sentry
Upload symbols to Sentry
Provided actions
Name | Category | Description |
---|---|---|
sentry_upload_dsym | - | Upload dSYM symbolication files to Sentry |
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_release | - | Create new releases for 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 | 12 | More subscribers = more popular project |
stars | 22 | 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 | 13 | 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 | 256 | More downloads = more users have been using the plugin for a while |
tests | 57 | The more tests a plugin has, the better |
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 | 12 | 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 | 334 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 330 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
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 | 12 | 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 | 141 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 15 | More subscribers = more popular project |
stars | 8 | 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 | 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 | 175 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
appcenter
via Microsoft Corporation
Fastlane plugin for App 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 | 7 | 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 | 97 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
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 | 47 | 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 | 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 | 168 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 7 | 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 | 64 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
cordova
via Almouro
Build your Cordova app
Provided actions
Name | Category | Description |
---|---|---|
cordova | building | Build your Cordova app |
Score details
Metric | Points | Description |
---|---|---|
contributors | 36 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 15 | More subscribers = more popular project |
stars | 60 | More stars = more popular project |
forks | 70 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is 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 | -6 | 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 |
test_center
via Lyndsey Ferguson
This fastlane plugin includes the following many actions to better manage how you test, what you test, and the information you get from your 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 |
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 |
collate_test_result_bundles | testing | Combines and combines tests from multiple test_result bundles |
tests_from_junit | testing | Retrieves the failing and passing tests as reported in a junit xml file |
multi_scan | testing | of batching them, only re-testing failing tests. |
collate_html_reports | testing | Combines and combines tests from multiple html report files |
collate_junit_reports | testing | Combines and combines tests from multiple junit report files |
collate_json_reports | testing | Combines and combines tests from multiple json report files |
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 | 39 | 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 | 4 | Project that have been around for longer tend to be more stable |
major_release | 30 | Post 1.0 releases are great |
github_issues | -7 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 91 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
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 | 12 | 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 | 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 | 11 | 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 | 200 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 154 | More downloads = more users have been using the plugin for a while |
tests | 36 | The more tests a plugin has, the better |
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 | 12 | 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 | 3 | More downloads = more users have been using the plugin for a while |
tests | 24 | The more tests a plugin has, the better |
review_time
via timwredwards
Fetches live iOS and macOS review times from appreviewtimes.com
Provided actions
Name | Category | Description |
---|---|---|
review_time | - | Fetches live iOS and macOS review times from appreviewtimes.com |
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 | 21 | 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 | 0 | Post 1.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 | 3 | The more tests a plugin has, the better |
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 | 12 | 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 | 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 | 10 | 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 | 56 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
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 | 12 | 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 | 192 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 158 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 18 | 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 | 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 | 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 | 104 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 63 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 109 | More downloads = more users have been using the plugin for a while |
tests | 30 | The more tests a plugin has, the better |
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 | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 36 | 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 | 4 | 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 | 7 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
act
via Richard Szalay
Applies changes to plists and app icons inside a compiled IPA
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 | 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 | 12 | 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 | 19 | More downloads = more users have been using the plugin for a while |
tests | 72 | The more tests a plugin has, the better |
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 | 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 | 21 | More downloads = more users have been using the plugin for a while |
tests | 80 | The more tests a plugin has, the better |
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 | 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 | 14 | More downloads = more users have been using the plugin for a while |
tests | 60 | The more tests a plugin has, the better |
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 | 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 | 32 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
applivery
via Alejandro Jimenez
Upload new build to Applivery
Provided actions
Name | Category | Description |
---|---|---|
applivery | beta | Upload new build to Applivery |
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 | 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 | 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 |
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 | 18 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 15 | 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 | 3 | 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 | 8 | More downloads = more users have been using the plugin for a while |
tests | 60 | The more tests a plugin has, the better |
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 | 12 | 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 | 118 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
mango
via Serghei Moret, Daniel Hartwich
This plugin 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 | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 90 | 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 | 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 | 10 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 121 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 52 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
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 | - | Automate generate changelog between previous build failed and the latest commit of scm in CI. |
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 | 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 | 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 |
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 | 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 | 80 | The more tests a plugin has, the better |
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 | 12 | 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 | 108 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
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 | 8 | 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 | 46 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
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 | 12 | 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 | 7 | More downloads = more users have been using the plugin for a while |
tests | 72 | The more tests a plugin has, the better |
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 | 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 | 65 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 40 | More downloads = more users have been using the plugin for a while |
tests | 18 | The more tests a plugin has, the better |
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 | 12 | 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 | 31 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 65 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 6 | More subscribers = more popular project |
stars | 12 | 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 | 9 | 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 | 77 | More downloads = more users have been using the plugin for a while |
tests | 33 | The more tests a plugin has, the better |
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 | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 17 | 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 | 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 | 43 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 18 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 121 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 68 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 6 | More subscribers = more popular project |
stars | 11 | 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 | 3 | 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 | 6 | More downloads = more users have been using the plugin for a while |
tests | 66 | The more tests a plugin has, the better |
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 | 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 | 42 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | More subscribers = more popular project |
stars | 24 | 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 | 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 | 65 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 59 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 45 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 36 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 6 | More subscribers = more popular project |
stars | 18 | 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 | 10 | Project that have been around for longer tend to be more stable |
major_release | 0 | Post 1.0 releases are great |
github_issues | -22 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 34 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 10 | More downloads = more users have been using the plugin for a while |
tests | 60 | The more tests a plugin has, the better |
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 |
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 | 18 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is 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 | 6 | More downloads = more users have been using the plugin for a while |
tests | 36 | The more tests a plugin has, the better |
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 | 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 | 63 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 36 | The more tests a plugin has, the better |
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 | 12 | 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 | 37 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 12 | 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 | 46 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
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 | 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 | 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 | 19 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 16 | More downloads = more users have been using the plugin for a while |
tests | 15 | The more tests a plugin has, the better |
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 | 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 | 48 | The more tests a plugin has, the better |
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 | 24 | 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 | 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 | 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 | 7 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 27 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 12 | 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 | 17 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
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 | 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 | 12 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 7 | 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 | 5 | More downloads = more users have been using the plugin for a while |
tests | 39 | The more tests a plugin has, the better |
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 | 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 | 27 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
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 | 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 | 51 | The more tests a plugin has, the better |
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 | 8 | 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 | 7 | More downloads = more users have been using the plugin for a while |
tests | 15 | The more tests a plugin has, the better |
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 | 12 | 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 | 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 | 12 | 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 | 16 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 58 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 5 | 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 | 9 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 24 | 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 | 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 | 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 | 14 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 |
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 | 7 | 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 | -1 | 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 | 3 | The more tests a plugin has, the better |
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 | 12 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 36 | 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 | 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 | 9 | The more tests a plugin has, the better |
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 | 5 | 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 | 43 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 12 | 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 | 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 | 5 | 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 | 15 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
bugsee
via Dmitry Fink
Bugsee symbols uploader
Provided actions
Name | Category | Description |
---|---|---|
upload_symbols_to_bugsee | - | - |
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 | 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 | 19 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 60 | The more tests a plugin has, the better |
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 | 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 | 15 | More downloads = more users have been using the plugin for a while |
tests | 21 | The more tests a plugin has, the better |
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 | 0 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 9 | More subscribers = more popular project |
stars | 28 | 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 | 13 | 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 | 16 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 10 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 3 | 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 | 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 | 29 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 8 | 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 | 8 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 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 | 5 | More downloads = more users have been using the plugin for a while |
tests | 48 | The more tests a plugin has, the better |
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 | 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 | 6 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
google_drive
via Bumsoo Kim
Upload files to Google Drive
Provided actions
Name | Category | Description |
---|---|---|
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 | 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 | 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 | 4 | More downloads = more users have been using the plugin for a while |
tests | 42 | The more tests a plugin has, the better |
xcconfig
via Sergii Ovcharenko
Adds 2 actions to fastlane to read and update xcconfig files.
Provided actions
Name | Category | Description |
---|---|---|
set_xcconfig_value | - | Updates 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 | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is 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 | 5 | More downloads = more users have been using the plugin for a while |
tests | 21 | The more tests a plugin has, the better |
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 | 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 | 28 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 19 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 15 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 109 | 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)
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 | 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 |
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 | 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 | 34 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 10 | 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 | 24 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 8 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 4 | 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 | 31 | More downloads = more users have been using the plugin for a while |
tests | 36 | The more tests a plugin has, the better |
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 | 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 | 6 | The more tests a plugin has, the better |
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 | 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 | 27 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
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 | 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 |
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 | 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 | 32 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 3 | The more tests a plugin has, the better |
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 | 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 | 5 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 7 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 10 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
rome
via François Benaiteau
An S3 cache tool for Carthage
Provided actions
Name | Category | Description |
---|---|---|
rome | - | An S3 cache tool for Carthage |
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 | 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 | 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 | 22 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 5 | 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 | 32 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 8 | 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 | 6 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 3 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 13 | 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 | 0 | The more tests a plugin has, the better |
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 | 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 | 3 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 11 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
dropbox
via Dominik Kapusta
Uploads files to Dropbox
Provided actions
Name | Category | Description |
---|---|---|
dropbox | - | Uploads files to Dropbox |
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 | 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 | 3 | More downloads = more users have been using the plugin for a while |
tests | 15 | The more tests a plugin has, the better |
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 | 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 | 17 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is 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 | 21 | The more tests a plugin has, the better |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 27 | The more tests a plugin has, the better |
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 | 6 | The more contributors a project has, the more likely it is it stays alive |
subscribers | 27 | More subscribers = more popular project |
stars | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is 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 | 6 | The more tests a plugin has, the better |
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 | 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 | 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 | 32 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 3 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 51 | The more tests a plugin has, the better |
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 | 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 | 18 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 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 | 16 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 21 | The more tests a plugin has, the better |
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 | 1 | 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 |
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 | 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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 11 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 0 | Post 1.0 releases are great |
github_issues | 0 | Lots of open issues are not a good sign usually, unless the project is really popular |
downloads | 88 | 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)
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 | 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 | 36 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 12 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 21 | The more tests a plugin has, the better |
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 | 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 | 8 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
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 | 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 | 26 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 8 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 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 | 6 | The more tests a plugin has, the better |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 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 | 4 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
instabug_official
via Karim_Mousa_89
upload dsyms to instabug
Provided actions
Name | Category | Description |
---|---|---|
instabug_official | - | - |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 5 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 10 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 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 | 5 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 13 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 |
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 | 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 | 14 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 10 | 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 | 13 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 18 | The more tests a plugin has, the better |
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 | 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 | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 '# |
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 '# |
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 | 8 | 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 | 0 | More downloads = more users have been using the plugin for a while |
tests | 15 | The more tests a plugin has, the better |
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 | 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 | 3 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 3 | The more tests a plugin has, the better |
gs_versioning
via SAVeselovskiy
Plugin for GradoService versioning system
Provided actions
Name | Category | Description |
---|---|---|
gs_save_beta_version | - | Plugin for GradoService versioning system |
gs_increment_rc_version | - | Plugin for GradoService versioning system |
gs_get_beta_version | - | Plugin for GradoService versioning system |
gs_increment_release_version | - | Plugin for GradoService versioning system |
gs_get_release_version | - | Plugin for GradoService versioning system |
gs_save_rc_version | - | Plugin for GradoService versioning system |
gs_increment_beta_version | - | Plugin for GradoService versioning system |
gs_get_rc_version | - | Plugin for GradoService versioning system |
gs_save_release_version | - | Plugin for GradoService versioning 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 | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem 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 | 32 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 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 | 7 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | -2 | 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 | 6 | The more tests a plugin has, the better |
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 | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem to use/modify this project |
has_mit_license | 20 | fastlane is 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 | 5 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 |
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 | 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 |
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 | 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 | 26 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 0 | The more tests a plugin has, the better |
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 | 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 | 4 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 5 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 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 | 8 | More downloads = more users have been using the plugin for a while |
tests | 18 | The more tests a plugin has, the better |
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 | 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 | 23 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 12 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 22 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 6 | 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 | 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 | 6 | 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 | 5 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 32 | 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)
upload_to_qmobile
via icyleaf
Upload a mobile app to qmobile
Provided actions
Name | Category | Description |
---|---|---|
upload_to_qmobile | - | Upload mobile app to qmobile. |
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 | 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 | 10 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 13 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 12 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 |
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 | 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 | 18 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 12 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 6 | 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 | 11 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 7 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 16 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 3 | The more tests a plugin has, the better |
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 | 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 | 3 | The more tests a plugin has, the better |
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 | 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 |
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 | 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 |
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 | 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 | 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 |
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 | 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 | 17 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
flutter
via Artem Sheremet
Flutter actions plugin for Fastlane
Provided actions
Name | Category | Description |
---|---|---|
flutter | - | Flutter actions plugin for 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 | 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 | 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 | 6 | More downloads = more users have been using the plugin for a while |
tests | 12 | The more tests a plugin has, the better |
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 | 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 | 0 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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)
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 | 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 | 11 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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)
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 | 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 |
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 | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem 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 | 6 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 7 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 9 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 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 | 0 | The more tests a plugin has, the better |
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 | 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 | 14 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 4 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 3 | The more tests a plugin has, the better |
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 | 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 | 4 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 46 | 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)
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 31 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 |
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 | 41 | 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)
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 | 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 | 5 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 3 | More downloads = more users have been using the plugin for a while |
tests | 6 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
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 | 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 | 3 | The more tests a plugin has, the better |
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 | 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 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 9 | The more tests a plugin has, the better |
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 | 1 | 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 | 8 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 6 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 |
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 | 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 | 3 | The more tests a plugin has, the better |
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 | 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)
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 | 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 |
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 | 2 | 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 0 | More stars = more popular project |
forks | 0 | More forks = more people seem 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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 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 | 0 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 18 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 18 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 3 | More downloads = more users have been using the plugin for a while |
tests | 3 | The more tests a plugin has, the better |
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 | 27 | 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)
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 | 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)
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 | 10 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 9 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 6 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 4 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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 | 4 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 4 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 3 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 3 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 3 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 2 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 14 | 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)
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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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)
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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 4 | 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 | 8 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 1 | More downloads = more users have been using the plugin for a while |
tests | 0 | The more tests a plugin has, the better |
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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 |
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)
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 | 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)