From 15e066c46534fe0655c6a021651906fe67b87a15 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 16 Jan 2026 12:07:08 -0500 Subject: [PATCH] =?UTF-8?q?Update=20docs=20for=20latest=20fastlane=20relea?= =?UTF-8?q?se=202.230.0=20(actions.md,=20available-plugins.md)=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile.lock | 24 +- docs/generated/actions.md | 66 +- docs/generated/actions/create_app_online.md | 6 +- docs/generated/actions/produce.md | 6 +- docs/generated/available-plugins.md | 23684 +++++++++--------- plugin_scores_cache.yml | 73 +- 6 files changed, 12078 insertions(+), 11781 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9ce498efd..9eb5fa30f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: https://github.com/fastlane/fastlane - revision: 512a047abd596a5c2c0e0156e9f52e111552a727 + revision: feae1a480150fa919321ecfa32de0bf34336e92a specs: - fastlane (2.230.0) + fastlane (2.231.0) CFPropertyList (>= 2.3, < 4.0.0) abbrev (~> 0.1.2) addressable (>= 2.8, < 3.0.0) @@ -10,7 +10,7 @@ GIT aws-sdk-s3 (~> 1.0) babosa (>= 1.0.3, < 2.0.0) base64 (~> 0.2.0) - bundler (>= 1.12.0, < 3.0.0) + bundler (>= 1.17.3, < 5.0.0) colored (~> 1.2) commander (~> 4.6) csv (~> 3.3) @@ -62,8 +62,8 @@ GEM ast (2.4.3) atomos (0.1.3) aws-eventstream (1.4.0) - aws-partitions (1.1196.0) - aws-sdk-core (3.240.0) + aws-partitions (1.1205.0) + aws-sdk-core (3.241.3) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -71,11 +71,11 @@ GEM bigdecimal jmespath (~> 1, >= 1.6.1) logger - aws-sdk-kms (1.118.0) - aws-sdk-core (~> 3, >= 3.239.1) + aws-sdk-kms (1.120.0) + aws-sdk-core (~> 3, >= 3.241.3) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.208.0) - aws-sdk-core (~> 3, >= 3.234.0) + aws-sdk-s3 (1.211.0) + aws-sdk-core (~> 3, >= 3.241.3) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) aws-sigv4 (1.12.1) @@ -136,7 +136,7 @@ GEM faraday-http-cache (2.5.1) faraday (>= 0.8) faraday-httpclient (1.0.1) - faraday-multipart (1.1.1) + faraday-multipart (1.2.0) multipart-post (~> 2.0) faraday-net_http (1.0.2) faraday-net_http_persistent (1.2.0) @@ -204,7 +204,7 @@ GEM logger (1.7.0) mini_magick (4.13.2) mini_mime (1.1.5) - multi_json (1.18.0) + multi_json (1.19.1) multipart-post (2.4.1) mutex_m (0.3.0) nanaimo (0.4.0) @@ -223,7 +223,7 @@ GEM ast (~> 2.4.1) plist (3.7.2) powerpack (0.1.3) - public_suffix (7.0.0) + public_suffix (7.0.2) rainbow (2.2.2) rake rake (13.3.1) diff --git a/docs/generated/actions.md b/docs/generated/actions.md index eca864c26..38dd7c520 100644 --- a/docs/generated/actions.md +++ b/docs/generated/actions.md @@ -57,8 +57,8 @@ Action | Description | Supported Platforms lcov | Generates coverage data using lcov | ios, mac appium | Run UI test by Appium with RSpec | ios, android xctool | Run tests using xctool | ios, mac -run_tests | Easily run tests of your iOS app (via _scan_) | ios, mac xcode_server_get_assets | Downloads Xcode Bot assets like the `.xcarchive` and logs | ios, mac +run_tests | Easily run tests of your iOS app (via _scan_) | ios, mac @@ -78,18 +78,18 @@ Action | Description | Supported Platforms clean_cocoapods_cache | Remove the cache for pods | ios, mac verify_xcode | Verifies that the Xcode installation is properly signed by Apple | ios, mac verify_pod_keys | Verifies all keys referenced from the Podfile are non-empty | ios, mac -build_app | Easily build and sign your app (via _gym_) | ios, mac -create_xcframework | Package multiple build configs of a library/framework into a single xcframework | ios, mac +spm | Runs Swift Package Manager on your project | ios, android, mac +build_mac_app | Alias for the `build_app` action but only for macOS | mac +build_android_app | Alias for the `gradle` action | ios, android xcexport | Exports the project using `xcodebuild` | ios, mac xcbuild | Builds the project using `xcodebuild` | ios, mac -build_android_app | Alias for the `gradle` action | ios, android xcarchive | Archives the project using `xcodebuild` | ios, mac +xcodes | Make sure a certain version of Xcode is installed, installing it only if needed | ios, mac +build_ios_app | Alias for the `build_app` action but only for iOS | ios xctest | Runs tests on the given simulator | ios, mac +build_app | Easily build and sign your app (via _gym_) | ios, mac +create_xcframework | Package multiple build configs of a library/framework into a single xcframework | ios, mac xcclean | Cleans the project using `xcodebuild` | ios, mac -build_ios_app | Alias for the `build_app` action but only for iOS | ios -spm | Runs Swift Package Manager on your project | ios, android, mac -xcodes | Make sure a certain version of Xcode is installed, installing it only if needed | ios, mac -build_mac_app | Alias for the `build_app` action but only for macOS | mac @@ -100,10 +100,10 @@ Action | Description | Supported Platforms snapshot | Alias for the `capture_ios_screenshots` action | ios, mac screengrab | Alias for the `capture_android_screenshots` action | android frameit | Alias for the `frame_screenshots` action | ios, android, mac -capture_android_screenshots | Automated localized screenshots of your Android app (via _screengrab_) | android -capture_ios_screenshots | Generate new localized screenshots on multiple devices (via _snapshot_) | ios, mac capture_screenshots | Alias for the `capture_ios_screenshots` action | ios, mac +capture_android_screenshots | Automated localized screenshots of your Android app (via _screengrab_) | android frame_screenshots | Adds device frames around all screenshots (via _frameit_) | ios, android, mac +capture_ios_screenshots | Generate new localized screenshots on multiple devices (via _snapshot_) | ios, mac @@ -126,8 +126,8 @@ Action | Description | Supported Platforms update_url_schemes | Updates the URL schemes in the given Info.plist | ios, mac set_build_number_repository | Set the build number from the current repository | ios, mac set_pod_key | Sets a value for a key with cocoapods-keys | ios, mac -update_plist | Update a plist file | ios update_keychain_access_groups | This action changes the keychain access groups in the entitlements file | ios +update_plist | Update a plist file | ios @@ -143,13 +143,13 @@ Action | Description | Supported Platforms resign | Codesign an existing ipa file | ios register_devices | Registers new devices to the Apple Dev Portal | ios, mac register_device | Registers a new device to the Apple Dev Portal | ios -update_code_signing_settings | Configures Xcode's Codesigning options | ios, mac -match_nuke | Easily nuke your certificate and provisioning profiles (via _match_) | ios, mac -get_provisioning_profile | Generates a provisioning profile, saving it in the current folder (via _sigh_) | ios, mac get_certificates | Create new iOS code signing certificates (via _cert_) | ios +get_provisioning_profile | Generates a provisioning profile, saving it in the current folder (via _sigh_) | ios, mac +notarize | Notarizes a macOS app | mac +update_code_signing_settings | Configures Xcode's Codesigning options | ios, mac sync_code_signing | Easily sync your certificates and profiles across your team (via _match_) | ios, mac install_provisioning_profile | Install provisioning profile from path | ios, mac -notarize | Notarizes a macOS app | mac +match_nuke | Easily nuke your certificate and provisioning profiles (via _match_) | ios, mac @@ -178,8 +178,8 @@ Action | Description | Supported Platforms installr | Upload a new build to [Installr](http://installrapp.com/) | ios splunkmint | Upload dSYM file to [Splunk MINT](https://mint.splunk.com/) | ios tryouts | Upload a new build to [Tryouts](https://tryouts.io/) | ios, android -upload_to_testflight | Upload new binary to App Store Connect for TestFlight beta testing (via _pilot_) | ios, mac podio_item | Creates or updates an item within your Podio app | ios, android, mac +upload_to_testflight | Upload new binary to App Store Connect for TestFlight beta testing (via _pilot_) | ios, mac @@ -201,13 +201,13 @@ Action | Description | Supported Platforms deliver | Alias for the `upload_to_app_store` action | ios, mac supply | Alias for the `upload_to_play_store` action | android appstore | Alias for the `upload_to_app_store` action | ios, mac -upload_to_play_store | Upload metadata, screenshots and binaries to Google Play (via _supply_) | android -upload_to_play_store_internal_app_sharing | Upload binaries to Google Play Internal App Sharing (via _supply_) | android -download_from_play_store | Download metadata and binaries from Google Play (via _supply_) | android upload_app_privacy_details_to_app_store | Upload App Privacy Details for an app in App Store Connect | ios, mac download_universal_apk_from_google_play | Download the Universal APK of a given version code from the Google Play Console | android +upload_to_play_store | Upload metadata, screenshots and binaries to Google Play (via _supply_) | android upload_to_app_store | Upload metadata and binary to App Store Connect (via _deliver_) | ios, mac download_app_privacy_details_from_app_store | Download App Privacy Details from an app in App Store Connect | ios, mac +download_from_play_store | Download metadata and binaries from Google Play (via _supply_) | android +upload_to_play_store_internal_app_sharing | Upload binaries to Google Play Internal App Sharing (via _supply_) | android @@ -271,9 +271,9 @@ Action | Description | Supported Platforms download_dsyms | Download dSYM files from App Store Connect for Bitcode apps | ios app_store_build_number | Returns the current build_number of either live or edit version | ios, mac set_changelog | Set the changelog for all languages on App Store Connect | ios, mac -app_store_connect_api_key | Load the App Store Connect API token to use in other fastlane tools and actions | ios, mac create_app_online | Creates the given application on iTC and the Dev Portal (via _produce_) | ios check_app_store_metadata | Check your app's metadata before you submit your app to review (via _precheck_) | ios +app_store_connect_api_key | Load the App Store Connect API token to use in other fastlane tools and actions | ios, mac @@ -338,25 +338,25 @@ Action | Description | Supported Platforms update_icloud_container_identifiers | This action changes the iCloud container identifiers in the entitlements file | ios sh | Runs a shell command | ios, android, mac google_play_track_version_codes | Retrieves version codes for a Google Play track | android -environment_variable | Sets/gets env vars for Fastlane.swift. Don't use in ruby, use `ENV[key] = val` | ios, android, mac -google_play_track_release_names | Retrieves release names for a Google Play track | android setup_circle_ci | Setup the keychain and match to work with CircleCI | ios, android, mac -spaceship_logs | Find, print, and copy Spaceship logs | ios, android, mac -get_managed_play_store_publishing_rights | Obtain publishing rights for custom apps on Managed Google Play Store | android -modify_services | Modifies the services of the app created on Developer Portal | ios -setup_travis | Setup the keychain and match to work with Travis CI | ios, android, mac -echo | Alias for the `puts` action | ios, android, mac -ruby_version | Verifies the minimum ruby version required | ios, android, mac -create_app_on_managed_play_store | Create Managed Google Play Apps | android +println | Alias for the `puts` action | ios, android, mac spaceship_stats | Print out Spaceship stats from this session (number of request to each domain) | ios, android, mac -min_fastlane_version | Verifies the minimum fastlane version required | ios, android, mac plugin_scores | No description provided | ios, android, mac -setup_ci | Setup the keychain and match to work with CI | ios, mac -println | Alias for the `puts` action | ios, android, mac +modify_services | Modifies the services of the app created on Developer Portal | ios validate_play_store_json_key | Validate that the Google Play Store `json_key` works | android -opt_out_usage | This will stop uploading the information which actions were run | ios, android, mac ensure_bundle_exec | Raises an exception if not using `bundle exec` to run fastlane | ios, android, mac +echo | Alias for the `puts` action | ios, android, mac +create_app_on_managed_play_store | Create Managed Google Play Apps | android +google_play_track_release_names | Retrieves release names for a Google Play track | android ensure_env_vars | Raises an exception if the specified env vars are not set | ios, android, mac +spaceship_logs | Find, print, and copy Spaceship logs | ios, android, mac +min_fastlane_version | Verifies the minimum fastlane version required | ios, android, mac +get_managed_play_store_publishing_rights | Obtain publishing rights for custom apps on Managed Google Play Store | android +opt_out_usage | This will stop uploading the information which actions were run | ios, android, mac +environment_variable | Sets/gets env vars for Fastlane.swift. Don't use in ruby, use `ENV[key] = val` | ios, android, mac +setup_travis | Setup the keychain and match to work with Travis CI | ios, android, mac +setup_ci | Setup the keychain and match to work with CI | ios, mac +ruby_version | Verifies the minimum ruby version required | ios, android, mac diff --git a/docs/generated/actions/create_app_online.md b/docs/generated/actions/create_app_online.md index 1203a7e64..ab65be1b1 100644 --- a/docs/generated/actions/create_app_online.md +++ b/docs/generated/actions/create_app_online.md @@ -151,10 +151,11 @@ fastlane produce enable_services --help --associated-domains Enable Associated Domains --auto-fill-credential Enable Auto Fill Credential --class-kit Enable Class Kit ---icloud STRING Enable iCloud, suitable values are "xcode5_compatible" and "xcode6_compatible" +--icloud STRING Enable iCloud, suitable values are "xcode5_compatible" and "xcode6_compatible" --custom-network-protocol Enable Custom Network Protocol --data-protection STRING Enable Data Protection, suitable values are "complete", "unlessopen" and "untilfirstauth" --extended-virtual-address-space Enable Extended Virtual Address Space +--declared-age-range Enable Declared Age Range capability --game-center STRING Enable Game Center, suitable values are "ios" and "macos --health-kit Enable Health Kit --hls-interstitial-preview Enable Hls Interstitial Preview @@ -214,10 +215,11 @@ fastlane produce disable_services --help --associated-domains Disable Associated Domains --auto-fill-credential Disable Auto Fill Credential --class-kit Disable Class Kit ---icloud STRING Disable iCloud +--icloud STRING Disable iCloud --custom-network-protocol Disable Custom Network Protocol --data-protection STRING Disable Data Protection --extended-virtual-address-space Disable Extended Virtual Address Space +--declared-age-range Disable Declared Age Range capability --game-center STRING Disable Game Center --health-kit Disable Health Kit --hls-interstitial-preview Disable Hls Interstitial Preview diff --git a/docs/generated/actions/produce.md b/docs/generated/actions/produce.md index 9acc603ad..4f1f1c9b4 100644 --- a/docs/generated/actions/produce.md +++ b/docs/generated/actions/produce.md @@ -151,10 +151,11 @@ fastlane produce enable_services --help --associated-domains Enable Associated Domains --auto-fill-credential Enable Auto Fill Credential --class-kit Enable Class Kit ---icloud STRING Enable iCloud, suitable values are "xcode5_compatible" and "xcode6_compatible" +--icloud STRING Enable iCloud, suitable values are "xcode5_compatible" and "xcode6_compatible" --custom-network-protocol Enable Custom Network Protocol --data-protection STRING Enable Data Protection, suitable values are "complete", "unlessopen" and "untilfirstauth" --extended-virtual-address-space Enable Extended Virtual Address Space +--declared-age-range Enable Declared Age Range capability --game-center STRING Enable Game Center, suitable values are "ios" and "macos --health-kit Enable Health Kit --hls-interstitial-preview Enable Hls Interstitial Preview @@ -214,10 +215,11 @@ fastlane produce disable_services --help --associated-domains Disable Associated Domains --auto-fill-credential Disable Auto Fill Credential --class-kit Disable Class Kit ---icloud STRING Disable iCloud +--icloud STRING Disable iCloud --custom-network-protocol Disable Custom Network Protocol --data-protection STRING Disable Data Protection --extended-virtual-address-space Disable Extended Virtual Address Space +--declared-age-range Disable Declared Age Range capability --game-center STRING Disable Game Center --health-kit Disable Health Kit --hls-interstitial-preview Disable Hls Interstitial Preview diff --git a/docs/generated/available-plugins.md b/docs/generated/available-plugins.md index 1c8244acc..3fd4f08b5 100644 --- a/docs/generated/available-plugins.md +++ b/docs/generated/available-plugins.md @@ -7,7 +7,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
179252
+
182111

firebase_app_distribution

@@ -113,7 +113,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 39 Project that have been around for longer tend to be more stable @@ -128,7 +128,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 178586 + 181444 More downloads = more users have been using the plugin for a while @@ -149,7 +149,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
122738
+
123725

appcenter

@@ -255,7 +255,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 121337 + 122324 More downloads = more users have been using the plugin for a while @@ -276,7 +276,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
63326
+
64371

sentry

@@ -285,6 +285,68 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas > Upload symbols to Sentry +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
sentry_check_cli_installed-Checks that sentry-cli with the correct version is installed
sentry_create_deploy-Creates a new release deployment for a project on Sentry
sentry_create_release-Create new releases for a project on Sentry
sentry_debug_files_upload-Upload debugging information files.
sentry_finalize_release-Finalize a release for a project on Sentry
sentry_set_commits-Set commits of a release
sentry_upload_build-Upload iOS build archive to Sentry with optional git context
sentry_upload_proguard-Upload mapping to a project on Sentry
sentry_upload_sourcemap-Upload one or more sourcemap(s) to a release of a project on Sentry
+ +
+
Score details @@ -300,7 +362,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 246 + 0 The more contributors a project has, the more likely it is it stays alive @@ -325,12 +387,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 58 Project that have been around for longer tend to be more stable @@ -340,17 +402,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -6 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 62497 + 63598 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -366,7 +428,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
58839
+
59579

versioning

@@ -512,7 +574,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 57778 + 58518 More downloads = more users have been using the plugin for a while @@ -533,7 +595,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
45699
+
46242

badge

@@ -609,7 +671,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 55 Project that have been around for longer tend to be more stable @@ -624,7 +686,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 45278 + 45820 More downloads = more users have been using the plugin for a while @@ -645,7 +707,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
33846
+
34391

increment_version_code

@@ -736,7 +798,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 33650 + 34195 More downloads = more users have been using the plugin for a while @@ -757,7 +819,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
30150
+
30535

versioning_android

@@ -863,7 +925,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29772 + 30157 More downloads = more users have been using the plugin for a while @@ -884,7 +946,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
22570
+
22767

aws_s3

@@ -975,7 +1037,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21826 + 22023 More downloads = more users have been using the plugin for a while @@ -996,7 +1058,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
21985
+
22102

test_center

@@ -1143,7 +1205,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 49 + 50 Project that have been around for longer tend to be more stable @@ -1158,7 +1220,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21163 + 21279 More downloads = more users have been using the plugin for a while @@ -1179,13 +1241,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
21067
+
21323
-

bugsnag

+

bundletool

-

via Delisa Mason

+

via Martin Gonzalez

-> Uploads dSYM files to Bugsnag +> Extracts a universal apk from an .aab file
@@ -1201,14 +1263,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - send_build_to_bugsnag - building - Notifies Bugsnag of a build - - - upload_symbols_to_bugsnag + bundletool - - Uploads dSYM debug symbol files to Bugsnag + Extracts an universal apk from an .aab file @@ -1235,12 +1292,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 90 + 3 More subscribers = more popular project stars - 39 + 34 More stars = more popular project @@ -1260,7 +1317,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 56 + 37 Project that have been around for longer tend to be more stable @@ -1270,17 +1327,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -4 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 20726 + 21074 More downloads = more users have been using the plugin for a while tests - 0 + 15 The more tests a plugin has, the better @@ -1290,19 +1347,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
20997
+
21271
-

bundletool

+

bugsnag

-

via Martin Gonzalez

+

via Delisa Mason

-> Extracts a universal apk from an .aab file +> Uploads dSYM files to Bugsnag
@@ -1318,9 +1375,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bundletool + send_build_to_bugsnag + building + Notifies Bugsnag of a build + + + upload_symbols_to_bugsnag - - Extracts an universal apk from an .aab file + Uploads dSYM debug symbol files to Bugsnag @@ -1347,12 +1409,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 90 More subscribers = more popular project stars - 34 + 39 More stars = more popular project @@ -1372,7 +1434,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 57 Project that have been around for longer tend to be more stable @@ -1382,17 +1444,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 20749 + 20929 More downloads = more users have been using the plugin for a while tests - 15 + 0 The more tests a plugin has, the better @@ -1402,13 +1464,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
19164
+
19526

xcconfig

@@ -1494,7 +1556,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 48 Project that have been around for longer tend to be more stable @@ -1509,7 +1571,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18897 + 19258 More downloads = more users have been using the plugin for a while @@ -1530,134 +1592,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
18536
- -

json

- -

via Martin Gonzalez

- -> actions related to json files - - -
-Provided actions - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
write_json-Write a json file from a hash at the provided path
download_json-Downloads a json file and expose a hash with symbolized names as result
merge_jsons-Merge a group of jsons files and expose a hash with symbolized names as result. Last json predominate over the rest
read_json-Read a json file and expose a hash with symbolized names as result
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars11More stars = more popular project
forks20More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age32Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues-1Lots of open issues are not a good sign usually, unless the project is really popular
downloads18320More downloads = more users have been using the plugin for a while
tests51The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
18487
+
18799

browserstack

@@ -1738,7 +1673,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 46 Project that have been around for longer tend to be more stable @@ -1753,7 +1688,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18174 + 18485 More downloads = more users have been using the plugin for a while @@ -1774,13 +1709,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
15287
+
18779
-

load_json

+

json

-

via Felix Krause

+

via Martin Gonzalez

-> Loads a local JSON file and parses it +> actions related to json files
@@ -1796,9 +1731,136 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - load_json + write_json - - Loads a local JSON file and parses it + Write a json file from a hash at the provided path + + + download_json + - + Downloads a json file and expose a hash with symbolized names as result + + + merge_jsons + - + Merge a group of jsons files and expose a hash with symbolized names as result. Last json predominate over the rest + + + read_json + - + Read a json file and expose a hash with symbolized names as result + + + + +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars11More stars = more popular project
forks20More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age33Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues-1Lots of open issues are not a good sign usually, unless the project is really popular
downloads18562More downloads = more users have been using the plugin for a while
tests51The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
15477
+ +

load_json

+ +

via Felix Krause

+ +> Loads a local JSON file and parses it + + +
+Provided actions + + + + + + + + + + + + + +
NameCategoryDescription
load_json-Loads a local JSON file and parses it
@@ -1850,7 +1912,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 53 Project that have been around for longer tend to be more stable @@ -1865,7 +1927,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15178 + 15367 More downloads = more users have been using the plugin for a while @@ -1886,7 +1948,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
14122
+
14495

slack_bot

@@ -1982,7 +2044,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 34 Project that have been around for longer tend to be more stable @@ -1997,7 +2059,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13917 + 14289 More downloads = more users have been using the plugin for a while @@ -2018,7 +2080,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
12958
+
13060

appicon

@@ -2099,7 +2161,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 57 + 58 Project that have been around for longer tend to be more stable @@ -2114,7 +2176,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12203 + 12304 More downloads = more users have been using the plugin for a while @@ -2135,7 +2197,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
11085
+
11191

changelog

@@ -2226,7 +2288,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 57 + 58 Project that have been around for longer tend to be more stable @@ -2241,7 +2303,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10416 + 10521 More downloads = more users have been using the plugin for a while @@ -2262,7 +2324,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
10604
+
10702

get_version_name

@@ -2353,7 +2415,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10471 + 10569 More downloads = more users have been using the plugin for a while @@ -2374,7 +2436,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
10221
+
10367

emerge

@@ -2460,7 +2522,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 31 Project that have been around for longer tend to be more stable @@ -2475,7 +2537,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10068 + 10213 More downloads = more users have been using the plugin for a while @@ -2496,7 +2558,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
9502
+
9627

yarn

@@ -2572,7 +2634,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 55 Project that have been around for longer tend to be more stable @@ -2587,7 +2649,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9251 + 9375 More downloads = more users have been using the plugin for a while @@ -2608,7 +2670,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
8630
+
8879

wpmreleasetoolkit

@@ -2677,7 +2739,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8325 + 8574 More downloads = more users have been using the plugin for a while @@ -2810,7 +2872,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
8060
+
8179

increment_version_name

@@ -2901,7 +2963,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7952 + 8071 More downloads = more users have been using the plugin for a while @@ -2922,7 +2984,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
7974
+
8170

huawei_appgallery_connect

@@ -3023,7 +3085,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 37 Project that have been around for longer tend to be more stable @@ -3038,7 +3100,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7573 + 7768 More downloads = more users have been using the plugin for a while @@ -3059,7 +3121,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
7512
+
7590

get_version_code

@@ -3150,7 +3212,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7379 + 7457 More downloads = more users have been using the plugin for a while @@ -3171,119 +3233,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
7160
- -

lizard

- -

via Moses Liao

- -> Run swift code complexity analytics using Lizard - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
lizard-Run lizard code cyclomatic complexity analysis.
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers21More subscribers = more popular project
stars19More stars = more popular project
forks55More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age48Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads6845More downloads = more users have been using the plugin for a while
tests72The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
7160
+
7243

xchtmlreport

@@ -3359,7 +3309,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 39 Project that have been around for longer tend to be more stable @@ -3374,7 +3324,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7040 + 7122 More downloads = more users have been using the plugin for a while @@ -3395,13 +3345,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
6854
+
7210
-

teams

+

lizard

-

via Morten Bøgh

+

via Moses Liao

-> Send a success/error message to your Microsoft Teams channel +> Run swift code complexity analytics using Lizard
@@ -3417,9 +3367,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - teams - notifications - Send a message to your Microsoft Teams channel via the webhook connector + lizard + - + Run lizard code cyclomatic complexity analysis. @@ -3446,17 +3396,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 21 More subscribers = more popular project stars - 6 + 19 More stars = more popular project forks - 5 + 55 More forks = more people seem to use/modify this project @@ -3471,12 +3421,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 48 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -3486,12 +3436,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6712 + 6895 More downloads = more users have been using the plugin for a while tests - 3 + 72 The more tests a plugin has, the better @@ -3501,13 +3451,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
6849
+
6964

properties

@@ -3608,7 +3558,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 39 Project that have been around for longer tend to be more stable @@ -3623,7 +3573,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6691 + 6805 More downloads = more users have been using the plugin for a while @@ -3644,13 +3594,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
6574
+
6938
-

datadog

+

teams

-

via Datadog, Inc.

+

via Morten Bøgh

-> Datadog actions for iOS development +> Send a success/error message to your Microsoft Teams channel
@@ -3666,9 +3616,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_symbols_to_datadog - misc - Uploads dSYM files to Datadog in order to symbolicate crash reports + teams + notifications + Send a message to your Microsoft Teams channel via the webhook connector @@ -3690,27 +3640,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 27 + 6 More subscribers = more popular project stars - 3 + 6 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -3720,7 +3670,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 52 Project that have been around for longer tend to be more stable @@ -3735,12 +3685,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6493 + 6796 More downloads = more users have been using the plugin for a while tests - 15 + 3 The more tests a plugin has, the better @@ -3750,19 +3700,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
5711
+
6879
-

brew

+

datadog

-

via Michael Ruhl

+

via Datadog, Inc.

-> Run Homebrew/Linuxbrew command +> Datadog actions for iOS development
@@ -3778,9 +3728,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - brew - - - Run Homebrew/Linuxbrew command + upload_symbols_to_datadog + misc + Uploads dSYM files to Datadog in order to symbolicate crash reports @@ -3802,17 +3752,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 36 + 27 More subscribers = more popular project stars - 2 + 3 More stars = more popular project @@ -3822,7 +3772,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -3832,7 +3782,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 53 + 25 Project that have been around for longer tend to be more stable @@ -3847,12 +3797,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5541 + 6797 More downloads = more users have been using the plugin for a while tests - 3 + 15 The more tests a plugin has, the better @@ -3862,19 +3812,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
5534
+
5769
-

android_versioning

+

brew

-

via Manabu OHTAKE

+

via Michael Ruhl

-> Allows to set/get app version name and version code directly to/from build.gradle +> Run Homebrew/Linuxbrew command
@@ -3890,34 +3840,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_value_from_build - - - - - - - get_version_code - - - Get the version code of your project - - - get_version_name - - - Get the version name of your project - - - increment_version_code - - - Increment the version code of your project - - - increment_version_name - - - Increment the version name of your project - - - set_value_in_build + brew - - Set the value of your project + Run Homebrew/Linuxbrew command @@ -3939,22 +3864,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 42 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 36 More subscribers = more popular project stars - 51 + 2 More stars = more popular project forks - 65 + 0 More forks = more people seem to use/modify this project @@ -3964,7 +3889,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written @@ -3979,17 +3904,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 5207 + 5599 More downloads = more users have been using the plugin for a while tests - 66 + 3 The more tests a plugin has, the better @@ -3999,19 +3924,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
5409
+
5596
-

slack_upload

+

android_versioning

-

via Dawid Cieslak

+

via Manabu OHTAKE

-> Uploads specified file to Slack +> Allows to set/get app version name and version code directly to/from build.gradle
@@ -4027,121 +3952,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - slack_upload + get_value_from_build + - - - Uploads given file to Slack - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - + + + - - - + + + - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age45Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are greatget_version_code-Get the version code of your project
github_issues0Lots of open issues are not a good sign usually, unless the project is really popularget_version_name-Get the version name of your project
downloads5291More downloads = more users have been using the plugin for a whileincrement_version_code-Increment the version code of your project
tests3The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
5208
- -

docc

- -

via Kukurijek

- -> Automate docc - documentation for swift frameworks and packages - - -
-Provided actions - - - - - - - + + + - - - + - +
NameCategoryDescriptionincrement_version_name-Increment the version name of your project
doccset_value_in_build -Automate docc - documentation for swift frameworks and packagesSet the value of your project
@@ -4163,22 +4001,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 42 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 3 + 51 More stars = more popular project forks - 0 + 65 More forks = more people seem to use/modify this project @@ -4188,17 +4026,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 27 + 54 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -4208,12 +4046,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5061 + 5268 More downloads = more users have been using the plugin for a while tests - 15 + 66 The more tests a plugin has, the better @@ -4223,19 +4061,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
5051
+
5447
-

rome

+

slack_upload

-

via François Benaiteau, Tommaso Piazza

+

via Dawid Cieslak

-> A cache tool for Carthage +> Uploads specified file to Slack
@@ -4251,9 +4089,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rome + slack_upload - - An S3 cache tool for Carthage + Uploads given file to Slack @@ -4275,22 +4113,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 36 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 9 + 0 More subscribers = more popular project stars - 16 + 0 More stars = more popular project forks - 30 + 0 More forks = more people seem to use/modify this project @@ -4305,7 +4143,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 53 + 46 Project that have been around for longer tend to be more stable @@ -4315,17 +4153,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 4834 + 5328 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -4335,19 +4173,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
4823
+
5223
-

xcodegen

+

docc

-

via Michael Ruhl

+

via Kukurijek

-> Run xcodegen for the project +> Automate docc - documentation for swift frameworks and packages
@@ -4363,9 +4201,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcodegen + docc - - Runs `xcodegen` for the project + Automate docc - documentation for swift frameworks and packages @@ -4387,22 +4225,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 21 + 3 More subscribers = more popular project stars - 17 + 3 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -4417,7 +4255,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 27 Project that have been around for longer tend to be more stable @@ -4427,17 +4265,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 4570 + 5076 More downloads = more users have been using the plugin for a while tests - 36 + 15 The more tests a plugin has, the better @@ -4447,19 +4285,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
4354
+
5066
-

unzip

+

rome

-

via Massimo Oliviero

+

via François Benaiteau, Tommaso Piazza

-> Extract compressed files in a ZIP +> A cache tool for Carthage
@@ -4475,9 +4313,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - unzip + rome - - Extract compressed files in a ZIP + An S3 cache tool for Carthage @@ -4499,22 +4337,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 36 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 9 More subscribers = more popular project stars - 2 + 16 More stars = more popular project forks - 0 + 30 More forks = more people seem to use/modify this project @@ -4529,27 +4367,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 57 + 53 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 4183 + 4849 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -4559,20 +4397,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
4087
+
4872
-

update_android_strings

+

xcodegen

-

via bang

+

via Michael Ruhl

-> Update Android res strings.xml +> Run xcodegen for the project + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
xcodegen-Runs `xcodegen` for the project
+
@@ -4589,22 +4449,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 21 More subscribers = more popular project stars - 0 + 17 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -4614,17 +4474,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 47 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -4634,12 +4494,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4067 + 4618 More downloads = more users have been using the plugin for a while tests - 0 + 36 The more tests a plugin has, the better @@ -4649,20 +4509,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
4009
+
4465
-

semantic_release

+

unzip

-

via Jiří Otáhal

+

via Massimo Oliviero

-> Automated version managment and generator of release notes. +> Extract compressed files in a ZIP
@@ -4678,14 +4537,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - analyze_commits - - - - - - - conventional_changelog + unzip - - Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. + Extract compressed files in a ZIP @@ -4707,22 +4561,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 12 + 3 More subscribers = more popular project stars - 187 + 2 More stars = more popular project forks - 240 + 0 More forks = more people seem to use/modify this project @@ -4737,7 +4591,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 58 Project that have been around for longer tend to be more stable @@ -4747,17 +4601,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -11 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 3360 + 4293 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -4767,42 +4621,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3925
- -

dynatrace

- -

via Dynatrace LLC

- -> This action processes and uploads your symbol files to Dynatrace +
4129
+

update_android_strings

-
-Provided actions +

via bang

- - - - - - - - - - - - - - - -
NameCategoryDescription
dynatrace_process_symbols-This action processes and uploads your symbol files to Dynatrace.
+> Update Android res strings.xml -
@@ -4824,37 +4656,37 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 18 + 0 More subscribers = more popular project stars - 13 + 0 More stars = more popular project forks - 30 + 0 More forks = more people seem to use/modify this project has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 50 + 0 How well is the README of the document written age - 40 + 0 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -4864,12 +4696,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3714 + 4109 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -4879,19 +4711,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
3556
+
4041
-

google_drive

+

semantic_release

-

via Bumsoo Kim

+

via Jiří Otáhal

-> Upload files to Google Drive +> Automated version managment and generator of release notes.
@@ -4907,29 +4740,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_google_drive_file - - - Update a Google Drive file - - - upload_to_google_drive + analyze_commits - - Upload files to Google Drive - - - find_google_drive_file_by_id - - Find a Google Drive file or folder by ID - find_google_drive_file_by_title - - - Find a Google Drive file or folder by title - - - create_google_drive_folder + conventional_changelog - - Create new folder on Google Drive + Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. @@ -4956,17 +4774,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 12 More subscribers = more popular project stars - 54 + 187 More stars = more popular project forks - 75 + 240 More forks = more people seem to use/modify this project @@ -4981,22 +4799,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 41 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -4 + -11 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 3228 + 3392 More downloads = more users have been using the plugin for a while @@ -5011,19 +4829,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3529
+
4023
-

commit_android_version_bump

+

dynatrace

-

via jems

+

via Dynatrace LLC

-> 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 +> This action processes and uploads your symbol files to Dynatrace
@@ -5039,9 +4857,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - commit_android_version_bump + dynatrace_process_symbols - - 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 + This action processes and uploads your symbol files to Dynatrace. @@ -5063,57 +4881,57 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 18 More subscribers = more popular project stars - 4 + 13 More stars = more popular project forks - 20 + 30 More forks = more people seem to use/modify this project has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 25 + 50 How well is the README of the document written age - 57 + 41 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 3388 + 3811 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -5123,19 +4941,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3373
+
3818
-

automated_test_emulator_run

+

update_provisioning_profile_specifier

-

via Kamil Krzyk

+

via Jordan Bondo

-> 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. +> Update the provisioning profile in the Xcode Project file for a specified target
@@ -5151,9 +4969,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - automated_test_emulator_run + update_provisioning_profile_specifier - - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. + Update the provisioning profile in the Xcode Project file for a specified target @@ -5175,22 +4993,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 30 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 9 + 6 More subscribers = more popular project stars - 75 + 20 More stars = more popular project forks - 85 + 30 More forks = more people seem to use/modify this project @@ -5200,12 +5018,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 57 + 56 Project that have been around for longer tend to be more stable @@ -5215,12 +5033,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -5 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 3019 + 3628 More downloads = more users have been using the plugin for a while @@ -5235,19 +5053,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3021
+
3593
-

dropbox

+

google_drive

-

via Dominik Kapusta

+

via Bumsoo Kim

-> Uploads files to Dropbox +> Upload files to Google Drive
@@ -5263,9 +5081,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dropbox + update_google_drive_file - - Uploads files to Dropbox + Update a Google Drive file + + + upload_to_google_drive + - + Upload files to Google Drive + + + find_google_drive_file_by_id + - + Find a Google Drive file or folder by ID + + + find_google_drive_file_by_title + - + Find a Google Drive file or folder by title + + + create_google_drive_folder + - + Create new folder on Google Drive @@ -5287,7 +5125,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -5297,12 +5135,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 54 More stars = more popular project forks - 15 + 75 More forks = more people seem to use/modify this project @@ -5327,17 +5165,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2832 + 3264 More downloads = more users have been using the plugin for a while tests - 30 + 80 The more tests a plugin has, the better @@ -5347,19 +5185,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2832
+
3559
-

telegram

+

commit_android_version_bump

-

via sergpetrov

+

via jems

-> Allows post messages to telegram channel +> 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
@@ -5375,9 +5213,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - telegram + commit_android_version_bump - - Allows post messages to telegram channel + 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 @@ -5399,22 +5237,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 30 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 43 + 4 More stars = more popular project forks - 30 + 20 More forks = more people seem to use/modify this project @@ -5429,7 +5267,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 50 + 57 Project that have been around for longer tend to be more stable @@ -5444,7 +5282,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2628 + 3418 More downloads = more users have been using the plugin for a while @@ -5459,21 +5297,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2778
+
3405
-

upload_symbols_to_new_relic

+

automated_test_emulator_run

-

via Helmut Januschka

+

via Kamil Krzyk

-> Uploads dSym to New Relic +> 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 + + + + + + + + + + + + + + + + +
NameCategoryDescription
automated_test_emulator_run-Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done.
+ +
+
Score details @@ -5489,22 +5349,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 30 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 9 More subscribers = more popular project stars - 0 + 75 More stars = more popular project forks - 0 + 85 More forks = more people seem to use/modify this project @@ -5514,32 +5374,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 57 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -5 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2758 + 3051 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -5549,20 +5409,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
2563
+
3026
-

cordova

+

dropbox

-

via Almouro

+

via Dominik Kapusta

-> Build your Cordova app +> Uploads files to Dropbox
@@ -5578,9 +5437,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - cordova - building - Build your Cordova app + dropbox + - + Uploads files to Dropbox @@ -5602,22 +5461,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 30 + 6 More subscribers = more popular project stars - 115 + 3 More stars = more popular project forks - 190 + 15 More forks = more people seem to use/modify this project @@ -5632,27 +5491,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 49 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -21 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2095 + 2836 More downloads = more users have been using the plugin for a while tests - 0 + 30 The more tests a plugin has, the better @@ -5662,19 +5521,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2549
+
2855
-

aws_device_farm

+

telegram

-

via Helmut Januschka

+

via sergpetrov

-> Run UI Tests on AWS Devicefarm +> Allows post messages to telegram channel
@@ -5690,14 +5549,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - aws_device_farm - - - Upload the application to the AWS device farm - - - aws_device_farm_package + telegram - - Packages .app from deriveddata to an aws-compatible ipa + Allows post messages to telegram channel @@ -5719,22 +5573,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 30 The more contributors a project has, the more likely it is it stays alive subscribers - 18 + 6 More subscribers = more popular project stars - 85 + 43 More stars = more popular project forks - 165 + 30 More forks = more people seem to use/modify this project @@ -5744,12 +5598,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 55 + 51 Project that have been around for longer tend to be more stable @@ -5759,12 +5613,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -5 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2158 + 2650 More downloads = more users have been using the plugin for a while @@ -5779,42 +5633,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2360
- -

run_tests_firebase_testlab

- -

via Bruno Correia

- -> Runs Android tests in Firebase Test Lab. +
2807
+

upload_symbols_to_new_relic

-
-Provided actions +

via Helmut Januschka

- - - - - - - - - - - - - - - -
NameCategoryDescription
run_tests_firebase_testlab--
+> Uploads dSym to New Relic -
@@ -5836,17 +5668,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 0 More subscribers = more popular project stars - 25 + 0 More stars = more popular project forks - 40 + 0 More forks = more people seem to use/modify this project @@ -5856,12 +5688,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 47 + 0 Project that have been around for longer tend to be more stable @@ -5871,17 +5703,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2092 + 2787 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -5891,19 +5723,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
2355
+
2574
-

firebase_test_lab_android

+

cordova

-

via wasabeef

+

via Almouro

-> Test your app with Firebase Test Lab with ease using fastlane +> Build your Cordova app
@@ -5919,9 +5752,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - firebase_test_lab_android - - - Runs Android tests in Firebase Test Lab. + cordova + building + Build your Cordova app @@ -5943,22 +5776,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 51 + 30 More subscribers = more popular project stars - 25 + 115 More stars = more popular project forks - 5 + 190 More forks = more people seem to use/modify this project @@ -5973,7 +5806,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 55 Project that have been around for longer tend to be more stable @@ -5983,12 +5816,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + -21 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2122 + 2105 More downloads = more users have been using the plugin for a while @@ -6003,19 +5836,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2258
+
2562
-

update_xcodeproj

+

aws_device_farm

-

via Fumiya Nakamura

+

via Helmut Januschka

-> Update Xcode projects +> Run UI Tests on AWS Devicefarm
@@ -6031,9 +5864,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_xcodeproj + aws_device_farm - - Update Xcode projects + Upload the application to the AWS device farm + + + aws_device_farm_package + - + Packages .app from deriveddata to an aws-compatible ipa @@ -6055,22 +5893,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 18 More subscribers = more popular project stars - 6 + 85 More stars = more popular project forks - 10 + 165 More forks = more people seem to use/modify this project @@ -6090,22 +5928,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -5 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2059 + 2170 More downloads = more users have been using the plugin for a while tests - 12 + 3 The more tests a plugin has, the better @@ -6115,19 +5953,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2182
+
2412
-

get_product_bundle_id

+

firebase_test_lab_android

-

via Lyndsey Ferguson

+

via wasabeef

-> Gets PRODUCT_BUNDLE_IDENTIFIER from the first buildable target in a given scheme +> Test your app with Firebase Test Lab with ease using fastlane
@@ -6143,9 +5981,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_product_bundle_id + firebase_test_lab_android - - Gets PRODUCT_BUNDLE_IDENTIFIER from a buildable target in an Xcode project using a provided scheme + Runs Android tests in Firebase Test Lab. @@ -6172,129 +6010,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 51 More subscribers = more popular project stars - 6 - More stars = more popular project - - - forks - 10 - More forks = more people seem to use/modify this project - - - has_mit_license - 20 - fastlane is MIT licensed, it's good to have plugins use MIT too - - - readme_score 25 - How well is the README of the document written - - - age - 52 - Project that have been around for longer tend to be more stable - - - major_release - 0 - Post 1.0 releases are great - - - github_issues - 0 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 2027 - More downloads = more users have been using the plugin for a while - - - tests - 27 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
2129
- -

settings_bundle

- -

via Jimmy Dee

- -> Fastlane plugin to update static settings in an iOS settings bundle - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
update_settings_bundleprojectactions.
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - + @@ -6309,7 +6035,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -6324,12 +6050,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -6339,19 +6065,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2062
+
2383
-

flutter_version

+

run_tests_firebase_testlab

-

via tianhaoz95

+

via Bruno Correia

-> A plugin to retrieve versioning information for Flutter projects. +> Runs Android tests in Firebase Test Lab.
@@ -6367,9 +6093,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- + + -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars20 More stars = more popular project
forks405 More forks = more people seem to use/modify this project
age5541 Project that have been around for longer tend to be more stable
downloads18292179 More downloads = more users have been using the plugin for a while
tests800 The more tests a plugin has, the better
flutter_versionrun_tests_firebase_testlab- -A plugin to retrieve versioning information for Flutter projects.
@@ -6401,12 +6127,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 76 + 25 More stars = more popular project forks - 70 + 40 More forks = more people seem to use/modify this project @@ -6421,27 +6147,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 48 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1733 + 2114 More downloads = more users have been using the plugin for a while tests - 39 + 80 The more tests a plugin has, the better @@ -6451,19 +6177,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2038
+
2277
-

appmetrica

+

update_xcodeproj

-

via AppMetrica

+

via Fumiya Nakamura

-> Upload dSYM symbolication files to AppMetrica +> Update Xcode projects
@@ -6479,9 +6205,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_symbols_to_appmetrica + update_xcodeproj - - Upload dSYM symbolication files to AppMetrica + Update Xcode projects @@ -6503,22 +6229,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 27 + 3 More subscribers = more popular project stars - 5 + 6 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -6533,27 +6259,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 56 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1898 + 2078 More downloads = more users have been using the plugin for a while tests - 3 + 12 The more tests a plugin has, the better @@ -6563,19 +6289,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2016
+
2212
-

forsis

+

get_product_bundle_id

-

via Azadeh Bagheri

+

via Lyndsey Ferguson

-> This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane. +> Gets PRODUCT_BUNDLE_IDENTIFIER from the first buildable target in a given scheme
@@ -6591,9 +6317,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - forsis + get_product_bundle_id - - This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane + Gets PRODUCT_BUNDLE_IDENTIFIER from a buildable target in an Xcode project using a provided scheme @@ -6615,17 +6341,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 5 + 6 More stars = more popular project @@ -6640,12 +6366,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 42 + 53 Project that have been around for longer tend to be more stable @@ -6660,12 +6386,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1859 + 2056 More downloads = more users have been using the plugin for a while tests - 24 + 27 The more tests a plugin has, the better @@ -6675,19 +6401,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1957
+
2147
-

git_tags

+

settings_bundle

-

via Fernando Saragoca

+

via Jimmy Dee

-> List git tags sorted by taggerdate +> Fastlane plugin to update static settings in an iOS settings bundle
@@ -6703,9 +6429,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_tags - source_control - List git tags + update_settings_bundle + project + actions. @@ -6727,22 +6453,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 6 More subscribers = more popular project stars - 0 + 20 More stars = more popular project forks - 0 + 40 More forks = more people seem to use/modify this project @@ -6757,27 +6483,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 56 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1818 + 1846 More downloads = more users have been using the plugin for a while tests - 9 + 80 The more tests a plugin has, the better @@ -6787,19 +6513,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1940
+
2100
-

instabug_official

+

flutter_version

-

via Instabug

+

via tianhaoz95

-> Plugin to upload DSYMs to Instabug Dashboard. +> A plugin to retrieve versioning information for Flutter projects.
@@ -6815,9 +6541,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - instabug_official - - + flutter_version - + A plugin to retrieve versioning information for Flutter projects. @@ -6844,17 +6570,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 9 More subscribers = more popular project stars - 6 + 76 More stars = more popular project forks - 30 + 70 More forks = more people seem to use/modify this project @@ -6869,27 +6595,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 35 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1773 + 1771 More downloads = more users have been using the plugin for a while tests - 3 + 39 The more tests a plugin has, the better @@ -6899,19 +6625,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1917
+
2050
-

property_file_read

+

appmetrica

-

via United Classifieds

+

via AppMetrica

-> Reads property file into dictionary +> Upload dSYM symbolication files to AppMetrica
@@ -6927,9 +6653,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - property_file_read + upload_symbols_to_appmetrica - - Reads property file into dictionary + Upload dSYM symbolication files to AppMetrica @@ -6951,17 +6677,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 27 More subscribers = more popular project stars - 1 + 5 More stars = more popular project @@ -6976,27 +6702,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 50 + 38 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1782 + 1909 More downloads = more users have been using the plugin for a while @@ -7011,19 +6737,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1849
+
2049
-

waldo

+

forsis

-

via John Pusey

+

via Azadeh Bagheri

-> Upload build to Waldo +> This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane.
@@ -7039,9 +6765,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - waldo - testing - Upload a new build to [Waldo](https://www.waldo.io) + forsis + - + This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane @@ -7068,7 +6794,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 21 + 6 More subscribers = more popular project @@ -7078,7 +6804,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 15 + 10 More forks = more people seem to use/modify this project @@ -7093,12 +6819,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 43 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -7108,12 +6834,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1659 + 1891 More downloads = more users have been using the plugin for a while tests - 3 + 24 The more tests a plugin has, the better @@ -7123,20 +6849,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1783
+
1976
-

android_change_package_identifier

+

git_tags

-

via MaximusMcCann

+

via Fernando Saragoca

-> Change the package identifier in the AndroidManifest.xml file. Can revert as well. +> List git tags sorted by taggerdate + + +
+Provided actions + + + + + + + + + + + + + + + +
NameCategoryDescription
git_tagssource_controlList git tags
+ +
@@ -7153,7 +6901,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -7178,12 +6926,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 55 Project that have been around for longer tend to be more stable @@ -7198,12 +6946,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1763 + 1836 More downloads = more users have been using the plugin for a while tests - 0 + 9 The more tests a plugin has, the better @@ -7213,20 +6961,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
1775
+
1958
-

mattermost

+

instabug_official

-

via cpfriend1721994

+

via Instabug

-> Fastlane plugin for push messages to Mattermost +> Plugin to upload DSYMs to Instabug Dashboard.
@@ -7242,9 +6989,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - mattermost + instabug_official + - - - Fastlane plugin for push messages to Mattermost @@ -7271,17 +7018,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 12 More subscribers = more popular project stars - 4 + 6 More stars = more popular project forks - 15 + 30 More forks = more people seem to use/modify this project @@ -7291,17 +7038,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 33 + 48 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -7311,7 +7058,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1643 + 1790 More downloads = more users have been using the plugin for a while @@ -7326,19 +7073,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1714
+
1933
-

patch

+

property_file_read

-

via Jimmy Dee

+

via United Classifieds

-> Apply and revert pattern-based patches to any text file. +> Reads property file into dictionary
@@ -7354,19 +7101,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - 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. + property_file_read + - + Reads property file into dictionary @@ -7393,12 +7130,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project stars - 3 + 1 More stars = more popular project @@ -7413,17 +7150,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 51 + 50 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -7433,12 +7170,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1518 + 1798 More downloads = more users have been using the plugin for a while tests - 60 + 3 The more tests a plugin has, the better @@ -7448,19 +7185,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1706
+
1860
-

act

+

waldo

-

via Richard Szalay

+

via John Pusey

-> Applies changes to plists and app icons inside a compiled IPA or xcarchive +> Upload build to Waldo
@@ -7476,9 +7213,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - act - - - Reconfigures .plists and icons inside a compiled IPA + waldo + testing + Upload a new build to [Waldo](https://www.waldo.io) @@ -7505,17 +7242,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 21 More subscribers = more popular project stars - 20 + 5 More stars = more popular project forks - 30 + 15 More forks = more people seem to use/modify this project @@ -7530,7 +7267,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 56 + 46 Project that have been around for longer tend to be more stable @@ -7540,17 +7277,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1420 + 1670 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -7560,19 +7297,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1567
+
1801
-

simctl

+

android_change_package_identifier

-

via Renzo Crisostomo

+

via MaximusMcCann

-> Fastlane plugin to interact with xcrun simctl +> Change the package identifier in the AndroidManifest.xml file. Can revert as well. @@ -7635,7 +7372,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1547 + 1781 More downloads = more users have been using the plugin for a while @@ -7650,20 +7387,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
1519
+
1779
-

gradle_properties

+

mattermost

-

via Ryo Sakaguchi

+

via cpfriend1721994

-> Read properties in your Fastfile easily +> Fastlane plugin for push messages to Mattermost
@@ -7679,9 +7416,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gradle_properties + mattermost - - Read properties in your Fastfile easily + Fastlane plugin for push messages to Mattermost @@ -7708,17 +7445,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 4 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -7733,22 +7470,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 33 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1425 + 1647 More downloads = more users have been using the plugin for a while @@ -7763,20 +7500,52 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1514
+
1725
-

android_change_app_name

+

patch

-

via MaximusMcCann

+

via Jimmy Dee

-> Changes the manifest's label attribute (appName). Stores the original name for revertinng. +> Apply and revert pattern-based patches to any text file. + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
apply_patchdeprecatedApply pattern-based patches to any text file.
revert_patchdeprecatedRevert the action of apply_patch
patchprojectApply pattern-based patches to any text file.
+
@@ -7793,17 +7562,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 6 More subscribers = more popular project stars - 0 + 3 More stars = more popular project @@ -7818,12 +7587,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 51 Project that have been around for longer tend to be more stable @@ -7838,12 +7607,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1494 + 1529 More downloads = more users have been using the plugin for a while tests - 0 + 60 The more tests a plugin has, the better @@ -7853,20 +7622,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
1499
+
1714
-

flutter

+

act

-

via Artem Sheremet

+

via Richard Szalay

-> Flutter actions plugin for Fastlane +> Applies changes to plists and app icons inside a compiled IPA or xcarchive
@@ -7882,24 +7650,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_bootstrap - - - Flutter SDK installation, upgrade and application bootstrap - - - flutter - - - Run "flutter" binary with the specified arguments - - - flutter_build - - - - - - - flutter_generate + act - - (1) Run `flutter packages get`; (2) Run `build_runner build` if build_runner is in dev_dependencies; (3) According to `package:intl`, take `$strings_file` and generate `${strings_file.dirname}/arb/intl_messages.arb`, then take all files matching `${strings_file.dirname}/intl_*.arb`, fix them and generate .dart files from them. (4) Generate an empty test importing all files, which would be used to calculate correct full coverage numbers. + Reconfigures .plists and icons inside a compiled IPA @@ -7926,12 +7679,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 3 More subscribers = more popular project stars - 38 + 20 More stars = more popular project @@ -7951,27 +7704,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 57 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -9 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1261 + 1427 More downloads = more users have been using the plugin for a while tests - 54 + 80 The more tests a plugin has, the better @@ -7981,52 +7734,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1488
- -

google_cloud_storage

- -

via Fernando Saragoca

- -> Google Cloud Storage +
1597
+

simctl

-
-Provided actions +

via Renzo Crisostomo

- - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
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
+> Fastlane plugin to interact with xcrun simctl -
@@ -8043,7 +7764,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -8053,7 +7774,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -8068,12 +7789,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 54 + 0 Project that have been around for longer tend to be more stable @@ -8083,12 +7804,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1359 + 1577 More downloads = more users have been using the plugin for a while @@ -8103,19 +7824,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
1476
+
1535
-

download_file

+

gradle_properties

-

via Massimo Oliviero

+

via Ryo Sakaguchi

-> This action downloads a file from an HTTP/HTTPS url (e.g. ZIP file) and puts it in a destination path +> Read properties in your Fastfile easily
@@ -8131,9 +7853,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_file - - + gradle_properties - + Read properties in your Fastfile easily @@ -8155,22 +7877,112 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 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 + 46 + Project that have been around for longer tend to be more stable + + + major_release + 0 + Post 1.0 releases are great + + + github_issues + 0 + Lots of open issues are not a good sign usually, unless the project is really popular + + + downloads + 1441 + More downloads = more users have been using the plugin for a while + + + tests 3 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
1525
+ +

android_change_app_name

+ +

via MaximusMcCann

+ +> Changes the manifest's label attribute (appName). Stores the original name for revertinng. + + + +
+Score details + + + + + + + + + + + + + + + + + + - + - + @@ -8180,32 +7992,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + - + - + - + - + @@ -8215,19 +8027,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
1405
+
1513
-

synx

+

flutter

-

via Afonso Graça

+

via Artem Sheremet

-> Organise your Xcode project folder to match your Xcode groups. +> Flutter actions plugin for Fastlane
@@ -8243,9 +8056,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- + - + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0 More subscribers = more popular project
stars10 More stars = more popular project
forks50 More forks = more people seem to use/modify this project
readme_score500 How well is the README of the document written
age570 Project that have been around for longer tend to be more stable
major_release300 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
downloads12991505 More downloads = more users have been using the plugin for a while
tests60 The more tests a plugin has, the better
synxflutter_bootstrap -Organise your Xcode project folder to match your Xcode groups.Flutter SDK installation, upgrade and application bootstrap
flutter-Run "flutter" binary with the specified arguments
flutter_build--
flutter_generate-(1) Run `flutter packages get`; (2) Run `build_runner build` if build_runner is in dev_dependencies; (3) According to `package:intl`, take `$strings_file` and generate `${strings_file.dirname}/arb/intl_messages.arb`, then take all files matching `${strings_file.dirname}/intl_*.arb`, fix them and generate .dart files from them. (4) Generate an empty test importing all files, which would be used to calculate correct full coverage numbers.
@@ -8272,17 +8100,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 9 More subscribers = more popular project stars - 26 + 38 More stars = more popular project forks - 20 + 30 More forks = more people seem to use/modify this project @@ -8292,12 +8120,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 57 + 47 Project that have been around for longer tend to be more stable @@ -8307,17 +8135,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -9 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1248 + 1274 More downloads = more users have been using the plugin for a while tests - 3 + 54 The more tests a plugin has, the better @@ -8327,19 +8155,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1398
+
1508
-

swiftformat

+

google_cloud_storage

-

via Felix Mau

+

via Fernando Saragoca

-> Run swift code formatting using SwiftFormat +> Google Cloud Storage
@@ -8355,9 +8183,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - swiftformat - testing - Run swift code formatting using SwiftFormat + 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 @@ -8379,22 +8217,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 4 + 2 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -8409,7 +8247,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 55 Project that have been around for longer tend to be more stable @@ -8419,17 +8257,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1248 + 1378 More downloads = more users have been using the plugin for a while tests - 33 + 0 The more tests a plugin has, the better @@ -8439,19 +8277,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1378
+
1491
-

teams_bot

+

download_file

-

via Hugo EXTRAT

+

via Massimo Oliviero

-> Easily alert a Microsoft Teams channel +> This action downloads a file from an HTTP/HTTPS url (e.g. ZIP file) and puts it in a destination path
@@ -8467,9 +8305,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - teams_bot + download_file + - - - Easily send a message to a Microsoft Teams channel through the Webhook connector @@ -8506,7 +8344,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 0 + 5 More forks = more people seem to use/modify this project @@ -8521,7 +8359,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 58 Project that have been around for longer tend to be more stable @@ -8531,17 +8369,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1236 + 1313 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -8551,19 +8389,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1316
+
1431
-

xcake

+

swiftformat

-

via James Campbell

+

via Felix Mau

-> Create your Xcode projects automatically using a stupid simple DSL. +> Run swift code formatting using SwiftFormat
@@ -8579,9 +8417,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcake - - - Runs `xcake` for the project + swiftformat + testing + Run swift code formatting using SwiftFormat @@ -8603,22 +8441,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 114 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 48 + 3 More subscribers = more popular project stars - 464 + 4 More stars = more popular project forks - 190 + 5 More forks = more people seem to use/modify this project @@ -8633,7 +8471,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 62 + 36 Project that have been around for longer tend to be more stable @@ -8643,17 +8481,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -5 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 293 + 1280 More downloads = more users have been using the plugin for a while tests - 80 + 33 The more tests a plugin has, the better @@ -8663,19 +8501,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1312
+
1408
-

applivery

+

synx

-

via Alejandro Jimenez

+

via Afonso Graça

-> Upload new build to Applivery +> Organise your Xcode project folder to match your Xcode groups.
@@ -8691,9 +8529,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - applivery - beta - Upload new iOS or Android build to Applivery + synx + - + Organise your Xcode project folder to match your Xcode groups. @@ -8720,17 +8558,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 6 More subscribers = more popular project stars - 12 + 26 More stars = more popular project forks - 40 + 20 More forks = more people seem to use/modify this project @@ -8740,27 +8578,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 57 + 58 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1090 + 1250 More downloads = more users have been using the plugin for a while @@ -8775,19 +8613,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1300
+
1404
-

tpa

+

teams_bot

-

via The Perfect App

+

via Hugo EXTRAT

-> TPA gives you advanced user behaviour analytics, app distribution, crash analytics and more +> Easily alert a Microsoft Teams channel
@@ -8803,14 +8641,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - 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 + teams_bot + - + Easily send a message to a Microsoft Teams channel through the Webhook connector @@ -8832,22 +8665,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 12 + 3 More subscribers = more popular project stars - 9 + 1 More stars = more popular project forks - 35 + 0 More forks = more people seem to use/modify this project @@ -8862,7 +8695,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 57 + 30 Project that have been around for longer tend to be more stable @@ -8872,17 +8705,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1008 + 1261 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -8892,19 +8725,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1268
+
1365
-

create_xcframework

+

applivery

-

via Boris Bielik, Alexey Alter-Pesotskiy

+

via Alejandro Jimenez

-> Fastlane plugin that creates xcframework for given list of destinations. +> Upload new build to Applivery
@@ -8920,9 +8753,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_xcframework - building - Fastlane plugin that creates xcframework for given list of destinations. + applivery + beta + Upload new iOS or Android build to Applivery @@ -8954,12 +8787,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 11 + 12 More stars = more popular project forks - 0 + 40 More forks = more people seem to use/modify this project @@ -8974,7 +8807,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 57 Project that have been around for longer tend to be more stable @@ -8989,7 +8822,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1111 + 1143 More downloads = more users have been using the plugin for a while @@ -9004,19 +8837,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1243
+
1320
-

codepush

+

xcake

-

via Pranit Harekar

+

via James Campbell

-> Fastlane plugin for App Center CodePush actions 🚀 +> Create your Xcode projects automatically using a stupid simple DSL.
@@ -9032,54 +8865,126 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - codepush_exists_deployment + xcake - - CodePush check if deployment exists + Runs `xcake` for the project + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + +
codepush_release_react-CodePush release-react actionMetricPointsDescription
codepush_login-CodePush login actioncontributors114The more contributors a project has, the more likely it is it stays alive
codepush_get_deployment_key-CodePush get deployment key given deployment namesubscribers48More subscribers = more popular project
codepush_list_deployment-CodePush list deployment actionstars464More stars = more popular project
codepush_remove_deployment-CodePush remove deployment actionforks190More forks = more people seem to use/modify this project
codepush_logout-CodePush logout actionhas_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
codepush_rename_deployment-CodePush rename deployment actionreadme_score50How well is the README of the document written
codepush_add_deployment-CodePush add deployment actionage62Project that have been around for longer tend to be more stable
codepush_promote-CodePush promote actionmajor_release0Post 1.0 releases are great
github_issues-5Lots of open issues are not a good sign usually, unless the project is really popular
downloads297More downloads = more users have been using the plugin for a while
tests80The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
1302
+ +

tpa

+ +

via The Perfect App

+ +> TPA gives you advanced user behaviour analytics, app distribution, crash analytics and more + + +
+Provided actions + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
upload_to_tpabetaUpload app builds to The Perfect App (tpa.io)
upload_symbols_to_tpamiscUpload dsym files downloaded from App Store Connect directly to TPA
@@ -9101,22 +9006,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 12 More subscribers = more popular project stars - 10 + 9 More stars = more popular project forks - 5 + 35 More forks = more people seem to use/modify this project @@ -9131,27 +9036,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 58 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -2 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1098 + 1009 More downloads = more users have been using the plugin for a while tests - 18 + 80 The more tests a plugin has, the better @@ -9161,19 +9066,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1226
+
1278
-

ruby

+

create_xcframework

-

via Felix Krause

+

via Boris Bielik, Alexey Alter-Pesotskiy

-> Useful fastlane actions for Ruby projects +> Fastlane plugin that creates xcframework for given list of destinations.
@@ -9189,14 +9094,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rubocop - - - Runs the code style checks - - - rspec - - - Run tests using rspec + create_xcframework + building + Fastlane plugin that creates xcframework for given list of destinations. @@ -9218,22 +9118,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 12 More subscribers = more popular project stars - 4 + 11 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -9248,27 +9148,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 58 + 33 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1072 + 1121 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -9278,19 +9178,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1182
+
1260
-

versioning_ios

+

ruby

-

via Igor Lamoš

+

via Felix Krause

-> iOS Versioning Plugin for Fastlane +> Useful fastlane actions for Ruby projects
@@ -9306,24 +9206,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - 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 + rubocop - - Set the Version of your iOS project + Runs the code style checks - ios_get_version + rspec - - Get the Version of your iOS project + Run tests using rspec @@ -9350,17 +9240,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 3 + 4 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -9370,12 +9260,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 49 + 58 Project that have been around for longer tend to be more stable @@ -9390,12 +9280,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1025 + 1106 More downloads = more users have been using the plugin for a while tests - 51 + 0 The more tests a plugin has, the better @@ -9405,19 +9295,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1166
+
1253
-

setup_fragile_tests_for_rescan

+

codepush

-

via Lyndsey Ferguson

+

via Pranit Harekar

-> Suppress stabile tests so that 'scan' can run the fragile tests again +> Fastlane plugin for App Center CodePush actions 🚀
@@ -9433,121 +9323,54 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - setup_fragile_tests_for_rescan - deprecated - Suppress stabile tests so that 'scan' can run the fragile tests again - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars6More stars = more popular project
forks5More forks = more people seem to use/modify this projectcodepush_exists_deployment-CodePush check if deployment exists
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT toocodepush_release_react-CodePush release-react action
readme_score50How well is the README of the document writtencodepush_login-CodePush login action
age52Project that have been around for longer tend to be more stablecodepush_get_deployment_key-CodePush get deployment key given deployment name
major_release30Post 1.0 releases are greatcodepush_list_deployment-CodePush list deployment action
github_issues0Lots of open issues are not a good sign usually, unless the project is really popularcodepush_remove_deployment-CodePush remove deployment action
downloads964More downloads = more users have been using the plugin for a whilecodepush_logout-CodePush logout action
tests36The more tests a plugin has, the bettercodepush_rename_deployment-CodePush rename deployment action
- -
- -

- - Open on GitHub - -

- ------ - -
1134
- -

firebase_test_lab

- -

via Shihua Zheng

- -> Test your app with Firebase Test Lab with ease using fastlane - - -
-Provided actions - - - - - - + + + - - - + - +
NameCategoryDescriptioncodepush_add_deployment-CodePush add deployment action
firebase_test_lab_ios_xctestcodepush_promote -Submit an iOS XCTest job to Firebase Test LabCodePush promote action
@@ -9569,22 +9392,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 42 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 39 + 3 More subscribers = more popular project stars - 54 + 10 More stars = more popular project forks - 105 + 5 More forks = more people seem to use/modify this project @@ -9599,27 +9422,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 35 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -8 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 758 + 1108 More downloads = more users have been using the plugin for a while tests - 0 + 18 The more tests a plugin has, the better @@ -9629,19 +9452,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1131
+
1198
-

saucelabs

+

versioning_ios

-

via ivan kat

+

via Igor Lamoš

-> Sauce Labs android & ios configuraiton +> iOS Versioning Plugin for Fastlane
@@ -9657,9 +9480,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - saucelabs_upload + ios_set_build_number - - Sauce labs android & ios Fastlane plugin + 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 @@ -9686,12 +9524,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 3 More stars = more popular project @@ -9711,7 +9549,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 49 Project that have been around for longer tend to be more stable @@ -9726,12 +9564,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1052 + 1041 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -9741,19 +9579,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1117
+
1177
-

tunes

+

saucelabs

-

via Boris Bügling

+

via ivan kat

-> Play music using fastlane, because you can. +> Sauce Labs android & ios configuraiton
@@ -9769,9 +9607,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - tunes + saucelabs_upload - - Play music using fastlane, because you can + Sauce labs android & ios Fastlane plugin @@ -9793,22 +9631,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 0 More subscribers = more popular project stars - 8 + 0 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -9818,12 +9656,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 58 + 26 Project that have been around for longer tend to be more stable @@ -9833,17 +9671,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 954 + 1097 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -9853,19 +9691,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1088
+
1169
-

ionic

+

setup_fragile_tests_for_rescan

-

via Jan Piotrowski

+

via Lyndsey Ferguson

-> Build your Ionic app +> Suppress stabile tests so that 'scan' can run the fragile tests again
@@ -9881,9 +9719,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ionic - building - Build your Ionic app + setup_fragile_tests_for_rescan + deprecated + Suppress stabile tests so that 'scan' can run the fragile tests again @@ -9905,22 +9743,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 72 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 15 + 3 More subscribers = more popular project stars - 41 + 6 More stars = more popular project forks - 55 + 5 More forks = more people seem to use/modify this project @@ -9935,27 +9773,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 53 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -23 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 804 + 966 More downloads = more users have been using the plugin for a while tests - 0 + 36 The more tests a plugin has, the better @@ -9965,19 +9803,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1071
+
1136
-

remove_provisioning_profile

+

firebase_test_lab

-

via Anton Domashnev

+

via Shihua Zheng

-> Remove provision profile from your local machine +> Test your app with Firebase Test Lab with ease using fastlane
@@ -9993,9 +9831,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - remove_provisioning_profile + firebase_test_lab_ios_xctest - - Remove the provisioning profile for the given app_identifier and type from local machine + Submit an iOS XCTest job to Firebase Test Lab @@ -10017,22 +9855,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 42 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 39 More subscribers = more popular project stars - 7 + 54 More stars = more popular project forks - 10 + 105 More forks = more people seem to use/modify this project @@ -10047,7 +9885,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 56 + 45 Project that have been around for longer tend to be more stable @@ -10057,17 +9895,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -8 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 820 + 759 More downloads = more users have been using the plugin for a while tests - 60 + 0 The more tests a plugin has, the better @@ -10077,19 +9915,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1069
+
1122
-

codecov_reporter

+

tunes

-

via BinaryBeard

+

via Boris Bügling

-> Uploads coverage report to Codecov.io +> Play music using fastlane, because you can.
@@ -10105,9 +9943,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - codecov_reporter + tunes - - Uploads coverage report to Codecov.io + Play music using fastlane, because you can @@ -10134,17 +9972,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 5 + 8 More stars = more popular project forks - 15 + 10 More forks = more people seem to use/modify this project @@ -10159,7 +9997,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 50 + 58 Project that have been around for longer tend to be more stable @@ -10169,17 +10007,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 911 + 959 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -10189,19 +10027,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1051
+
1092
-

merge_junit_report

+

ionic

-

via Derek Yang

+

via Jan Piotrowski

-> Merges multiple junit reports into one +> Build your Ionic app
@@ -10217,9 +10055,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - merge_junit_report - - - Provides the ability to merge multiple junit reports into one + ionic + building + Build your Ionic app @@ -10241,22 +10079,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 72 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 15 More subscribers = more popular project stars - 4 + 41 More stars = more popular project forks - 5 + 55 More forks = more people seem to use/modify this project @@ -10271,7 +10109,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 53 + 55 Project that have been around for longer tend to be more stable @@ -10281,17 +10119,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -23 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 880 + 807 More downloads = more users have been using the plugin for a while tests - 30 + 0 The more tests a plugin has, the better @@ -10301,19 +10139,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1027
+
1084
-

download_github_release_asset

+

remove_provisioning_profile

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. +> Remove provision profile from your local machine
@@ -10329,9 +10167,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_github_release_asset + remove_provisioning_profile - - Downloads a GitHub release's asset + Remove the provisioning profile for the given app_identifier and type from local machine @@ -10353,22 +10191,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 2 + 7 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -10383,7 +10221,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 55 + 57 Project that have been around for longer tend to be more stable @@ -10398,12 +10236,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 855 + 832 More downloads = more users have been using the plugin for a while tests - 6 + 60 The more tests a plugin has, the better @@ -10413,19 +10251,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1016
+
1076
-

jira_release_notes

+

codecov_reporter

-

via Alexander Ignition

+

via BinaryBeard

-> Release notes from JIRA for version +> Uploads coverage report to Codecov.io
@@ -10441,9 +10279,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_release_notes + codecov_reporter - - Jira release notes + Uploads coverage report to Codecov.io @@ -10465,22 +10303,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 21 + 3 More subscribers = more popular project stars - 13 + 5 More stars = more popular project forks - 20 + 15 More forks = more people seem to use/modify this project @@ -10495,7 +10333,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 51 Project that have been around for longer tend to be more stable @@ -10505,17 +10343,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 813 + 917 More downloads = more users have been using the plugin for a while tests - 39 + 3 The more tests a plugin has, the better @@ -10525,19 +10363,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1010
+
1053
-

hours

+

merge_junit_report

-

via Rishabh Tayal

+

via Derek Yang

-> Record total time saved by fastlane +> Merges multiple junit reports into one
@@ -10553,9 +10391,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - hours + merge_junit_report - - Record total time saved by fastlane + Provides the ability to merge multiple junit reports into one @@ -10587,12 +10425,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 4 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -10607,12 +10445,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 49 + 54 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -10622,12 +10460,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 846 + 881 More downloads = more users have been using the plugin for a while tests - 3 + 30 The more tests a plugin has, the better @@ -10637,19 +10475,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
998
+
1029
-

poeditor_export

+

download_github_release_asset

-

via James Campbell

+

via Anton Domashnev

-> Exports translations from POEditor.com +> 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.
@@ -10665,9 +10503,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - poeditor_export + download_github_release_asset - - Exports translations from POEditor.com + Downloads a GitHub release's asset @@ -10694,17 +10532,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 8 + 2 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -10719,12 +10557,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 57 + 56 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -10734,12 +10572,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 843 + 856 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -10749,19 +10587,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
989
+
1021
-

pgyer

+

jira_release_notes

-

via rexshi

+

via Alexander Ignition

-> distribute app to pgyer beta testing service +> Release notes from JIRA for version
@@ -10777,9 +10615,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - pgyer - - + jira_release_notes - + Jira release notes @@ -10801,22 +10639,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 30 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 9 + 21 More subscribers = more popular project stars - 65 + 13 More stars = more popular project forks - 155 + 20 More forks = more people seem to use/modify this project @@ -10831,7 +10669,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 43 Project that have been around for longer tend to be more stable @@ -10841,17 +10679,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -4 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 607 + 817 More downloads = more users have been using the plugin for a while tests - 3 + 39 The more tests a plugin has, the better @@ -10861,19 +10699,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
978
+
1015
-

prepare_build_resources

+

hours

-

via Jakob Jensen

+

via Rishabh Tayal

-> Prepares certificates and provisioning profiles for building and removes them afterwards. +> Record total time saved by fastlane
@@ -10889,9 +10727,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - prepare_build_resources + hours - - Prepares certificates and provisioning profiles for building and removes them afterwards. + Record total time saved by fastlane @@ -10913,27 +10751,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 9 + 3 More subscribers = more popular project stars - 6 + 3 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -10943,7 +10781,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 57 + 49 Project that have been around for longer tend to be more stable @@ -10953,17 +10791,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 845 + 851 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -10973,19 +10811,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
969
+
1004
-

clean_testflight_testers

+

poeditor_export

-

via Felix Krause

+

via James Campbell

-> Automatically remove TestFlight testers that are not actually testing your app +> Exports translations from POEditor.com
@@ -11001,9 +10839,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clean_testflight_testers + poeditor_export - - Automatically remove TestFlight testers that are not actually testing your app + Exports translations from POEditor.com @@ -11025,7 +10863,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 6 The more contributors a project has, the more likely it is it stays alive @@ -11035,12 +10873,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 26 + 8 More stars = more popular project forks - 15 + 5 More forks = more people seem to use/modify this project @@ -11055,7 +10893,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 50 + 57 Project that have been around for longer tend to be more stable @@ -11065,17 +10903,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 786 + 849 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -11085,19 +10923,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
965
+
999
-

carthage_cache

+

pgyer

-

via Thi Doan

+

via rexshi

-> A Fastlane plugin that allows to cache Carthage/Build folder in Amazon S3. +> distribute app to pgyer beta testing service
@@ -11113,19 +10951,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - carthage_cache_install - - - Download Carthage cache from Amazon S3 - - - carthage_cache_publish + pgyer - - Upload Carthage cache to Amazon S3 - - - carthage_cache_exist - - Check if Carthage cache exists for Cartfile.resolved in Amazon S3 @@ -11147,22 +10975,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 30 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 9 More subscribers = more popular project stars - 10 + 65 More stars = more popular project forks - 0 + 155 More forks = more people seem to use/modify this project @@ -11177,7 +11005,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 58 + 54 Project that have been around for longer tend to be more stable @@ -11187,12 +11015,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 812 + 617 More downloads = more users have been using the plugin for a while @@ -11207,19 +11035,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
947
+
979
-

icon_banner

+

prepare_build_resources

-

via Émile Bélair

+

via Jakob Jensen

-> IconBanner adds custom nice-looking banners over your mobile app icons +> Prepares certificates and provisioning profiles for building and removes them afterwards.
@@ -11235,14 +11063,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - icon_banner - - - Adds custom nice-looking banners over your mobile app icons - - - icon_banner_restore + prepare_build_resources - - Restores the original app icons (can be used after build to clean up the repository) + Prepares certificates and provisioning profiles for building and removes them afterwards. @@ -11264,27 +11087,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 9 More subscribers = more popular project stars - 38 + 6 More stars = more popular project forks - 40 + 5 More forks = more people seem to use/modify this project has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -11294,27 +11117,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 57 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -4 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 757 + 846 More downloads = more users have been using the plugin for a while tests - 6 + 9 The more tests a plugin has, the better @@ -11324,19 +11147,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
929
+
976
-

onesky

+

clean_testflight_testers

-

via Daniel Kiedrowski

+

via Felix Krause

-> Helps to update the translations of your app using the OneSky service. +> Automatically remove TestFlight testers that are not actually testing your app
@@ -11352,14 +11175,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - onesky_upload - - - Upload a strings file to OneSky - - - onesky_download + clean_testflight_testers - - Download a translation file from OneSky + Automatically remove TestFlight testers that are not actually testing your app @@ -11381,7 +11199,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 18 The more contributors a project has, the more likely it is it stays alive @@ -11391,12 +11209,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 15 + 26 More stars = more popular project forks - 65 + 15 More forks = more people seem to use/modify this project @@ -11411,7 +11229,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 55 + 51 Project that have been around for longer tend to be more stable @@ -11421,17 +11239,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 710 + 792 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -11441,21 +11259,53 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
922
+
968
-

danger-device_grid

+

carthage_cache

-

via Felix Krause, Boris Bügling

+

via Thi Doan

-> Danger plugin for the fastlane device grid. +> A Fastlane plugin that allows to cache Carthage/Build folder in Amazon S3. +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
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 @@ -11471,22 +11321,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 21 + 6 More subscribers = more popular project stars - 5 + 10 More stars = more popular project forks - 20 + 0 More forks = more people seem to use/modify this project @@ -11501,7 +11351,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 57 + 58 Project that have been around for longer tend to be more stable @@ -11516,12 +11366,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 743 + 815 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -11531,19 +11381,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
912
+
958
-

android_change_string_app_name

+

icon_banner

-

via MaximusMcCann

+

via Émile Bélair

-> Change the app_name in the strings.xml file & revert method +> IconBanner adds custom nice-looking banners over your mobile app icons
@@ -11559,14 +11409,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_change_string_app_name + icon_banner - - Change the app_name in the strings.xml file & revert method + Adds custom nice-looking banners over your mobile app icons - android_change_string_app_name_revert + icon_banner_restore - - Revert strings.xml app_name using ANDROID_CHANGE_STRING_APP_NAME_ORIGINAL_NAME + Restores the original app icons (can be used after build to clean up the repository) @@ -11588,22 +11438,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 0 + 38 More stars = more popular project forks - 5 + 40 More forks = more people seem to use/modify this project @@ -11613,12 +11463,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 55 + 41 Project that have been around for longer tend to be more stable @@ -11628,17 +11478,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 789 + 767 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -11648,62 +11498,132 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
900
+
933
-

android_versioning_kts

+

danger-device_grid

-

via zmunm

+

via Felix Krause, Boris Bügling

+ +> Danger plugin for the fastlane device grid. -> android versioning for gradle kotlin DSL
-Provided actions +Score details - - + + - - - + + + - - - + + + - - - + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
get_value_from_build--contributors0The more contributors a project has, the more likely it is it stays alive
increment_version_code-Increment the version code of your projectsubscribers21More subscribers = more popular project
set_value_in_build-Set the value of your projectstars5More stars = more popular project
get_version_name-Get the version name of your projectforks20More forks = more people seem to use/modify this project
increment_version_namehas_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age58Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads753More downloads = more users have been using the plugin for a while
tests6The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
931
+ +

onesky

+ +

via Daniel Kiedrowski

+ +> Helps to update the translations of your app using the OneSky service. + + +
+Provided actions + + + + + + + + + + + + - + - + - +
NameCategoryDescription
onesky_upload -Increment the version name of your projectUpload a strings file to OneSky
get_version_codeonesky_download -Get the version code of your projectDownload a translation file from OneSky
@@ -11725,22 +11645,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 5 + 15 More stars = more popular project forks - 10 + 65 More forks = more people seem to use/modify this project @@ -11750,12 +11670,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 38 + 56 Project that have been around for longer tend to be more stable @@ -11770,12 +11690,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 734 + 711 More downloads = more users have been using the plugin for a while tests - 66 + 3 The more tests a plugin has, the better @@ -11785,19 +11705,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
895
+
922
-

bitrise_automation

+

android_change_string_app_name

-

via Mario Cecchi

+

via MaximusMcCann

-> Trigger builds on Bitrise, check their status and download artifacts using Fastlane +> Change the app_name in the strings.xml file & revert method
@@ -11813,19 +11733,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitrise_build_artifacts - - - Get the list or full contents of the artifacts produced by a build on Bitrise - - - trigger_bitrise_workflow + android_change_string_app_name - - Trigger a Bitrise workflow with the specified parameters, synchronously or asynchronously + Change the app_name in the strings.xml file & revert method - bitrise_build_status + android_change_string_app_name_revert - - Get the status of the Bitrise build + Revert strings.xml app_name using ANDROID_CHANGE_STRING_APP_NAME_ORIGINAL_NAME @@ -11847,37 +11762,37 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 36 + 3 More subscribers = more popular project stars - 1 + 0 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 50 + 25 How well is the README of the document written age - 33 + 56 Project that have been around for longer tend to be more stable @@ -11887,17 +11802,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 746 + 798 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -11907,19 +11822,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
875
+
908
-

android_emulator

+

android_versioning_kts

-

via Michael Ruhl

+

via zmunm

-> Creates and starts an Android Emulator (AVD) +> android versioning for gradle kotlin DSL
@@ -11935,9 +11850,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_emulator + get_value_from_build - - Creates and starts an Android Emulator (AVD) + - + + + 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 @@ -11964,17 +11904,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 3 More subscribers = more popular project stars - 7 + 5 More stars = more popular project forks - 75 + 10 More forks = more people seem to use/modify this project @@ -11984,32 +11924,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 48 + 38 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -2 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 629 + 742 More downloads = more users have been using the plugin for a while tests - 6 + 66 The more tests a plugin has, the better @@ -12019,19 +11959,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
826
+
905
-

semaphore

+

bitrise_automation

-

via Dmitry Bespalov

+

via Mario Cecchi

-> Semaphore CI integration +> Trigger builds on Bitrise, check their status and download artifacts using Fastlane
@@ -12047,9 +11987,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - setup_semaphore + bitrise_build_artifacts - - Semaphore CI integration + Get the list or full contents of the artifacts produced by a build on Bitrise + + + trigger_bitrise_workflow + - + Trigger a Bitrise workflow with the specified parameters, synchronously or asynchronously + + + bitrise_build_status + - + Get the status of the Bitrise build @@ -12076,7 +12026,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 18 + 36 More subscribers = more popular project @@ -12086,12 +12036,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 5 + 0 More forks = more people seem to use/modify this project has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -12101,7 +12051,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 33 Project that have been around for longer tend to be more stable @@ -12111,17 +12061,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -2 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 667 + 756 More downloads = more users have been using the plugin for a while tests - 27 + 80 The more tests a plugin has, the better @@ -12131,19 +12081,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
819
+
885
-

google_chat

+

android_emulator

-

via Narlei Américo Moreira

+

via Michael Ruhl

-> Send messages to Google Chat +> Creates and starts an Android Emulator (AVD)
@@ -12159,9 +12109,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - google_chat + android_emulator - - Send messages to Google Chat + Creates and starts an Android Emulator (AVD) @@ -12183,22 +12133,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 12 More subscribers = more popular project stars - 13 + 7 More stars = more popular project forks - 5 + 75 More forks = more people seem to use/modify this project @@ -12208,32 +12158,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 40 + 48 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 701 + 639 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -12243,19 +12193,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
813
+
834
-

npm

+

google_chat

-

via Erick Martins

+

via Narlei Américo Moreira

-> A very simple plugin to run npm scripts +> Send messages to Google Chat
@@ -12271,34 +12221,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - npm_test - - - A very simple plugin to run npm scripts - - - npm_run - - - A very simple plugin to run npm scripts - - - npm_post_install - - - A very simple plugin to run npm scripts - - - npm_install - - - A very simple plugin to run npm scripts - - - upgrade_package_json_version - - - A very simple plugin to run npm scripts - - - npm_lint + google_chat - - Runs lint script + Send messages to Google Chat @@ -12325,17 +12250,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 0 + 13 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -12350,7 +12275,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 40 Project that have been around for longer tend to be more stable @@ -12365,7 +12290,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 730 + 716 More downloads = more users have been using the plugin for a while @@ -12380,19 +12305,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
801
+
834
-

file_manager

+

npm

-

via Jason Nam

+

via Erick Martins

-> Copy and remove files +> A very simple plugin to run npm scripts
@@ -12408,14 +12333,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - remove_files + npm_test - - Remove files + A very simple plugin to run npm scripts - copy_files + npm_run - - Copy files + A very simple plugin to run npm scripts + + + npm_post_install + - + A very simple plugin to run npm scripts + + + npm_install + - + A very simple plugin to run npm scripts + + + upgrade_package_json_version + - + A very simple plugin to run npm scripts + + + npm_lint + - + Runs lint script @@ -12437,7 +12382,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -12447,7 +12392,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -12462,12 +12407,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 40 + 26 Project that have been around for longer tend to be more stable @@ -12482,12 +12427,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 681 + 751 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -12497,19 +12442,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
794
+
830
-

upgrade_super_old_xcode_project

+

semaphore

-

via Jan Piotrowski

+

via Dmitry Bespalov

-> Upgrades super old Xcode projects to Xcode 8 +> Semaphore CI integration
@@ -12525,9 +12470,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upgrade_super_old_xcode_project + setup_semaphore - - Upgrades super old Xcode projects to Xcode 8 + Semaphore CI integration @@ -12549,17 +12494,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 18 More subscribers = more popular project stars - 3 + 1 More stars = more popular project @@ -12579,7 +12524,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 49 + 41 Project that have been around for longer tend to be more stable @@ -12594,12 +12539,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 651 + 670 More downloads = more users have been using the plugin for a while tests - 3 + 27 The more tests a plugin has, the better @@ -12609,19 +12554,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
786
+
815
-

icon_versioning

+

file_manager

-

via Iulian Onofrei

+

via Jason Nam

-> Overlay build information on top of your app icon +> Copy and remove files
@@ -12637,9 +12582,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - version_icon + remove_files - - Overlay build information on top of your app icon. Based on original work by Krzysztof Zabłocki (https://github.com/krzysztofzablocki/Bootstrap). + Remove files + + + copy_files + - + Copy files @@ -12661,7 +12611,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -12671,12 +12621,124 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 48 + 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 + 40 + Project that have been around for longer tend to be more stable + + + major_release + 0 + Post 1.0 releases are great + + + github_issues + 0 + Lots of open issues are not a good sign usually, unless the project is really popular + + + downloads + 695 + More downloads = more users have been using the plugin for a while + + + tests + 6 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
797
+ +

upgrade_super_old_xcode_project

+ +

via Jan Piotrowski

+ +> Upgrades super old Xcode projects to Xcode 8 + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
upgrade_super_old_xcode_project-Upgrades super old Xcode projects to Xcode 8
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -12691,12 +12753,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -12706,12 +12768,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -12721,13 +12783,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
785
+
790

git_switch_branch

@@ -12818,7 +12880,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -12839,13 +12901,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
781
+
789
-

mango

+

icon_versioning

-

via Serghei Moret, Daniel Hartwich

+

via Iulian Onofrei

-> This plugin orchtestrates Android tasks on docker images +> Overlay build information on top of your app icon
@@ -12861,9 +12923,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- + - +
MetricPointsDescription
contributors12The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars3More stars = more popular project
forks5 More forks = more people seem to use/modify this project
age4850 Project that have been around for longer tend to be more stable
major_release300 Post 1.0 releases are great
downloads471653 More downloads = more users have been using the plugin for a while
tests803 The more tests a plugin has, the better
downloads676681 More downloads = more users have been using the plugin for a while
run_dockerized_taskversion_icon -Action that runs Android tasks on a specified Docker imageOverlay build information on top of your app icon. Based on original work by Krzysztof Zabłocki (https://github.com/krzysztofzablocki/Bootstrap).
@@ -12885,22 +12947,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 30 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 66 + 3 More subscribers = more popular project stars - 49 + 48 More stars = more popular project forks - 35 + 20 More forks = more people seem to use/modify this project @@ -12915,7 +12977,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 49 Project that have been around for longer tend to be more stable @@ -12925,12 +12987,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 377 + 473 More downloads = more users have been using the plugin for a while @@ -12945,13 +13007,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
778
+
786

xcresult_to_junit

@@ -13042,7 +13104,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 606 + 614 More downloads = more users have been using the plugin for a while @@ -13063,7 +13125,119 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
774
+
783
+ +

mango

+ +

via Serghei Moret, Daniel Hartwich

+ +> This plugin orchtestrates Android tasks on docker images + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
run_dockerized_task-Action that runs Android tasks on a specified Docker image
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors30The more contributors a project has, the more likely it is it stays alive
subscribers66More subscribers = more popular project
stars49More stars = more popular project
forks35More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age45Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads378More downloads = more users have been using the plugin for a while
tests80The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
780

semantic_release2

@@ -13159,7 +13333,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 316 + 322 More downloads = more users have been using the plugin for a while @@ -13180,7 +13354,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
761
+
768

google_sheet_localize

@@ -13256,7 +13430,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 42 Project that have been around for longer tend to be more stable @@ -13271,7 +13445,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 584 + 590 More downloads = more users have been using the plugin for a while @@ -13292,7 +13466,97 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
757
+
760
+ +

lambdatest

+ +

via LambdaTest

+ +> fastlane plugin to upload app to lambdatest + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors18The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads722More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
759

gs_deliver

@@ -13418,7 +13682,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 651 + 653 More downloads = more users have been using the plugin for a while @@ -13439,7 +13703,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
754
+
759

s3_actions

@@ -13525,7 +13789,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 55 Project that have been around for longer tend to be more stable @@ -13540,7 +13804,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 614 + 618 More downloads = more users have been using the plugin for a while @@ -13561,7 +13825,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
738
+
750

simple_loco

@@ -13652,7 +13916,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 586 + 598 More downloads = more users have been using the plugin for a while @@ -13673,7 +13937,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
734
+
739

microsft_teams_message_card

@@ -13749,7 +14013,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 32 Project that have been around for longer tend to be more stable @@ -13764,7 +14028,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 652 + 656 More downloads = more users have been using the plugin for a while @@ -13785,7 +14049,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
731
+
732

gs_project_flow_ios

@@ -13854,7 +14118,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 711 + 712 More downloads = more users have been using the plugin for a while @@ -13876,14 +14140,36 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
730
+
717
-

lambdatest

+

verify_ipa_with_app_store_connect

-

via LambdaTest

+

via Onno Bergob

-> fastlane plugin to upload app to lambdatest +> Uses altool to verify an ipa with App Store Connect. + + +
+Provided actions + + + + + + + + + + + + + + + +
NameCategoryDescription
verify_ipa_with_app_store_connect-Uses the command line tool iTMSTransporter provided with Xcode to verify the ipa.
+ +
@@ -13900,12 +14186,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -13925,12 +14211,149 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age + 27 + Project that have been around for longer tend to be more stable + + + major_release + 30 + Post 1.0 releases are great + + + github_issues 0 + Lots of open issues are not a good sign usually, unless the project is really popular + + + downloads + 609 + More downloads = more users have been using the plugin for a while + + + tests + 3 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
715
+ +

jira_util

+ +

via %q{Alexey Martynov}

+ +> %q{Create JIRA issues and manage versions with this plugin} + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
release_jira_version-Releases a version in your JIRA project
get_jira_release_report_link-Return link to JIRA release report.
create_jira_issue-Creates a new issue in your JIRA project
update_jira_version-Creates a new version in your JIRA project
create_jira_version-Creates a new version in your JIRA project
get_jira_version-Finds project version in your JIRA project by id or by name
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -13945,12 +14368,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -13960,19 +14383,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
715
+
709
-

verify_ipa_with_app_store_connect

+

rocket_chat

-

via Onno Bergob

+

via Thiago Felix

-> Uses altool to verify an ipa with App Store Connect. +> Send message to Rocket.Chat right from fastlane
@@ -13988,9 +14411,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- + - +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age57 Project that have been around for longer tend to be more stable
downloads692582 More downloads = more users have been using the plugin for a while
tests03 The more tests a plugin has, the better
verify_ipa_with_app_store_connectrocket_chat -Uses the command line tool iTMSTransporter provided with Xcode to verify the ipa.Send a success/error message to your RocketChat group
@@ -14017,12 +14440,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 0 + 6 More stars = more popular project @@ -14037,32 +14460,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 27 + 56 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 607 + 569 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -14072,19 +14495,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
706
+
700
-

jira_util

+

cryptex

-

via %q{Alexey Martynov}

+

via Helmut Januschka

-> %q{Create JIRA issues and manage versions with this plugin} +> fastlane Crypt Store Git repo
@@ -14100,34 +14523,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - release_jira_version - - - Releases a version in your JIRA project - - - get_jira_release_report_link - - - Return link to JIRA release report. - - - create_jira_issue - - - Creates a new issue in your JIRA project - - - update_jira_version - - - Creates a new version in your JIRA project - - - create_jira_version + cryptex - - Creates a new version in your JIRA project + Secure Git-Backed Storage - get_jira_version + cryptex_generate_keystore - - Finds project version in your JIRA project by id or by name + Generate a new Android Keystore @@ -14149,22 +14552,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 36 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 12 More subscribers = more popular project stars - 0 + 26 More stars = more popular project forks - 0 + 55 More forks = more people seem to use/modify this project @@ -14189,12 +14592,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 574 + 446 More downloads = more users have been using the plugin for a while @@ -14209,42 +14612,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
704
- -

rocket_chat

- -

via Thiago Felix

- -> Send message to Rocket.Chat right from fastlane +
698
+

rename_android_package

-
-Provided actions +

via Josh Holtz

- - - - - - - - - - - - - - - -
NameCategoryDescription
rocket_chat-Send a success/error message to your RocketChat group
+> Renames Android package -
@@ -14271,7 +14652,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 6 + 0 More stars = more popular project @@ -14286,12 +14667,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 56 + 0 Project that have been around for longer tend to be more stable @@ -14301,17 +14682,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 564 + 678 More downloads = more users have been using the plugin for a while tests - 9 + 0 The more tests a plugin has, the better @@ -14321,19 +14702,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
695
+
690
-

cryptex

+

create_merge_request

-

via Helmut Januschka

+

via masashi mizuno

-> fastlane Crypt Store Git repo +> This will create a new merge request on GitLab.
@@ -14349,14 +14731,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - cryptex - - - Secure Git-Backed Storage - - - cryptex_generate_keystore - - - Generate a new Android Keystore + create_merge_request + source_control + This will create a new marge request on GitLab @@ -14378,22 +14755,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 36 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 12 + 6 More subscribers = more popular project stars - 26 + 1 More stars = more popular project forks - 55 + 10 More forks = more people seem to use/modify this project @@ -14408,97 +14785,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 55 - 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 - 442 - More downloads = more users have been using the plugin for a while - - - tests - 3 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
692
- -

rename_android_package

- -

via Josh Holtz

- -> Renames Android package - - - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -14513,7 +14800,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -14528,20 +14815,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
683
+
660
-

create_merge_request

+

amazon_app_submission

-

via masashi mizuno

+

via mohammedhemaid

-> This will create a new merge request on GitLab. +> This is the first version of the Amazon App Submission
@@ -14557,9 +14843,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- - - + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age039 Project that have been around for longer tend to be more stable
downloads672546 More downloads = more users have been using the plugin for a while
create_merge_requestsource_controlThis will create a new marge request on GitLabamazon_app_submission-Fastlane plugin for Amazon App Submissions
@@ -14581,22 +14867,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 1 + 4 More stars = more popular project forks - 10 + 15 More forks = more people seem to use/modify this project @@ -14611,7 +14897,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 22 Project that have been around for longer tend to be more stable @@ -14621,17 +14907,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 540 + 546 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -14641,13 +14927,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
637
+
645

git_status

@@ -14723,7 +15009,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 55 Project that have been around for longer tend to be more stable @@ -14738,7 +15024,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 495 + 502 More downloads = more users have been using the plugin for a while @@ -14759,13 +15045,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
626
+
640
-

jira_issue_details

+

latest_appcenter_build_number

-

via Zaim Ramlan

+

via Jack Spargo

-> Get the details for the given jira issue key(s) +> Use AppCenter API to get the latest version and build number for an App Center app
@@ -14781,9 +15067,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_jira_issue + latest_appcenter_build_number - - Get the details for the given jira issue key(s). + Gets latest version number of the app from AppCenter @@ -14805,22 +15091,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 0 + 2 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -14835,12 +15121,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 38 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -14850,12 +15136,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 489 + 435 More downloads = more users have been using the plugin for a while tests - 21 + 48 The more tests a plugin has, the better @@ -14865,13 +15151,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
624
+
635

firebase_management

@@ -14957,7 +15243,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 53 Project that have been around for longer tend to be more stable @@ -14972,7 +15258,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 421 + 431 More downloads = more users have been using the plugin for a while @@ -14993,13 +15279,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
624
+
631
-

latest_appcenter_build_number

+

jira_issue_details

-

via Jack Spargo

+

via Zaim Ramlan

-> Use AppCenter API to get the latest version and build number for an App Center app +> Get the details for the given jira issue key(s)
@@ -15015,9 +15301,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - latest_appcenter_build_number + get_jira_issue - - Gets latest version number of the app from AppCenter + Get the details for the given jira issue key(s). @@ -15039,22 +15325,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 2 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -15069,12 +15355,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 43 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -15084,12 +15370,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 419 + 494 More downloads = more users have been using the plugin for a while tests - 48 + 21 The more tests a plugin has, the better @@ -15099,7 +15385,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -15217,119 +15503,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
622
- -

amazon_app_submission

- -

via mohammedhemaid

- -> This is the first version of the Amazon App Submission - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
amazon_app_submission-Fastlane plugin for Amazon App Submissions
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars4More stars = more popular project
forks15More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age21Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues-3Lots of open issues are not a good sign usually, unless the project is really popular
downloads509More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
610
+
615

upload_to_server

@@ -15420,7 +15594,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 473 + 478 More downloads = more users have been using the plugin for a while @@ -15441,7 +15615,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
607
+
609

try_scan

@@ -15517,7 +15691,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 34 Project that have been around for longer tend to be more stable @@ -15532,7 +15706,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 461 + 462 More downloads = more users have been using the plugin for a while @@ -15553,7 +15727,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
606
+
609

setup_app_feedback_sdk

@@ -15644,7 +15818,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 463 + 466 More downloads = more users have been using the plugin for a while @@ -15665,7 +15839,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
589
+
593

androidmanifest_editor

@@ -15751,7 +15925,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 43 Project that have been around for longer tend to be more stable @@ -15766,7 +15940,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 496 + 499 More downloads = more users have been using the plugin for a while @@ -15787,7 +15961,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
570
+
575

discord_notifier

@@ -15878,7 +16052,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 453 + 458 More downloads = more users have been using the plugin for a while @@ -15899,7 +16073,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
563
+
567

analyze_ios_ipa

@@ -15975,7 +16149,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 39 Project that have been around for longer tend to be more stable @@ -15990,7 +16164,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 446 + 449 More downloads = more users have been using the plugin for a while @@ -16011,7 +16185,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
561
+
563

pretty_junit

@@ -16102,7 +16276,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 429 + 431 More downloads = more users have been using the plugin for a while @@ -16123,13 +16297,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
539
+
550
-

app_info

+

latest_hockeyapp_version_number

-

via icyleaf

+

via Travis Palmer

-> Teardown tool for mobile app(ipa, apk and aab files), analysis metedata like version, name, icon etc. +> Easily fetch the most recent HockeyApp version number for your app
@@ -16145,9 +16319,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - app_info + latest_hockeyapp_version_number - - Parse and dump mobile app(ipa, apk and aab file) metedata. + Easily fetch the most recent HockeyApp version number for your app @@ -16169,7 +16343,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -16179,12 +16353,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 6 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -16194,32 +16368,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 54 + 57 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -1 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 353 + 396 More downloads = more users have been using the plugin for a while tests - 57 + 6 The more tests a plugin has, the better @@ -16229,19 +16403,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
536
+
545
-

latest_hockeyapp_version_number

+

app_info

-

via Travis Palmer

+

via icyleaf

-> Easily fetch the most recent HockeyApp version number for your app +> Teardown tool for mobile app(ipa, apk and aab files), analysis metedata like version, name, icon etc.
@@ -16257,9 +16431,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - latest_hockeyapp_version_number + app_info - - Easily fetch the most recent HockeyApp version number for your app + Parse and dump mobile app(ipa, apk and aab file) metedata. @@ -16281,7 +16455,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -16291,12 +16465,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 6 + 3 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -16306,32 +16480,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 57 + 55 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -4 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 382 + 358 More downloads = more users have been using the plugin for a while tests - 6 + 57 The more tests a plugin has, the better @@ -16341,13 +16515,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
518
+
525
@@ -16423,7 +16597,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 31 Project that have been around for longer tend to be more stable @@ -16438,7 +16612,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 412 + 418 More downloads = more users have been using the plugin for a while @@ -16459,13 +16633,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
510
+
523
-

xcresult_actions

+

latest_hockey_build_number

-

via yutailang0119

+

via Sergii Stotskyi, Kirill Pahnev

-> fastlane actions for `.xcresult` +> Gets latest version number of the app with the bundle id from HockeyApp
@@ -16481,9 +16655,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - summarize_xcresult_report + latest_hockey_build_number - - Summarize about test coverage rate from `.xcresult` file + Gets latest version number of the app with the bundle id from HockeyApp @@ -16505,7 +16679,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive @@ -16515,7 +16689,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 3 More stars = more popular project @@ -16535,7 +16709,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 56 Project that have been around for longer tend to be more stable @@ -16545,17 +16719,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 395 + 376 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -16565,13 +16739,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
509
+
515

update_app_associated_domains

@@ -16640,7 +16814,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 471 + 477 More downloads = more users have been using the plugin for a while @@ -16661,13 +16835,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
509
+
514
-

latest_hockey_build_number

+

xcresult_actions

-

via Sergii Stotskyi, Kirill Pahnev

+

via yutailang0119

-> Gets latest version number of the app with the bundle id from HockeyApp +> fastlane actions for `.xcresult`
@@ -16683,9 +16857,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - latest_hockey_build_number + summarize_xcresult_report - - Gets latest version number of the app with the bundle id from HockeyApp + Summarize about test coverage rate from `.xcresult` file @@ -16707,7 +16881,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive @@ -16717,7 +16891,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 1 More stars = more popular project @@ -16737,7 +16911,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 56 + 34 Project that have been around for longer tend to be more stable @@ -16747,17 +16921,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 362 + 398 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -16767,19 +16941,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
506
+
510
-

fir_cli

+

android_sdk_update

-

via atpking

+

via Philipp Burgk, Michael Ruhl

-> upload ipa or apk to fir.im +> Install required Android-SDK packages
@@ -16795,9 +16969,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fir_cli + android_sdk_update - - invoke fir-cli from fastlane plugin directly. \nfir-cli: https://github.com/FIRHQ/fir-cli + Install and update required Android-SDK packages @@ -16824,17 +16998,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 15 + 27 More subscribers = more popular project stars - 44 + 10 More stars = more popular project forks - 45 + 20 More forks = more people seem to use/modify this project @@ -16849,7 +17023,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 53 Project that have been around for longer tend to be more stable @@ -16859,17 +17033,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -2 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 264 + 292 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -16879,19 +17053,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
506
+
509
-

notarize

+

fir_cli

-

via Zeplin, Inc.

+

via atpking

-> fastlane plugin to notarize a macOS app +> upload ipa or apk to fir.im
@@ -16907,9 +17081,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - notarize - deprecated - Notarizes a macOS app + fir_cli + - + invoke fir-cli from fastlane plugin directly. \nfir-cli: https://github.com/FIRHQ/fir-cli @@ -16936,17 +17110,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 60 + 15 More subscribers = more popular project stars - 64 + 44 More stars = more popular project forks - 35 + 45 More forks = more people seem to use/modify this project @@ -16961,7 +17135,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 37 Project that have been around for longer tend to be more stable @@ -16971,17 +17145,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -3 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 208 + 267 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -16991,19 +17165,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
504
+
507
-

android_sdk_update

+

notarize

-

via Philipp Burgk, Michael Ruhl

+

via Zeplin, Inc.

-> Install required Android-SDK packages +> fastlane plugin to notarize a macOS app
@@ -17019,9 +17193,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_sdk_update - - - Install and update required Android-SDK packages + notarize + deprecated + Notarizes a macOS app @@ -17048,17 +17222,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 27 + 60 More subscribers = more popular project stars - 10 + 64 More stars = more popular project forks - 20 + 35 More forks = more people seem to use/modify this project @@ -17073,7 +17247,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 42 Project that have been around for longer tend to be more stable @@ -17083,17 +17257,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 287 + 209 More downloads = more users have been using the plugin for a while tests - 9 + 0 The more tests a plugin has, the better @@ -17103,7 +17277,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -17236,7 +17410,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
497
+
496

stream_actions

@@ -17282,6 +17456,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas building This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. + + check_unsafe_flags + - + Checks if Package.swift contains unsafe flags + current_branch - @@ -17418,585 +17597,6 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
-
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors12The more contributors a project has, the more likely it is it stays alive
subscribers81More subscribers = more popular project
stars2More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license-50fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age19Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads311More downloads = more users have been using the plugin for a while
tests72The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
490
- -

github_job_status

- -

via Justin Singer

- -> Post the status of your test jobs to your pull requests - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
github_job_status-Post the status of your test jobs to your pull requests
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors18The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age54Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads348More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
487
- -

sftp

- -

via Oliver Limberg

- -> Plugin to upload files via SFTP - - -
-Provided actions - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
sftp_downloadmiscdownload files from a remote Server via SFTP
sftp_uploadmiscupload files to a remote Server via SFTP
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors12The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars2More stars = more popular project
forks5More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age41Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads261More downloads = more users have been using the plugin for a while
tests63The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
480
- -

jira_versions

- -

via Sandy Chapman

- -> Manage your JIRA project's releases/versions with this plugin. - - -
-Provided actions - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
release_jira_version-Releases a version in your JIRA project
create_jira_version-Creates a new version in your JIRA project
get_jira_versions-Gets a list of all versions for a JIRA project
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors12The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars14More stars = more popular project
forks15More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age56Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues-3Lots of open issues are not a good sign usually, unless the project is really popular
downloads310More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
474
- -

polidea

- -

via Piotrek Dubiel

- -> Polidea's fastlane action - - - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads424More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
- -
- -

- - Open website - (no GitHub link provided in gemspec) - -

- ------ - -
473
- -

match_import

- -

via Serhii Batsevych

- -> Match repository custom import - - -
-Provided actions - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
match_export_apns-Match repository apns certs export
match_export-Match repository custom export
match_import-Match repository custom import
match_import_apns-Match repository apns certs import
match_remove_invalid_apns-Match repository apns certs remove invalid
match_remove-Match repository custom export
- -
- -
Score details @@ -18016,12 +17616,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 81 More subscribers = more popular project stars - 1 + 2 More stars = more popular project @@ -18031,7 +17631,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -18041,7 +17641,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 19 Project that have been around for longer tend to be more stable @@ -18056,12 +17656,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 359 + 322 More downloads = more users have been using the plugin for a while tests - 3 + 72 The more tests a plugin has, the better @@ -18071,19 +17671,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
467
+
491
-

lokalise

+

github_job_status

-

via Abbas Jaffery

+

via Justin Singer

-> Sync metadata with Lokalise +> Post the status of your test jobs to your pull requests
@@ -18099,19 +17699,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - add_keys_to_lokalise - - - Add keys to lokalise - - - lokalise - - - Download Lokalise localization - - - lokalise_metadata + github_job_status - - Upload metadata to lokalise. + Post the status of your test jobs to your pull requests @@ -18133,7 +17723,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive @@ -18148,7 +17738,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 5 + 0 More forks = more people seem to use/modify this project @@ -18163,27 +17753,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 55 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 319 + 348 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -18193,19 +17783,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
467
+
490
-

secret_keeper

+

sftp

-

via Daniel Jankowski

+

via Oliver Limberg

-> secret_keeper is a wrapped on keychain access. +> Plugin to upload files via SFTP
@@ -18221,19 +17811,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - remove_item_from_keychain - - - Removes the credentials from the keychain on behalf of the user - - - add_item_to_keychain - - - Adds the credentials to the keychain on behalf of the user + sftp_download + misc + download files from a remote Server via SFTP - read_item_from_keychain - - - Reads the password from the keychain for a given item + sftp_upload + misc + upload files to a remote Server via SFTP @@ -18255,7 +17840,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive @@ -18270,7 +17855,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 0 + 5 More forks = more people seem to use/modify this project @@ -18285,7 +17870,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 41 Project that have been around for longer tend to be more stable @@ -18300,12 +17885,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 317 + 264 More downloads = more users have been using the plugin for a while tests - 3 + 63 The more tests a plugin has, the better @@ -18315,19 +17900,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
466
+
481
-

jira_set_fix_version

+

jira_versions

-

via Tommy Sadiq Hinrichsen

+

via Sandy Chapman

-> Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name +> Manage your JIRA project's releases/versions with this plugin.
@@ -18343,9 +17928,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_set_fix_version + release_jira_version - - Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name + Releases a version in your JIRA project + + + create_jira_version + - + Creates a new version in your JIRA project + + + get_jira_versions + - + Gets a list of all versions for a JIRA project @@ -18367,22 +17962,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 9 + 3 More subscribers = more popular project stars - 3 + 14 More stars = more popular project forks - 10 + 15 More forks = more people seem to use/modify this project @@ -18397,22 +17992,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 48 + 57 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 293 + 310 More downloads = more users have been using the plugin for a while @@ -18427,19 +18022,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
462
+
477
-

clubmate

+

match_import

-

via KrauseFx

+

via Serhii Batsevych

-> Print the Club Mate logo in your build output +> Match repository custom import
@@ -18455,121 +18050,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clubmate + match_export_apns - - Print a Club Mate in your build output - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + + - - - + + + - - - + + + - - - - - -
MetricPointsDescription
contributors18The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars8More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age58Project that have been around for longer tend to be more stableMatch repository apns certs export
major_release0Post 1.0 releases are greatmatch_export-Match repository custom export
github_issues0Lots of open issues are not a good sign usually, unless the project is really popularmatch_import-Match repository custom import
downloads299More downloads = more users have been using the plugin for a whilematch_import_apns-Match repository apns certs import
tests3The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
457
- -

gmail

- -

via Alexander Ignition

- -> send mail from gmail - - -
-Provided actions - - - - - - - + + + - - - + - +
NameCategoryDescriptionmatch_remove_invalid_apns-Match repository apns certs remove invalid
gmailmatch_remove -A short description with <= 80 characters of what this action doesMatch repository custom export
@@ -18591,17 +18099,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 21 + 6 More subscribers = more popular project stars - 7 + 1 More stars = more popular project @@ -18621,7 +18129,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 35 Project that have been around for longer tend to be more stable @@ -18636,12 +18144,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 293 + 362 More downloads = more users have been using the plugin for a while tests - 18 + 3 The more tests a plugin has, the better @@ -18651,19 +18159,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
442
+
476
-

apadmi_grout

+

polidea

-

via Apadmi

+

via Piotrek Dubiel

-> A fastlane wrapper for the apadmi build tools plugin +> Polidea's fastlane action @@ -18726,7 +18234,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 392 + 426 More downloads = more users have been using the plugin for a while @@ -18741,20 +18249,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
437
+
472
-

instrumented_tests

+

clubmate

-

via Silviu Paragina

+

via KrauseFx

-> 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. +> Print the Club Mate logo in your build output
@@ -18770,9 +18278,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - instrumented_tests + clubmate - - Run android instrumented tests via a gradle command againts a newly created avd + Print a Club Mate in your build output @@ -18794,22 +18302,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 9 + 6 More subscribers = more popular project stars - 14 + 8 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -18824,7 +18332,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 57 + 58 Project that have been around for longer tend to be more stable @@ -18834,12 +18342,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -4 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 273 + 309 More downloads = more users have been using the plugin for a while @@ -18854,19 +18362,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
432
+
468
-

build_log_info

+

lokalise

-

via tarappo

+

via Abbas Jaffery

-> show build log info +> Sync metadata with Lokalise
@@ -18882,121 +18390,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - build_log_info + add_keys_to_lokalise - - build log information - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - -
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars1More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age45Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads310More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the betterAdd keys to lokalise
- -
- -

- - Open on GitHub - -

- ------ - -
431
- -

cosigner

- -

via André Pacheco Neves, Luís Portela Afonso

- -> A fastlane plugin to help you sign your iOS builds - - -
-Provided actions - - - - - - + + + - - - + - +
NameCategoryDescriptionlokalise-Download Lokalise localization
cosignerlokalise_metadata -A fastlane plugin to help you sign your iOS buildsUpload metadata to lokalise.
@@ -19018,17 +18424,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 39 + 0 More subscribers = more popular project stars - 21 + 0 More stars = more popular project @@ -19048,7 +18454,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 53 + 42 Project that have been around for longer tend to be more stable @@ -19058,17 +18464,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 201 + 319 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -19078,19 +18484,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
425
+
467
-

get_android_version

+

jira_set_fix_version

-

via MaximusMcCann

+

via Tommy Sadiq Hinrichsen

-> gets the android versionName and versionCode from the `AndroidManifest.xml` file located in the provided apk +> Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name
@@ -19106,9 +18512,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_android_version + jira_set_fix_version - - Gets the android versionName, versionCode and parsed appName (label) from AndroidManifest.xml file in provided apk + Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name @@ -19130,12 +18536,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 9 More subscribers = more popular project @@ -19145,7 +18551,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 0 + 10 More forks = more people seem to use/modify this project @@ -19155,17 +18561,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 55 + 48 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -19175,7 +18581,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 310 + 294 More downloads = more users have been using the plugin for a while @@ -19190,19 +18596,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
423
+
467
-

sharethemeal

+

secret_keeper

-

via Helmut Januschka

+

via Daniel Jankowski

-> ShareTheMeal +> secret_keeper is a wrapped on keychain access.
@@ -19218,9 +18624,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sharethemeal + remove_item_from_keychain - - Donate food via ShareTheMeal + Removes the credentials from the keychain on behalf of the user + + + add_item_to_keychain + - + Adds the credentials to the keychain on behalf of the user + + + read_item_from_keychain + - + Reads the password from the keychain for a given item @@ -19242,7 +18658,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -19252,12 +18668,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 7 + 2 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -19272,12 +18688,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 56 + 42 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -19287,7 +18703,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 256 + 317 More downloads = more users have been using the plugin for a while @@ -19302,19 +18718,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
422
+
459
-

ixguard

+

gmail

-

via Evgeniy Kubyshin

+

via Alexander Ignition

-> ixguard plugin +> send mail from gmail
@@ -19330,9 +18746,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ixguard + gmail - - iXGuard build plugin + A short description with <= 80 characters of what this action does @@ -19354,17 +18770,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 21 More subscribers = more popular project stars - 0 + 7 More stars = more popular project @@ -19379,12 +18795,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 49 + 43 Project that have been around for longer tend to be more stable @@ -19399,12 +18815,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 322 + 294 More downloads = more users have been using the plugin for a while tests - 3 + 18 The more tests a plugin has, the better @@ -19414,42 +18830,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
421
- -

unity

- -

via safu9

- -> Fastlane plugin for Unity +
449
+

apadmi_grout

-
-Provided actions +

via Apadmi

- - - - - - - - - - - - - - - -
NameCategoryDescription
unity-Fastlane plugin for Unity
+> A fastlane wrapper for the apadmi build tools plugin -
@@ -19471,17 +18865,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project stars - 31 + 0 More stars = more popular project forks - 35 + 0 More forks = more people seem to use/modify this project @@ -19491,12 +18885,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 31 + 0 Project that have been around for longer tend to be more stable @@ -19506,17 +18900,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 211 + 399 More downloads = more users have been using the plugin for a while tests - 9 + 0 The more tests a plugin has, the better @@ -19526,19 +18920,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
411
+
439
-

testdroid_runner

+

instrumented_tests

-

via josepmc

+

via Silviu Paragina

-> Allows to run BitBar tests on fastlane +> 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.
@@ -19554,14 +18949,121 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - testdroid_runner + instrumented_tests - - BitBar Test Runner + Run android instrumented tests via a gradle command againts a newly created avd + + + + +
+ + +
+Score details + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
upload_testdroidcontributors0The more contributors a project has, the more likely it is it stays alive
subscribers9More subscribers = more popular project
stars14More stars = more popular project
forks15More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age58Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues-4Lots of open issues are not a good sign usually, unless the project is really popular
downloads274More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
434
+ +

build_log_info

+ +

via tarappo

+ +> show build log info + + +
+Provided actions + + + + + + + + + + + + - +
NameCategoryDescription
build_log_info -Uploads a file to bitbarbuild log information
@@ -19588,12 +19090,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -19613,27 +19115,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 45 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 264 + 312 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -19643,19 +19145,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
411
+
433
-

xcconfig_actions

+

cosigner

-

via Maksym Grebenets

+

via André Pacheco Neves, Luís Portela Afonso

-> Adds actions to fastlane to work with xcconfig files +> A fastlane plugin to help you sign your iOS builds
@@ -19671,19 +19173,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - build_settings_to_flags - building - Map xcconfig build settings to compiler and linker build flags - - - read_xcconfig - building - Read and resolve contents of xcconfig file and return as JSON - - - validate_xcconfig - linting - Validate xcconfig file + cosigner + - + A fastlane plugin to help you sign your iOS builds @@ -19705,22 +19197,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 39 More subscribers = more popular project stars - 6 + 21 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -19735,7 +19227,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 54 Project that have been around for longer tend to be more stable @@ -19745,17 +19237,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 177 + 202 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -19765,19 +19257,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
407
+
429
-

huawei_appgallery

+

get_android_version

-

via Arne Kaiser

+

via MaximusMcCann

-> Plugin to deploy an app to the Huawei AppGallery +> gets the android versionName and versionCode from the `AndroidManifest.xml` file located in the provided apk
@@ -19793,9 +19285,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - huawei_appgallery + get_android_version - - Plugin to deploy an app to the Huawei AppGallery + Gets the android versionName, versionCode and parsed appName (label) from AndroidManifest.xml file in provided apk @@ -19817,22 +19309,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 15 + 3 More subscribers = more popular project stars - 27 + 3 More stars = more popular project forks - 70 + 0 More forks = more people seem to use/modify this project @@ -19842,12 +19334,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 38 + 56 Project that have been around for longer tend to be more stable @@ -19862,7 +19354,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 184 + 313 More downloads = more users have been using the plugin for a while @@ -19877,20 +19369,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
407
+
428
-

retry

+

ixguard

-

via gmgchow

+

via Evgeniy Kubyshin

-> Retries failed XCUITest test cases +> ixguard plugin + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
ixguard-iXGuard build plugin
+
@@ -19912,7 +19426,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -19932,17 +19446,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 0 + 50 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -19952,12 +19466,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 357 + 327 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -19967,20 +19481,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
399
+
424
-

ftp

+

sharethemeal

-

via Allan Vialatte

+

via Helmut Januschka

-> Simple ftp upload and download for Fastlane +> ShareTheMeal
@@ -19996,9 +19509,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ftp + sharethemeal - - Upload and Download files via FTP + Donate food via ShareTheMeal @@ -20020,22 +19533,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 27 + 7 More stars = more popular project forks - 50 + 10 More forks = more people seem to use/modify this project @@ -20050,7 +19563,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 57 + 56 Project that have been around for longer tend to be more stable @@ -20060,12 +19573,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 189 + 257 More downloads = more users have been using the plugin for a while @@ -20080,19 +19593,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
398
+
422
-

android_version_manager

+

unity

-

via Jonathan Cardoso Machado

+

via safu9

-> Android's App Version Managment +> Fastlane plugin for Unity
@@ -20108,9 +19621,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_base - - + unity - + Fastlane plugin for Unity @@ -20132,7 +19645,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive @@ -20142,12 +19655,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 31 More stars = more popular project forks - 5 + 35 More forks = more people seem to use/modify this project @@ -20162,12 +19675,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 31 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -20177,12 +19690,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 187 + 212 More downloads = more users have been using the plugin for a while tests - 80 + 9 The more tests a plugin has, the better @@ -20192,19 +19705,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
396
+
417
-

ci_changelog

+

huawei_appgallery

-

via icyleaf

+

via Arne Kaiser

-> Automate generate changelog between previous build failed and the latest commit of scm in CI +> Plugin to deploy an app to the Huawei AppGallery
@@ -20220,9 +19733,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ci_changelog - - + huawei_appgallery - + Plugin to deploy an app to the Huawei AppGallery @@ -20249,17 +19762,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 15 More subscribers = more popular project stars - 6 + 27 More stars = more popular project forks - 5 + 70 More forks = more people seem to use/modify this project @@ -20274,7 +19787,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 56 + 39 Project that have been around for longer tend to be more stable @@ -20289,12 +19802,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 173 + 193 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -20304,19 +19817,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
395
+
412
-

create_bitbucket_pull_request

+

xcconfig_actions

-

via Issarapong Poesua

+

via Maksym Grebenets

-> This lane creates create bitbucket pull request +> Adds actions to fastlane to work with xcconfig files
@@ -20332,9 +19845,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_bitbucket_pull_request - - - This lane creates create bitbucket pull request + build_settings_to_flags + building + Map xcconfig build settings to compiler and linker build flags + + + read_xcconfig + building + Read and resolve contents of xcconfig file and return as JSON + + + validate_xcconfig + linting + Validate xcconfig file @@ -20356,7 +19879,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -20366,7 +19889,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 6 More stars = more popular project @@ -20381,12 +19904,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 35 + 42 Project that have been around for longer tend to be more stable @@ -20396,17 +19919,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 278 + 177 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -20416,19 +19939,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
395
+
411
-

demo_mode

+

testdroid_runner

-

via Florian Rauscha

+

via josepmc

-> Sets your connected android devices to demo mode +> Allows to run BitBar tests on fastlane
@@ -20444,9 +19967,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - demo_mode + testdroid_runner - - Sets your device to demo mode + BitBar Test Runner + + + upload_testdroid + - + Uploads a file to bitbar @@ -20468,7 +19996,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 6 The more contributors a project has, the more likely it is it stays alive @@ -20478,12 +20006,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -20498,7 +20026,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 33 Project that have been around for longer tend to be more stable @@ -20508,17 +20036,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 216 + 264 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -20528,19 +20056,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
392
+
407
-

profile_expiration_info

+

retry

-

via Steven Chung

+

via gmgchow

-> Returns if the provisioning profile has expired and the DateTime it expires +> Retries failed XCUITest test cases @@ -20558,7 +20086,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -20593,7 +20121,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -20603,7 +20131,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 354 + 357 More downloads = more users have been using the plugin for a while @@ -20618,50 +20146,127 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
390
+
405
-

cerberus

+

slack_train

-

via Harry Singh

+

via Felix Krause

+ +> Show a train of the fastlane progress -> Cerberus is a fastlane plugin for extracting Jira issues from commit messages and sharing information on its respective Jenkins job and HockeyApp upload.
-Provided actions +Score details - - + + - - - + + + - - - + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
find_commits-Extracts additional issues from the logcontributors0The more contributors a project has, the more likely it is it stays alive
jira_comment-This action adds comments on Jira issues with the current build number and url of that buildsubscribers0More subscribers = more popular project
find_tickets-Extracts the Jira issue keys between commitsstars0More stars = more popular project
release_notesforks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads385More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open website + (no GitHub link provided in gemspec) + +

+ +----- + +
401
+ +

android_version_manager

+ +

via Jonathan Cardoso Machado

+ +> Android's App Version Managment + + +
+Provided actions + + + + + + + + + + + + @@ -20685,22 +20290,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + - + - + @@ -20715,7 +20320,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -20725,17 +20330,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + - + @@ -20745,19 +20350,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
390
+
401
-

airwatch_workspaceone

+

ftp

-

via Ram Awadhesh Sharan

+

via Allan Vialatte

-> The main purpose of this plugin is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise instance/console. +> Simple ftp upload and download for Fastlane
@@ -20773,49 +20378,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - +
NameCategoryDescription
android_base - -
contributors012 The more contributors a project has, the more likely it is it stays alive
subscribers576 More subscribers = more popular project
stars63 More stars = more popular project
forks155 More forks = more people seem to use/modify this project
age4438 Project that have been around for longer tend to be more stable
github_issues0-2 Lots of open issues are not a good sign usually, unless the project is really popular
downloads168189 More downloads = more users have been using the plugin for a while
tests3080 The more tests a plugin has, the better
add_or_update_assignments-The main purpose of this action is to add a new smart group assignment to an application or to update an existing smart group assignment of an application with a given dictionary of deployment/assignment parameters. If a smart group name is provided which does not exist yet on Console, assignment for that smart group is ignored.
unretire_specific_version-The main purpose of this action is to unretire a specific version of an application. This action takes a string parameter where you can specify the version number to unretire.
retire_previous_versions-The main purpose of this action is to retire previous active versions of an application. This action takes a string parameter where you can specify the number of latest versions to keep if you do not want to retire all the previous active versions.
delete_specific_version-The main purpose of this action is to delete a specific version of an application. This action takes a string parameter where you can specify the version number to delete.
latest_version-The main purpose of this action is to find the version number of the latest version of the app on the console and output the same. It also finds and outputs arrays of active app version numbers and retired app version numbers of the app.
deploy_build-The main purpose of this action is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise console.
delete_previous_versions-The main purpose of this action is to delete versions of an application. This action takes a string parameter where you can specify the number of latest versions to keep if you do not want to delete all the versions.
retire_specific_version-The main purpose of this action is to retire a specific version of an application. This action takes a string parameter where you can specify the version number to retire.
unretire_all_versionsftp -The main purpose of this action is to unretire all retired versions of an application.Upload and Download files via FTP
@@ -20847,12 +20412,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 6 + 27 More stars = more popular project forks - 25 + 50 More forks = more people seem to use/modify this project @@ -20867,22 +20432,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 58 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 211 + 190 More downloads = more users have been using the plugin for a while @@ -20897,20 +20462,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
385
+
397
-

slack_train

+

ci_changelog

-

via Felix Krause

+

via icyleaf

-> Show a train of the fastlane progress +> Automate generate changelog between previous build failed and the latest commit of scm in CI + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
ci_changelog--
+
@@ -20932,17 +20519,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project stars - 0 + 6 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -20952,12 +20539,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 56 Project that have been around for longer tend to be more stable @@ -20972,12 +20559,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 365 + 174 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -20987,20 +20574,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
378
+
396
-

perfecto

+

demo_mode

-

via Perfecto

+

via Florian Rauscha

-> This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing +> Sets your connected android devices to demo mode
@@ -21016,9 +20602,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - perfecto + demo_mode - - This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing + Sets your device to demo mode @@ -21040,17 +20626,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 24 + 3 More subscribers = more popular project stars - 1 + 4 More stars = more popular project @@ -21070,12 +20656,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 53 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -21085,12 +20671,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 185 + 216 More downloads = more users have been using the plugin for a while tests - 51 + 3 The more tests a plugin has, the better @@ -21100,19 +20686,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
372
+
395
-

branch

+

create_bitbucket_pull_request

-

via Branch, Jimmy Dee

+

via Issarapong Poesua

-> Adds Branch keys, custom URI schemes and domains to iOS and Android projects. Validates the Universal Link configuration for any Xcode project. +> This lane creates create bitbucket pull request
@@ -21128,29 +20714,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_action_docs - - - Generate a standard action page for each action - - - update_readme + create_bitbucket_pull_request - - 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. + This lane creates create bitbucket pull request @@ -21172,22 +20738,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 24 + 3 More subscribers = more popular project stars - 8 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -21197,17 +20763,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 52 + 35 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -21217,12 +20783,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 127 + 278 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -21232,42 +20798,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
371
- -

retrieve_devices

- -

via Lachlan Young, BuiltByProxy

- -> retrieve all devices registered to your apple certrificate +
392
+

profile_expiration_info

-
-Provided actions +

via Steven Chung

- - - - - - - - - - - - - - - -
NameCategoryDescription
retrieve_devicesmiscThis action will retrieve a list of each device registered with Apple
+> Returns if the provisioning profile has expired and the DateTime it expires -
@@ -21284,17 +20828,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 2 + 0 More stars = more popular project @@ -21309,12 +20853,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 0 How well is the README of the document written age - 26 + 0 Project that have been around for longer tend to be more stable @@ -21329,12 +20873,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 286 + 354 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -21344,19 +20888,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
371
+
392
-

retrieve_devices

+

cerberus

-

via Lachlan Young, BuiltByProxy

+

via Harry Singh

-> retrieve all devices registered to your apple certrificate +> Cerberus is a fastlane plugin for extracting Jira issues from commit messages and sharing information on its respective Jenkins job and HockeyApp upload.
@@ -21372,9 +20916,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - retrieve_devices - misc - This action will retrieve a list of each device registered with Apple + find_commits + - + Extracts additional issues from the log + + + jira_comment + - + This action adds comments on Jira issues with the current build number and url of that build + + + find_tickets + - + Extracts the Jira issue keys between commits + + + release_notes + - + - @@ -21396,22 +20955,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 57 More subscribers = more popular project stars - 2 + 6 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -21421,12 +20980,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 26 + 44 Project that have been around for longer tend to be more stable @@ -21441,12 +21000,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 286 + 170 More downloads = more users have been using the plugin for a while tests - 3 + 30 The more tests a plugin has, the better @@ -21456,19 +21015,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
369
+
392
-

souyuz

+

airwatch_workspaceone

-

via Felix Rudat

+

via Ram Awadhesh Sharan

-> A fastlane component to make Xamarin builds a breeze +> The main purpose of this plugin is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise instance/console.
@@ -21484,14 +21043,49 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - app_version + add_or_update_assignments - - Easily set or print app version with `app_version` + The main purpose of this action is to add a new smart group assignment to an application or to update an existing smart group assignment of an application with a given dictionary of deployment/assignment parameters. If a smart group name is provided which does not exist yet on Console, assignment for that smart group is ignored. - souyuz + unretire_specific_version - - Easily build and sign your app using `souyuz` + The main purpose of this action is to unretire a specific version of an application. This action takes a string parameter where you can specify the version number to unretire. + + + retire_previous_versions + - + The main purpose of this action is to retire previous active versions of an application. This action takes a string parameter where you can specify the number of latest versions to keep if you do not want to retire all the previous active versions. + + + delete_specific_version + - + The main purpose of this action is to delete a specific version of an application. This action takes a string parameter where you can specify the version number to delete. + + + latest_version + - + The main purpose of this action is to find the version number of the latest version of the app on the console and output the same. It also finds and outputs arrays of active app version numbers and retired app version numbers of the app. + + + deploy_build + - + The main purpose of this action is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise console. + + + delete_previous_versions + - + The main purpose of this action is to delete versions of an application. This action takes a string parameter where you can specify the number of latest versions to keep if you do not want to delete all the versions. + + + retire_specific_version + - + The main purpose of this action is to retire a specific version of an application. This action takes a string parameter where you can specify the version number to retire. + + + unretire_all_versions + - + The main purpose of this action is to unretire all retired versions of an application. @@ -21513,22 +21107,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 15 + 6 More subscribers = more popular project stars - 34 + 6 More stars = more popular project forks - 45 + 25 More forks = more people seem to use/modify this project @@ -21538,32 +21132,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 58 + 40 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -5 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 159 + 212 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -21573,42 +21167,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
368
- -

install_provisioning_profiles

- -

via Dylan Gyesbreghs

- -> Install all the provisioning profiles located in you're project. +
381
+

common_fastfile

-
-Provided actions +

via Pawel Szymanski

- - - - - - - - - - - - - - - -
NameCategoryDescription
install_provisioning_profiles-Install all the provisioning profiles located in you're project.
+> Gets the requested file, saves it into ./fastlane/imports and return the path -
@@ -21630,17 +21202,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -21650,12 +21222,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 49 + 0 Project that have been around for longer tend to be more stable @@ -21670,12 +21242,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 237 + 361 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -21685,19 +21257,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
367
+
379
-

set_jira_fix_version

+

perfecto

-

via yuriy-tolstoguzov

+

via Perfecto

-> Adds fix version to specified JIRA issues. Creates version if needed +> This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing
@@ -21713,14 +21286,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - 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 + perfecto + - + This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing @@ -21747,12 +21315,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 24 More subscribers = more popular project stars - 2 + 1 More stars = more popular project @@ -21767,32 +21335,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 53 + 36 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 221 + 186 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -21802,19 +21370,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
366
+
377
-

rollbar

+

retrieve_devices

-

via Evgrafov Denis

+

via Lachlan Young, BuiltByProxy

-> Helps to upload sourcemaps/dsyms/proguard mapping/deploy report to Rollbar +> retrieve all devices registered to your apple certrificate
@@ -21830,24 +21398,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rollbar_proguard_upload - - - Helps to upload Proguard mappings to Rollbar - - - rollbar_dsym_upload - - - Helps to upload Dsym to Rollbar - - - rollbar_report_deploy - - - Helps to report deploy to Rollbar - - - rollbar_sourcemaps_upload - - - Helps to upload sourcemaps to Rollbar + retrieve_devices + misc + This action will retrieve a list of each device registered with Apple @@ -21869,7 +21422,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -21879,7 +21432,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 6 + 2 More stars = more popular project @@ -21894,12 +21447,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 34 + 26 Project that have been around for longer tend to be more stable @@ -21914,7 +21467,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 250 + 292 More downloads = more users have been using the plugin for a while @@ -21929,19 +21482,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
366
+
373
-

changelog_generator

+

maestro

-

via Fernando Saragoca

+

via Marc Bormeth

-> Changelog generation based on merged pull requests & tags +> Running maestro test commands from fastlane
@@ -21957,14 +21510,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - generate_changelog - - - Changelog generation based on merged pull requests & tags + maestro_test + testing + Runs Maestro test - generate_release_changelog + maestro + testing + Runs the Maestro CLI + + + launch_simulator - - Changelog generation based on merged pull requests & tags, filtered by one or two tags + Prepares an iOS simulator for Maestro testing @@ -21986,22 +21544,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 8 + 18 More stars = more popular project forks - 5 + 30 More forks = more people seem to use/modify this project @@ -22016,7 +21574,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 17 Project that have been around for longer tend to be more stable @@ -22026,17 +21584,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -2 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 219 + 233 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -22046,19 +21604,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
365
+
373
-

xcov_report

+

branch

-

via Gianfranco Manganiello

+

via Branch, Jimmy Dee

-> Generate custom HTML for coverage +> Adds Branch keys, custom URI schemes and domains to iOS and Android projects. Validates the Universal Link configuration for any Xcode project.
@@ -22074,9 +21632,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcov_report + update_action_docs - - Generate custom HTML for coverage + 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. @@ -22098,17 +21676,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 24 More subscribers = more popular project stars - 4 + 8 More stars = more popular project @@ -22128,27 +21706,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 50 + 53 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 185 + 127 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -22158,19 +21736,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
365
+
370
-

swiftlint_codequality

+

install_provisioning_profiles

-

via Mads Bøgeskov

+

via Dylan Gyesbreghs

-> Converts SwiftLint reports into GitLab support CodeQuality reports +> Install all the provisioning profiles located in you're project.
@@ -22186,9 +21764,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - swiftlint_codequality + install_provisioning_profiles - - Converts SwiftLint reports into GitLab support CodeQuality reports + Install all the provisioning profiles located in you're project. @@ -22220,7 +21798,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -22235,17 +21813,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 37 + 49 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -22255,12 +21833,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 221 + 239 More downloads = more users have been using the plugin for a while tests - 24 + 3 The more tests a plugin has, the better @@ -22270,19 +21848,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
362
+
370
-

xcode_log_parser

+

souyuz

-

via KrauseFx

+

via Felix Rudat

-> Convert the Xcode plist log to a JUnit report +> A fastlane component to make Xamarin builds a breeze
@@ -22298,9 +21876,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - trainer + app_version - - Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed + Easily set or print app version with `app_version` + + + souyuz + - + Easily build and sign your app using `souyuz` @@ -22322,22 +21905,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 30 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 12 + 15 More subscribers = more popular project stars - 102 + 34 More stars = more popular project forks - 60 + 45 More forks = more people seem to use/modify this project @@ -22347,12 +21930,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 57 + 58 Project that have been around for longer tend to be more stable @@ -22367,12 +21950,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 160 More downloads = more users have been using the plugin for a while tests - 24 + 0 The more tests a plugin has, the better @@ -22382,21 +21965,48 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
362
+
369
-

common_fastfile

+

set_jira_fix_version

-

via Pawel Szymanski

+

via yuriy-tolstoguzov

-> Gets the requested file, saves it into ./fastlane/imports and return the path +> Adds fix version to specified JIRA issues. Creates version if needed +
+Provided actions + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
set_jira_fix_versionmiscAdds fix version to specified JIRA issues. Creates version if needed
jira_issue_keys_from_changelogmiscGets list of JIRA issues kyes from git log starting from specified tag
+ +
+
Score details @@ -22412,22 +22022,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 2 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -22437,32 +22047,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 0 + 53 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 342 + 223 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -22472,20 +22082,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
360
+
368
-

maestro

+

xcov_report

-

via Marc Bormeth

+

via Gianfranco Manganiello

-> Running maestro test commands from fastlane +> Generate custom HTML for coverage
@@ -22501,19 +22110,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - maestro_test - testing - Runs Maestro test - - - maestro - testing - Runs the Maestro CLI - - - launch_simulator + xcov_report - - Prepares an iOS simulator for Maestro testing + Generate custom HTML for coverage @@ -22535,7 +22134,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive @@ -22545,12 +22144,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 18 + 4 More stars = more popular project forks - 30 + 5 More forks = more people seem to use/modify this project @@ -22565,22 +22164,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 17 + 50 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -1 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 220 + 188 More downloads = more users have been using the plugin for a while @@ -22595,19 +22194,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
358
+
367
-

delete_files

+

rollbar

-

via GaryJohnson

+

via Evgrafov Denis

-> Deletes a file, folder or multiple files using shell glob pattern. +> Helps to upload sourcemaps/dsyms/proguard mapping/deploy report to Rollbar
@@ -22623,9 +22222,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - delete_files + rollbar_proguard_upload - - Deletes a file, folder or multiple files using shell glob pattern. + Helps to upload Proguard mappings to Rollbar + + + rollbar_dsym_upload + - + Helps to upload Dsym to Rollbar + + + rollbar_report_deploy + - + Helps to report deploy to Rollbar + + + rollbar_sourcemaps_upload + - + Helps to upload sourcemaps to Rollbar @@ -22647,17 +22261,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 21 + 3 More subscribers = more popular project stars - 0 + 6 More stars = more popular project @@ -22672,12 +22286,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 56 + 34 Project that have been around for longer tend to be more stable @@ -22692,7 +22306,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 227 + 251 More downloads = more users have been using the plugin for a while @@ -22707,19 +22321,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
358
+
367
-

transporter

+

changelog_generator

-

via Maksym Grebenets

+

via Fernando Saragoca

-> Manage Apple iTMSTransporter installation +> Changelog generation based on merged pull requests & tags
@@ -22735,19 +22349,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - configure_transporter - - - Configure Apple iTMSTransporter installation - - - update_transporter_path + generate_changelog - - Configure Fastlane to use custom Transporter installation + Changelog generation based on merged pull requests & tags - install_transporter + generate_release_changelog - - Install Apple iTMSTransporter + Changelog generation based on merged pull requests & tags, filtered by one or two tags @@ -22769,22 +22378,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 8 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -22799,27 +22408,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 55 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 154 + 219 More downloads = more users have been using the plugin for a while tests - 60 + 0 The more tests a plugin has, the better @@ -22829,19 +22438,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
357
+
366
-

giffy

+

swiftlint_codequality

-

via SiarheiFiedartsou

+

via Mads Bøgeskov

-> Fastlane plugin for Giffy.com API +> Converts SwiftLint reports into GitLab support CodeQuality reports
@@ -22857,14 +22466,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - giffy_random_sticker_url - - - Allows to obtain URL to some random GIF sticker from Giffy.com - - - giffy_random_gif_url + swiftlint_codequality - - Allows to obtain URL to some random funny GIF from Giffy.com + Converts SwiftLint reports into GitLab support CodeQuality reports @@ -22886,7 +22490,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive @@ -22896,7 +22500,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 0 More stars = more popular project @@ -22911,17 +22515,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 56 + 38 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -22931,12 +22535,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 194 + 221 More downloads = more users have been using the plugin for a while tests - 12 + 24 The more tests a plugin has, the better @@ -22946,19 +22550,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
355
+
363
-

flutter_version_manager

+

transporter

-

via Davor Maric

+

via Maksym Grebenets

-> Manages app versioning of Flutter project +> Manage Apple iTMSTransporter installation
@@ -22974,9 +22578,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_version_manager + configure_transporter - - Manages app versioning of a Flutter project. + Configure Apple iTMSTransporter installation + + + update_transporter_path + - + Configure Fastlane to use custom Transporter installation + + + install_transporter + - + Install Apple iTMSTransporter @@ -22998,7 +22612,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -23028,7 +22642,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 40 Project that have been around for longer tend to be more stable @@ -23043,12 +22657,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 213 + 159 More downloads = more users have been using the plugin for a while tests - 0 + 60 The more tests a plugin has, the better @@ -23058,19 +22672,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
354
+
362
-

localization

+

xcode_log_parser

-

via Viktor Malyi

+

via KrauseFx

-> Export/import app localizations with help of xcodebuild -exportLocalizations/-importLocalizations tool +> Convert the Xcode plist log to a JUnit report
@@ -23086,14 +22700,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - import_localizations - - - Import app localizations with help of xcodebuild -importLocalizations tool - - - export_localizations + trainer - - Export app localizations with help of xcodebuild -exportLocalizations tool + Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed @@ -23115,22 +22724,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 30 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 12 More subscribers = more popular project stars - 9 + 102 More stars = more popular project forks - 15 + 60 More forks = more people seem to use/modify this project @@ -23155,17 +22764,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + -5 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 195 + 12 More downloads = more users have been using the plugin for a while tests - 3 + 24 The more tests a plugin has, the better @@ -23175,19 +22784,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
353
+
360
-

gs_versioning

+

delete_files

-

via SAVeselovskiy

+

via GaryJohnson

-> Plugin for GradoService versioning system +> Deletes a file, folder or multiple files using shell glob pattern.
@@ -23203,49 +22812,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - 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 + delete_files - - Plugin for GradoService versioning system + Deletes a file, folder or multiple files using shell glob pattern. @@ -23267,12 +22836,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 21 More subscribers = more popular project @@ -23297,7 +22866,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 55 + 56 Project that have been around for longer tend to be more stable @@ -23312,7 +22881,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 247 + 229 More downloads = more users have been using the plugin for a while @@ -23327,19 +22896,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
348
+
360
-

framer

+

giffy

-

via DrAL3X

+

via SiarheiFiedartsou

-> Create images combining app screenshots with templates to make nice pictures for the App Store +> Fastlane plugin for Giffy.com API
@@ -23355,9 +22924,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - framer + giffy_random_sticker_url - - Create images combining app screenshots to templates to make a nice \'screenshot\' to upload in App Store and Google Play + 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 @@ -23384,17 +22958,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 15 + 3 More subscribers = more popular project stars - 31 + 5 More stars = more popular project forks - 15 + 5 More forks = more people seem to use/modify this project @@ -23409,12 +22983,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 56 + 57 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -23424,12 +22998,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 68 + 196 More downloads = more users have been using the plugin for a while tests - 51 + 12 The more tests a plugin has, the better @@ -23439,19 +23013,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
348
+
359
-

dmg

+

localization

-

via Alexey Dvoryanskiy

+

via Viktor Malyi

-> Easily create dmg for your Mac app +> Export/import app localizations with help of xcodebuild -exportLocalizations/-importLocalizations tool
@@ -23467,9 +23041,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dmg - misc - Create DMG for your Mac app + import_localizations + - + Import app localizations with help of xcodebuild -importLocalizations tool + + + export_localizations + - + Export app localizations with help of xcodebuild -exportLocalizations tool @@ -23491,22 +23070,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 0 More subscribers = more popular project stars - 7 + 9 More stars = more popular project forks - 25 + 15 More forks = more people seem to use/modify this project @@ -23521,12 +23100,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 49 + 57 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -23536,12 +23115,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 135 + 200 More downloads = more users have been using the plugin for a while tests - 27 + 3 The more tests a plugin has, the better @@ -23551,19 +23130,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
344
+
358
-

automated_test_emulator_run_mik

+

flutter_version_manager

-

via Kamil Krzyk

+

via Davor Maric

-> 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. +> Manages app versioning of Flutter project
@@ -23579,9 +23158,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - automated_test_emulator_run + flutter_version_manager - - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. + Manages app versioning of a Flutter project. @@ -23603,7 +23182,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -23613,7 +23192,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -23633,7 +23212,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 57 + 32 Project that have been around for longer tend to be more stable @@ -23648,12 +23227,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 181 + 216 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -23663,19 +23242,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
341
+
354
-

zealot

+

gs_versioning

-

via icyleaf

+

via SAVeselovskiy

-> Upload IPA/APK/AAB/EXE/APP/ZIP/dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android, iOS, macOS, Windows and Linux apps. +> Plugin for GradoService versioning system
@@ -23691,24 +23270,49 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - zealot_version_check + gs_save_beta_version - - Check app version exists from Zealot + Plugin for GradoService versioning system - zealot_sync_devices + gs_increment_rc_version - - Sync ios devices list to Zealot + Plugin for GradoService versioning system - zealot_debug_file + gs_get_beta_version - - Upload dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android and iOS apps. + Plugin for GradoService versioning system - zealot + 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 @@ -23735,17 +23339,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 9 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -23755,17 +23359,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 36 + 55 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -23775,7 +23379,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 182 + 248 More downloads = more users have been using the plugin for a while @@ -23790,19 +23394,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
337
+
350
-

code_static_analyzer

+

framer

-

via Olga Kniazska

+

via DrAL3X

-> Runs different Static Analyzers and generate report +> Create images combining app screenshots with templates to make nice pictures for the App Store
@@ -23818,29 +23422,121 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ruby_analyzer + framer - - This analyzer detect warnings, errors and check syntax in ruby files. This is based on rubocop + Create images combining app screenshots to templates to make a nice \'screenshot\' to upload in App Store and Google Play + + + + +
+ + +
+Score details + + + + + + + + + - - - + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
cpd_analyzer-This analyzer detect copy paste code (it uses PMD CPD)contributors12The more contributors a project has, the more likely it is it stays alive
clang_analyzer-A short description with <= 80 characters of what this action doessubscribers15More subscribers = more popular project
warning_analyzer-This analyzer detect warnings in Xcode projects.stars31More stars = more popular project
code_static_analyzer--forks15More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age57Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads69More downloads = more users have been using the plugin for a while
tests51The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
349
+ +

dmg

+ +

via Alexey Dvoryanskiy

+ +> Easily create dmg for your Mac app + + +
+Provided actions + + + + + + + + + + + + + +
NameCategoryDescription
dmgmiscCreate DMG for your Mac app
@@ -23862,22 +23558,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 5 + 7 More stars = more popular project forks - 0 + 25 More forks = more people seem to use/modify this project @@ -23892,27 +23588,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 49 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 196 + 136 More downloads = more users have been using the plugin for a while tests - 3 + 27 The more tests a plugin has, the better @@ -23922,19 +23618,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
337
+
347
-

code_static_analyzer

+

zealot

-

via Olga Kniazska

+

via icyleaf

-> Runs different Static Analyzers and generate report +> Upload IPA/APK/AAB/EXE/APP/ZIP/dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android, iOS, macOS, Windows and Linux apps.
@@ -23950,27 +23646,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ruby_analyzer - - - This analyzer detect warnings, errors and check syntax in ruby files. This is based on rubocop - - - cpd_analyzer + zealot_version_check - - This analyzer detect copy paste code (it uses PMD CPD) + Check app version exists from Zealot - clang_analyzer + zealot_sync_devices - - A short description with <= 80 characters of what this action does + Sync ios devices list to Zealot - warning_analyzer + zealot_debug_file - - This analyzer detect warnings in Xcode projects. + Upload dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android and iOS apps. - code_static_analyzer + zealot - - @@ -23994,22 +23685,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 5 + 9 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -24024,12 +23715,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 37 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -24039,7 +23730,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 196 + 187 More downloads = more users have been using the plugin for a while @@ -24054,17 +23745,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
335
+
345
-

automated_test_emulator_run_xing

+

automated_test_emulator_run_mik

-

via Daniel Hartwich

+

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. @@ -24082,7 +23773,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - automated_test_emulator_run_xing + automated_test_emulator_run - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. @@ -24106,12 +23797,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 36 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project @@ -24121,7 +23812,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 5 + 0 More forks = more people seem to use/modify this project @@ -24146,12 +23837,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 131 + 182 More downloads = more users have been using the plugin for a while @@ -24166,19 +23857,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
333
+
339
-

ciutils

+

code_static_analyzer

-

via Nicolae Ghimbovschi

+

via Olga Kniazska

-> Various utilities for iOS CI +> Runs different Static Analyzers and generate report
@@ -24194,54 +23885,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - en_build_number + ruby_analyzer - - Get the value for build number from environment + This analyzer detect warnings, errors and check syntax in ruby files. This is based on rubocop - en_install_provisioning_profiles + cpd_analyzer - - Copies recursively all provisioning profiles from current folder to system Provisioning Profiles + This analyzer detect copy paste code (it uses PMD CPD) - en_profile_name + clang_analyzer - 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 + warning_analyzer - - Creates a change log from git commits by filtering commits by a pattern (e.g. JIRA task prefix) + This analyzer detect warnings in Xcode projects. - en_close_simulator + code_static_analyzer - - 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) @@ -24263,12 +23929,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project @@ -24308,7 +23974,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 194 + 197 More downloads = more users have been using the plugin for a while @@ -24323,19 +23989,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
331
+
336
-

altool

+

automated_test_emulator_run_xing

-

via Shashikant Jagtap

+

via Daniel Hartwich

-> Upload IPA to iTunes Connect using altool +> 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.
@@ -24351,9 +24017,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - altool + automated_test_emulator_run_xing - - Upload IPA to iTunes Connect using altool + Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. @@ -24375,7 +24041,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 36 The more contributors a project has, the more likely it is it stays alive @@ -24385,12 +24051,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 12 + 0 More stars = more popular project forks - 30 + 5 More forks = more people seem to use/modify this project @@ -24405,7 +24071,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 48 + 57 Project that have been around for longer tend to be more stable @@ -24415,12 +24081,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 133 + 132 More downloads = more users have been using the plugin for a while @@ -24435,19 +24101,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
330
+
334
-

bugsee

+

ciutils

-

via Dmitry Fink

+

via Nicolae Ghimbovschi

-> Bugsee symbols uploader +> Various utilities for iOS CI
@@ -24463,9 +24129,54 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_symbols_to_bugsee + 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) @@ -24497,12 +24208,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 5 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -24517,22 +24228,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 55 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 160 + 195 More downloads = more users have been using the plugin for a while @@ -24547,19 +24258,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
328
+
333
-

dependency_check_ios_analyzer

+

altool

-

via Alexey Alter-Pesotskiy

+

via Shashikant Jagtap

-> Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods). +> Upload IPA to iTunes Connect using altool
@@ -24575,9 +24286,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dependency_check_ios_analyzer - testing - Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods). + altool + - + Upload IPA to iTunes Connect using altool @@ -24604,17 +24315,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 3 + 12 More stars = more popular project forks - 15 + 30 More forks = more people seem to use/modify this project @@ -24629,7 +24340,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 48 Project that have been around for longer tend to be more stable @@ -24644,7 +24355,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 177 + 135 More downloads = more users have been using the plugin for a while @@ -24659,21 +24370,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
324
+
331
-

resetsims

+

dependency_check_ios_analyzer

-

via Luís Esteves

+

via Alexey Alter-Pesotskiy

-> Makes an reset on xcode simulators +> Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods). +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
dependency_check_ios_analyzertestingFastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods).
+ +
+
Score details @@ -24694,17 +24427,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 3 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -24714,32 +24447,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 28 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 304 + 180 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -24749,20 +24482,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
322
+
330
-

saucectl

+

bugsee

-

via Ian Hamilton

+

via Dmitry Fink

-> Simplify the set up, configuration, upload, and execution of espresso and XCUITest on the Sauce Labs platform by utilizing fastlane which will enable you to test your iOS and Android apps at scale. +> Bugsee symbols uploader
@@ -24778,44 +24510,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - delete_from_storage - testing - Delete test artifacts from sauce labs storage - - - disabled_tests - testing - Fetches any disabled ui test cases (for android searches for @Ignore tests, and for ios skipped tests within an xcode test plan). Will be used in future for generating pretty HTML reports - - - install_saucectl - testing - Installs the Sauce Labs saucectl cli binary - - - sauce_apps - testing - Returns the set of files by specific app id that have been uploaded to Sauce Storage by the requester - - - sauce_config - testing - Create SauceLabs configuration file for test execution based on given parameters - - - sauce_devices - testing - Returns a list of Device IDs for all devices in the data center that are currently free for testing. - - - sauce_runner - testing - Execute automated tests on sauce labs platform via saucectl binary for specified configuration - - - sauce_upload - testing - Upload test artifacts to sauce labs storage + upload_symbols_to_bugsee + - + - @@ -24842,7 +24539,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 15 + 6 More subscribers = more popular project @@ -24852,7 +24549,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 10 + 5 More forks = more people seem to use/modify this project @@ -24862,32 +24559,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 24 + 54 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 145 + 160 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -24897,42 +24594,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
321
- -

wait_xcrun

- -

via Maksym Grebenets

- -> Wait for Xcode toolchain to come back online after switching Xcode versions. +
326
+

checks

-
-Provided actions +

via Sherzat Aitbayev

- - - - - - - - - - - - - - - -
NameCategoryDescription
wait_xcrun-Wait for Xcode toolchain to come back online after switching Xcode versions.
+> Fastlane plugin for Checks (checks.google.com) -
@@ -24954,12 +24629,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -24969,22 +24644,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 50 + 0 How well is the README of the document written age - 56 + 0 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -24994,12 +24669,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 155 + 376 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -25009,19 +24684,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
321
+
325
-

release_helper

+

testappio

-

via Artem Ivanov

+

via TestApp.io

-> release heper +> Deploy your Android & iOS to TestApp.io
@@ -25037,9 +24713,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - release_helper + upload_to_testappio - - release heper + Uploading ipa/apk packages to TestApp.io for testing. @@ -25061,7 +24737,97 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 + The more contributors a project has, the more likely it is it stays alive + + + subscribers + 6 + More subscribers = more popular project + + + stars + 2 + More stars = more popular project + + + forks + 5 + More forks = more people seem to use/modify this project + + + has_mit_license + 20 + fastlane is MIT licensed, it's good to have plugins use MIT too + + + readme_score + 50 + How well is the README of the document written + + + age + 23 + Project that have been around for longer tend to be more stable + + + major_release + 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 + 186 + More downloads = more users have been using the plugin for a while + + + tests + 3 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
324
+ +

resetsims

+ +

via Luís Esteves

+ +> Makes an reset on xcode simulators + + + +
+Score details + + + + + + + + + + + + + @@ -25086,12 +24852,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -25106,12 +24872,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -25121,19 +24887,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
321
+
324
-

testappio

+

wait_xcrun

-

via TestApp.io

+

via Maksym Grebenets

-> Deploy your Android & iOS to TestApp.io +> Wait for Xcode toolchain to come back online after switching Xcode versions.
@@ -25149,9 +24916,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- + - +
MetricPointsDescription
contributors0 The more contributors a project has, the more likely it is it stays alive
readme_score250 How well is the README of the document written
age390 Project that have been around for longer tend to be more stable
downloads222304 More downloads = more users have been using the plugin for a while
tests30 The more tests a plugin has, the better
upload_to_testappiowait_xcrun -Uploading ipa/apk packages to TestApp.io for testing.Wait for Xcode toolchain to come back online after switching Xcode versions.
@@ -25178,17 +24945,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 2 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -25203,7 +24970,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 56 Project that have been around for longer tend to be more stable @@ -25218,12 +24985,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 183 + 158 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -25233,19 +25000,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
318
+
324
-

android_version_manage

+

saucectl

-

via futabooo

+

via Ian Hamilton

-> Manage Android App Versioning +> Simplify the set up, configuration, upload, and execution of espresso and XCUITest on the Sauce Labs platform by utilizing fastlane which will enable you to test your iOS and Android apps at scale.
@@ -25261,19 +25028,44 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_set_version_code - - - Set the Version Code of your Android project + delete_from_storage + testing + Delete test artifacts from sauce labs storage - android_commit_version_bump - - - This action is like a commit_version_bump action for Android + disabled_tests + testing + Fetches any disabled ui test cases (for android searches for @Ignore tests, and for ios skipped tests within an xcode test plan). Will be used in future for generating pretty HTML reports - android_set_version_name - - - Set the Version Name of your Android project + install_saucectl + testing + Installs the Sauce Labs saucectl cli binary + + + sauce_apps + testing + Returns the set of files by specific app id that have been uploaded to Sauce Storage by the requester + + + sauce_config + testing + Create SauceLabs configuration file for test execution based on given parameters + + + sauce_devices + testing + Returns a list of Device IDs for all devices in the data center that are currently free for testing. + + + sauce_runner + testing + Execute automated tests on sauce labs platform via saucectl binary for specified configuration + + + sauce_upload + testing + Upload test artifacts to sauce labs storage @@ -25300,17 +25092,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 15 More subscribers = more popular project stars - 0 + 3 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -25325,7 +25117,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 25 Project that have been around for longer tend to be more stable @@ -25340,12 +25132,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 207 + 146 More downloads = more users have been using the plugin for a while tests - 27 + 80 The more tests a plugin has, the better @@ -25355,19 +25147,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
316
+
323
-

get_unprovisioned_devices_from_hockey

+

release_helper

-

via GaryJohnson

+

via Artem Ivanov

-> Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices. +> release heper
@@ -25383,9 +25175,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_unprovisioned_devices_from_hockey + release_helper - - Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices. + release heper @@ -25412,17 +25204,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 24 + 0 More subscribers = more popular project stars - 6 + 0 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -25432,12 +25224,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 56 + 40 Project that have been around for longer tend to be more stable @@ -25452,7 +25244,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 135 + 223 More downloads = more users have been using the plugin for a while @@ -25467,19 +25259,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
316
+
320
-

jira_transition

+

android_version_manage

-

via Valerio Mazzeo

+

via futabooo

-> Apply a JIRA transition to issues mentioned in the changelog +> Manage Android App Versioning
@@ -25495,9 +25287,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_transition + android_set_version_code - - Apply a JIRA transition to issues mentioned in the changelog + Set the Version Code of your Android project + + + android_commit_version_bump + - + This action is like a commit_version_bump action for Android + + + android_set_version_name + - + Set the Version Name of your Android project @@ -25519,17 +25321,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 12 + 0 More stars = more popular project @@ -25549,7 +25351,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 58 + 37 Project that have been around for longer tend to be more stable @@ -25564,12 +25366,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 186 + 208 More downloads = more users have been using the plugin for a while tests - 3 + 27 The more tests a plugin has, the better @@ -25579,19 +25381,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
312
+
318
-

uninow-sentry

+

amazon_appstore

-

via Tom Krusch

+

via ntsk

-> Upload symbols to Sentry +> Upload apps to Amazon Appstore
@@ -25607,39 +25409,121 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sentry_upload_sourcemap + upload_to_amazon_appstore - - Upload a sourcemap to a release of a project on Sentry + Upload apps to Amazon Appstore + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
sentry_finalize_release-Finalize a release for a project on SentryMetricPointsDescription
sentry_create_release-Create new releases for a project on Sentrycontributors24The more contributors a project has, the more likely it is it stays alive
sentry_upload_file-Upload files to a release of a project on Sentrysubscribers3More subscribers = more popular project
sentry_upload_dsym-Upload dSYM symbolication files to Sentrystars7More stars = more popular project
sentry_set_commits-Set commits of a releaseforks25More forks = more people seem to use/modify this project
sentry_upload_proguardhas_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age24Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues-2Lots of open issues are not a good sign usually, unless the project is really popular
downloads57More downloads = more users have been using the plugin for a while
tests80The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
317
+ +

jira_transition

+ +

via Valerio Mazzeo

+ +> Apply a JIRA transition to issues mentioned in the changelog + + +
+Provided actions + + + + + + + + + + + + - +
NameCategoryDescription
jira_transition -Upload mapping to a project on SentryApply a JIRA transition to issues mentioned in the changelog
@@ -25661,17 +25545,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 66 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 6 More subscribers = more popular project stars - 0 + 12 More stars = more popular project @@ -25686,7 +25570,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written @@ -25696,7 +25580,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -25706,12 +25590,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 187 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -25721,19 +25605,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
311
+
316
-

amazon_appstore

+

get_unprovisioned_devices_from_hockey

-

via ntsk

+

via GaryJohnson

-> Upload apps to Amazon Appstore +> Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices.
@@ -25749,9 +25633,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_amazon_appstore + get_unprovisioned_devices_from_hockey - - Upload apps to Amazon Appstore + Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices. @@ -25773,22 +25657,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 24 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 24 More subscribers = more popular project stars - 7 + 6 More stars = more popular project forks - 25 + 10 More forks = more people seem to use/modify this project @@ -25803,27 +25687,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 56 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 50 + 135 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -25833,13 +25717,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
311
+
314

match_android_keystore

@@ -25908,7 +25792,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 273 + 276 More downloads = more users have been using the plugin for a while @@ -25929,7 +25813,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
311
+
313

menigit

@@ -26040,7 +25924,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 127 + 129 More downloads = more users have been using the plugin for a while @@ -26061,13 +25945,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
308
+
312
-

taiwan_number_one

+

uninow-sentry

-

via andrew54068

+

via Tom Krusch

-> approve or reject first if status is Pending Developer Release. +> Upload symbols to Sentry
@@ -26083,9 +25967,39 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - taiwan_number_one + sentry_upload_sourcemap - + Upload a sourcemap to a release of a project on Sentry + + + sentry_finalize_release - + Finalize a release for a project on Sentry + + + sentry_create_release + - + Create new releases for a project on Sentry + + + sentry_upload_file + - + Upload files to a release of a project on Sentry + + + sentry_upload_dsym + - + Upload dSYM symbolication files to Sentry + + + sentry_set_commits + - + Set commits of a release + + + sentry_upload_proguard + - + Upload mapping to a project on Sentry @@ -26107,17 +26021,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 66 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 0 More subscribers = more popular project stars - 8 + 0 More stars = more popular project @@ -26137,7 +26051,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 58 Project that have been around for longer tend to be more stable @@ -26152,12 +26066,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 165 + 8 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -26167,13 +26081,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
308
+
310

ipa_info

@@ -26249,7 +26163,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 46 Project that have been around for longer tend to be more stable @@ -26264,7 +26178,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 180 + 181 More downloads = more users have been using the plugin for a while @@ -26285,13 +26199,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
308
+
310
-

ti_build_app

+

humanable_build_number

-

via Adam Armstrong

+

via icyleaf

-> Build Axway Appcelerator Mobile Applications from within fastlane +> Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android.
@@ -26307,9 +26221,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ti_build_app + humanable_build_number - - Build Axway Appcelerator Mobile Applications from within fastlane + Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android. @@ -26331,22 +26245,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 9 + 3 More subscribers = more popular project stars - 6 + 4 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -26361,7 +26275,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 55 Project that have been around for longer tend to be more stable @@ -26376,7 +26290,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 164 + 169 More downloads = more users have been using the plugin for a while @@ -26391,19 +26305,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
308
+
310
-

humanable_build_number

+

taiwan_number_one

-

via icyleaf

+

via andrew54068

-> Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android. +> approve or reject first if status is Pending Developer Release.
@@ -26419,9 +26333,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - humanable_build_number + taiwan_number_one + - - - Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android. @@ -26443,17 +26357,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 4 + 8 More stars = more popular project @@ -26473,12 +26387,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 29 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -26488,12 +26402,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 168 + 167 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -26503,19 +26417,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
307
+
310
-

u3d

+

ti_build_app

-

via Jerome Lacoste

+

via Adam Armstrong

-> Fastgame's u3d (a Unity3d CLI) integration +> Build Axway Appcelerator Mobile Applications from within fastlane
@@ -26531,9 +26445,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - u3d + ti_build_app - - Fastgame's u3d (a Unity CLI) integration + Build Axway Appcelerator Mobile Applications from within fastlane @@ -26555,22 +26469,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 9 More subscribers = more popular project stars - 0 + 6 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -26585,7 +26499,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 47 Project that have been around for longer tend to be more stable @@ -26600,12 +26514,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 85 + 165 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -26615,19 +26529,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
306
+
309
-

dingtalk_robot

+

u3d

-

via InfiniteReverse

+

via Jerome Lacoste

-> webhook for dingtalk robot +> Fastgame's u3d (a Unity3d CLI) integration
@@ -26643,9 +26557,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dingtalk_robot + u3d - - webhook for dingtalk robot + Fastgame's u3d (a Unity CLI) integration @@ -26667,7 +26581,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 18 The more contributors a project has, the more likely it is it stays alive @@ -26697,7 +26611,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 55 Project that have been around for longer tend to be more stable @@ -26712,7 +26626,97 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 181 + 86 + More downloads = more users have been using the plugin for a while + + + tests + 80 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
308
+ +

youtrack

+ +

via Semen Kologrivov

+ +> Use for communicating with YouTrack (fetching issue's info, adding comments and tags etc.) + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -26727,13 +26731,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
305
+
308

bugsnag_sourcemaps_upload

@@ -26824,7 +26829,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -26845,15 +26850,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
305
+
306
-

checks

+

increment_build_number

-

via Sherzat Aitbayev

+

via Miyabi Ogino

-> Fastlane plugin for Checks (checks.google.com) +> Update build numbers for iOS/Android. +
+Provided actions + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads288 More downloads = more users have been using the plugin for a while
downloads164167 More downloads = more users have been using the plugin for a while
+ + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
increment_bundle_version-Increment bundle version for iOS.
increment_version_code-Increment version code for Android.
+ +
+
Score details @@ -26869,17 +26901,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -26889,17 +26921,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 0 + 25 How well is the README of the document written age - 0 + 24 Project that have been around for longer tend to be more stable @@ -26914,12 +26946,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 355 + 197 More downloads = more users have been using the plugin for a while tests - 0 + 30 The more tests a plugin has, the better @@ -26929,29 +26961,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
303
+
306
-

retry_tests

+

dingtalk_robot

-

via Gloria Chow

+

via InfiniteReverse

-> 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. +> webhook for dingtalk robot + + +
+Provided actions + + + + + + + + + + + + + + + +
NameCategoryDescription
dingtalk_robot-webhook for dingtalk robot
+
@@ -26968,7 +27013,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 12 The more contributors a project has, the more likely it is it stays alive @@ -26993,17 +27038,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 43 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -27013,7 +27058,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 235 + 181 More downloads = more users have been using the plugin for a while @@ -27028,19 +27073,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
302
+
305
-

coveralls

+

retry_tests

-

via Atsushi Nagase

+

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. -> Send coverage information to Coveralls @@ -27058,7 +27111,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive @@ -27103,7 +27156,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 252 + 237 More downloads = more users have been using the plugin for a while @@ -27118,48 +27171,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
300
- -

increment_build_number

- -

via Miyabi Ogino

- -> Update build numbers for iOS/Android. +
304
+

coveralls

-
-Provided actions +

via Atsushi Nagase

- - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
increment_bundle_version-Increment bundle version for iOS.
increment_version_code-Increment version code for Android.
+> Send coverage information to Coveralls -
@@ -27176,17 +27201,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -27201,17 +27226,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 0 How well is the README of the document written age - 24 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -27221,12 +27246,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 191 + 254 More downloads = more users have been using the plugin for a while tests - 30 + 0 The more tests a plugin has, the better @@ -27236,13 +27261,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
297
+
299

get_application_id_flavor

@@ -27333,7 +27359,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 182 + 184 More downloads = more users have been using the plugin for a while @@ -27354,7 +27380,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
292
+
296

msbuild

@@ -27445,7 +27471,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 53 + 54 Project that have been around for longer tend to be more stable @@ -27460,7 +27486,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 154 + 157 More downloads = more users have been using the plugin for a while @@ -27481,13 +27507,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
292
+
293
-

semantic_convention_release

+

periphery

-

via Jiří Otáhal, Sergio Fierro

+

via Liam Nichols

-> Automated version managment and generator of release notes. +> Identifies unused code in Swift projects using Periphery
@@ -27503,14 +27529,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - conventional_changelog + periphery - - Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. - - - analyze_commits - - Finds a tag of last release and determinates version of next release @@ -27537,17 +27558,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project stars - 0 + 2 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -27557,32 +27578,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 41 + 27 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 71 + 182 More downloads = more users have been using the plugin for a while tests - 80 + 27 The more tests a plugin has, the better @@ -27592,112 +27613,48 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
289
- -

youtrack

+
293
-

via Semen Kologrivov

+

semantic_convention_release

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

via Jiří Otáhal, Sergio Fierro

+> Automated version managment and generator of release notes.
-Score details +Provided actions - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - + + +
MetricPointsNameCategory Description
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads269More downloads = more users have been using the plugin for a whileconventional_changelog-Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format.
tests0The more tests a plugin has, the betteranalyze_commits-Finds a tag of last release and determinates version of next release
-

- - Open website - (no GitHub link provided in gemspec) - -

- ------ - -
288
- -

killsimulator

- -

via Luís Esteves

- -> Kill all the open simulatores - -
Score details @@ -27738,17 +27695,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 41 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -27758,12 +27715,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 268 + 72 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -27773,14 +27730,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
288
+
290

android_change_package_name

@@ -27856,7 +27812,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 44 Project that have been around for longer tend to be more stable @@ -27871,7 +27827,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 194 + 195 More downloads = more users have been using the plugin for a while @@ -27892,36 +27848,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
287
- -

android_keystore

- -

via Josh Holtz

- -> Generate an Android keystore file +
289
+

killsimulator

-
-Provided actions +

via Luís Esteves

- - - - - - - - - - - - - - - -
NameCategoryDescription
android_keystore-Generate an Android keystore file
+> Kill all the open simulatores -
@@ -27938,12 +27872,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -27963,12 +27897,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 51 + 0 Project that have been around for longer tend to be more stable @@ -27983,12 +27917,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 154 + 269 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -27998,7 +27932,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

@@ -28006,11 +27941,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
287
-

periphery

+

android_keystore

-

via Liam Nichols

+

via Josh Holtz

-> Identifies unused code in Swift projects using Periphery +> Generate an Android keystore file
@@ -28026,9 +27961,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - periphery - - + android_keystore - + Generate an Android keystore file @@ -28050,22 +27985,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 2 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -28075,12 +28010,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 26 + 51 Project that have been around for longer tend to be more stable @@ -28090,17 +28025,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 177 + 154 More downloads = more users have been using the plugin for a while tests - 27 + 3 The more tests a plugin has, the better @@ -28110,19 +28045,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
284
+
285
-

upload_folder_to_s3

+

upload_dsym_to_bugly

-

via teriiehina

+

via liubo

-> Upload a folder to S3 +> upload_dsym_to_bugly
@@ -28138,9 +28073,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_folder_to_s3 + upload_dsym_to_bugly - - Upload a folder to S3 + upload_dsym_to_bugly @@ -28162,7 +28097,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 30 + 0 The more contributors a project has, the more likely it is it stays alive @@ -28172,12 +28107,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 7 + 30 More stars = more popular project forks - 10 + 30 More forks = more people seem to use/modify this project @@ -28192,27 +28127,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 58 + 43 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 88 + 77 More downloads = more users have been using the plugin for a while tests - 18 + 3 The more tests a plugin has, the better @@ -28222,19 +28157,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
284
+
285
-

upload_dsym_to_bugly

+

increment_version_code_android

-

via liubo

+

via SimoneCorsini

-> upload_dsym_to_bugly +> Increment the version code of your android project, supporting different product flavors.
@@ -28250,9 +28185,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_dsym_to_bugly + increment_version_code_android - - upload_dsym_to_bugly + Increment the version code of your android project, supporting different flavors. @@ -28284,12 +28219,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 30 + 1 More stars = more popular project forks - 30 + 0 More forks = more people seem to use/modify this project @@ -28299,27 +28234,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 43 + 53 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 76 + 180 More downloads = more users have been using the plugin for a while @@ -28334,19 +28269,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
283
+
284
-

ensure_xcode_build_version

+

upload_folder_to_s3

-

via Fumiya Nakamura

+

via teriiehina

-> Ensure Xcode Build Version for working with Beta, GM and Release +> Upload a folder to S3
@@ -28362,9 +28297,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ensure_xcode_build_version + upload_folder_to_s3 - - Ensure the selected Xcode Build version with xcode-select matches a value + Upload a folder to S3 @@ -28386,7 +28321,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 30 The more contributors a project has, the more likely it is it stays alive @@ -28396,12 +28331,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 7 More stars = more popular project forks - 5 + 10 More forks = more people seem to use/modify this project @@ -28416,12 +28351,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 56 + 58 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -28431,12 +28366,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 101 + 88 More downloads = more users have been using the plugin for a while tests - 15 + 18 The more tests a plugin has, the better @@ -28446,19 +28381,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
282
+
283
-

better_semantic_release

+

ensure_xcode_build_version

-

via Tom Greco

+

via Fumiya Nakamura

-> Automated version managment and generator of release notes. +> Ensure Xcode Build Version for working with Beta, GM and Release
@@ -28474,14 +28409,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - conventional_changelog - - - - - - - analyze_commits - - + ensure_xcode_build_version - + Ensure the selected Xcode Build version with xcode-select matches a value @@ -28508,17 +28438,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 3 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -28533,7 +28463,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 56 Project that have been around for longer tend to be more stable @@ -28548,12 +28478,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 61 + 101 More downloads = more users have been using the plugin for a while tests - 80 + 15 The more tests a plugin has, the better @@ -28563,19 +28493,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
281
+
282
-

uninow_sentry

+

better_semantic_release

-

via Tom Krusch

+

via Tom Greco

-> Upload symbols to Sentry +> Automated version managment and generator of release notes.
@@ -28591,39 +28521,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sentry_upload_sourcemap - - - Upload a sourcemap to a release of a project on Sentry - - - sentry_finalize_release - - - Finalize a release for a project on Sentry - - - sentry_create_release - - - Create new releases for a project on Sentry - - - sentry_upload_file + conventional_changelog - - Upload files to a release of a project on Sentry - - - sentry_upload_dsym - - Upload dSYM symbolication files to Sentry - sentry_set_commits + analyze_commits - - Set commits of a release - - - sentry_upload_proguard - - Upload mapping to a project on Sentry @@ -28675,7 +28580,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 58 + 41 Project that have been around for longer tend to be more stable @@ -28690,7 +28595,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 43 + 61 More downloads = more users have been using the plugin for a while @@ -28705,19 +28610,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
280
+
281
-

increment_version_code_android

+

sourcery

-

via SimoneCorsini

+

via Marcin Stepnowski

-> Increment the version code of your android project, supporting different product flavors. +> Run sourcery with fastlane! Sourcery is a code generator for Swift language, built on top of Apple's own SwiftSyntax. It extends the language abstractions to allow you to generate boilerplate code automatically.
@@ -28733,9 +28638,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - increment_version_code_android - - - Increment the version code of your android project, supporting different flavors. + sourcery + building + Sourcery is a code generator for Swift language, built on top of Apple's own SwiftSyntax. It extends the language abstractions to allow you to generate boilerplate code automatically. @@ -28767,7 +28672,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -28782,17 +28687,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 52 + 25 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -28802,12 +28707,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 176 + 132 More downloads = more users have been using the plugin for a while tests - 3 + 21 The more tests a plugin has, the better @@ -28817,19 +28722,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
279
+
281
-

sourcery

+

uninow_sentry

-

via Marcin Stepnowski

+

via Tom Krusch

-> Run sourcery with fastlane! Sourcery is a code generator for Swift language, built on top of Apple's own SwiftSyntax. It extends the language abstractions to allow you to generate boilerplate code automatically. +> Upload symbols to Sentry
@@ -28845,9 +28750,39 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sourcery - building - Sourcery is a code generator for Swift language, built on top of Apple's own SwiftSyntax. It extends the language abstractions to allow you to generate boilerplate code automatically. + sentry_upload_sourcemap + - + Upload a sourcemap to a release of a project on Sentry + + + sentry_finalize_release + - + Finalize a release for a project on Sentry + + + sentry_create_release + - + Create new releases for a project on Sentry + + + sentry_upload_file + - + Upload files to a release of a project on Sentry + + + sentry_upload_dsym + - + Upload dSYM symbolication files to Sentry + + + sentry_set_commits + - + Set commits of a release + + + sentry_upload_proguard + - + Upload mapping to a project on Sentry @@ -28874,7 +28809,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -28899,7 +28834,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 58 Project that have been around for longer tend to be more stable @@ -28914,12 +28849,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 131 + 43 More downloads = more users have been using the plugin for a while tests - 21 + 80 The more tests a plugin has, the better @@ -28929,19 +28864,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
275
+
277
-

match_keystore

+

blackberry_mam

-

via Christopher NEY

+

via Lyndsey Ferguson

-> Easily sync your Android keystores across your team +> A fastlane plugin that works with Blackberry Dynamics (formerly Good Dynamics) provides Mobile Application Management
@@ -28957,9 +28892,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - match_keystore + update_info_plist_for_blackberry_mam - - Easily sync your Android keystores across your team + 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 @@ -28981,7 +28926,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive @@ -28991,12 +28936,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 0 More stars = more popular project forks - 25 + 5 More forks = more people seem to use/modify this project @@ -29006,32 +28951,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 34 + 53 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -5 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 153 + 36 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -29041,19 +28986,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
275
+
277
-

blackberry_mam

+

match_keystore

-

via Lyndsey Ferguson

+

via Christopher NEY

-> A fastlane plugin that works with Blackberry Dynamics (formerly Good Dynamics) provides Mobile Application Management +> Easily sync your Android keystores across your team
@@ -29069,19 +29014,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - 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 + match_keystore - - Checks the version of the installed Good framework + Easily sync your Android keystores across your team @@ -29103,7 +29038,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive @@ -29113,12 +29048,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 5 More stars = more popular project forks - 5 + 25 More forks = more people seem to use/modify this project @@ -29128,32 +29063,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 52 + 35 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -5 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 35 + 154 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -29163,19 +29098,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
274
+
275
-

semantic_release_workflow

+

xamarin_build

-

via Phong Nguyen

+

via punksta

-> Automated version managment, generator of release notes, create gitlab release then notify +> Build xamarin android\ios projects
@@ -29191,19 +29126,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - conventional_changelog + extract_certificate - - Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. + Extract certificate public key from provision profile - create_release + xamarin_update_configuration - - Create Gitlab release + Set properties of specific build configuration in Xamarin configuration file - analyze_commits + xamarin_build - - Finds a tag of last release and determinates version of next release + Build xamarin android and ios projects @@ -29225,22 +29160,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 24 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 9 More subscribers = more popular project stars - 0 + 7 More stars = more popular project forks - 0 + 40 More forks = more people seem to use/modify this project @@ -29255,27 +29190,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 58 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 53 + 65 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -29285,19 +29220,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
273
+
274
-

xamarin_build

+

semantic_release_workflow

-

via punksta

+

via Phong Nguyen

-> Build xamarin android\ios projects +> Automated version managment, generator of release notes, create gitlab release then notify
@@ -29313,19 +29248,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - extract_certificate + conventional_changelog - - Extract certificate public key from provision profile + Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. - xamarin_update_configuration + create_release - - Set properties of specific build configuration in Xamarin configuration file + Create Gitlab release - xamarin_build + analyze_commits - - Build xamarin android and ios projects + Finds a tag of last release and determinates version of next release @@ -29347,22 +29282,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 24 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 9 + 0 More subscribers = more popular project stars - 7 + 0 More stars = more popular project forks - 40 + 0 More forks = more people seem to use/modify this project @@ -29377,27 +29312,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 57 + 41 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 64 + 53 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -29407,13 +29342,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
271
+
273

snapshot_test

@@ -29489,7 +29424,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 39 Project that have been around for longer tend to be more stable @@ -29504,7 +29439,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 87 + 88 More downloads = more users have been using the plugin for a while @@ -29525,7 +29460,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
269
+
271

analyze_apk

@@ -29601,7 +29536,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 51 + 52 Project that have been around for longer tend to be more stable @@ -29616,7 +29551,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 138 + 139 More downloads = more users have been using the plugin for a while @@ -29637,7 +29572,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
268
+
269

apprepo

@@ -29703,7 +29638,124 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 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 + 58 + 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 + 160 + More downloads = more users have been using the plugin for a while + + + tests + 0 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
268
+ +

get_new_build_number

+ +

via Bartek Pacia

+ +> Retrieves the new build number for your mobile app. + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
get_new_build_name-Retrieves the new build number for your app.
get_new_build_number-Retrieves the new build number for your app.
+ +
+ + +
+Score details + + + + + + + + + + + + + @@ -29713,12 +29765,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -29733,7 +29785,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -29743,17 +29795,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + - + @@ -29763,7 +29815,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -29859,13 +29911,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
265
+
266
-

get_new_build_number

+

ad_licenselint

-

via Bartek Pacia

+

via Pierre Felgines

-> Retrieves the new build number for your mobile app. +> Lint the licenses for iOS projects
@@ -29881,14 +29933,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- - - - - - + - +
MetricPointsDescription
contributors18 The more contributors a project has, the more likely it is it stays alive
stars422 More stars = more popular project
forks015 More forks = more people seem to use/modify this project
age5822 Project that have been around for longer tend to be more stable
github_issues-1-6 Lots of open issues are not a good sign usually, unless the project is really popular
downloads159146 More downloads = more users have been using the plugin for a while
tests03 The more tests a plugin has, the better
get_new_build_name-Retrieves the new build number for your app.
get_new_build_numberad_licenselint -Retrieves the new build number for your app.Lint the licenses for iOS projects
@@ -29910,22 +29957,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 33 More subscribers = more popular project stars - 22 + 26 More stars = more popular project forks - 15 + 20 More forks = more people seem to use/modify this project @@ -29935,32 +29982,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 21 + 33 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -6 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 144 + 55 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -29970,19 +30017,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
265
+
266
-

ad_licenselint

+

version

-

via Pierre Felgines

+

via Jason Nam

-> Lint the licenses for iOS projects +> Set version
@@ -29998,9 +30045,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ad_licenselint + set_version - - Lint the licenses for iOS projects + Set version @@ -30027,17 +30074,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 33 + 3 More subscribers = more popular project stars - 26 + 0 More stars = more popular project forks - 20 + 0 More forks = more people seem to use/modify this project @@ -30052,27 +30099,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 40 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 55 + 144 More downloads = more users have been using the plugin for a while tests - 0 + 9 The more tests a plugin has, the better @@ -30082,7 +30129,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -30090,11 +30137,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
264
-

version

+

trigger_bitrise_build

-

via Jason Nam

+

via Nick Hammond

-> Set version +> Trigger a Bitrise build from Fastlane
@@ -30110,9 +30157,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - set_version + trigger_bitrise_build - - Set version + Trigger a Bitrise build from Fastlane @@ -30134,17 +30181,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 12 More subscribers = more popular project stars - 0 + 2 More stars = more popular project @@ -30164,12 +30211,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 50 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -30179,12 +30226,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 142 + 91 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -30194,19 +30241,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
263
+
264
-

trigger_bitrise_build

+

set_sonar_properties

-

via Nick Hammond

+

via Paldom

-> Trigger a Bitrise build from Fastlane +> Load and edit sonar-project.properties files
@@ -30222,9 +30269,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - trigger_bitrise_build + set_sonar_properties - - Trigger a Bitrise build from Fastlane + Load and edit sonar properties file @@ -30246,17 +30293,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 12 + 3 More subscribers = more popular project stars - 2 + 0 More stars = more popular project @@ -30276,7 +30323,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 49 + 39 Project that have been around for longer tend to be more stable @@ -30291,12 +30338,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 91 + 110 More downloads = more users have been using the plugin for a while tests - 3 + 12 The more tests a plugin has, the better @@ -30306,7 +30353,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -30424,13 +30471,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
262
+
261
-

set_sonar_properties

+

github_action

-

via Paldom

+

via Josh Holtz

-> Load and edit sonar-project.properties files +> Helper to setup GitHub actions for fastlane and match
@@ -30446,9 +30493,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - set_sonar_properties + github_action - - Load and edit sonar properties file + Helper to setup GitHub actions for fastlane and match @@ -30475,12 +30522,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 0 + 4 More stars = more popular project @@ -30500,7 +30547,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 34 Project that have been around for longer tend to be more stable @@ -30515,12 +30562,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 109 + 120 More downloads = more users have been using the plugin for a while tests - 12 + 3 The more tests a plugin has, the better @@ -30530,13 +30577,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
260
+
261

firim

@@ -30612,7 +30659,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 55 + 56 Project that have been around for longer tend to be more stable @@ -30648,7 +30695,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
260
+
261

appbox

@@ -30724,7 +30771,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 43 Project that have been around for longer tend to be more stable @@ -30760,13 +30807,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
260
+
261
-

git_info_extract

+

versioning_android_kts

-

via alexander sun

+

via Serge

-> Extract JIRA information from git merge +> Android Versioning Plugin for Fastlane - fork for Gradle KTS
@@ -30782,9 +30829,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_info_extract + android_get_version_code - - Extract JIRA information from git merge + Get the Version Code of your Android project + + + 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 @@ -30816,7 +30878,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -30831,12 +30893,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 53 + 49 Project that have been around for longer tend to be more stable @@ -30851,12 +30913,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 158 + 91 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -30866,19 +30928,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
260
+
261
-

github_action

+

git_info_extract

-

via Josh Holtz

+

via alexander sun

-> Helper to setup GitHub actions for fastlane and match +> Extract JIRA information from git merge
@@ -30894,9 +30956,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - github_action + git_info_extract - - Helper to setup GitHub actions for fastlane and match + Extract JIRA information from git merge @@ -30928,7 +30990,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 1 More stars = more popular project @@ -30943,17 +31005,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 34 + 54 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -30963,7 +31025,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 119 + 158 More downloads = more users have been using the plugin for a while @@ -30978,19 +31040,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
257
+
258
-

flurry

+

bitrise

-

via Akash Duseja

+

via Robin AUTHIAT

-> Upload dSYM symbolication files to Flurry +> Fastlane plugin to trigger a bitrise build with some options
@@ -31006,9 +31068,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flurry_upload_dsym - misc - Upload dSYM symbolication files to Flurry + bitrise + - + Trigger a bitrise build @@ -31030,17 +31092,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 30 + 3 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -31060,7 +31122,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 55 + 42 Project that have been around for longer tend to be more stable @@ -31075,12 +31137,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 83 + 137 More downloads = more users have been using the plugin for a while tests - 12 + 6 The more tests a plugin has, the better @@ -31090,19 +31152,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
256
+
257
-

bitrise

+

flurry

-

via Robin AUTHIAT

+

via Akash Duseja

-> Fastlane plugin to trigger a bitrise build with some options +> Upload dSYM symbolication files to Flurry
@@ -31118,9 +31180,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitrise - - - Trigger a bitrise build + flurry_upload_dsym + misc + Upload dSYM symbolication files to Flurry @@ -31142,17 +31204,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 30 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -31172,7 +31234,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 55 Project that have been around for longer tend to be more stable @@ -31187,12 +31249,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 135 + 83 More downloads = more users have been using the plugin for a while tests - 6 + 12 The more tests a plugin has, the better @@ -31202,13 +31264,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
255
+
256

aws_sns

@@ -31299,7 +31361,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 103 + 104 More downloads = more users have been using the plugin for a while @@ -31320,7 +31382,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
254
+
256

translation

@@ -31401,7 +31463,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 55 Project that have been around for longer tend to be more stable @@ -31416,7 +31478,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 103 + 104 More downloads = more users have been using the plugin for a while @@ -31437,13 +31499,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
254
+
255
-

versioning_android_kts

+

github_status

-

via Serge

+

via Michael Furtak

-> Android Versioning Plugin for Fastlane - fork for Gradle KTS +> Provides the ability to display and act upon GitHub server status as part of your build
@@ -31459,24 +31521,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_get_version_code - - - Get the Version Code of your Android project - - - 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 + github_status - - Set the Version Name of your Android project + Provides the ability to check on GitHub server status as part of your build @@ -31498,7 +31545,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -31508,7 +31555,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 8 More stars = more popular project @@ -31528,7 +31575,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 49 + 58 Project that have been around for longer tend to be more stable @@ -31543,12 +31590,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 84 + 65 More downloads = more users have been using the plugin for a while tests - 51 + 48 The more tests a plugin has, the better @@ -31558,19 +31605,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
253
+
254
-

mint

+

facelift

-

via Marcin Stepnowski

+

via Richard Szalay

-> Run Mint with fastlane! Mint is a package manager that installs and runs Swift command line tool packages. +> Deprecated in favor of 'fastlane-plugin-act'
@@ -31586,24 +31633,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - install_mint - building - Install mint using homebrew - - - mint_bootstrap - building - Installs all the packages in a Mintfile - - - mint_run - building - Run command with mint - - - mint_which - building - Print and return the full path to the installed executable + act + - + Reconfigures .plists and icons inside a compiled IPA @@ -31625,22 +31657,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 1 + 17 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -31655,27 +31687,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 20 + 57 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 102 + 23 More downloads = more users have been using the plugin for a while tests - 24 + 72 The more tests a plugin has, the better @@ -31685,19 +31717,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
253
+
254
-

facelift

+

mint

-

via Richard Szalay

+

via Marcin Stepnowski

-> Deprecated in favor of 'fastlane-plugin-act' +> Run Mint with fastlane! Mint is a package manager that installs and runs Swift command line tool packages.
@@ -31713,9 +31745,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - act - - - Reconfigures .plists and icons inside a compiled IPA + install_mint + building + Install mint using homebrew + + + mint_bootstrap + building + Installs all the packages in a Mintfile + + + mint_run + building + Run command with mint + + + mint_which + building + Print and return the full path to the installed executable @@ -31737,22 +31784,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 17 + 1 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -31767,27 +31814,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 56 + 20 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -4 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 23 + 103 More downloads = more users have been using the plugin for a while tests - 72 + 24 The more tests a plugin has, the better @@ -31797,7 +31844,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -31805,11 +31852,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
253
-

github_status

+

flutter_dart_version_manager

-

via Michael Furtak

+

via Marvin Moeltgen

-> Provides the ability to display and act upon GitHub server status as part of your build +> A version manager for flutter
@@ -31825,105 +31872,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - github_status + flutter_dart_version_manager - - Provides the ability to check on GitHub server status as part of your build - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars8More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age58Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads63More downloads = more users have been using the plugin for a whileA version manager for flutter
tests48The more tests a plugin has, the betterflutter_set_version-A version manager for flutter
-

- - Open on GitHub - -

- ------ - -
252
- -

elux_actions

- -

via Dennis Granath

- -> Plugin including actions for releasing the android SDK - -
Score details @@ -31944,12 +31906,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -31964,17 +31926,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 29 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -31984,12 +31946,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 202 + 147 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -31999,20 +31961,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
251
+
253
-

flutter_dart_version_manager

+

shorebird

-

via Marvin Moeltgen

+

via Shorebird

-> A version manager for flutter +> Create Shorebird releases and patches
@@ -32028,14 +31989,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_dart_version_manager + shorebird_patch - - A version manager for flutter + Create a Shorebird patch - flutter_set_version + shorebird_release - - A version manager for flutter + Create a Shorebird release @@ -32057,17 +32018,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 1 + 4 More stars = more popular project @@ -32087,7 +32048,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 9 Project that have been around for longer tend to be more stable @@ -32095,6 +32056,96 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 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 + 117 + More downloads = more users have been using the plugin for a while + + + tests + 42 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
252
+ +

elux_actions

+ +

via Dennis Granath

+ +> Plugin including actions for releasing the android SDK + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -32102,12 +32153,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -32117,13 +32168,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
250
+
251

twine

@@ -32209,7 +32261,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -32357,7 +32409,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
246
+
248

update_team_identifier

@@ -32433,7 +32485,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -32448,7 +32500,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -32469,7 +32521,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
245
+
246

instabug

@@ -32560,7 +32612,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -32581,103 +32633,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
244
- -

get_application_id

- -

via Helder Pinhal

- -> Get the applicationId of an Android project. - - - -
-Score details - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues 0
downloads145202 More downloads = more users have been using the plugin for a while
tests30 The more tests a plugin has, the better
age4849 Project that have been around for longer tend to be more stable
age4344 Project that have been around for longer tend to be more stable
downloads117118 More downloads = more users have been using the plugin for a while
downloads7677 More downloads = more users have been using the plugin for a while
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors18The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads206More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
242
+
245
-

shorebird

+

debug_file

-

via Shorebird

+

via icyleaf

-> Create Shorebird releases and patches +> Compress iOS/macApp dSYM or Android Proguard(mapping/R/AndroidManifest) to zip file
@@ -32693,14 +32655,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - shorebird_patch - - - Create a Shorebird patch + list_dsym + misc + Find and generate iOS/MacOS dSYM file(s) to zip file - shorebird_release - - - Create a Shorebird release + proguard + misc + Find and generate Android proguard file(s) to zip file + + + dsym + misc + Find and generate iOS/MacOS dSYM file(s) to zip file @@ -32722,17 +32689,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 4 + 0 More stars = more popular project @@ -32752,7 +32719,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 9 + 36 Project that have been around for longer tend to be more stable @@ -32762,17 +32729,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 106 + 133 More downloads = more users have been using the plugin for a while tests - 42 + 3 The more tests a plugin has, the better @@ -32782,52 +32749,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
242
- -

teak

- -

via Pat Wilson

- -> Fastlane plugins for the Teak SDK +
245
+

get_application_id

-
-Provided actions +

via Helder Pinhal

- - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
teak_extensions-Add App Extension
teak_sdk-Download the Teak SDK
teak-Fastlane plugins for the Teak SDK
+> Get the applicationId of an Android project. -
@@ -32844,12 +32779,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 9 + 0 More subscribers = more popular project @@ -32869,17 +32804,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 0 How well is the README of the document written age - 46 + 0 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -32889,12 +32824,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 109 + 207 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -32904,19 +32839,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
241
+
244
-

debug_file

+

teak

-

via icyleaf

+

via Pat Wilson

-> Compress iOS/macApp dSYM or Android Proguard(mapping/R/AndroidManifest) to zip file +> Fastlane plugins for the Teak SDK
@@ -32932,19 +32867,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - list_dsym - misc - Find and generate iOS/MacOS dSYM file(s) to zip file + teak_extensions + - + Add App Extension - proguard - misc - Find and generate Android proguard file(s) to zip file + teak_sdk + - + Download the Teak SDK - dsym - misc - Find and generate iOS/MacOS dSYM file(s) to zip file + teak + - + Fastlane plugins for the Teak SDK @@ -32971,7 +32906,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 9 More subscribers = more popular project @@ -32991,17 +32926,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 36 + 47 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -33011,7 +32946,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 129 + 110 More downloads = more users have been using the plugin for a while @@ -33026,7 +32961,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -33144,7 +33079,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
240
+
241

branding

@@ -33235,7 +33170,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 56 + 57 More downloads = more users have been using the plugin for a while @@ -33256,13 +33191,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
239
+
241
-

store_sizer

+

find_firebase_app_id

-

via Marcelo Oliveira

+

via Tigran Hambardzumyan

-> Estimates download and install sizes for your app, also checks if sizes fit the requirements +> Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android].
@@ -33278,14 +33213,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - store_size_xcarchive_check - - - Checks if the size report fits the requirements - - - store_size_xcarchive + find_firebase_app_id - - Estimates download and install sizes for your app + Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android]. @@ -33307,17 +33237,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 11 + 4 More stars = more popular project @@ -33337,7 +33267,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 51 + 37 Project that have been around for longer tend to be more stable @@ -33347,17 +33277,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -2 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 53 + 105 More downloads = more users have been using the plugin for a while tests - 39 + 12 The more tests a plugin has, the better @@ -33367,19 +33297,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
238
+
240
-

provisioning

+

store_sizer

-

via Pawel Jankowski

+

via Marcelo Oliveira

-> Helps provision your app in the CI environment +> Estimates download and install sizes for your app, also checks if sizes fit the requirements
@@ -33395,14 +33325,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - set_key_partition_list + store_size_xcarchive_check - - Sets key partition list (required by macOS Sierra) + Checks if the size report fits the requirements - install_profiles + store_size_xcarchive - - Install profiles from specified directory + Estimates download and install sizes for your app @@ -33424,7 +33354,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 12 The more contributors a project has, the more likely it is it stays alive @@ -33434,12 +33364,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 11 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -33454,27 +33384,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 52 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 75 + 53 More downloads = more users have been using the plugin for a while tests - 3 + 39 The more tests a plugin has, the better @@ -33484,19 +33414,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
238
+
240
-

find_firebase_app_id

+

create_github_issue

-

via Tigran Hambardzumyan

+

via Ryo Sakaguchi

-> Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android]. +> Create GitHub issue
@@ -33512,9 +33442,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - find_firebase_app_id + create_github_issue - - Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android]. + Create GitHub issue @@ -33536,22 +33466,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 4 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -33561,12 +33491,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 36 + 43 Project that have been around for longer tend to be more stable @@ -33576,17 +33506,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 103 + 148 More downloads = more users have been using the plugin for a while tests - 12 + 3 The more tests a plugin has, the better @@ -33596,19 +33526,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
238
+
240
-

create_github_issue

+

rename_android

-

via Ryo Sakaguchi

+

via Josh Holtz, Sourcetoad

-> Create GitHub issue +> Renames Android package for .java, .kt, AndroidManifest.xml, and build.gradle files
@@ -33624,9 +33554,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_github_issue + rename_android - - Create GitHub issue + Renames Android package for .java, .kt, AndroidManifest.xml, and build.gradle files @@ -33648,12 +33578,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 24 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -33663,7 +33593,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 0 + 5 More forks = more people seem to use/modify this project @@ -33673,17 +33603,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 42 + 45 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -33693,12 +33623,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 147 + 32 More downloads = more users have been using the plugin for a while tests - 3 + 30 The more tests a plugin has, the better @@ -33708,19 +33638,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
237
+
239
-

rename_android

+

provisioning

-

via Josh Holtz, Sourcetoad

+

via Pawel Jankowski

-> Renames Android package for .java, .kt, AndroidManifest.xml, and build.gradle files +> Helps provision your app in the CI environment
@@ -33736,9 +33666,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rename_android + set_key_partition_list - - Renames Android package for .java, .kt, AndroidManifest.xml, and build.gradle files + Sets key partition list (required by macOS Sierra) + + + install_profiles + - + Install profiles from specified directory @@ -33760,22 +33695,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 24 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -33790,7 +33725,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 55 Project that have been around for longer tend to be more stable @@ -33805,12 +33740,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 75 More downloads = more users have been using the plugin for a while tests - 30 + 3 The more tests a plugin has, the better @@ -33820,19 +33755,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
236
+
238
-

automated_test_emulator_run_next

+

line_notify

-

via Hiroto Nakamura

+

via AKKHARAWAT CHAYAPIWAT

-> Starts multiple 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. +> To be able to send message to Line Notify
@@ -33848,9 +33783,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - automated_test_emulator_run + line_notify - - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. + You can use this action to send message via Line Notify @@ -33877,7 +33812,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project @@ -33887,7 +33822,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 15 + 0 More forks = more people seem to use/modify this project @@ -33897,27 +33832,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 57 + 46 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 57 + 141 More downloads = more users have been using the plugin for a while @@ -33932,19 +33867,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
235
+
237
-

raven

+

automated_test_emulator_run_next

-

via Marten Klitzke

+

via Hiroto Nakamura

-> Plugin to manage Releases and upload JS Sourcemaps +> Starts multiple 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.
@@ -33960,9 +33895,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - raven + automated_test_emulator_run - - Create new Sentry/Raven Release and Upload Sourcemaps + Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. @@ -33984,22 +33919,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 30 + 6 More subscribers = more popular project stars - 2 + 0 More stars = more popular project forks - 5 + 15 More forks = more people seem to use/modify this project @@ -34009,27 +33944,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 53 + 57 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -1 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 80 + 58 More downloads = more users have been using the plugin for a while @@ -34044,13 +33979,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
234
+
236

repack_ios

@@ -34126,7 +34061,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 37 Project that have been around for longer tend to be more stable @@ -34141,7 +34076,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 63 + 64 More downloads = more users have been using the plugin for a while @@ -34162,15 +34097,37 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
233
+
236
-

scipio

+

android_testlab_script_swit

-

via evandcoleman

+

via 나비이쁜이

-> A fastlane plugin for Scipio - A caching tool for Swift Package Manager +> 아직 만들고 있습니다... +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
android_testlab_script_swit-Android Firebase TestLab with Robo Script Test
+ +
+
Score details @@ -34186,12 +34143,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -34211,12 +34168,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 0 + 14 Project that have been around for longer tend to be more stable @@ -34231,7 +34188,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 195 + 174 More downloads = more users have been using the plugin for a while @@ -34246,19 +34203,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
233
+
235
-

android_testlab_script_swit

+

raven

-

via 나비이쁜이

+

via Marten Klitzke

-> 아직 만들고 있습니다... +> Plugin to manage Releases and upload JS Sourcemaps
@@ -34274,9 +34231,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_testlab_script_swit + raven - - Android Firebase TestLab with Robo Script Test + Create new Sentry/Raven Release and Upload Sourcemaps @@ -34298,22 +34255,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 30 More subscribers = more popular project stars - 0 + 2 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -34328,7 +34285,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 14 + 53 Project that have been around for longer tend to be more stable @@ -34338,17 +34295,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 171 + 80 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -34358,42 +34315,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
233
- -

line_notify

- -

via AKKHARAWAT CHAYAPIWAT

- -> To be able to send message to Line Notify +
235
+

scipio

-
-Provided actions +

via evandcoleman

- - - - - - - - - - - - - - - -
NameCategoryDescription
line_notify-You can use this action to send message via Line Notify
+> A fastlane plugin for Scipio - A caching tool for Swift Package Manager -
@@ -34410,12 +34345,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -34435,12 +34370,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 0 How well is the README of the document written age - 45 + 0 Project that have been around for longer tend to be more stable @@ -34455,12 +34390,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 137 + 197 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -34470,13 +34405,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
233
+
234

xcpretty_report

@@ -34552,7 +34487,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 55 Project that have been around for longer tend to be more stable @@ -34588,7 +34523,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
231
+
233

unity_exporter

@@ -34679,7 +34614,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 27 Project that have been around for longer tend to be more stable @@ -34694,7 +34629,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 70 + 71 More downloads = more users have been using the plugin for a while @@ -34715,13 +34650,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
231
+
233
-

remove_git_tag

+

testbm

-

via Marker Digital

+

via Bemobile

-> This will remove a specific tag from your remote branch +> A Test plugin
@@ -34737,9 +34672,39 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - remove_git_tag - source_control - This will remove a tag from the remote repository + testbm + - + A Test plugin + + + bmversion + - + TODO + + + bmdistribution + - + Distributes an app version via firebase, testflight, browsertack or the play store. + + + bmbuild + - + TODO + + + salutation + - + Returns hello world + + + bminfo + - + TODO + + + bmslack + - + Sends a message to a Slack chat specified in the SLACK_URL environment variable @@ -34761,12 +34726,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -34791,7 +34756,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 30 Project that have been around for longer tend to be more stable @@ -34806,7 +34771,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 124 + 152 More downloads = more users have been using the plugin for a while @@ -34821,13 +34786,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
231
+
232

load_erb_config

@@ -34918,7 +34883,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 140 + 141 More downloads = more users have been using the plugin for a while @@ -34941,11 +34906,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
231
-

testbm

+

translate_gpt

-

via Bemobile

+

via Aleksei Cherepanov

-> A Test plugin +> This fastlane plugin provides an easy way to use the OpenAI GPT language model to translate strings in your iOS application.
@@ -34961,39 +34926,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - testbm - - - A Test plugin - - - bmversion - - - TODO - - - bmdistribution - - - Distributes an app version via firebase, testflight, browsertack or the play store. - - - bmbuild - - - TODO - - - salutation - - - Returns hello world - - - bminfo - - - TODO - - - bmslack + translate_gpt - - Sends a message to a Slack chat specified in the SLACK_URL environment variable + Translate a strings file using OpenAI's GPT API @@ -35020,17 +34955,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 0 + 76 More stars = more popular project forks - 0 + 30 More forks = more people seem to use/modify this project @@ -35040,12 +34975,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 29 + 16 Project that have been around for longer tend to be more stable @@ -35060,7 +34995,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 151 + 30 More downloads = more users have been using the plugin for a while @@ -35075,19 +35010,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
230
+
231
-

translate_gpt

+

remove_git_tag

-

via Aleksei Cherepanov

+

via Marker Digital

-> This fastlane plugin provides an easy way to use the OpenAI GPT language model to translate strings in your iOS application. +> This will remove a specific tag from your remote branch
@@ -35103,9 +35038,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - translate_gpt - - - Translate a strings file using OpenAI's GPT API + remove_git_tag + source_control + This will remove a tag from the remote repository @@ -35127,22 +35062,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 0 More subscribers = more popular project stars - 76 + 0 More stars = more popular project forks - 30 + 0 More forks = more people seem to use/modify this project @@ -35152,12 +35087,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 16 + 47 Project that have been around for longer tend to be more stable @@ -35172,7 +35107,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29 + 124 More downloads = more users have been using the plugin for a while @@ -35187,13 +35122,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
227
+
229

docker

@@ -35289,7 +35224,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 55 + 56 Project that have been around for longer tend to be more stable @@ -35304,7 +35239,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 69 + 70 More downloads = more users have been using the plugin for a while @@ -35325,7 +35260,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
227
+
228

android_emulator_kami

@@ -35416,7 +35351,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 70 + 71 More downloads = more users have been using the plugin for a while @@ -35666,6 +35601,118 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- +
226
+ +

alioss

+ +

via woodwu

+ +> upload ipa/apk to aliyun oos server, and scan QRcode to install app on mobile phone. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
alioss--
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars4More stars = more popular project
forks15More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age37Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues-6Lots of open issues are not a good sign usually, unless the project is really popular
downloads125More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- +
224

git_build_versioning

@@ -35783,13 +35830,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
224
+
223
-

alioss

+

validate_app

-

via woodwu

+

via Thi

-> upload ipa/apk to aliyun oos server, and scan QRcode to install app on mobile phone. +> Validate your build before uploading to iTunes Connect
@@ -35805,9 +35852,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - alioss - - + validate_app - + Validate your ipa file @@ -35839,12 +35886,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 11 More stars = more popular project forks - 15 + 5 More forks = more people seem to use/modify this project @@ -35854,12 +35901,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 36 + 48 Project that have been around for longer tend to be more stable @@ -35869,17 +35916,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -6 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 124 + 86 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -35889,19 +35936,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
222
+
223
-

validate_app

+

auth0_shipper

-

via Thi

+

via Hernan Zalazar

-> Validate your build before uploading to iTunes Connect +> OSS libraries release process for Auth0
@@ -35917,9 +35964,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - validate_app + perform_release - - Validate your ipa file + 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 @@ -35946,17 +36003,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 12 More subscribers = more popular project stars - 11 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -35966,12 +36023,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 48 + 55 Project that have been around for longer tend to be more stable @@ -35986,7 +36043,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 85 + 111 More downloads = more users have been using the plugin for a while @@ -36001,13 +36058,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
221
+
223

sunny_project

@@ -36148,7 +36205,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 32 Project that have been around for longer tend to be more stable @@ -36163,7 +36220,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 136 + 137 More downloads = more users have been using the plugin for a while @@ -36184,129 +36241,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
221
- -

auth0_shipper

- -

via Hernan Zalazar

- -> OSS libraries release process for Auth0 - - -
-Provided actions - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers12More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age54Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads110More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
220
+
222

ionic_integration

@@ -36387,7 +36322,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 53 Project that have been around for longer tend to be more stable @@ -36402,7 +36337,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 37 + 38 More downloads = more users have been using the plugin for a while @@ -36423,36 +36358,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
220
- -

xcode_test_reporter

- -

via Taisuke Hori

- -> Generates JUnit or HTML report from Xcode `plist` test report files. +
221
+

screenshotbot

-
-Provided actions +

via Apadmi Limited

- - - - - - - - - - - - - - - -
NameCategoryDescription
xcode_test_reporter-Generates JUnit or HTML report from Xcode `plist` test report files
+> Fastlane plugin to install the Screenshotbot recorder tool and upload your screenshots -
@@ -36469,12 +36382,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -36494,17 +36407,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 46 + 0 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -36514,12 +36427,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 68 + 183 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -36529,19 +36442,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
219
+
221
-

localize

+

jira_transitions

-

via Wolfgang Lutz

+

via Ostap Taran

-> Searches the code for extractable strings and allows interactive extraction to .strings file. +> Runs transitions for specified JIRA tickets
@@ -36557,9 +36470,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - localize + jira_transitions - - Searches the code for extractable strings and allows interactive extraction to .strings file. + Runs transitions for specified JIRA tickets @@ -36581,7 +36494,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 6 The more contributors a project has, the more likely it is it stays alive @@ -36591,7 +36504,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 7 + 2 More stars = more popular project @@ -36606,17 +36519,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 47 + 53 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -36626,7 +36539,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 39 + 101 More downloads = more users have been using the plugin for a while @@ -36641,19 +36554,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
219
+
220
-

jira_transitions

+

localize

-

via Ostap Taran

+

via Wolfgang Lutz

-> Runs transitions for specified JIRA tickets +> Searches the code for extractable strings and allows interactive extraction to .strings file.
@@ -36669,9 +36582,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_transitions + localize - - Runs transitions for specified JIRA tickets + Searches the code for extractable strings and allows interactive extraction to .strings file. @@ -36693,7 +36606,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 12 The more contributors a project has, the more likely it is it stays alive @@ -36703,7 +36616,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 7 More stars = more popular project @@ -36718,17 +36631,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 52 + 48 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -36738,7 +36651,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 100 + 39 More downloads = more users have been using the plugin for a while @@ -36753,19 +36666,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
218
+
220
-

number_of_swift_lines

+

xcode_test_reporter

-

via Dennis Charmington

+

via Taisuke Hori

-> Outputs the total number of swift lines and other useful statistics +> Generates JUnit or HTML report from Xcode `plist` test report files.
@@ -36781,9 +36694,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - number_of_swift_lines + xcode_test_reporter - - 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 + Generates JUnit or HTML report from Xcode `plist` test report files @@ -36805,7 +36718,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -36830,17 +36743,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 49 + 46 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -36850,7 +36763,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 112 + 68 More downloads = more users have been using the plugin for a while @@ -36865,7 +36778,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -36873,11 +36786,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
218
-

bluepill

+

number_of_swift_lines

-

via tbrand

+

via Dennis Charmington

-> Fastlane plugin to use bluepill in fastlane +> Outputs the total number of swift lines and other useful statistics
@@ -36893,9 +36806,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bluepill + number_of_swift_lines - - Plugin to use bluepill in fastlane + 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 @@ -36922,17 +36835,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 15 + 3 More subscribers = more popular project stars - 13 + 0 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -36942,12 +36855,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 53 + 49 Project that have been around for longer tend to be more stable @@ -36957,12 +36870,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 45 + 112 More downloads = more users have been using the plugin for a while @@ -36977,21 +36890,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
217
+
218
-

deploy_file_provider

+

bluepill

-

via Kamil Krzyk, Przemysław Wośko

+

via tbrand

-> Prepares metadata files with structure ready for AppStore, PlayStore deploy +> Fastlane plugin to use bluepill in fastlane +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
bluepill-Plugin to use bluepill in fastlane
+ +
+
Score details @@ -37007,22 +36942,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 15 More subscribers = more popular project stars - 0 + 13 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -37032,12 +36967,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 53 Project that have been around for longer tend to be more stable @@ -37047,17 +36982,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 197 + 45 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -37067,20 +37002,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
216
+
217
-

verify_ipa

+

android_update_package_identifier

-

via Derek Yang

+

via Jonathan Nogueira

-> Verify various aspects of iOS ipa file +> Changes the applicationId inside of your build.gradle file
@@ -37096,14 +37030,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - verify_ipa_files - - - Verify files in ipa file - - - verify_ipa_entitlements + android_update_package_identifier - - Verify ipa entitlements + Changes the applicationId inside of your build.gradle file. Does not change the AndroidManifest @@ -37125,7 +37054,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -37135,7 +37064,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 0 More stars = more popular project @@ -37155,7 +37084,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 53 + 32 Project that have been around for longer tend to be more stable @@ -37170,12 +37099,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 109 More downloads = more users have been using the plugin for a while tests - 51 + 3 The more tests a plugin has, the better @@ -37185,19 +37114,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
216
+
217
-

screenshotbot

+

deploy_file_provider

-

via Apadmi Limited

+

via Kamil Krzyk, Przemysław Wośko

-> Fastlane plugin to install the Screenshotbot recorder tool and upload your screenshots +> Prepares metadata files with structure ready for AppStore, PlayStore deploy @@ -37215,7 +37144,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -37260,7 +37189,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 178 + 197 More downloads = more users have been using the plugin for a while @@ -37275,19 +37204,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
214
+
217
-

android_update_package_identifier

+

verify_ipa

-

via Jonathan Nogueira

+

via Derek Yang

-> Changes the applicationId inside of your build.gradle file +> Verify various aspects of iOS ipa file
@@ -37303,9 +37233,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_update_package_identifier + verify_ipa_files - - Changes the applicationId inside of your build.gradle file. Does not change the AndroidManifest + Verify files in ipa file + + + verify_ipa_entitlements + - + Verify ipa entitlements @@ -37327,7 +37262,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -37337,7 +37272,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 3 More stars = more popular project @@ -37357,7 +37292,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 54 Project that have been around for longer tend to be more stable @@ -37372,12 +37307,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 106 + 30 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -37387,13 +37322,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
214
+
216

rustore

@@ -37444,134 +37379,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 - More subscribers = more popular project - - - stars - 18 - 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 - 14 - 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 - 63 - More downloads = more users have been using the plugin for a while - - - tests - 3 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
212
- -

gitlab_release

- -

via Andrea Del Fante

- -> Fastlane wrapper of gitlab-release-tools - - -
-Provided actions - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
gitlab_release_changelog--
gitlab_release_close--
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - + - + - + @@ -37586,7 +37404,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -37596,17 +37414,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + - + @@ -37616,13 +37434,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
212
+
214

xclogparser

@@ -37698,7 +37516,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -37713,7 +37531,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -37734,13 +37552,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
211
+
213
-

remove_setting

+

gitlab_release

-

via Colin Harris

+

via Andrea Del Fante

-> Fastlane plugin to remove settings from an iOS settings bundle +> Fastlane wrapper of gitlab-release-tools
@@ -37756,9 +37574,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- - - + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers36 More subscribers = more popular project
stars018 More stars = more popular project
forks045 More forks = more people seem to use/modify this project
age3615 Project that have been around for longer tend to be more stable
github_issues-1-5 Lots of open issues are not a good sign usually, unless the project is really popular
downloads9864 More downloads = more users have been using the plugin for a while
tests63 The more tests a plugin has, the better
age3334 Project that have been around for longer tend to be more stable
downloads7677 More downloads = more users have been using the plugin for a while
remove_settingprojectFastlane plugin action to remove settings in an iOS settings bundlegitlab_release_changelog--
gitlab_release_close--
@@ -37790,7 +37613,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -37810,7 +37633,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 50 + 37 Project that have been around for longer tend to be more stable @@ -37820,17 +37643,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 27 + 98 More downloads = more users have been using the plugin for a while tests - 60 + 6 The more tests a plugin has, the better @@ -37840,19 +37663,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
210
+
212
-

compilation_time_report

+

firebase

-

via Tinkoff.ru

+

via Tomas Kohout

-> Generate custom HTML report compilation time of each Swift func +> Unofficial tool to access Firebase project settings
@@ -37868,9 +37691,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - compilation_time_report + firebase_delete_client - - Generate custom HTML report compilation time of each Swift func + 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 @@ -37892,22 +37735,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 24 + 6 More subscribers = more popular project stars - 5 + 23 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -37922,22 +37765,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 53 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 30 + 51 More downloads = more users have been using the plugin for a while @@ -37952,13 +37795,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
210
+
212

ftps

@@ -38034,7 +37877,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 57 + 58 Project that have been around for longer tend to be more stable @@ -38049,7 +37892,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 80 + 81 More downloads = more users have been using the plugin for a while @@ -38070,13 +37913,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
210
+
211
-

firebase

+

remove_setting

-

via Tomas Kohout

+

via Colin Harris

-> Unofficial tool to access Firebase project settings +> Fastlane plugin to remove settings from an iOS settings bundle
@@ -38092,29 +37935,121 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - firebase_delete_client - - - An unofficial tool to access Firebase + remove_setting + project + Fastlane plugin action to remove settings in an iOS settings bundle + + + + +
+ + +
+Score details + + + + + + + + + - - - + + + - - - + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
firebase_add_client-An unofficial tool to access Firebasecontributors0The more contributors a project has, the more likely it is it stays alive
firebase_list-An unofficial tool to access Firebasesubscribers3More subscribers = more popular project
firebase_download_config-An unofficial tool to access Firebasestars1More stars = more popular project
firebase_upload_certificateforks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age50Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads27More downloads = more users have been using the plugin for a while
tests60The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
210
+ +

compilation_time_report

+ +

via Tinkoff.ru

+ +> Generate custom HTML report compilation time of each Swift func + + +
+Provided actions + + + + + + + + + + + + - +
NameCategoryDescription
compilation_time_report -An unofficial tool to access FirebaseGenerate custom HTML report compilation time of each Swift func
@@ -38136,22 +38071,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 24 More subscribers = more popular project stars - 23 + 5 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -38166,22 +38101,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 42 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -4 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 50 + 30 More downloads = more users have been using the plugin for a while @@ -38196,13 +38131,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
209
+
210

xcodebuild_analyze

@@ -38288,7 +38223,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 35 Project that have been around for longer tend to be more stable @@ -38324,7 +38259,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
208
+
209

download_object_from_s3

@@ -38400,7 +38335,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 34 Project that have been around for longer tend to be more stable @@ -38436,124 +38371,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
208
- -

clang_format

- -

via Meniga

- -> Format your C/C++/Java/JavaScript/Objective-C/Protobuf/C code with clang-format - - -
-Provided actions - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
clang_format-A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf/C
run_clang_format-Run clang format python script: https://github.com/Sarcasm/run-clang-format
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars1More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age35Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads24More downloads = more users have been using the plugin for a while
tests42The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
208
+
209

jira_issues_release_notes

@@ -38669,7 +38487,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 70 + 71 More downloads = more users have been using the plugin for a while @@ -38690,36 +38508,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
206
- -

clang_analyzer

- -

via Siarhei Fiedartsou

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

nowsecure

-
-Provided actions +

via Andy Obusek, Onyx Mueller

- - - - - - - - - - - - - - - -
NameCategoryDescription
clang_analyzer-Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report
+> Fastlane plugin for NowSecure -
@@ -38736,22 +38532,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 5 + 0 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -38761,12 +38557,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 56 + 0 Project that have been around for longer tend to be more stable @@ -38781,12 +38577,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 45 + 188 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -38796,19 +38592,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
206
+
208
-

trello

+

clang_format

-

via Oscar De Moya

+

via Meniga

-> Fastlane plugin for moving a trello card to a given list +> Format your C/C++/Java/JavaScript/Objective-C/Protobuf/C code with clang-format
@@ -38824,14 +38621,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - trello_comment + clang_format - - Adds a comment to a given Trello card + A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf/C - trello_move_card + run_clang_format - - Moves a Trello card to a given list + Run clang format python script: https://github.com/Sarcasm/run-clang-format @@ -38858,12 +38655,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -38878,12 +38675,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 40 + 35 Project that have been around for longer tend to be more stable @@ -38898,12 +38695,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 88 + 24 More downloads = more users have been using the plugin for a while tests - 3 + 42 The more tests a plugin has, the better @@ -38913,19 +38710,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
204
+
207
-

json_auth

+

trello

-

via Martin Gonzalez, Thang Nguyen

+

via Oscar De Moya

-> actions related to json files +> Fastlane plugin for moving a trello card to a given list
@@ -38941,24 +38738,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_json - - - Downloads a json file and expose a hash with symbolized names as result - - - merge_jsons - - - Merge a group of jsons files and expose a hash with symbolized names as result. Last json predominate over the rest - - - read_json + trello_comment - - Read a json file and expose a hash with symbolized names as result + Adds a comment to a given Trello card - write_json + trello_move_card - - Write a json file from a hash at the provided path + Moves a Trello card to a given list @@ -39005,12 +38792,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 32 + 40 Project that have been around for longer tend to be more stable @@ -39025,12 +38812,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 89 More downloads = more users have been using the plugin for a while tests - 51 + 3 The more tests a plugin has, the better @@ -39040,19 +38827,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
203
+
206
-

rearchive

+

json_auth

-

via naoigcat

+

via Martin Gonzalez, Thang Nguyen

-> Modify files inside ipa/xcarchive for publishing multiple configurations without rearchiving. +> actions related to json files
@@ -39068,29 +38855,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - plist_command - - - Execute commands for .plists inside .ipa/.xcarchive - - - replace_file + download_json - - Replace files inside .ipa/.xcarchive + Downloads a json file and expose a hash with symbolized names as result - remove_file + merge_jsons - - Remove files inside .ipa/.xcarchive + Merge a group of jsons files and expose a hash with symbolized names as result. Last json predominate over the rest - plist_value + read_json - - Overwrite values of .plists inside .ipa/.xcarchive + Read a json file and expose a hash with symbolized names as result - iconset + write_json - - Replace icons inside .ipa/.xcarchive + Write a json file from a hash at the provided path @@ -39117,7 +38899,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -39142,7 +38924,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 15 + 33 Project that have been around for longer tend to be more stable @@ -39157,12 +38939,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 22 More downloads = more users have been using the plugin for a while tests - 78 + 51 The more tests a plugin has, the better @@ -39172,19 +38954,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
203
+
206
-

aws_device_farm_upload

+

clang_analyzer

-

via Takuma Homma

+

via Siarhei Fiedartsou

-> Uploads specified file to AWS Device Farm project +> Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report
@@ -39200,9 +38982,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - aws_device_farm_upload + clang_analyzer - - Uploads specified file to AWS Device Farm project + Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report @@ -39224,7 +39006,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -39234,12 +39016,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 5 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -39254,7 +39036,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 56 Project that have been around for longer tend to be more stable @@ -39269,12 +39051,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 97 + 45 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -39284,19 +39066,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
200
+
204
-

connected

+

rearchive

-

via Abgier Avraha

+

via naoigcat

-> Fastlane plugin that allows you to use your App Store Connect API key to download certificates and upload apps to TestFlight +> Modify files inside ipa/xcarchive for publishing multiple configurations without rearchiving.
@@ -39312,19 +39094,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - connected_certs + plist_command - - App Store Connect API Certificates Module + Execute commands for .plists inside .ipa/.xcarchive - connected_upload + replace_file - - App Store Connect API Uploader Module + Replace files inside .ipa/.xcarchive - connected_auth + remove_file - - App Store Connect API Authentication Module + Remove files inside .ipa/.xcarchive + + + plist_value + - + Overwrite values of .plists inside .ipa/.xcarchive + + + iconset + - + Replace icons inside .ipa/.xcarchive @@ -39346,17 +39138,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 4 + 0 More stars = more popular project @@ -39376,12 +39168,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 16 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -39391,12 +39183,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 62 + 7 More downloads = more users have been using the plugin for a while tests - 9 + 78 The more tests a plugin has, the better @@ -39406,19 +39198,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
200
+
203
-

testfairy

+

aws_device_farm_upload

-

via Josh Holtz

+

via Takuma Homma

-> Upload IPA to TestFairy +> Uploads specified file to AWS Device Farm project
@@ -39434,9 +39226,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - testfairy + aws_device_farm_upload - - Upload an IPA to TestFairy + Uploads specified file to AWS Device Farm project @@ -39458,7 +39250,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -39488,7 +39280,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 51 + 30 Project that have been around for longer tend to be more stable @@ -39503,7 +39295,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 67 + 97 More downloads = more users have been using the plugin for a while @@ -39518,21 +39310,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
199
+
201
-

nowsecure

+

testfairy

-

via Andy Obusek, Onyx Mueller

+

via Josh Holtz

-> Fastlane plugin for NowSecure +> Upload IPA to TestFairy +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
testfairy-Upload an IPA to TestFairy
+ +
+
Score details @@ -39548,12 +39362,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -39573,12 +39387,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 51 Project that have been around for longer tend to be more stable @@ -39593,12 +39407,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 179 + 68 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -39608,14 +39422,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
199
+
201

diawireborn

@@ -39691,7 +39504,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 15 + 16 Project that have been around for longer tend to be more stable @@ -39706,7 +39519,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 75 + 76 More downloads = more users have been using the plugin for a while @@ -39727,7 +39540,129 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
198
+
200
+ +

connected

+ +

via Abgier Avraha

+ +> Fastlane plugin that allows you to use your App Store Connect API key to download certificates and upload apps to TestFlight + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
connected_certs-App Store Connect API Certificates Module
connected_upload-App Store Connect API Uploader Module
connected_auth-App Store Connect API Authentication Module
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors12The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars4More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age37Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads62More downloads = more users have been using the plugin for a while
tests9The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
200

write_changelog_from_commits

@@ -39803,7 +39738,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 31 Project that have been around for longer tend to be more stable @@ -39818,7 +39753,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 69 + 70 More downloads = more users have been using the plugin for a while @@ -39839,7 +39774,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
197
+
198

firebase_management_api

@@ -39930,7 +39865,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 53 Project that have been around for longer tend to be more stable @@ -39966,7 +39901,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
196
+
198

cordova_screenshots

@@ -40057,7 +39992,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 53 Project that have been around for longer tend to be more stable @@ -40072,7 +40007,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 57 + 58 More downloads = more users have been using the plugin for a while @@ -40205,7 +40140,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
193
+
194

certificate_expirydate

@@ -40281,7 +40216,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 53 Project that have been around for longer tend to be more stable @@ -40319,6 +40254,118 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
192
+

git_clone

+ +

via xiongzenghui

+ +> a wrapper for git clone command + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
git_clonesource_controlthis is a wrapper for git clone command
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars3More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age39Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads102More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
192
+

csv_translation

via Manish Rathi

@@ -40454,7 +40501,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
190
+
191

farol

@@ -40545,7 +40592,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 53 Project that have been around for longer tend to be more stable @@ -40581,7 +40628,119 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
189
+
191
+ +

update_build_settings_key

+ +

via ungacy

+ +> Updated code signing settings from 'Automatic' to a specific profile + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
update_build_settings_key-Updates build settings key to a new value
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars4More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age55Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads81More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
190

napp_distribution

@@ -40657,7 +40816,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 53 Project that have been around for longer tend to be more stable @@ -40695,11 +40854,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
189
-

git_clone

+

flutter_versioncode_bump

-

via xiongzenghui

+

via Sjors van Mierlo

-> a wrapper for git clone command +> Bump the flutter version code
@@ -40715,9 +40874,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_clone - source_control - this is a wrapper for git clone command + flutter_versioncode_bump + - + A plugin to bump the flutter version code with fastlane. @@ -40744,12 +40903,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project stars - 3 + 2 More stars = more popular project @@ -40764,17 +40923,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 39 + 24 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -40784,12 +40943,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 99 + 36 More downloads = more users have been using the plugin for a while tests - 3 + 21 The more tests a plugin has, the better @@ -40799,19 +40958,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
188
+
186
-

update_build_settings_key

+

sonarcloud_metric_kit

-

via ungacy

+

via alteral

-> Updated code signing settings from 'Automatic' to a specific profile +> With this fastlane plugin, you can access most of the metrics collected by SonarCloud
@@ -40827,9 +40986,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_build_settings_key + sonarcloud_metric_kit - - Updates build settings key to a new value + Collects metrics from SonarCloud @@ -40856,124 +41015,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 63 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 - 54 - Project that have been around for longer tend to be more stable - - - major_release 0 - Post 1.0 releases are great - - - github_issues - 0 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 79 - More downloads = more users have been using the plugin for a while - - - tests - 3 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
188
- -

flutter_versioncode_bump

- -

via Sjors van Mierlo

- -> Bump the flutter version code - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
flutter_versioncode_bump-A plugin to bump the flutter version code with fastlane.
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - @@ -40983,7 +41030,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -40993,12 +41040,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -41008,12 +41055,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -41023,19 +41070,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
186
+
185
-

sonarcloud_metric_kit

+

android_emulator-kami

-

via alteral

+

via Michael Ruhl

-> With this fastlane plugin, you can access most of the metrics collected by SonarCloud +> Creates and starts an Android Emulator (AVD)
@@ -41051,9 +41098,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- + - +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars2 More stars = more popular project
has_mit_license20-50 fastlane is MIT licensed, it's good to have plugins use MIT too
age2322 Project that have been around for longer tend to be more stable
major_release300 Post 1.0 releases are great
downloads3677 More downloads = more users have been using the plugin for a while
tests2124 The more tests a plugin has, the better
sonarcloud_metric_kitandroid_emulator_kami -Collects metrics from SonarCloudCreates and starts an Android Emulator (AVD)
@@ -41075,12 +41122,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 63 + 3 More subscribers = more popular project @@ -41095,7 +41142,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -41105,12 +41152,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 48 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -41120,12 +41167,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 77 + 16 More downloads = more users have been using the plugin for a while tests - 24 + 6 The more tests a plugin has, the better @@ -41135,7 +41182,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -41253,13 +41300,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
184
+
185
-

tinifyme

+

avd_emulator

-

via Danilo Becke

+

via Guillaume Elloy

-> Compress assets using TinyPNG. +> This plugin is listing available android avd emulators, allowing you to start the selected one.
@@ -41275,9 +41322,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - tinifyme + start_avd_emulator - - Compress assets using TinyPNG. + This plugin is listing available android avd emulators, allowing you to start the selected one. @@ -41304,12 +41351,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project stars - 6 + 0 More stars = more popular project @@ -41324,17 +41371,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 15 + 40 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -41344,12 +41391,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 97 More downloads = more users have been using the plugin for a while tests - 45 + 3 The more tests a plugin has, the better @@ -41359,7 +41406,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -41367,11 +41414,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
184
-

android_emulator-kami

+

tinifyme

-

via Michael Ruhl

+

via Danilo Becke

-> Creates and starts an Android Emulator (AVD) +> Compress assets using TinyPNG.
@@ -41387,9 +41434,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_emulator_kami + tinifyme - - Creates and starts an Android Emulator (AVD) + Compress assets using TinyPNG. @@ -41411,17 +41458,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 0 + 6 More stars = more popular project @@ -41441,7 +41488,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 48 + 15 Project that have been around for longer tend to be more stable @@ -41456,12 +41503,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 12 More downloads = more users have been using the plugin for a while tests - 6 + 45 The more tests a plugin has, the better @@ -41471,13 +41518,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
183
+
184

dotenv_vault

@@ -41531,7 +41578,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 20 Project that have been around for longer tend to be more stable @@ -41567,7 +41614,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
183
+
184

react_native_release

@@ -41738,7 +41785,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 79 + 80 More downloads = more users have been using the plugin for a while @@ -41759,13 +41806,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
182
+
183
-

swift_doc

+

update_provisioning_profile

-

via Joshua Kaplan

+

via Duy Nguyen

-> Generate documentation, documentation coverage, or a class diagram using SwiftDoc +> This action will update xcodeproj with values extracted from your provisioning profile.
@@ -41781,9 +41828,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - swift_doc - documentation - Generate documentation, documentation coverage, or a class diagram using SwiftDoc + update_provisioning_profile + - + This action will update xcodeproj with values extracted from your provisioning profile. @@ -41810,12 +41857,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -41835,7 +41882,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 44 Project that have been around for longer tend to be more stable @@ -41850,12 +41897,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 35 + 63 More downloads = more users have been using the plugin for a while tests - 42 + 3 The more tests a plugin has, the better @@ -41865,19 +41912,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
182
+
183
-

emoji_fetcher

+

swift_doc

-

via Felix Krause

+

via Joshua Kaplan

-> Fetch the emoji font file and copy it to a local directory +> Generate documentation, documentation coverage, or a class diagram using SwiftDoc
@@ -41893,9 +41940,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - emoji_fetcher - - - Fetch the emoji font file and copy it into a local directory + swift_doc + documentation + Generate documentation, documentation coverage, or a class diagram using SwiftDoc @@ -41917,17 +41964,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 6 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -41947,7 +41994,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 60 + 29 Project that have been around for longer tend to be more stable @@ -41962,12 +42009,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 34 + 35 More downloads = more users have been using the plugin for a while tests - 0 + 42 The more tests a plugin has, the better @@ -41977,19 +42024,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
182
+
183
-

update_provisioning_profile

+

emoji_fetcher

-

via Duy Nguyen

+

via Felix Krause

-> This action will update xcodeproj with values extracted from your provisioning profile. +> Fetch the emoji font file and copy it to a local directory
@@ -42005,9 +42052,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_provisioning_profile + emoji_fetcher - - This action will update xcodeproj with values extracted from your provisioning profile. + Fetch the emoji font file and copy it into a local directory @@ -42029,12 +42076,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -42059,7 +42106,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 61 Project that have been around for longer tend to be more stable @@ -42074,12 +42121,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 63 + 34 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -42089,13 +42136,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
182
+
183

no_u

@@ -42186,7 +42233,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 31 + 32 More downloads = more users have been using the plugin for a while @@ -42207,7 +42254,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
181
+
182

android_versioning_plus

@@ -42308,7 +42355,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 53 + 54 Project that have been around for longer tend to be more stable @@ -42344,7 +42391,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
180
+
181

ios_dependency_parser

@@ -42420,7 +42467,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 38 Project that have been around for longer tend to be more stable @@ -42458,11 +42505,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
180
-

ascii_art

+

firebase_test_lab_integration

-

via Boris Bügling

+

via Cristian Boarna

-> Add some fun to your fastlane output. +> Run Android/iOS integration tests on Firebase Test Lab
@@ -42478,105 +42525,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ascii_art + firebase_test_lab_android - - Add some fun to your fastlane output. - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars20More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age58Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads17More downloads = more users have been using the plugin for a whileFirebaseTestLabIntegration
tests3The more tests a plugin has, the betterfirebase_test_lab_ios-FirebaseTestLabIntegration
-

- - Open on GitHub - -

- ------ - -
179
- -

fivethree_ionic

- -

via Marc Stammerjohann

- -> Fastlane plugin for Ionic v4 Projects - -
Score details @@ -42597,7 +42559,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -42617,17 +42579,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 0 + 18 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -42637,12 +42599,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 159 + 4 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -42652,20 +42614,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
179
+
180
-

avd_emulator

+

ascii_art

-

via Guillaume Elloy

+

via Boris Bügling

-> This plugin is listing available android avd emulators, allowing you to start the selected one. +> Add some fun to your fastlane output.
@@ -42681,9 +42642,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - start_avd_emulator + ascii_art - - This plugin is listing available android avd emulators, allowing you to start the selected one. + Add some fun to your fastlane output. @@ -42705,17 +42666,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 6 More subscribers = more popular project stars - 0 + 20 More stars = more popular project @@ -42730,12 +42691,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 39 + 58 Project that have been around for longer tend to be more stable @@ -42750,7 +42711,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 92 + 17 More downloads = more users have been using the plugin for a while @@ -42765,47 +42726,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
178
- -

translate

- -

via Tijs Teulings

- -> A fastlane plugin to automatically translate iOS Localizable.xcstrings files and App Store metadata files using DeepL API. Supports progress tracking, formality options, error recovery, auto-detection of target languages, and more. +
179
+

fivethree_ionic

-
-Provided actions +

via Marc Stammerjohann

- - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
translate_metadata_with_deepl--
translate_with_deepl--
+> Fastlane plugin for Ionic v4 Projects -
@@ -42822,17 +42756,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 4 + 0 More stars = more popular project @@ -42847,12 +42781,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 3 + 0 Project that have been around for longer tend to be more stable @@ -42867,12 +42801,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 159 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -42882,7 +42816,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

@@ -42890,11 +42825,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
178
-

firebase_test_lab_integration

+

translate

-

via Cristian Boarna

+

via Tijs Teulings

-> Run Android/iOS integration tests on Firebase Test Lab +> A fastlane plugin to automatically translate iOS Localizable.xcstrings files and App Store metadata files using DeepL API. Supports progress tracking, formality options, error recovery, auto-detection of target languages, and more.
@@ -42910,14 +42845,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - firebase_test_lab_android + translate_metadata_with_deepl + - - - FirebaseTestLabIntegration - firebase_test_lab_ios + translate_with_deepl + - - - FirebaseTestLabIntegration @@ -42939,7 +42874,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive @@ -42949,7 +42884,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 4 More stars = more popular project @@ -42964,17 +42899,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 17 + 3 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -42984,7 +42919,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 6 More downloads = more users have been using the plugin for a while @@ -42999,7 +42934,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -43098,11 +43033,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
176
-

moronepo

+

bitbucket_cloud

-

via Meniga

+

via Luca Tagliabue

-> Run dart pub moronepo with fastlane! +> Wrapper of Bitbucket cloud rest apis
@@ -43118,19 +43053,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - moronepo_update_flutter_sdk - building - Runs command for all subprojects or a specified project - - - moronepo_run - building - Runs command for all subprojects or a specified project + bitbucket_create_pull_request + - + Create a new pull request inside your Bitbucket project - moronepo_activate - building - Run flutter pub global activate moronepo + bitbucket_list_default_reviewers + - + List of all defaults reviewers of pull requests @@ -43152,12 +43082,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project @@ -43182,12 +43112,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 12 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -43202,7 +43132,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas tests - 21 + 80 The more tests a plugin has, the better @@ -43212,13 +43142,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
175
+
176

wechat

@@ -43294,7 +43224,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 39 Project that have been around for longer tend to be more stable @@ -43330,13 +43260,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
175
+
176
-

bitbucket_cloud

+

poesie

-

via Luca Tagliabue

+

via Patrik Potoček

-> Wrapper of Bitbucket cloud rest apis +> Exports translations from POEditor using poesie tool.
@@ -43352,14 +43282,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitbucket_create_pull_request - - - Create a new pull request inside your Bitbucket project - - - bitbucket_list_default_reviewers + poesie - - List of all defaults reviewers of pull requests + Exports translations from POEditor using poesie tool. @@ -43391,7 +43316,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 4 More stars = more popular project @@ -43406,12 +43331,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 11 + 37 Project that have been around for longer tend to be more stable @@ -43421,17 +43346,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 11 + 85 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -43441,19 +43366,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
175
+
176
-

poesie

+

moronepo

-

via Patrik Potoček

+

via Meniga

-> Exports translations from POEditor using poesie tool. +> Run dart pub moronepo with fastlane!
@@ -43469,9 +43394,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - poesie - - - Exports translations from POEditor using poesie tool. + moronepo_update_flutter_sdk + building + Runs command for all subprojects or a specified project + + + moronepo_run + building + Runs command for all subprojects or a specified project + + + moronepo_activate + building + Run flutter pub global activate moronepo @@ -43479,6 +43414,96 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
+
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age32Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads11More downloads = more users have been using the plugin for a while
tests21The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
175
+ +

shake_bugs

+ +

via Doruk Kangal

+ +> Upload deobfuscation files for Android and symbolication files for iOS to Shake + + +
Score details @@ -43503,7 +43528,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 0 More stars = more popular project @@ -43518,32 +43543,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 36 + 20 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 85 + 7 More downloads = more users have been using the plugin for a while tests - 3 + 45 The more tests a plugin has, the better @@ -43553,21 +43578,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
174
+
175
-

pgyer_jvtd

+

build_app_for_simulator

-

via 陈磊的MacBook Pro

+

via Alexey Alter-Pesotskiy

-> 蒲公英聚通达插件 +> This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
build_app_for_simulatorbuildingThis plugin builds apps exclusively for iOS, tvOS or watchOS Simulators.
+ +
+
Score details @@ -43588,7 +43635,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -43608,12 +43655,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 28 Project that have been around for longer tend to be more stable @@ -43628,12 +43675,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 154 + 71 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -43643,8 +43690,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

@@ -43652,11 +43698,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
174
-

shake_bugs

+

pgyer_jvtd

-

via Doruk Kangal

+

via 陈磊的MacBook Pro

-> Upload deobfuscation files for Android and symbolication files for iOS to Shake +> 蒲公英聚通达插件 @@ -43679,7 +43725,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -43699,17 +43745,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 19 + 0 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -43719,12 +43765,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 154 More downloads = more users have been using the plugin for a while tests - 45 + 0 The more tests a plugin has, the better @@ -43734,19 +43780,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
174
+
173
-

build_app_for_simulator

+

update_jenkins_build

-

via Alexey Alter-Pesotskiy

+

via icyleaf

-> This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. +> Update Description of Build
@@ -43762,9 +43809,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - build_app_for_simulator - building - This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. + update_jenkins_build + - + Update build's description of jenkins @@ -43796,7 +43843,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -43816,7 +43863,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 48 Project that have been around for longer tend to be more stable @@ -43831,12 +43878,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 71 + 32 More downloads = more users have been using the plugin for a while tests - 3 + 18 The more tests a plugin has, the better @@ -43846,7 +43893,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -43964,13 +44011,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
173
+
171
-

update_jenkins_build

+

device_image_selector

-

via icyleaf

+

via Mario Zimmermann

-> Update Description of Build +> 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.
@@ -43986,9 +44033,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_jenkins_build + device_image_selector - - Update build's description of jenkins + Selects screenshots with specified names for processing with frameit + + + device_image_selector_cleanup + - + Cleanup screenshot files after frameit @@ -44020,7 +44072,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -44045,7 +44097,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -44055,12 +44107,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 32 + 17 More downloads = more users have been using the plugin for a while tests - 18 + 3 The more tests a plugin has, the better @@ -44070,7 +44122,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -44078,11 +44130,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
171
-

altoolalt

+

find_replace_string_fork

-

via Anand Biligiri

+

via Jonathan Ritchie

-> Upload IPA to iTunes Connect using altool +> Find a string in a file and replace it with a new one.
@@ -44098,9 +44150,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - altoolalt + find_replace_string - - Upload IPA to iTunes Connect using altool + Find and replace a string in a project file @@ -44127,17 +44179,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 1 More stars = more popular project forks - 0 + 30 More forks = more people seem to use/modify this project @@ -44147,32 +44199,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 48 + 54 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2 + 38 More downloads = more users have been using the plugin for a while tests - 21 + 3 The more tests a plugin has, the better @@ -44182,13 +44234,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
170
+
171

upload_symbols_to_hockey

@@ -44264,7 +44316,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 57 + 58 Project that have been around for longer tend to be more stable @@ -44300,124 +44352,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
170
- -

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 - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
device_image_selector-Selects screenshots with specified names for processing with frameit
device_image_selector_cleanup-Cleanup screenshot files after frameit
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age47Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads17More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
170
+
171

build_cache

@@ -44508,7 +44443,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 55 Project that have been around for longer tend to be more stable @@ -44544,13 +44479,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
169
+
171
-

ya_tu_sabes

+

altoolalt

-

via Boris Bügling

+

via Anand Biligiri

-> Ya tu sabes. +> Upload IPA to iTunes Connect using altool
@@ -44566,9 +44501,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ya_tu_sabes + altoolalt - - Ya tu sabes. + Upload IPA to iTunes Connect using altool @@ -44590,22 +44525,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 8 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -44620,12 +44555,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 58 + 48 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -44635,12 +44570,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 2 More downloads = more users have been using the plugin for a while tests - 0 + 21 The more tests a plugin has, the better @@ -44650,19 +44585,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
169
+
170
-

find_replace_string_fork

+

analyze_ios_linkmap

-

via Jonathan Ritchie

+

via xiongzenghui

-> Find a string in a file and replace it with a new one. +> iOS parse linkmap.txt to ruby Hash
@@ -44678,9 +44613,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - find_replace_string + analyze_ios_linkmap - - Find and replace a string in a project file + iOS parse linkmap.txt to ruby Hash or JSON @@ -44712,12 +44647,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 3 More stars = more popular project forks - 30 + 0 More forks = more people seem to use/modify this project @@ -44732,7 +44667,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 53 + 39 Project that have been around for longer tend to be more stable @@ -44742,17 +44677,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 37 + 35 More downloads = more users have been using the plugin for a while tests - 3 + 45 The more tests a plugin has, the better @@ -44762,7 +44697,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -44770,11 +44705,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
169
-

analyze_ios_linkmap

+

shuttle

-

via xiongzenghui

+

via Shuttle Project

-> iOS parse linkmap.txt to ruby Hash +> Publish your builds on Shuttle.tools
@@ -44790,9 +44725,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - analyze_ios_linkmap + shuttle - - iOS parse linkmap.txt to ruby Hash or JSON + Publish your builds on [Shuttle.tools](https://www.shuttle.tools) @@ -44819,12 +44754,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 24 More subscribers = more popular project stars - 3 + 6 More stars = more popular project @@ -44839,12 +44774,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 38 + 46 Project that have been around for longer tend to be more stable @@ -44859,12 +44794,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 35 + 20 More downloads = more users have been using the plugin for a while tests - 45 + 3 The more tests a plugin has, the better @@ -44874,19 +44809,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
168
+
169
-

fir

+

ya_tu_sabes

-

via dongorigin

+

via Boris Bügling

-> Upload a new build to fir.im +> Ya tu sabes.
@@ -44902,9 +44837,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fir - beta - Upload a new build to fir.im + ya_tu_sabes + - + Ya tu sabes. @@ -44926,7 +44861,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 12 The more contributors a project has, the more likely it is it stays alive @@ -44936,12 +44871,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 8 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -44956,7 +44891,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 49 + 58 Project that have been around for longer tend to be more stable @@ -44971,12 +44906,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 35 + 13 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -44986,7 +44921,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -44994,11 +44929,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
168
-

shuttle

+

fir

-

via Shuttle Project

+

via dongorigin

-> Publish your builds on Shuttle.tools +> Upload a new build to fir.im
@@ -45014,9 +44949,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - shuttle - - - Publish your builds on [Shuttle.tools](https://www.shuttle.tools) + fir + beta + Upload a new build to fir.im @@ -45038,17 +44973,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 24 + 3 More subscribers = more popular project stars - 6 + 2 More stars = more popular project @@ -45068,7 +45003,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 49 Project that have been around for longer tend to be more stable @@ -45083,7 +45018,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 20 + 35 More downloads = more users have been using the plugin for a while @@ -45098,7 +45033,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -45218,11 +45153,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
167
-

bitbucket_auth

+

static_assets

-

via rlestesr

+

via Jakob Jensen

-> Generate a OAuth Token for Bitbucket API Access. +> Generate code for buildtime-safe assignments of assets.
@@ -45238,9 +45173,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitbucket_auth + unused_images - - Generate a OAuth Token for Bitbucket API Access. + - + + + static_images + - + Generate code for buildtime-safe assignments of images. @@ -45287,12 +45227,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 34 + 54 Project that have been around for longer tend to be more stable @@ -45307,12 +45247,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 31 More downloads = more users have been using the plugin for a while tests - 15 + 3 The more tests a plugin has, the better @@ -45322,7 +45262,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -45330,11 +45270,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
167
-

static_assets

+

appdynamics

-

via Jakob Jensen

+

via Artur Rybak

-> Generate code for buildtime-safe assignments of assets. +> Upload dSYM files to AppDynamics
@@ -45350,14 +45290,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - unused_images - - - - - - - static_images + appdynamics - - Generate code for buildtime-safe assignments of images. + Upload dSYM symbolication files to AppDynamics @@ -45384,7 +45319,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project @@ -45394,7 +45329,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 0 + 10 More forks = more people seem to use/modify this project @@ -45409,12 +45344,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 53 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -45424,7 +45359,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 31 + 49 More downloads = more users have been using the plugin for a while @@ -45439,7 +45374,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -45447,11 +45382,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
167
-

git_commit_changelog_to_markdown

+

jira_build_number

-

via Fernando Berrios

+

via Tom Elrod

-> This plugin will take the output of the changelog_from_git_commits plugin and convert it into markdown +> Insert build number into related jira issues
@@ -45467,9 +45402,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_commit_changelog_to_markdown + jira_build_number - - This plugin will take the output of the 'changelog_from_git_commits' plugin and convert it into markdown + Adds build number from CI as comment to associated jira issue. @@ -45516,12 +45451,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 47 + 44 Project that have been around for longer tend to be more stable @@ -45536,12 +45471,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 63 + 47 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -45551,19 +45486,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
166
+
167
-

appdynamics

+

git_commit_changelog_to_markdown

-

via Artur Rybak

+

via Fernando Berrios

-> Upload dSYM files to AppDynamics +> This plugin will take the output of the changelog_from_git_commits plugin and convert it into markdown
@@ -45579,9 +45514,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appdynamics + git_commit_changelog_to_markdown - - Upload dSYM symbolication files to AppDynamics + This plugin will take the output of the 'changelog_from_git_commits' plugin and convert it into markdown @@ -45608,17 +45543,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 1 + 0 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -45633,7 +45568,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 47 Project that have been around for longer tend to be more stable @@ -45648,12 +45583,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 49 + 63 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -45663,19 +45598,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
166
+
167
-

jira_build_number

+

bitbucket_auth

-

via Tom Elrod

+

via rlestesr

-> Insert build number into related jira issues +> Generate a OAuth Token for Bitbucket API Access.
@@ -45691,9 +45626,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_build_number + bitbucket_auth - - Adds build number from CI as comment to associated jira issue. + Generate a OAuth Token for Bitbucket API Access. @@ -45725,7 +45660,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -45745,12 +45680,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 34 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -45760,12 +45695,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 47 + 14 More downloads = more users have been using the plugin for a while tests - 3 + 15 The more tests a plugin has, the better @@ -45775,19 +45710,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
165
+
166
-

oclint_json_compilation_database

+

flutter_build

-

via Meniga

+

via viniciusmo

-> Run OCLint validation with oclint-json-compilation-database and fastlane :dart: :rocket: +> Build your flutter project directly from your lane.
@@ -45803,9 +45738,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - oclint_json_compilation_database - testing + flutter_build - + Build our project directly from your lane. @@ -45832,12 +45767,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -45857,12 +45792,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 43 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -45872,12 +45807,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 71 More downloads = more users have been using the plugin for a while tests - 39 + 3 The more tests a plugin has, the better @@ -45887,13 +45822,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
165
+
166

yafirim

@@ -45969,7 +45904,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 50 + 51 Project that have been around for longer tend to be more stable @@ -46005,13 +45940,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
164
+
165
-

unity3d

+

verify_two_step_session

-

via fuzhongqing

+

via Takashi Hasegawa

-> fastlane for unity3d engine +> Verifies the session cookie for 'Two-Step verification for Apple ID'
@@ -46027,9 +45962,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - unity3d - building - fastlane plugin for unity3d engine + verify_two_step_session + misc + Verifies the session cookie for 'Two-Factor authentication/Two-Step verification for Apple ID' @@ -46051,7 +45986,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -46081,7 +46016,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 50 Project that have been around for longer tend to be more stable @@ -46096,12 +46031,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 57 + 14 More downloads = more users have been using the plugin for a while tests - 3 + 21 The more tests a plugin has, the better @@ -46111,19 +46046,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
164
+
165
-

google_analytics

+

oclint_json_compilation_database

-

via Helmut Januschka

+

via Meniga

-> Fire universal Analytics +> Run OCLint validation with oclint-json-compilation-database and fastlane :dart: :rocket:
@@ -46139,9 +46074,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - google_analytics + oclint_json_compilation_database + testing - - Fire universal Analytics @@ -46168,12 +46103,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 2 + 0 More stars = more popular project @@ -46188,17 +46123,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 53 + 33 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -46208,12 +46143,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 36 + 12 More downloads = more users have been using the plugin for a while tests - 0 + 39 The more tests a plugin has, the better @@ -46223,19 +46158,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
164
+
165
-

xamarin

+

napp_notifications

-

via Thomas Charriere

+

via Mads Møller

-> Build Xamarin Android + iOS projects +> Napp Notifications
@@ -46251,34 +46186,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - msbuild - - - Build Solutions with msbuild - - - nuget_restore - - - Nuget - - - xamarin_android - - - Build Xamarin Android + iOS projects - - - xamarin_ios - - - Build Xamarin Android + iOS projects - - - nuget_install - - - Nuget - - - clean - - - Clean artifacts + napp_notifications + push + Napp Notifications @@ -46300,12 +46210,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -46325,17 +46235,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 43 + 47 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -46345,7 +46255,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 70 + 9 More downloads = more users have been using the plugin for a while @@ -46360,19 +46270,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
164
+
165
-

napp_notifications

+

xamarin

-

via Mads Møller

+

via Thomas Charriere

-> Napp Notifications +> Build Xamarin Android + iOS projects
@@ -46388,9 +46298,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - napp_notifications - push - Napp Notifications + msbuild + - + Build Solutions with msbuild + + + nuget_restore + - + Nuget + + + xamarin_android + - + Build Xamarin Android + iOS projects + + + xamarin_ios + - + Build Xamarin Android + iOS projects + + + nuget_install + - + Nuget + + + clean + - + Clean artifacts @@ -46412,12 +46347,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -46437,17 +46372,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 46 + 44 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -46457,7 +46392,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 70 More downloads = more users have been using the plugin for a while @@ -46472,19 +46407,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
164
+
165
-

flutter_build

+

google_analytics

-

via viniciusmo

+

via Helmut Januschka

-> Build your flutter project directly from your lane. +> Fire universal Analytics
@@ -46500,9 +46435,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_build + google_analytics - - Build our project directly from your lane. + Fire universal Analytics @@ -46534,7 +46469,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 2 More stars = more popular project @@ -46549,12 +46484,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 42 + 54 Project that have been around for longer tend to be more stable @@ -46569,12 +46504,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 70 + 36 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -46584,19 +46519,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
163
+
164
-

msi

+

try_adb_test

-

via Paul Niezborala

+

via Alexey Alter-Pesotskiy

-> Create Windows Installer +> The easiest way to retry your Android Instrumented Tests
@@ -46612,9 +46547,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - msi + try_adb_test + - - - Create Windows Installer @@ -46641,7 +46576,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project @@ -46666,7 +46601,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 29 Project that have been around for longer tend to be more stable @@ -46676,12 +46611,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 18 + 33 More downloads = more users have been using the plugin for a while @@ -46696,19 +46631,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
163
+
164
-

try_adb_test

+

unity3d

-

via Alexey Alter-Pesotskiy

+

via fuzhongqing

-> The easiest way to retry your Android Instrumented Tests +> fastlane for unity3d engine
@@ -46724,9 +46659,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - try_adb_test - - - - + unity3d + building + fastlane plugin for unity3d engine @@ -46758,7 +46693,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -46778,27 +46713,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 30 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 33 + 57 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -46808,13 +46743,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
163
+
164

ipa_install_plist_generate

@@ -46890,7 +46825,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 39 Project that have been around for longer tend to be more stable @@ -46926,13 +46861,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
163
+
164
-

verify_two_step_session

+

msi

-

via Takashi Hasegawa

+

via Paul Niezborala

-> Verifies the session cookie for 'Two-Step verification for Apple ID' +> Create Windows Installer
@@ -46948,9 +46883,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - verify_two_step_session - misc - Verifies the session cookie for 'Two-Factor authentication/Two-Step verification for Apple ID' + msi + - + Create Windows Installer @@ -46972,17 +46907,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -47002,12 +46937,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 49 + 39 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -47017,12 +46952,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 19 More downloads = more users have been using the plugin for a while tests - 21 + 0 The more tests a plugin has, the better @@ -47032,19 +46967,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
162
+
163
-

updateplistfromstrings

+

queue

-

via Jonas Schmid

+

via Josh Holtz

-> Allow to take values from the localization.strings and put them into Info.plist +> Queue up fastlane jobs
@@ -47060,9 +46995,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - updateplistfromstrings + queue_stop - - Update InfoPlist.strings from translation file + 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 @@ -47084,17 +47029,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 6 More subscribers = more popular project stars - 1 + 8 More stars = more popular project @@ -47109,17 +47054,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 49 + 50 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -47129,12 +47074,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 20 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -47144,13 +47089,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
162
+
163

bearychat

@@ -47226,7 +47171,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 49 + 50 Project that have been around for longer tend to be more stable @@ -47389,13 +47334,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
161
+
162
-

make

+

updateplistfromstrings

-

via xiongzenghui

+

via Jonas Schmid

-> Linux GNU Makefile make wrapper +> Allow to take values from the localization.strings and put them into Info.plist
@@ -47411,9 +47356,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - make - building - Linux GNU Makefile make wrapper + updateplistfromstrings + - + Update InfoPlist.strings from translation file @@ -47435,17 +47380,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -47465,12 +47410,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 49 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -47480,12 +47425,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 72 + 25 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -47495,13 +47440,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
161
+
162

plural_converter

@@ -47577,7 +47522,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 36 Project that have been around for longer tend to be more stable @@ -47613,13 +47558,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
160
+
162
-

mobileiron

+

make

-

via Roman Ivannikov

+

via xiongzenghui

-> Release your builds to Mobileiron In-Hause instance. https://www.mobileiron.com +> Linux GNU Makefile make wrapper
@@ -47635,9 +47580,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - mobileiron - - - Release your app with Mobileiron + make + building + Linux GNU Makefile make wrapper @@ -47669,7 +47614,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -47684,12 +47629,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 29 + 39 Project that have been around for longer tend to be more stable @@ -47704,12 +47649,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 36 + 72 More downloads = more users have been using the plugin for a while tests - 21 + 3 The more tests a plugin has, the better @@ -47719,19 +47664,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
159
+
161
-

upload_to_onesky

+

mobileiron

-

via joshrlesch

+

via Roman Ivannikov

-> Upload a strings file to OneSky +> Release your builds to Mobileiron In-Hause instance. https://www.mobileiron.com
@@ -47747,9 +47692,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_onesky + mobileiron - - Upload a strings file to OneSky + Release your app with Mobileiron @@ -47771,7 +47716,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -47781,7 +47726,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 1 More stars = more popular project @@ -47796,12 +47741,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 57 + 30 Project that have been around for longer tend to be more stable @@ -47816,12 +47761,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 41 + 36 More downloads = more users have been using the plugin for a while tests - 3 + 21 The more tests a plugin has, the better @@ -47831,7 +47776,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -47928,7 +47873,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
158
+
159

goodify_info_plist

@@ -47997,7 +47942,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 120 + 121 More downloads = more users have been using the plugin for a while @@ -48018,14 +47963,36 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
157
+
159
-

sparkplugg

+

upload_to_onesky

-

via Boris Bügling

+

via joshrlesch

-> Quickly try out fastlane plugins. +> Upload a strings file to OneSky + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
upload_to_onesky-Upload a strings file to OneSky
+
@@ -48042,7 +48009,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -48067,12 +48034,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 58 + 57 Project that have been around for longer tend to be more stable @@ -48087,12 +48054,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 22 + 41 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -48102,13 +48069,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
157
+
158

cordova_android11

@@ -48184,7 +48151,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 54 + 55 Project that have been around for longer tend to be more stable @@ -48220,6 +48187,96 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- +
157
+ +

sparkplugg

+ +

via Boris Bügling

+ +> Quickly try out fastlane plugins. + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars4More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age58Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads22More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- +
156

xliff_en_gen

@@ -48339,11 +48396,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
156
-

droidicon

+

google_play_track_updater

-

via @chrhsmt

+

via Takuma Homma

-> Generate required icon sizes and iconset from a master application icon +> fastlane plugin for Google Play track management. Includes halt_google_play_release, resume_google_play_release, and update_google_play_release_rollout actions to control release statuses and rollout fractions.
@@ -48359,9 +48416,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - droidicon + halt_google_play_release - - Generate required icon sizes and iconset from a master application icon + Halts an active staged rollout or completed for a specific version on a Google Play track. + + + resume_google_play_release + - + Resumes a halted staged rollout for a specific version on a Google Play track. + + + update_google_play_release_rollout + - + Updates the rollout percentage for a staged rollout on a Google Play track. @@ -48383,17 +48450,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -48408,12 +48475,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 56 + 0 Project that have been around for longer tend to be more stable @@ -48428,12 +48495,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 45 + 6 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -48443,19 +48510,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
154
+
156
-

supply_aptoide

+

droidicon

-

via wschurman

+

via @chrhsmt

-> Upload metadata, screenshots and binaries to Aptoide +> Generate required icon sizes and iconset from a master application icon
@@ -48471,9 +48538,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - supply_aptoide + droidicon - - Upload metadata, screenshots and binaries to Aptoide. + Generate required icon sizes and iconset from a master application icon @@ -48500,7 +48567,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 3 More subscribers = more popular project @@ -48520,12 +48587,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 52 + 56 Project that have been around for longer tend to be more stable @@ -48540,12 +48607,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 45 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -48555,19 +48622,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
152
+
155
-

imessage

+

supply_aptoide

-

via Alexander Ignition

+

via wschurman

-> send imessage +> Upload metadata, screenshots and binaries to Aptoide
@@ -48583,9 +48650,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - imessage - notifications - send imessage + supply_aptoide + - + Upload metadata, screenshots and binaries to Aptoide. @@ -48607,12 +48674,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 18 + 12 More subscribers = more popular project @@ -48637,7 +48704,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 53 Project that have been around for longer tend to be more stable @@ -48652,12 +48719,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 10 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -48667,13 +48734,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
152
+
153

flutter_bump_version

@@ -48749,7 +48816,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 20 Project that have been around for longer tend to be more stable @@ -48785,7 +48852,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
151
+
152

circle_ci

@@ -49211,7 +49278,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 24 + 25 More downloads = more users have been using the plugin for a while @@ -49232,7 +49299,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
151
+
152

analyze_ios_framework

@@ -49308,7 +49375,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 39 Project that have been around for longer tend to be more stable @@ -49344,13 +49411,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
150
+
152
-

rooster

+

imessage

-

via Muhammad M. Munir

+

via Alexander Ignition

-> Send gitlab merge requests reminder to slack +> send imessage
@@ -49366,9 +49433,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rooster_merge_request - - - Send gitlab merge requests reminder to slack. + imessage + notifications + send imessage @@ -49395,12 +49462,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 18 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -49420,12 +49487,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 15 + 42 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -49435,12 +49502,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29 + 12 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -49450,19 +49517,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
149
+
151
-

ios_readme_generate

+

send_e_mail

-

via Erik Flores

+

via huangj

-> Create readme for ios projects +> a tool to sendmail
@@ -49478,9 +49545,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ios_readme_generate + send_e_mail - - Create readme for ios projects :D + a tool to sendmail @@ -49502,7 +49569,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -49512,7 +49579,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -49532,7 +49599,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 45 Project that have been around for longer tend to be more stable @@ -49547,7 +49614,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 30 More downloads = more users have been using the plugin for a while @@ -49562,19 +49629,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
149
+
150
-

send_e_mail

+

rooster

-

via huangj

+

via Muhammad M. Munir

-> a tool to sendmail +> Send gitlab merge requests reminder to slack
@@ -49590,9 +49657,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - send_e_mail + rooster_merge_request - - a tool to sendmail + Send gitlab merge requests reminder to slack. @@ -49644,12 +49711,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 15 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -49674,19 +49741,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
148
+
150
-

clear_archived_data

+

ios_readme_generate

-

via Onur Yıldırım

+

via Erik Flores

-> Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE. +> Create readme for ios projects
@@ -49702,9 +49769,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clear_archived_data + ios_readme_generate - - Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE. + Create readme for ios projects :D @@ -49736,12 +49803,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -49756,7 +49823,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 53 Project that have been around for longer tend to be more stable @@ -49771,12 +49838,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 33 + 14 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -49786,13 +49853,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
148
+
149

discord

@@ -49883,7 +49950,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 52 + 53 More downloads = more users have been using the plugin for a while @@ -49904,13 +49971,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
147
+
149
-

test_report

+

allure_zephyr

-

via Naylin Medina

+

via Nikita Ianenko

-> customized template for iOS test reports +> Publish Allure results to Zephyr
@@ -49926,9 +49993,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - test_report + allure_zephyr - - Create customized HTML template for test reports + Publish Allure results to Zephyr @@ -49950,22 +50017,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 12 + 3 More subscribers = more popular project stars - 2 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -49980,7 +50047,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 28 Project that have been around for longer tend to be more stable @@ -49990,17 +50057,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -4 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 9 + 39 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -50010,19 +50077,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
147
+
148
-

allure_zephyr

+

schindler

-

via Nikita Ianenko

+

via xjkstar

-> Publish Allure results to Zephyr +> Remove TestFlight testers that are not actually testing your app. Schindler is a TestFlight automatic processing tool, which is used to maintain the number of TestFlight quota, eliminate useless testers, and improve the external gray effect of iOS.
@@ -50038,9 +50105,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - allure_zephyr + schindler - - Publish Allure results to Zephyr + Schindler is a TestFlight tool for release useless quota. @@ -50062,7 +50129,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -50072,12 +50139,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -50092,12 +50159,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 20 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -50107,7 +50174,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 38 + 10 More downloads = more users have been using the plugin for a while @@ -50122,19 +50189,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
147
+
148
-

au_auto_close_upload

+

post_google_chat

-

via Emil

+

via “tumlw”

-> Upload artifacts to AppUnite's auto-close service +> Post google chat webhook
@@ -50150,9 +50217,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - au_auto_close_upload + post_google_chat - - Upload artifacts to AppUnite's auto-close service + Send message to google chat @@ -50174,12 +50241,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -50204,12 +50271,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 48 + 32 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -50219,7 +50286,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 42 + 38 More downloads = more users have been using the plugin for a while @@ -50234,19 +50301,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
147
+
148
-

schindler

+

clear_archived_data

-

via xjkstar

+

via Onur Yıldırım

-> Remove TestFlight testers that are not actually testing your app. Schindler is a TestFlight automatic processing tool, which is used to maintain the number of TestFlight quota, eliminate useless testers, and improve the external gray effect of iOS. +> Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE.
@@ -50262,9 +50329,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - schindler + clear_archived_data - - Schindler is a TestFlight tool for release useless quota. + Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE. @@ -50286,7 +50353,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -50301,7 +50368,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 10 + 5 More forks = more people seem to use/modify this project @@ -50316,12 +50383,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 29 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -50331,7 +50398,129 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 33 + More downloads = more users have been using the plugin for a while + + + tests + 0 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
147
+ +

managed_google_play

+ +

via Jan Piotrowski

+ +> Create Managed Google Play Apps + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
get_managed_play_store_publishing_rights-Obtain publishing rights for custom apps on Managed Google Play Store
managed_google_play-Create Managed Google Play Apps
create_app_on_managed_play_store-Create Managed Google Play Apps
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -50346,13 +50535,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
146
+
147

checkbuild

@@ -50428,7 +50617,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -50464,13 +50653,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
146
+
147
-

phraseapp

+

au_auto_close_upload

-

via Issarapong Poesua

+

via Emil

-> a phraseapp-cli tool wrapper +> Upload artifacts to AppUnite's auto-close service
@@ -50486,9 +50675,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- + - +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars3More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age45Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues-5Lots of open issues are not a good sign usually, unless the project is really popular
downloads53 More downloads = more users have been using the plugin for a while
age4142 Project that have been around for longer tend to be more stable
phraseappau_auto_close_upload -a phraseapp-cli tool wrapperUpload artifacts to AppUnite's auto-close service
@@ -50510,7 +50699,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -50520,7 +50709,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -50540,12 +50729,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 48 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -50555,7 +50744,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 42 More downloads = more users have been using the plugin for a while @@ -50570,19 +50759,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
146
+
147
-

managed_google_play

+

test_report

-

via Jan Piotrowski

+

via Naylin Medina

-> Create Managed Google Play Apps +> customized template for iOS test reports
@@ -50598,19 +50787,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_managed_play_store_publishing_rights - - - Obtain publishing rights for custom apps on Managed Google Play Store - - - managed_google_play - - - Create Managed Google Play Apps - - - create_app_on_managed_play_store + test_report - - Create Managed Google Play Apps + Create customized HTML template for test reports @@ -50637,17 +50816,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 12 More subscribers = more popular project stars - 3 + 2 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -50657,7 +50836,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written @@ -50672,17 +50851,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -5 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 53 + 9 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -50692,13 +50871,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
146
+
147

twitter

@@ -50774,7 +50953,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 53 Project that have been around for longer tend to be more stable @@ -50810,13 +50989,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
145
+
147
-

app_store_build_info

+

phraseapp

-

via Rishabh Tayal

+

via Issarapong Poesua

-> Get build info from App Store Connect +> a phraseapp-cli tool wrapper
@@ -50832,9 +51011,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - app_store_build_info + phraseapp - - Get build info from App Store Connect + a phraseapp-cli tool wrapper @@ -50886,12 +51065,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 35 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -50901,12 +51080,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 33 + 29 More downloads = more users have been using the plugin for a while tests - 18 + 3 The more tests a plugin has, the better @@ -50916,7 +51095,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -50924,11 +51103,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
145
-

apphoster

+

transifex

-

via JerryFans

+

via junjie

-> A simple plugin to upload your ipa file to AppHost Server in fastlane. +> basic transifex wrapper
@@ -50944,9 +51123,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - apphoster + transifex - - A simple plugin to upload your ipa file to AppHost Server in fastlane. + basic transifex wrapper @@ -50968,17 +51147,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 1 + 2 More stars = more popular project @@ -50998,22 +51177,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 52 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 27 + 32 More downloads = more users have been using the plugin for a while @@ -51028,19 +51207,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
144
+
145
-

download_hockey_ipa

+

apphoster

-

via horimislime

+

via JerryFans

-> A fastlane plugin that helps downloading .ipa from HockeyApp +> A simple plugin to upload your ipa file to AppHost Server in fastlane.
@@ -51056,9 +51235,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_hockey_ipa + apphoster - - A fastlane plugin that helps downloading .ipa from HockeyApp + A simple plugin to upload your ipa file to AppHost Server in fastlane. @@ -51080,7 +51259,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -51090,7 +51269,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -51105,17 +51284,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 51 + 36 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -51125,7 +51304,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 27 More downloads = more users have been using the plugin for a while @@ -51140,19 +51319,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
144
+
145
-

transifex

+

app_store_build_info

-

via junjie

+

via Rishabh Tayal

-> basic transifex wrapper +> Get build info from App Store Connect
@@ -51168,9 +51347,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - transifex + app_store_build_info - - basic transifex wrapper + Get build info from App Store Connect @@ -51192,12 +51371,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project @@ -51222,7 +51401,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 51 + 44 Project that have been around for longer tend to be more stable @@ -51232,17 +51411,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 32 + 33 More downloads = more users have been using the plugin for a while tests - 3 + 18 The more tests a plugin has, the better @@ -51252,7 +51431,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -51372,11 +51551,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
144
-

post_google_chat

+

download_hockey_ipa

-

via “tumlw”

+

via horimislime

-> Post google chat webhook +> A fastlane plugin that helps downloading .ipa from HockeyApp
@@ -51392,9 +51571,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - post_google_chat + download_hockey_ipa - - Send message to google chat + A fastlane plugin that helps downloading .ipa from HockeyApp @@ -51416,12 +51595,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -51441,17 +51620,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 31 + 51 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -51461,7 +51640,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 35 + 11 More downloads = more users have been using the plugin for a while @@ -51476,13 +51655,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
143
+
144

apptics

@@ -51563,7 +51742,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 22 Project that have been around for longer tend to be more stable @@ -51716,7 +51895,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
142
+
143

get_last_circleci_build_number

@@ -51807,7 +51986,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 26 + 27 More downloads = more users have been using the plugin for a while @@ -51828,13 +52007,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
142
+
143
-

gitlab_tag_release

+

ding_talk

-

via Erick Martins

+

via gaoxiang

-> Simple plugin to manage gitlab releases +> Auto send the pgyer app qr code to the ding talk.
@@ -51850,39 +52029,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_get_release - - - - - - - gitlab_create_release - - - - - - - gitlab_collect_release_evidence - - - - - - - gitlab_list_releases - - - - - - - gitlab_delete_tag - - - - - - - gitlab_update_release - - - - - - - gitlab_delete_release - - + ding_talk - + Send the packaging information to the ding talk. @@ -51904,7 +52053,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -51914,7 +52063,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -51934,7 +52083,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 47 Project that have been around for longer tend to be more stable @@ -51949,7 +52098,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 34 + 19 More downloads = more users have been using the plugin for a while @@ -51964,19 +52113,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
142
+
143
-

dingtalk

+

gitlab_tag_release

-

via Kim Huang

+

via Erick Martins

-> a fastlane plugin for dingtalk robot +> Simple plugin to manage gitlab releases
@@ -51992,126 +52141,39 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dingtalk + gitlab_get_release + - - - a fastlane plugin for dingtalk. - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - + + + - - - + + + - -
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars1More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age49Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really populargitlab_create_release--
downloads35More downloads = more users have been using the plugin for a whilegitlab_collect_release_evidence--
tests3The more tests a plugin has, the bettergitlab_list_releases--
- -
- -

- - Open on GitHub - -

- ------ - -
142
- -

redmine_upload

- -

via Mattia Salvetti

- -> A fastlane plugin to upload file contents to Redmine - - -
-Provided actions - - - - - - + + + - - - + + - - + + -
NameCategoryDescriptiongitlab_delete_tag--
redmine_file_postgitlab_update_release- -Uploads a file in a Redmine Files section of a given Redmine project
redmine_uploadgitlab_delete_release- -A fastlane plugin to upload file contents to Redmine
@@ -52133,12 +52195,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -52163,7 +52225,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 26 Project that have been around for longer tend to be more stable @@ -52178,7 +52240,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 35 More downloads = more users have been using the plugin for a while @@ -52193,19 +52255,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
142
+
143
-

ding_talk

+

ionic_conf

-

via gaoxiang

+

via Zac Burrage

-> Auto send the pgyer app qr code to the ding talk. +> Build your Ionic app
@@ -52221,9 +52283,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ding_talk - - - Send the packaging information to the ding talk. + ionic + building + Build your Ionic app @@ -52250,12 +52312,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -52275,7 +52337,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 55 Project that have been around for longer tend to be more stable @@ -52290,12 +52352,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19 + 18 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -52305,19 +52367,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
142
+
143
-

ionic_conf

+

dingtalk

-

via Zac Burrage

+

via Kim Huang

-> Build your Ionic app +> a fastlane plugin for dingtalk robot
@@ -52333,9 +52395,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ionic - building - Build your Ionic app + dingtalk + - + a fastlane plugin for dingtalk. @@ -52357,17 +52419,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -52382,12 +52444,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 54 + 50 Project that have been around for longer tend to be more stable @@ -52402,12 +52464,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 35 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -52417,7 +52479,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -52537,11 +52599,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
142
-

validate_ipa

+

redmine_upload

-

via hacoma

+

via Mattia Salvetti

-> Validate the IPA using altool. +> A fastlane plugin to upload file contents to Redmine
@@ -52557,9 +52619,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - validate_ipa + redmine_file_post - - Validate the IPA using altool. + Uploads a file in a Redmine Files section of a given Redmine project + + + redmine_upload + - + A fastlane plugin to upload file contents to Redmine @@ -52586,7 +52653,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -52611,12 +52678,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 44 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -52626,12 +52693,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 25 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -52641,19 +52708,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
141
+
142
-

submit_to_beta_app_review

+

xcodetestcoverage

-

via Dan Loewenherz

+

via Yury Savitsky

-> Submits an already processed build to Beta App Review. +> plugin for getting test data from Xcode
@@ -52669,9 +52736,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - submit_to_beta_app_review + xcodetestcoverage - - Submits an already processed build to Beta App Review. + plugin for getting coverage test data from Xcode @@ -52693,17 +52760,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 2 + 0 More stars = more popular project @@ -52723,12 +52790,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 50 + 17 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -52738,7 +52805,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 19 More downloads = more users have been using the plugin for a while @@ -52753,19 +52820,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
141
+
142
-

xcodetestcoverage

+

validate_ipa

-

via Yury Savitsky

+

via hacoma

-> plugin for getting test data from Xcode +> Validate the IPA using altool.
@@ -52781,9 +52848,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcodetestcoverage + validate_ipa - - plugin for getting coverage test data from Xcode + Validate the IPA using altool. @@ -52835,7 +52902,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 17 + 25 Project that have been around for longer tend to be more stable @@ -52850,12 +52917,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 14 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -52865,13 +52932,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
140
+
141

bomb_emoji

@@ -52947,7 +53014,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 41 Project that have been around for longer tend to be more stable @@ -52983,13 +53050,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
140
+
141
-

release

+

coreos

-

via Cole Dunsby

+

via Oliver Letterer

-> Automates the steps to create a new release for a project. +> Deploy docker services to CoreOS hosts
@@ -53005,9 +53072,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - make_release + coreos_deploy - - Automates the steps to create a new release for a framework. + Deploy docker services to CoreOS hosts @@ -53054,12 +53121,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 45 + 57 Project that have been around for longer tend to be more stable @@ -53074,7 +53141,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19 + 33 More downloads = more users have been using the plugin for a while @@ -53089,111 +53156,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
140
- -

check_good_version

+
141
-

via Lyndsey Ferguson

+

submit_to_beta_app_review

-> Checks the version of the installed Good framework +

via Dan Loewenherz

+> Submits an already processed build to Beta App Review.
-Score details +Provided actions - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +
MetricPointsNameCategory Description
contributors18The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads72More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the bettersubmit_to_beta_app_review-Submits an already processed build to Beta App Review.
-

- - Open on GitHub - -

- ------ - -
140
- -

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 @@ -53209,7 +53208,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 6 The more contributors a project has, the more likely it is it stays alive @@ -53219,7 +53218,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -53234,12 +53233,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 50 Project that have been around for longer tend to be more stable @@ -53254,12 +53253,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 102 + 10 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -53269,7 +53268,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -53277,11 +53276,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
140
-

linear_api

+

kuhverij

-

via Vinícius

+

via Morten Bøgh

-> Provide an interface to access the Linear API +> Simplified Code Coverage
@@ -53297,9 +53296,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - linear_api - - - Provide an interface to access the Linear API + kuhverij + testing + Simplified Code Coverage @@ -53331,7 +53330,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 1 More stars = more popular project @@ -53346,12 +53345,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 29 + 40 Project that have been around for longer tend to be more stable @@ -53361,17 +53360,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 33 + 21 More downloads = more users have been using the plugin for a while tests - 3 + 33 The more tests a plugin has, the better @@ -53381,7 +53380,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -53389,34 +53388,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
140
-

coreos

- -

via Oliver Letterer

- -> Deploy docker services to CoreOS hosts - +

report

-
-Provided actions +

via Bruno Miguêns

- - - - - - - - - - - - - - - -
NameCategoryDescription
coreos_deploy-Deploy docker services to CoreOS hosts
+> 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. -
@@ -53433,12 +53410,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -53458,12 +53435,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 0 How well is the README of the document written age - 56 + 0 Project that have been around for longer tend to be more stable @@ -53478,12 +53455,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 33 + 102 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -53493,7 +53470,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -53501,11 +53478,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
140
-

ios_flavors

+

linear_api

-

via Zachary Davison

+

via Vinícius

-> Create multiple build flavors of an iOS .ipa file using a directory of .plist files. +> Provide an interface to access the Linear API
@@ -53521,14 +53498,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_ipa_flavors - - - Create multiple build flavors of an iOS .ipa file using a directory of .plist files - - - create_sim_flavors + linear_api - - Create multiple build flavors of an iOS .app (for the simulator) using a directory of .plist files + Provide an interface to access the Linear API @@ -53560,7 +53532,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -53595,7 +53567,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 35 + 33 More downloads = more users have been using the plugin for a while @@ -53610,19 +53582,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
139
+
140
-

kuhverij

+

ios_flavors

-

via Morten Bøgh

+

via Zachary Davison

-> Simplified Code Coverage +> Create multiple build flavors of an iOS .ipa file using a directory of .plist files.
@@ -53638,9 +53610,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - kuhverij - testing - Simplified Code Coverage + create_ipa_flavors + - + Create multiple build flavors of an iOS .ipa file using a directory of .plist files + + + create_sim_flavors + - + Create multiple build flavors of an iOS .app (for the simulator) using a directory of .plist files @@ -53672,7 +53649,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -53687,12 +53664,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 39 + 29 Project that have been around for longer tend to be more stable @@ -53702,17 +53679,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 21 + 35 More downloads = more users have been using the plugin for a while tests - 33 + 3 The more tests a plugin has, the better @@ -53722,19 +53699,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
139
+
140
-

xcode_build_configuration

+

release

-

via dileepasisila

+

via Cole Dunsby

-> plugin for doing xcode build configuration specific things +> Automates the steps to create a new release for a project.
@@ -53750,29 +53727,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_build_number_by_scheme_and_build_configuration - - - Get the build number using scheme and build configuration - - - get_marketing_version_by_scheme_and_build_configuration - - - Get the marketing version using scheme and build configuration - - - set_app_version_by_scheme_and_build_configuration - - - Set the app version with using marketing version and build number input for relevant scheme and build configuration - - - set_build_number_by_scheme_and_build_configuration - - - Set the build number using scheme and build configuration - - - set_marketing_version_by_scheme_and_build_configuration + make_release - - Set the marketing version using scheme and build configuration + Automates the steps to create a new release for a framework. @@ -53804,7 +53761,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -53824,12 +53781,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 45 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -53839,7 +53796,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 19 More downloads = more users have been using the plugin for a while @@ -53854,42 +53811,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
139
- -

promo_code

- -

via marumemomo

- -> promo_code +
140
+

check_good_version

-
-Provided actions +

via Lyndsey Ferguson

- - - - - - - - - - - - - - - -
NameCategoryDescription
promo_code-promo_code
+> Checks the version of the installed Good framework -
@@ -53906,7 +53841,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive @@ -53916,7 +53851,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -53931,17 +53866,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 0 How well is the README of the document written age - 46 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -53951,12 +53886,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 44 + 72 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -53966,19 +53901,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
139
+
140
-

upload_dsym

+

promo_code

-

via xiongzenghui

+

via marumemomo

-> upload dsym to your specify server +> promo_code
@@ -53994,9 +53929,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_dsym + promo_code - - upload dsym to your specify server + promo_code @@ -54048,7 +53983,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 47 Project that have been around for longer tend to be more stable @@ -54063,7 +53998,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 51 + 44 More downloads = more users have been using the plugin for a while @@ -54078,19 +54013,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
138
+
139
-

mocha_run_tests

+

xcode_build_configuration

-

via Adam T Armstrong

+

via dileepasisila

-> Run Mocha Tests from within fastlane +> plugin for doing xcode build configuration specific things
@@ -54106,9 +54041,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - mocha_run_tests + get_build_number_by_scheme_and_build_configuration - - Run Mocha Tests from within fastlane + Get the build number using scheme and build configuration + + + get_marketing_version_by_scheme_and_build_configuration + - + Get the marketing version using scheme and build configuration + + + set_app_version_by_scheme_and_build_configuration + - + Set the app version with using marketing version and build number input for relevant scheme and build configuration + + + set_build_number_by_scheme_and_build_configuration + - + Set the build number using scheme and build configuration + + + set_marketing_version_by_scheme_and_build_configuration + - + Set the marketing version using scheme and build configuration @@ -54140,12 +54095,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 2 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -54160,12 +54115,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 23 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -54175,7 +54130,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 8 More downloads = more users have been using the plugin for a while @@ -54190,19 +54145,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
137
+
139
-

source_env_from_file

+

mocha_run_tests

-

via xiongzenghui

+

via Adam T Armstrong

-> set ENV["key"]=value from file like key=value +> Run Mocha Tests from within fastlane
@@ -54218,9 +54173,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - source_env_from_file + mocha_run_tests - - set ENV['key']=value from file like key=value + Run Mocha Tests from within fastlane @@ -54252,12 +54207,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -54272,7 +54227,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 47 Project that have been around for longer tend to be more stable @@ -54287,7 +54242,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 10 More downloads = more users have been using the plugin for a while @@ -54302,19 +54257,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
137
+
139
-

summonbin

+

upload_dsym

-

via Jason Nam

+

via xiongzenghui

-> Execute command with summonbin +> upload dsym to your specify server
@@ -54330,9 +54285,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - summonbin + upload_dsym - - Execute command with summonbin + upload dsym to your specify server @@ -54359,12 +54314,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -54379,12 +54334,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 40 + 39 Project that have been around for longer tend to be more stable @@ -54399,7 +54354,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 51 More downloads = more users have been using the plugin for a while @@ -54414,19 +54369,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
136
+
138
-

danger_result

+

download_hocky_build

-

via marumemomo

+

via Anton Morozov

-> Get danger data plugin. +> Download newest build from HockeyApp (iOS & Android)
@@ -54442,9 +54397,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - danger_result + download_hocky_build - - Get danger data plugin. + Download newest build from HockeyApp (iOS & Android) @@ -54466,12 +54421,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -54496,7 +54451,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 41 Project that have been around for longer tend to be more stable @@ -54506,12 +54461,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 42 + 39 More downloads = more users have been using the plugin for a while @@ -54526,19 +54481,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
136
+
138
-

sns_http_subscribe

+

source_env_from_file

-

via mnk98

+

via xiongzenghui

-> Subscribe to sns topic using http/https endpoint +> set ENV["key"]=value from file like key=value
@@ -54554,9 +54509,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sns_http_subscribe - - + source_env_from_file - + set ENV['key']=value from file like key=value @@ -54578,17 +54533,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 9 + 3 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -54603,12 +54558,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 27 + 39 Project that have been around for longer tend to be more stable @@ -54623,7 +54578,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 39 + 23 More downloads = more users have been using the plugin for a while @@ -54638,19 +54593,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
136
+
138
-

download_hocky_build

+

google_chat_message

-

via Anton Morozov

+

via Douglas Garcia

-> Download newest build from HockeyApp (iOS & Android) +> Send simple text messages to Google Chat
@@ -54666,9 +54621,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_hocky_build + google_chat_message - - Download newest build from HockeyApp (iOS & Android) + Send simple text messages to Google Chat @@ -54690,7 +54645,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -54700,7 +54655,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 2 More stars = more popular project @@ -54715,12 +54670,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 40 + 35 Project that have been around for longer tend to be more stable @@ -54735,7 +54690,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 38 + 25 More downloads = more users have been using the plugin for a while @@ -54750,19 +54705,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
135
+
137
-

simulator_add_root_cert

+

redpill

-

via Nico Richard

+

via omniprojects

-> Add a root cert to your simulators with Fastlane +> Fastlane plugin to use bluepill in fastlane
@@ -54778,9 +54733,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - simulator_add_root_cert + redpill - - Easily add a root cert to your simulators with Fastlane + Plugin to use bluepill in fastlane @@ -54802,7 +54757,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -54812,17 +54767,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 3 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -54832,7 +54787,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 49 Project that have been around for longer tend to be more stable @@ -54842,17 +54797,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 26 + 67 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -54862,19 +54817,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
135
+
137
-

xamarin_native

+

summonbin

-

via illania

+

via Jason Nam

-> Plugin for Xamarin.Native iOS and Android projects +> Execute command with summonbin
@@ -54890,29 +54845,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dotnet - - - Build Xamarin.Native iOS and Android projects using msbuild - - - bump_version - - - Increments project version - - - nuget - - - Downloads and installs any packages missing from the packages folder - - - msbuild - - - Build Xamarin.Native iOS and Android projects using msbuild - - - bump_code + summonbin - - Increments project build number + Execute command with summonbin @@ -54944,12 +54879,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -54964,12 +54899,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 16 + 40 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -54979,7 +54914,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 21 More downloads = more users have been using the plugin for a while @@ -54994,19 +54929,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
135
+
136
-

google_chat_message

+

xamarin_native

-

via Douglas Garcia

+

via illania

-> Send simple text messages to Google Chat +> Plugin for Xamarin.Native iOS and Android projects
@@ -55022,9 +54957,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - google_chat_message + dotnet - - Send simple text messages to Google Chat + Build Xamarin.Native iOS and Android projects using msbuild + + + bump_version + - + Increments project version + + + nuget + - + Downloads and installs any packages missing from the packages folder + + + msbuild + - + Build Xamarin.Native iOS and Android projects using msbuild + + + bump_code + - + Increments project build number @@ -55061,7 +55016,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 0 + 5 More forks = more people seem to use/modify this project @@ -55076,12 +55031,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 17 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -55091,7 +55046,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 6 More downloads = more users have been using the plugin for a while @@ -55106,19 +55061,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
135
+
136
-

xbluepill

+

sns_http_subscribe

-

via UladzimirKisialiou

+

via mnk98

-> It is a fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command +> Subscribe to sns topic using http/https endpoint
@@ -55134,9 +55089,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xbluepill + sns_http_subscribe + - - - Fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command @@ -55158,17 +55113,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 9 More subscribers = more popular project stars - 5 + 1 More stars = more popular project @@ -55188,7 +55143,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 48 + 27 Project that have been around for longer tend to be more stable @@ -55203,7 +55158,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 39 More downloads = more users have been using the plugin for a while @@ -55218,19 +55173,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
135
+
136
-

redpill

+

danger_result

-

via omniprojects

+

via marumemomo

-> Fastlane plugin to use bluepill in fastlane +> Get danger data plugin.
@@ -55246,9 +55201,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - redpill + danger_result - - Plugin to use bluepill in fastlane + Get danger data plugin. @@ -55270,37 +55225,37 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 3 + 1 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 50 + 25 How well is the README of the document written age - 48 + 46 Project that have been around for longer tend to be more stable @@ -55315,12 +55270,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 66 + 42 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -55330,19 +55285,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
134
+
136
-

react_native_util

+

xbluepill

-

via Jimmy Dee

+

via UladzimirKisialiou

-> Community utilities for React Native projects +> It is a fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command
@@ -55358,9 +55313,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - react_pod + xbluepill - - Community utilities for React Native projects + Fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command @@ -55382,7 +55337,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -55392,7 +55347,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 5 More stars = more popular project @@ -55407,12 +55362,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 40 + 48 Project that have been around for longer tend to be more stable @@ -55427,12 +55382,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 26 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -55442,19 +55397,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
134
+
136
-

git_status_clean

+

simulator_add_root_cert

-

via zhangqi

+

via Nico Richard

-> clean git status +> Add a root cert to your simulators with Fastlane
@@ -55470,9 +55425,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_status_clean + simulator_add_root_cert - - clean git status + Easily add a root cert to your simulators with Fastlane @@ -55494,7 +55449,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -55504,7 +55459,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -55519,12 +55474,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 51 + 28 Project that have been around for longer tend to be more stable @@ -55539,12 +55494,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 26 + 27 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -55554,19 +55509,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
134
+
135
-

buddybuild

+

sapfire

-

via Jorge Revuelta

+

via CheeryLee

-> This plugin allows the communication with the Buddybuild API. +> A bunch of fastlane actions to work with MSBuild, NuGet and Microsoft Store
@@ -55582,19 +55537,54 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - buddybuild_list_apps + ms_credentials + misc + Sets Azure AD account credentials + + + upload_nuget + production + Pushes a package to the server and publishes it + + + ensure_dotnet_version + building + Ensures the right version of .NET is installed and can be used + + + associate_ms_store + project + Makes a local app manifest needed for Microsoft Store association + + + update_uwp_signing_settings + code_signing + Configures UWP package signing settings. Works only on 'windows' platform. Values that would be set in this action will be applied to all next actions. + + + upload_package_flight - - Retrieves all the applications for a given account in Buddybuild. + Creates a new package flight submission in Microsoft Partner Center and uploads new binary to it - buddybuild_get_latest_build_number + upload_ms_store - - Retrieves the latest build number for a given Application Identifier. + Uploads new binary to Microsoft Partner Center - buddybuild_show_latest_build + dotnet_select + building + Changes the dotnet executable to use + + + msbuild_select - - Retrieves the latest build for a given Application Identifier. + - + + + app_certification + testing + Runs Windows App Certification Kit to ensure your app is safe and efficient before publishing it to Microsoft Store @@ -55616,7 +55606,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -55626,7 +55616,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -55641,17 +55631,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 49 + 17 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -55661,7 +55651,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 11 More downloads = more users have been using the plugin for a while @@ -55676,7 +55666,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -55684,11 +55674,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
134
-

gitlab_changelog

+

react_native_util

-

via Žilvinas Sebeika

+

via Jimmy Dee

-> Get changelog using GitLab API +> Community utilities for React Native projects
@@ -55704,9 +55694,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_changelog - - + react_pod - + Community utilities for React Native projects @@ -55728,12 +55718,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -55758,7 +55748,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 40 Project that have been around for longer tend to be more stable @@ -55773,12 +55763,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 21 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -55788,7 +55778,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -55796,11 +55786,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
134
-

sapfire

+

gitlab_changelog

-

via CheeryLee

+

via Žilvinas Sebeika

-> A bunch of fastlane actions to work with MSBuild, NuGet and Microsoft Store +> Get changelog using GitLab API
@@ -55816,55 +55806,10 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ms_credentials - misc - Sets Azure AD account credentials - - - upload_nuget - production - Pushes a package to the server and publishes it - - - ensure_dotnet_version - building - Ensures the right version of .NET is installed and can be used - - - associate_ms_store - project - Makes a local app manifest needed for Microsoft Store association - - - update_uwp_signing_settings - code_signing - Configures UWP package signing settings. Works only on 'windows' platform. Values that would be set in this action will be applied to all next actions. - - - upload_package_flight - - - Creates a new package flight submission in Microsoft Partner Center and uploads new binary to it - - - upload_ms_store - - - Uploads new binary to Microsoft Partner Center - - - dotnet_select - building - Changes the dotnet executable to use - - - msbuild_select + gitlab_changelog - - - - app_certification - testing - Runs Windows App Certification Kit to ensure your app is safe and efficient before publishing it to Microsoft Store - @@ -55885,17 +55830,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -55915,12 +55860,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 16 + 36 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -55930,12 +55875,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 10 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -55945,19 +55890,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
133
+
134
-

buildnumber

+

buddybuild

-

via Nick Griffith

+

via Jorge Revuelta

-> Generates unique build numbers for iOS projects. +> This plugin allows the communication with the Buddybuild API.
@@ -55973,9 +55918,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - buildnumber + buddybuild_list_apps - - Generates unique build numbers for iOS projects + 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. @@ -55997,12 +55952,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 30 + 3 More subscribers = more popular project @@ -56027,7 +55982,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 49 Project that have been around for longer tend to be more stable @@ -56042,7 +55997,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 28 More downloads = more users have been using the plugin for a while @@ -56057,19 +56012,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
133
+
134
-

publish_dropbox

+

buildnumber

-

via Tommyvanvliet

+

via Nick Griffith

-> This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API. +> Generates unique build numbers for iOS projects.
@@ -56085,9 +56040,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - publish_dropbox + buildnumber - - This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API. + Generates unique build numbers for iOS projects @@ -56114,7 +56069,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 30 More subscribers = more popular project @@ -56154,7 +56109,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 38 + 12 More downloads = more users have been using the plugin for a while @@ -56169,19 +56124,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
132
+
134
-

us_ionic

+

git_status_clean

-

via Jan Piotrowski

+

via zhangqi

-> Build your Ionic app +> clean git status
@@ -56197,9 +56152,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ionic - building - Build your Ionic app + git_status_clean + - + clean git status @@ -56221,12 +56176,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -56246,12 +56201,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 54 + 51 Project that have been around for longer tend to be more stable @@ -56266,12 +56221,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 26 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -56281,19 +56236,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
131
+
133
-

dependency_manager_outdated

+

publish_dropbox

-

via matsuda

+

via Tommyvanvliet

-> Fastlane plugin to check project's outdated dependencies +> This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API.
@@ -56309,19 +56264,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - cocoapods_outdated - - - Check outdated CocoaPods dependencies - - - dependency_manager_outdated - - - Fastlane plugin to check project's outdated dependencies - - - carthage_outdated + publish_dropbox - - Check outdated Carthage dependencies + This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API. @@ -56343,12 +56288,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -56373,7 +56318,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 44 Project that have been around for longer tend to be more stable @@ -56388,7 +56333,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 37 + 38 More downloads = more users have been using the plugin for a while @@ -56403,19 +56348,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
131
+
133
-

sous

+

us_ionic

-

via Jonathan Nogueira

+

via Jan Piotrowski

-> A tool to help create and sync keystores, as well as sign apks and aabs for the play store +> Build your Ionic app
@@ -56431,14 +56376,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - plate - - - This action signs apks using an existing keystore - - - pass - - - This action retrieves existing keystores for the android build system + ionic + building + Build your Ionic app @@ -56460,12 +56400,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 0 More subscribers = more popular project @@ -56490,7 +56430,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 55 Project that have been around for longer tend to be more stable @@ -56505,12 +56445,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 8 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -56520,19 +56460,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
130
+
133
-

xambuild

+

dependency_manager_outdated

-

via Jake Barnby

+

via matsuda

-> Fastlane plugin to make Xamarin builds easy +> Fastlane plugin to check project's outdated dependencies
@@ -56548,9 +56488,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xambuild + cocoapods_outdated - - Easily build and sign your Xamarin iOS or Android app using `xambuild` + Check outdated CocoaPods dependencies + + + dependency_manager_outdated + - + Fastlane plugin to check project's outdated dependencies + + + carthage_outdated + - + Check outdated Carthage dependencies @@ -56572,12 +56522,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -56597,12 +56547,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 30 + 41 Project that have been around for longer tend to be more stable @@ -56617,12 +56567,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 38 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -56632,13 +56582,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
130
+
131

change_domain

@@ -56729,7 +56679,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 54 + 55 More downloads = more users have been using the plugin for a while @@ -56750,7 +56700,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
130
+
131

secrets

@@ -56831,7 +56781,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 38 Project that have been around for longer tend to be more stable @@ -56867,13 +56817,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
129
+
131
-

gitlab_get_max_version_branch

+

xambuild

-

via xiongzenghui

+

via Jake Barnby

-> get a max version branch from a gitlab project, like: master_5.11.9 +> Fastlane plugin to make Xamarin builds easy
@@ -56889,9 +56839,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_get_max_version_branch + xambuild - - get a max version branch from a gitlab project, like: master_5.11.9 + Easily build and sign your Xamarin iOS or Android app using `xambuild` @@ -56938,12 +56888,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 38 + 31 Project that have been around for longer tend to be more stable @@ -56958,12 +56908,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 37 + 27 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -56973,19 +56923,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
129
+
131
-

copy_screenshots

+

sous

-

via yosshi4486

+

via Jonathan Nogueira

-> Copy screenshots with a specified device name. +> A tool to help create and sync keystores, as well as sign apks and aabs for the play store
@@ -57001,9 +56951,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - copy_screenshots - screenshots - Copy screenshots with a specified device name. This action should be executed after `capture_ios_screenshots` action. + plate + - + This action signs apks using an existing keystore + + + pass + - + This action retrieves existing keystores for the android build system @@ -57025,12 +56980,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project @@ -57050,32 +57005,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 28 + 32 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 18 + 14 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -57085,13 +57040,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
129
+
130

version_from_last_tag

@@ -57160,7 +57115,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 109 + 110 More downloads = more users have been using the plugin for a while @@ -57184,11 +57139,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
129
-

last_fabric_version_code

+

maintenance

-

via Andrés Hernández

+

via Jimmy Dee

-> Get the last Fabric version code for your Android app +> Maintenance actions for plugin repos.
@@ -57204,9 +57159,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - last_fabric_version_code + rake - - Get the last Fabric version code for your Android app + General-purpose rake action to invoke tasks from a Rakefile or elsewhere. + + + update_rubocop + - + Automatically updates RuboCop to the latest version. @@ -57228,7 +57188,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -57238,7 +57198,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -57253,12 +57213,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 44 + 49 Project that have been around for longer tend to be more stable @@ -57273,7 +57233,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 21 More downloads = more users have been using the plugin for a while @@ -57288,13 +57248,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
128
+
129

dropbox_upload

@@ -57370,7 +57330,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 37 Project that have been around for longer tend to be more stable @@ -57406,13 +57366,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
128
+
129
-

apperian

+

gitlab_get_max_version_branch

-

via Tomi Blank

+

via xiongzenghui

-> Allows to upload your IPA file to Apperian +> get a max version branch from a gitlab project, like: master_5.11.9
@@ -57428,9 +57388,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - apperian + gitlab_get_max_version_branch - - Allows to upload your app file to Apperian + get a max version branch from a gitlab project, like: master_5.11.9 @@ -57452,7 +57412,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -57482,7 +57442,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 55 + 38 Project that have been around for longer tend to be more stable @@ -57497,7 +57457,119 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 37 + More downloads = more users have been using the plugin for a while + + + tests + 6 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
129
+ +

last_fabric_version_code

+ +

via Andrés Hernández

+ +> Get the last Fabric version code for your Android app + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
last_fabric_version_code-Get the last Fabric version code for your Android app
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -57512,13 +57584,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
128
+
129

zeeva_telegram

@@ -57599,7 +57671,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -57635,13 +57707,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
128
+
129
-

import_from_url

+

copy_screenshots

-

via Doruk Kangal

+

via yosshi4486

-> Import another Fastfile from given url to use its lanes +> Copy screenshots with a specified device name.
@@ -57657,9 +57729,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- - - + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age44Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads9 More downloads = more users have been using the plugin for a while
age1920 Project that have been around for longer tend to be more stable
import_from_url-Import another Fastfile from given url to use its lanescopy_screenshotsscreenshotsCopy screenshots with a specified device name. This action should be executed after `capture_ios_screenshots` action.
@@ -57681,7 +57753,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive @@ -57696,7 +57768,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 5 + 0 More forks = more people seem to use/modify this project @@ -57711,27 +57783,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 28 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 29 + 18 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -57741,19 +57813,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
128
+
129
-

copy

+

lastpass

-

via Jason Nam

+

via Antoine Lamy

-> Copy file +> Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager
@@ -57769,9 +57841,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - copy + lastpass - - Copy file + Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager @@ -57798,7 +57870,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -57823,7 +57895,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 46 Project that have been around for longer tend to be more stable @@ -57838,7 +57910,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 10 More downloads = more users have been using the plugin for a while @@ -57853,19 +57925,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
128
+
129
-

maintenance

+

apperian

-

via Jimmy Dee

+

via Tomi Blank

-> Maintenance actions for plugin repos. +> Allows to upload your IPA file to Apperian
@@ -57881,14 +57953,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rake - - - General-purpose rake action to invoke tasks from a Rakefile or elsewhere. - - - update_rubocop + apperian - - Automatically updates RuboCop to the latest version. + Allows to upload your app file to Apperian @@ -57920,7 +57987,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -57940,7 +58007,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 48 + 56 Project that have been around for longer tend to be more stable @@ -57955,7 +58022,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 16 More downloads = more users have been using the plugin for a while @@ -57970,19 +58037,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
127
+
129
-

transifex_tool

+

buildstash

-

via maydin

+

via Buildstash

-> Transifex tool that pulls translations using transifex rest api +> Fastlane plugin to upload built apps to Buildstash - store, organize, and distribute your builds.
@@ -57998,19 +58065,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rest_pull - - - Transifex plugin for pull and push translations - - - cli_pull - - - Transifex tool that pulls translations using transifex cli client - - - cli_push + buildstash_upload - - Transifex tool that push translations using transifex cli client + Upload build artifacts to Buildstash @@ -58032,22 +58089,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 0 + 2 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -58062,12 +58119,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 3 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -58077,12 +58134,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 7 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -58092,19 +58149,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
127
+
128
-

xcmonkey

+

copy

-

via Alexey Alter-Pesotskiy

+

via Jason Nam

-> xcmonkey is a tool for doing randomised UI testing of iOS apps +> Copy file
@@ -58120,9 +58177,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcmonkey + copy - - xcmonkey is a tool for doing randomised UI testing of iOS apps + Copy file @@ -58174,12 +58231,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 17 + 40 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -58189,12 +58246,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 12 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -58204,19 +58261,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
127
+
128
-

buildstash

+

import_from_url

-

via Buildstash

+

via Doruk Kangal

-> Fastlane plugin to upload built apps to Buildstash - store, organize, and distribute your builds. +> Import another Fastfile from given url to use its lanes
@@ -58232,9 +58289,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - buildstash_upload + import_from_url - - Upload build artifacts to Buildstash + Import another Fastfile from given url to use its lanes @@ -58256,17 +58313,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 2 + 0 More stars = more popular project @@ -58281,17 +58338,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 2 + 31 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -58301,12 +58358,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 29 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -58316,7 +58373,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -58324,11 +58381,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
127
-

depman

+

sequenia_gitflow

-

via Andrey Shapovalov

+

via Semen Kologrivov

-> Invokes depman-scanner to programmatically run Depman analysis +> Script for communicating with sequenia's git repos
@@ -58344,9 +58401,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - depman - testing - Arcsinus Dependency manager + fetch_merged_tasks + - + Fetch merged into current branch feature tasks after last release tag @@ -58373,7 +58430,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 18 More subscribers = more popular project @@ -58393,12 +58450,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 28 + 30 Project that have been around for longer tend to be more stable @@ -58413,7 +58470,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 31 More downloads = more users have been using the plugin for a while @@ -58428,7 +58485,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -58436,11 +58493,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
127
-

lastpass

+

flint

-

via Antoine Lamy

+

via Jyrno Ader

-> Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager +> Easily sync your keystores across your team using git
@@ -58456,9 +58513,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - lastpass + flint - - Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager + DESCRIPTION @@ -58510,7 +58567,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 43 Project that have been around for longer tend to be more stable @@ -58525,7 +58582,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 11 More downloads = more users have been using the plugin for a while @@ -58540,19 +58597,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
126
+
127
-

flint

+

depman

-

via Jyrno Ader

+

via Andrey Shapovalov

-> Easily sync your keystores across your team using git +> Invokes depman-scanner to programmatically run Depman analysis
@@ -58568,9 +58625,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flint - - - DESCRIPTION + depman + testing + Arcsinus Dependency manager @@ -58597,7 +58654,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -58622,7 +58679,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 28 Project that have been around for longer tend to be more stable @@ -58637,7 +58694,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 23 More downloads = more users have been using the plugin for a while @@ -58652,13 +58709,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
126
+
127

xamversion

@@ -58734,7 +58791,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 31 Project that have been around for longer tend to be more stable @@ -58770,13 +58827,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
126
+
127
-

sequenia_gitflow

+

xcmonkey

-

via Semen Kologrivov

+

via Alexey Alter-Pesotskiy

-> Script for communicating with sequenia's git repos +> xcmonkey is a tool for doing randomised UI testing of iOS apps
@@ -58792,9 +58849,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fetch_merged_tasks + xcmonkey - - Fetch merged into current branch feature tasks after last release tag + xcmonkey is a tool for doing randomised UI testing of iOS apps @@ -58821,7 +58878,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 18 + 3 More subscribers = more popular project @@ -58841,17 +58898,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 29 + 17 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -58861,12 +58918,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 31 + 7 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -58876,19 +58933,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
126
+
127
-

fetch_version_code

+

transifex_tool

-

via CoorpAcademy

+

via maydin

-> Fetch (and increment) version code for given platform +> Transifex tool that pulls translations using transifex rest api
@@ -58904,121 +58961,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fetch_version_code + rest_pull - - Fetch (and increment) version code for given platform - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers18More subscribers = more popular project
stars1More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license-50fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age41Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads15More downloads = more users have been using the plugin for a while
tests51The more tests a plugin has, the betterTransifex plugin for pull and push translations
- -
- -

- - Open on GitHub - -

- ------ - -
125
- -

svn_commit

- -

via cleexiang

- -> svn plugin with fastlane - - -
-Provided actions - - - - - - + + + - - - + - +
NameCategoryDescriptioncli_pull-Transifex tool that pulls translations using transifex cli client
svn_commitcli_push -Commit to svn repos with fastlaneTransifex tool that push translations using transifex cli client
@@ -59040,7 +58995,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -59065,12 +59020,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 50 + 42 Project that have been around for longer tend to be more stable @@ -59085,7 +59040,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 9 More downloads = more users have been using the plugin for a while @@ -59100,19 +59055,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
125
+
126
-

nexus_raw_upload

+

google_chat_v2

-

via Thang Nguyen

+

via “mao-karrostech”

-> Actions related to Nexus blob upload +> google chat v2
@@ -59128,9 +59083,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - raw_upload + google_chat_v2 - - Upload a raw asset to [Sonatype Nexus platform](https://www.sonatype.com) + Send message to google chat v2 @@ -59167,7 +59122,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 5 + 0 More forks = more people seem to use/modify this project @@ -59182,27 +59137,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 32 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 8 + 43 More downloads = more users have been using the plugin for a while tests - 15 + 3 The more tests a plugin has, the better @@ -59212,13 +59167,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
125
+
126

fabric_beta_unregistered_devices

@@ -59294,7 +59249,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 42 Project that have been around for longer tend to be more stable @@ -59330,13 +59285,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
125
+
126
-

codepush-fix

+

svn_commit

-

via Chin Trinh

+

via cleexiang

-> Fastlane plugin for App Center CodePush actions 🚀 +> svn plugin with fastlane
@@ -59352,54 +59307,121 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - codepush_add_deployment + svn_commit - - CodePush add deployment action + Commit to svn repos with fastlane + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + +
codepush_exists_deployment-CodePush check if deployment existsMetricPointsDescription
codepush_get_deployment_key-CodePush get deployment key given deployment namecontributors6The more contributors a project has, the more likely it is it stays alive
codepush_list_deployment-CodePush list deployment actionsubscribers3More subscribers = more popular project
codepush_login-CodePush login actionstars0More stars = more popular project
codepush_logout-CodePush logout actionforks0More forks = more people seem to use/modify this project
codepush_promote-CodePush promote actionhas_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
codepush_release_react-CodePush release-react actionreadme_score25How well is the README of the document written
codepush_remove_deployment-CodePush remove deployment actionage51Project that have been around for longer tend to be more stable
codepush_rename_deploymentmajor_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads18More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
126
+ +

fetch_version_code

+ +

via CoorpAcademy

+ +> Fetch (and increment) version code for given platform + + +
+Provided actions + + + + + + + + + + + + - +
NameCategoryDescription
fetch_version_code -CodePush rename deployment actionFetch (and increment) version code for given platform
@@ -59426,12 +59448,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 18 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -59441,7 +59463,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -59451,7 +59473,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 41 Project that have been around for longer tend to be more stable @@ -59466,12 +59488,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 15 More downloads = more users have been using the plugin for a while tests - 18 + 51 The more tests a plugin has, the better @@ -59481,19 +59503,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
123
+
126
-

wexlane

+

nexus_raw_upload

-

via Chris River

+

via Thang Nguyen

-> Common tools for CI +> Actions related to Nexus blob upload
@@ -59509,14 +59531,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_get_version - - - Common tools for CI - - - ios_get_version + raw_upload - - Common tools for CI + Upload a raw asset to [Sonatype Nexus platform](https://www.sonatype.com) @@ -59553,7 +59570,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 0 + 5 More forks = more people seem to use/modify this project @@ -59563,32 +59580,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 37 + 22 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 13 + 8 More downloads = more users have been using the plugin for a while tests - 0 + 15 The more tests a plugin has, the better @@ -59598,19 +59615,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
123
+
125
-

release_version

+

codepush-fix

-

via Leon Keijzer

+

via Chin Trinh

-> This plugin makes it possible to release an already approved version in AppStore Connect +> Fastlane plugin for App Center CodePush actions 🚀
@@ -59626,14 +59643,54 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - reject_version + codepush_add_deployment - - This action makes it possible to reject a binary in AppStore Connect + CodePush add deployment action - release_version + codepush_exists_deployment - - This plugin makes it possible to release an already approved version in AppStore Connect + CodePush check if deployment exists + + + codepush_get_deployment_key + - + CodePush get deployment key given deployment name + + + codepush_list_deployment + - + CodePush list deployment action + + + codepush_login + - + CodePush login action + + + codepush_logout + - + CodePush logout action + + + codepush_promote + - + CodePush promote action + + + codepush_release_react + - + CodePush release-react action + + + codepush_remove_deployment + - + CodePush remove deployment action + + + codepush_rename_deployment + - + CodePush rename deployment action @@ -59660,7 +59717,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -59680,12 +59737,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 44 + 35 Project that have been around for longer tend to be more stable @@ -59700,12 +59757,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 2 More downloads = more users have been using the plugin for a while tests - 3 + 18 The more tests a plugin has, the better @@ -59715,13 +59772,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
123
+
124

telegramTopic

@@ -59797,7 +59854,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 50 + 51 Project that have been around for longer tend to be more stable @@ -59833,13 +59890,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
123
+
124
-

creator

+

create_dmg

-

via David Ackerman

+

via Vitalii Budnik

-> Mobile build framework for rust-lang +> A plugin to build fancy DMGs.
@@ -59855,14 +59912,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - creator_build_android + update_dmg - - Builds apk file from rust project + Update files in template DMG - creator_build_ios + create_dmg - - Builds ipa file from rust project + A Ruby wrapper over create-dmg. @@ -59884,12 +59941,129 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 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 + 26 + Project that have been around for longer tend to be more stable + + + major_release + 0 + Post 1.0 releases are great + + + github_issues + 0 + Lots of open issues are not a good sign usually, unless the project is really popular + + + downloads + 44 + More downloads = more users have been using the plugin for a while + + + tests + 6 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
124
+ +

wexlane

+ +

via Chris River

+ +> Common tools for CI + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
android_get_version-Common tools for CI
ios_get_version-Common tools for CI
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + @@ -59914,7 +60088,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -59929,7 +60103,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -59944,7 +60118,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -60062,13 +60236,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
122
+
123
-

git_authors

+

release_version

-

via Viktor Rutberg

+

via Leon Keijzer

-> List authors of a Git repository +> This plugin makes it possible to release an already approved version in AppStore Connect
@@ -60084,9 +60258,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- + - + + + + + +
MetricPointsDescription
contributors 0The more contributors a project has, the more likely it is it stays alive
subscribers3 More subscribers = more popular project
age2938 Project that have been around for longer tend to be more stable
downloads1813 More downloads = more users have been using the plugin for a while
git_authorsreject_version -List all authors of a Git repositoryThis action makes it possible to reject a binary in AppStore Connect
release_version-This plugin makes it possible to release an already approved version in AppStore Connect
@@ -60108,7 +60287,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive @@ -60138,7 +60317,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 49 + 44 Project that have been around for longer tend to be more stable @@ -60153,7 +60332,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 28 More downloads = more users have been using the plugin for a while @@ -60168,19 +60347,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
122
+
123
-

google_chat_v2

+

creator

-

via “mao-karrostech”

+

via David Ackerman

-> google chat v2 +> Mobile build framework for rust-lang
@@ -60196,9 +60375,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - google_chat_v2 + creator_build_android - - Send message to google chat v2 + Builds apk file from rust project + + + creator_build_ios + - + Builds ipa file from rust project @@ -60220,12 +60404,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -60245,12 +60429,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 31 + 29 Project that have been around for longer tend to be more stable @@ -60265,12 +60449,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 40 + 18 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -60280,7 +60464,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -60288,11 +60472,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
122
-

aws_sns_topic

+

git_authors

-

via Levi Bostian

+

via Viktor Rutberg

-> Fastlane plugin to public message to SNS topic. +> List authors of a Git repository
@@ -60308,9 +60492,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - aws_sns_topic + git_authors - - Public a message to a AWS SNS topic. + List all authors of a Git repository @@ -60332,7 +60516,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive @@ -60357,12 +60541,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 37 + 49 Project that have been around for longer tend to be more stable @@ -60372,7 +60556,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular @@ -60392,13 +60576,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
121
+
122

find_replace_regex

@@ -60474,7 +60658,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 53 + 54 Project that have been around for longer tend to be more stable @@ -60510,13 +60694,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
121
+
122
-

fileio_upload

+

aws_sns_topic

-

via Paul Bancarel

+

via Levi Bostian

-> This plugin enables to upload a file to file.io +> Fastlane plugin to public message to SNS topic.
@@ -60532,9 +60716,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fileio_upload + aws_sns_topic - - Upload file to file.io and share the link with anyone! + Public a message to a AWS SNS topic. @@ -60586,7 +60770,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 37 Project that have been around for longer tend to be more stable @@ -60596,12 +60780,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 22 + 10 More downloads = more users have been using the plugin for a while @@ -60616,19 +60800,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
121
+
122
-

schedule

+

postmark

-

via marumemomo

+

via Levi Bostian

-> Run lane from current time +> Fastlane plugin to public message to SNS topic.
@@ -60644,9 +60828,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_lane + postmark - - Run lane from current time + Send emails via Postmark in fastlane! @@ -60673,12 +60857,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -60693,12 +60877,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 46 + 35 Project that have been around for longer tend to be more stable @@ -60713,7 +60897,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 26 + 11 More downloads = more users have been using the plugin for a while @@ -60728,7 +60912,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -60846,13 +61030,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
120
+
121
-

appstore_reviews

+

simplemdm

-

via Mirsad Arslanovic

+

via Shannon Hicks

-> Plugin to retrieve customer reviews for the app +> Fastlane plugin for uploading iOS builds to SimpleMDM
@@ -60868,9 +61052,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appstore_reviews + upload_to_simplemdm - - Plugin to retrieve customer reviews for the app + Upload IPA to Simple MDM @@ -60892,12 +61076,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project @@ -60922,12 +61106,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 12 + 27 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -60937,7 +61121,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 9 More downloads = more users have been using the plugin for a while @@ -60952,19 +61136,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
120
+
121
-

create_dmg

+

qr_code

-

via Vitalii Budnik

+

via Mathijs Bernson

-> A plugin to build fancy DMGs. +> Generates QR codes that you may use in the rest of your workflow.
@@ -60980,14 +61164,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_dmg - - - Update files in template DMG - - - create_dmg + qr_code - - A Ruby wrapper over create-dmg. + Generates QR codes that you may use in the rest of your workflow. @@ -61034,12 +61213,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 25 + 21 Project that have been around for longer tend to be more stable @@ -61054,7 +61233,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 41 + 21 More downloads = more users have been using the plugin for a while @@ -61069,19 +61248,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
120
+
121
-

simplemdm

+

fileio_upload

-

via Shannon Hicks

+

via Paul Bancarel

-> Fastlane plugin for uploading iOS builds to SimpleMDM +> This plugin enables to upload a file to file.io
@@ -61097,9 +61276,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_simplemdm + fileio_upload - - Upload IPA to Simple MDM + Upload file to file.io and share the link with anyone! @@ -61121,12 +61300,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project @@ -61151,7 +61330,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 23 Project that have been around for longer tend to be more stable @@ -61166,7 +61345,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 22 More downloads = more users have been using the plugin for a while @@ -61181,19 +61360,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
120
+
121
-

unreleased_changelog

+

schedule

-

via Manish Rathi

+

via marumemomo

-> A fastlane plugin to manage unreleased changelog using a YAML file. 🚀 +> Run lane from current time
@@ -61209,29 +61388,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_unreleased_changelog - - - Get the unreleased changelog - - - add_unreleased_changelog - - - Add a new entry in unreleased changelog - - - delete_unreleased_changelog - - - Delete changelog entry from unreleased changelog - - - stamp_unreleased_changelog - - - Stamp unreleased changelog - - - ensure_unreleased_changelog - - + get_lane - + Run lane from current time @@ -61258,12 +61417,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -61278,12 +61437,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 34 + 46 Project that have been around for longer tend to be more stable @@ -61298,7 +61457,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 26 More downloads = more users have been using the plugin for a while @@ -61313,7 +61472,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -61321,11 +61480,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
120
-

jira_set_feature_build

+

discord_webhook_notifier

-

via Tommy Sadiq Hinrichsen

+

via Samuel B Bispo

-> Tags passed in Jira issue with a feature build url from parameter :url +> Notify a Discord channel easily when a build breaks @@ -61378,7 +61537,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -61388,7 +61547,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 52 + 82 More downloads = more users have been using the plugin for a while @@ -61403,7 +61562,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -61411,13 +61570,35 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
120
-

discord_webhook_notifier

+

appstore_reviews

-

via Samuel B Bispo

+

via Mirsad Arslanovic

-> Notify a Discord channel easily when a build breaks +> Plugin to retrieve customer reviews for the app +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
appstore_reviews-Plugin to retrieve customer reviews for the app
+ +
+
Score details @@ -61433,12 +61614,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -61458,17 +61639,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 12 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -61478,12 +61659,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 82 + 2 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -61493,7 +61674,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -61501,34 +61682,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
120
-

qr_code

- -

via Mathijs Bernson

- -> Generates QR codes that you may use in the rest of your workflow. - +

jira_set_feature_build

-
-Provided actions +

via Tommy Sadiq Hinrichsen

- - - - - - - - - - - - - - - -
NameCategoryDescription
qr_code-Generates QR codes that you may use in the rest of your workflow.
+> Tags passed in Jira issue with a feature build url from parameter :url -
@@ -61545,12 +61704,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -61570,17 +61729,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 20 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -61590,12 +61749,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 52 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -61605,7 +61764,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -61613,11 +61772,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
120
-

postmark

+

native_symbols

-

via Levi Bostian

+

via Nuno Pinge

-> Fastlane plugin to public message to SNS topic. +> Zip native symbols and get the retrace mapping file from within Fastlane.
@@ -61633,9 +61792,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - postmark + native_symbols - - Send emails via Postmark in fastlane! + Native debug symbols for Play Store @@ -61662,7 +61821,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -61687,7 +61846,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 1 Project that have been around for longer tend to be more stable @@ -61702,12 +61861,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 1 More downloads = more users have been using the plugin for a while tests - 3 + 48 The more tests a plugin has, the better @@ -61717,19 +61876,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
119
+
120
-

git_pull_branch

+

xcode_tools_select

-

via Bhuvanesh BS

+

via Vincent HO-SUNE

-> pull code from different branch +> Sets the DEVELOPER_DIR environment, used by fastlane to run Xcode command line tools, to a specific Xcode version found on the current system.
@@ -61745,9 +61904,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_pull_branch - - - pull code from different branch + xcode_tools_select + building + Set the [version] of the default Xcode Command Line Tools path to use. @@ -61794,12 +61953,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 44 + 37 Project that have been around for longer tend to be more stable @@ -61814,12 +61973,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 24 + 10 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -61829,19 +61988,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
119
+
120
-

git_add_tag

+

git_pull_branch

-

via xiongzenghui

+

via Bhuvanesh BS

-> git add tag wrapper +> pull code from different branch
@@ -61857,9 +62016,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_add_tag - source_control - git add tag wrapper + git_pull_branch + - + pull code from different branch @@ -61911,7 +62070,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 45 Project that have been around for longer tend to be more stable @@ -61926,7 +62085,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 24 More downloads = more users have been using the plugin for a while @@ -61941,19 +62100,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
119
+
120
-

native_symbols

+

unreleased_changelog

-

via Nuno Pinge

+

via Manish Rathi

-> Zip native symbols and get the retrace mapping file from within Fastlane. +> A fastlane plugin to manage unreleased changelog using a YAML file. 🚀
@@ -61969,121 +62128,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - native_symbols + get_unreleased_changelog - - Native debug symbols for Play Store - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + + - - - + + + - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popularGet the unreleased changelog
downloads1More downloads = more users have been using the plugin for a whileadd_unreleased_changelog-Add a new entry in unreleased changelog
tests48The more tests a plugin has, the betterdelete_unreleased_changelog-Delete changelog entry from unreleased changelog
- -
- -

- - Open on GitHub - -

- ------ - -
119
- -

hello_test

- -

via Gianfranco Manganiello

- -> test - - -
-Provided actions - - - - - - + + + - - - + + -
NameCategoryDescriptionstamp_unreleased_changelog-Stamp unreleased changelog
hello_testensure_unreleased_changelog- -test
@@ -62105,7 +62172,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -62115,7 +62182,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -62130,12 +62197,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 50 + 34 Project that have been around for longer tend to be more stable @@ -62150,7 +62217,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 10 More downloads = more users have been using the plugin for a while @@ -62165,7 +62232,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -62173,11 +62240,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
119
-

fetch_itc_versions

+

jira_ticket

-

via Bennett Rogers

+

via Dorian Cheignon

-> Returns a listing of all app versions and their latest builds from iTunes Connect. +> get ticket in jira board
@@ -62193,9 +62260,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fetch_itc_versions + jira_ticket - - Returns a listing of all app versions and their latest builds from iTunes Connect. + get ticket in jira board @@ -62217,12 +62284,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -62242,12 +62309,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 54 + 32 Project that have been around for longer tend to be more stable @@ -62262,12 +62329,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 36 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -62277,7 +62344,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -62285,11 +62352,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
119
-

xcode_tools_select

+

git_add_tag

-

via Vincent HO-SUNE

+

via xiongzenghui

-> Sets the DEVELOPER_DIR environment, used by fastlane to run Xcode command line tools, to a specific Xcode version found on the current system. +> git add tag wrapper
@@ -62305,9 +62372,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcode_tools_select - building - Set the [version] of the default Xcode Command Line Tools path to use. + git_add_tag + source_control + git add tag wrapper @@ -62354,12 +62421,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 36 + 38 Project that have been around for longer tend to be more stable @@ -62374,12 +62441,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 30 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -62389,19 +62456,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
118
+
119
-

jira_ticket

+

hello_test

-

via Dorian Cheignon

+

via Gianfranco Manganiello

-> get ticket in jira board +> test
@@ -62417,9 +62484,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_ticket + hello_test - - get ticket in jira board + test @@ -62441,7 +62508,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -62451,7 +62518,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -62471,7 +62538,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 50 Project that have been around for longer tend to be more stable @@ -62486,7 +62553,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 36 + 11 More downloads = more users have been using the plugin for a while @@ -62501,19 +62568,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
118
+
119
-

user_default_set

+

fetch_itc_versions

-

via zhangqi

+

via Bennett Rogers

-> fastlane save user default like ios userDefault +> Returns a listing of all app versions and their latest builds from iTunes Connect.
@@ -62529,9 +62596,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - user_default_set + fetch_itc_versions - - fastlane save user default like ios userDefault + Returns a listing of all app versions and their latest builds from iTunes Connect. @@ -62553,12 +62620,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -62578,12 +62645,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 0 How well is the README of the document written age - 51 + 54 Project that have been around for longer tend to be more stable @@ -62598,12 +62665,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 27 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -62613,7 +62680,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -62621,11 +62688,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
118
-

user_default_get

+

buggly

-

via zhangqi

+

via zhuyunlong

-> get value like ios userDefault +> 上传Bugly
@@ -62641,9 +62708,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - user_default_get + buggly - - get value like ios userDefault + Upload the dSYM file to Buggly crash analyze system. @@ -62665,7 +62732,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -62675,7 +62742,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -62695,7 +62762,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 51 + 54 Project that have been around for longer tend to be more stable @@ -62710,7 +62777,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 12 More downloads = more users have been using the plugin for a while @@ -62725,7 +62792,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -62843,7 +62910,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
117
+
118

ensure_swift_version

@@ -62912,7 +62979,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 97 + 98 More downloads = more users have been using the plugin for a while @@ -62934,13 +63001,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
117
+
118
-

pgyer_v2

+

user_default_set

-

via nice2m

+

via zhangqi

-> pgyer for v2 suppor +> fastlane save user default like ios userDefault
@@ -62956,9 +63023,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - pgyer + user_default_set - - distribute app to pgyer beta testing service + fastlane save user default like ios userDefault @@ -62980,7 +63047,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -62990,7 +63057,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -63005,12 +63072,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 33 + 51 Project that have been around for longer tend to be more stable @@ -63025,7 +63092,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 10 More downloads = more users have been using the plugin for a while @@ -63040,19 +63107,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
117
+
118
-

buggly

+

user_default_get

-

via zhuyunlong

+

via zhangqi

-> 上传Bugly +> get value like ios userDefault
@@ -63068,9 +63135,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - buggly + user_default_get - - Upload the dSYM file to Buggly crash analyze system. + get value like ios userDefault @@ -63092,7 +63159,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -63102,7 +63169,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -63122,7 +63189,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 53 + 51 Project that have been around for longer tend to be more stable @@ -63137,7 +63204,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 10 More downloads = more users have been using the plugin for a while @@ -63152,13 +63219,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
117
+
118

line_message

@@ -63234,7 +63301,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 41 Project that have been around for longer tend to be more stable @@ -63270,13 +63337,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
116
+
117
-

generate_xliff

+

pgyer_v2

-

via Kostia Myts

+

via nice2m

-> Generates XLIFF file +> pgyer for v2 suppor
@@ -63292,14 +63359,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - generate_xliff - - - Generates XLIFF file - - - remove_xliff_artifacts + pgyer - - Generates XLIFF file + distribute app to pgyer beta testing service @@ -63326,12 +63388,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 2 + 1 More stars = more popular project @@ -63346,12 +63408,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 49 + 33 Project that have been around for longer tend to be more stable @@ -63366,12 +63428,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 7 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -63381,7 +63443,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -63389,11 +63451,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
116
-

enumerated_translations

+

generate_xliff

-

via Mads Bøgeskov

+

via Kostia Myts

-> Converts a strings file to an enum, to make it more safe to access translations. +> Generates XLIFF file
@@ -63409,105 +63471,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - enumerated_translations + generate_xliff - - Converts a strings file to an enum, to make it more safe to access translations. - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age49Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads10More downloads = more users have been using the plugin for a whileGenerates XLIFF file
tests3The more tests a plugin has, the betterremove_xliff_artifacts-Generates XLIFF file
-

- - Open on GitHub - -

- ------ - -
115
- -

zhuixi_build_app

- -

via RedSevenMale

- -> build ios app from different channel - -
Score details @@ -63523,7 +63500,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -63533,7 +63510,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -63548,17 +63525,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 0 + 49 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -63568,12 +63545,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 47 + 14 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -63583,19 +63560,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
115
+
116
-

deploy_module_bintray

+

lock_keychain

-

via Bruno Oliveira

+

via Alex Antonyuk

-> Gradle action to deploy a Module from an Android project +> Plugin for locking unlocked keychain
@@ -63611,9 +63588,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - deploy_module_bintray + lock_keychain - - Gradle actions to deploy a module from an Android project + Plugin for locking unlocked keychain @@ -63640,7 +63617,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -63660,12 +63637,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 48 + 51 Project that have been around for longer tend to be more stable @@ -63680,12 +63657,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 38 + 11 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -63695,19 +63672,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
115
+
116
-

lock_keychain

+

enumerated_translations

-

via Alex Antonyuk

+

via Mads Bøgeskov

-> Plugin for locking unlocked keychain +> Converts a strings file to an enum, to make it more safe to access translations.
@@ -63723,9 +63700,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - lock_keychain + enumerated_translations - - Plugin for locking unlocked keychain + Converts a strings file to an enum, to make it more safe to access translations. @@ -63752,7 +63729,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -63777,7 +63754,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 50 + 49 Project that have been around for longer tend to be more stable @@ -63792,7 +63769,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 10 More downloads = more users have been using the plugin for a while @@ -63807,19 +63784,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
115
+
116
-

work_wechat

+

get_last_circleci_build_number_bitbucket

-

via DevZhang

+

via Dawid van der Hoven

-> work wecaht webhook +> fetches the last build number from circleci for a bitbucket project.
@@ -63835,9 +63812,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - work_wechat + get_last_circleci_build_number_bitbucket - - work wecaht webhook + fetches the last build number from circleci. @@ -63864,7 +63841,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -63884,12 +63861,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 33 + 34 Project that have been around for longer tend to be more stable @@ -63904,12 +63881,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 9 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -63919,7 +63896,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -63927,11 +63904,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
115
-

get_last_circleci_build_number_bitbucket

+

work_wechat

-

via Dawid van der Hoven

+

via DevZhang

-> fetches the last build number from circleci for a bitbucket project. +> work wecaht webhook
@@ -63947,9 +63924,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_last_circleci_build_number_bitbucket + work_wechat - - fetches the last build number from circleci. + work wecaht webhook @@ -63976,7 +63953,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -63996,12 +63973,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 34 + 33 Project that have been around for longer tend to be more stable @@ -64016,12 +63993,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 25 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -64031,19 +64008,109 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
114
+
115
-

zeeva_discord

+

zhuixi_build_app

-

via Yazan Tarifi

+

via RedSevenMale

+ +> build ios app from different channel -> Fastlane Plugin to Send Messages about Builds from Android, IOS Applications Via Fastlane + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors18The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads47More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
115
+ +

deploy_module_bintray

+ +

via Bruno Oliveira

+ +> Gradle action to deploy a Module from an Android project
@@ -64059,14 +64126,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - zeeva_discord - - - Fastlane Plugin to Send Messages about Builds from Android, IOS Applications Via Fastlane - - - zeeva_telegram + deploy_module_bintray - - Telegram Bot Plugin to Send Build Messages for Android, IOS + Gradle actions to deploy a module from an Android project @@ -64088,12 +64150,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -64113,12 +64175,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 19 + 48 Project that have been around for longer tend to be more stable @@ -64133,7 +64195,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 38 More downloads = more users have been using the plugin for a while @@ -64148,19 +64210,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
113
+
115
-

bitrise_bcsymbolmaps

+

zeeva_discord

-

via Oleksandr Skrypnyk

+

via Yazan Tarifi

-> Download BCSymbolMaps from Bitrise +> Fastlane Plugin to Send Messages about Builds from Android, IOS Applications Via Fastlane
@@ -64176,14 +64238,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitrise_download_bcsymbolmaps + zeeva_discord - - Downloads BCSymbolMaps from Bitrise before uploading them to a crash reporting tool. + Fastlane Plugin to Send Messages about Builds from Android, IOS Applications Via Fastlane - bitrise_clean_bcsymbolmaps + zeeva_telegram - - Cleans up downloaded artifacts. + Telegram Bot Plugin to Send Build Messages for Android, IOS @@ -64205,12 +64267,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -64235,7 +64297,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 20 Project that have been around for longer tend to be more stable @@ -64265,19 +64327,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
113
+
114
-

goyuyun

+

bitrise_bcsymbolmaps

-

via vincentwu08

+

via Oleksandr Skrypnyk

-> 一键发布至买好云 +> Download BCSymbolMaps from Bitrise
@@ -64293,9 +64355,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - goyuyun + bitrise_download_bcsymbolmaps - - 一键发布至买好云 + Downloads BCSymbolMaps from Bitrise before uploading them to a crash reporting tool. + + + bitrise_clean_bcsymbolmaps + - + Cleans up downloaded artifacts. @@ -64342,12 +64409,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 37 + 34 Project that have been around for longer tend to be more stable @@ -64362,12 +64429,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 7 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -64377,42 +64444,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
112
- -

increment_version_build_number

- -

via Jems

- -> Increment the version buld number of your android project with versionCode like versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild. +
114
+

teams_card

-
-Provided actions +

via Kondamon

- - - - - - - - - - - - - - - -
NameCategoryDescription
increment_version_build_number-Increment the version build number of your android project with version code like versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild.
+> Easily alert a Microsoft Teams channel, group chat or chat via Workflows -
@@ -64454,17 +64499,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 0 How well is the README of the document written age - 57 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -64474,12 +64519,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 64 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -64489,19 +64534,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
112
+
114
-

speculid

+

goyuyun

-

via Leo Dion

+

via vincentwu08

-> Use speculid to easily manage graphics in Xcode projects +> 一键发布至买好云
@@ -64517,9 +64563,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - speculid + goyuyun - - Use speculid to Easily Manage Graphics in Xcode Projects + 一键发布至买好云 @@ -64571,7 +64617,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 38 Project that have been around for longer tend to be more stable @@ -64586,7 +64632,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19 + 25 More downloads = more users have been using the plugin for a while @@ -64601,19 +64647,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
112
+
113
-

asana_task

+

aliyunoss

-

via respecu

+

via yigua

-> asana task plugin +> upload package to aliyunoss
@@ -64629,9 +64675,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - asana_task + aliyunoss + - - - asana task plugin @@ -64653,7 +64699,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -64683,7 +64729,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 27 Project that have been around for longer tend to be more stable @@ -64698,7 +64744,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 32 + 29 More downloads = more users have been using the plugin for a while @@ -64713,7 +64759,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -64721,11 +64767,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
112
-

aliyunoss

+

android_channels

-

via yigua

+

via icyleaf

-> upload package to aliyunoss +> Package unsign apk with channels
@@ -64741,9 +64787,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - aliyunoss - - - - + android_channels + building + Package apk file with channels @@ -64765,7 +64811,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -64795,7 +64841,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 44 Project that have been around for longer tend to be more stable @@ -64810,7 +64856,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29 + 17 More downloads = more users have been using the plugin for a while @@ -64825,7 +64871,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -64833,11 +64879,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
112
-

xcsize

+

slack_message

-

via Alexey Alter-Pesotskiy

+

via Doruk Kangal

-> A fastlane plugin to profile iOS and macOS app and framework sizes from linkmap files, providing detailed breakdowns and insights. +> Send a message to your Slack group
@@ -64853,14 +64899,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcsize - - - Profile iOS and macOS binary size using linkmap. - - - xcsize_diff + slack_message - - Compare two iOS and macOS binary sizes using linkmaps. + Send a message to your [Slack](https://slack.com) group @@ -64882,17 +64923,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -64912,12 +64953,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 1 + 20 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -64927,12 +64968,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 16 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -64942,19 +64983,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
111
+
112
-

android_channels

+

xcsize

-

via icyleaf

+

via Alexey Alter-Pesotskiy

-> Package unsign apk with channels +> A fastlane plugin to profile iOS and macOS app and framework sizes from linkmap files, providing detailed breakdowns and insights.
@@ -64970,9 +65011,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_channels - building - Package apk file with channels + xcsize + - + Profile iOS and macOS binary size using linkmap. + + + xcsize_diff + - + Compare two iOS and macOS binary sizes using linkmaps. @@ -64994,17 +65040,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -65019,17 +65065,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 43 + 1 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -65039,12 +65085,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 4 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -65054,19 +65100,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
111
+
112
-

slack_message

+

increment_version_build_number

-

via Doruk Kangal

+

via Jems

-> Send a message to your Slack group +> Increment the version buld number of your android project with versionCode like versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild.
@@ -65082,9 +65128,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - slack_message + increment_version_build_number - - Send a message to your [Slack](https://slack.com) group + Increment the version build number of your android project with version code like versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild. @@ -65111,7 +65157,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -65131,12 +65177,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 20 + 57 Project that have been around for longer tend to be more stable @@ -65151,7 +65197,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 7 More downloads = more users have been using the plugin for a while @@ -65166,19 +65212,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
111
+
112
-

azuredevops_envvars

+

speculid

-

via Star Leasing Company

+

via Leo Dion

-> A Fastlane plugin that provides passthrough access to AzureDevOps environment variables +> Use speculid to easily manage graphics in Xcode projects
@@ -65194,9 +65240,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - azuredevops_envvars + speculid - - A Fastlane plugin that provides passthrough access to AzureDevOps environment variables + Use speculid to Easily Manage Graphics in Xcode Projects @@ -65228,7 +65274,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -65248,7 +65294,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 42 Project that have been around for longer tend to be more stable @@ -65263,7 +65309,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 26 + 19 More downloads = more users have been using the plugin for a while @@ -65278,19 +65324,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
110
+
112
-

gsheet_metadata

+

asana_task

-

via Kevin Morais

+

via respecu

-> Generate metadata from Google Spreadsheet +> asana task plugin
@@ -65306,9 +65352,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gsheet_metadata + asana_task - - Generate metadata from Google Spreadsheet + asana task plugin @@ -65360,7 +65406,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 29 Project that have been around for longer tend to be more stable @@ -65375,7 +65421,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 32 More downloads = more users have been using the plugin for a while @@ -65390,19 +65436,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
110
+
111
-

push_cert_alert

+

acknowledgements

-

via Nico Richard

+

via Simon Rice, Christophe Knage

-> Generate alerts for when your APNS push certificate expires or will expire soon +> Use Fastlane to give credit where it's rightfully due
@@ -65418,9 +65464,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - check_push_certificate + acknowledgements - - Easily create alerts for your APNS push certificate expiration + Use Fastlane to give credit where it's rightfully due. @@ -65442,12 +65488,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -65462,7 +65508,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -65472,12 +65518,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 53 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -65487,7 +65533,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 19 More downloads = more users have been using the plugin for a while @@ -65502,19 +65548,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
109
+
111
-

gmail_notify

+

gsheet_metadata

-

via Antony Leons

+

via Kevin Morais

-> Sends a mail using SMTP +> Generate metadata from Google Spreadsheet
@@ -65530,9 +65576,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gmail_notify + gsheet_metadata - - Sends a mail using SMTP + Generate metadata from Google Spreadsheet @@ -65564,7 +65610,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -65579,12 +65625,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 14 + 44 Project that have been around for longer tend to be more stable @@ -65599,7 +65645,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 16 More downloads = more users have been using the plugin for a while @@ -65614,19 +65660,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
109
+
111
-

s3_cert

+

azuredevops_envvars

-

via Josh Lesch

+

via Star Leasing Company

-> Store and install encrypted Certs from s3 +> A Fastlane plugin that provides passthrough access to AzureDevOps environment variables
@@ -65642,14 +65688,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - s3_upload_certs - - - Upload encrypted certs to s3 - - - s3_cert + azuredevops_envvars - - Pull Certs from s3 and install them into keychain. + A Fastlane plugin that provides passthrough access to AzureDevOps environment variables @@ -65676,7 +65717,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -65701,7 +65742,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 33 Project that have been around for longer tend to be more stable @@ -65716,7 +65757,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 26 More downloads = more users have been using the plugin for a while @@ -65731,19 +65772,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
109
+
110
-

acknowledgements

+

gmail_notify

-

via Simon Rice, Christophe Knage

+

via Antony Leons

-> Use Fastlane to give credit where it's rightfully due +> Sends a mail using SMTP
@@ -65759,9 +65800,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - acknowledgements + gmail_notify - - Use Fastlane to give credit where it's rightfully due. + Sends a mail using SMTP @@ -65783,17 +65824,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -65803,7 +65844,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -65813,12 +65854,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 52 + 14 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -65828,7 +65869,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 19 More downloads = more users have been using the plugin for a while @@ -65843,19 +65884,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
108
+
110
-

codemagic

+

s3_cert

-

via Mikhail Matsera

+

via Josh Lesch

-> Fastlane plugin to trigger a Codemagic build with some options +> Store and install encrypted Certs from s3
@@ -65871,9 +65912,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - codemagic + s3_upload_certs - - Fastlane plugin to trigger a Codemagic build with some options + Upload encrypted certs to s3 + + + s3_cert + - + Pull Certs from s3 and install them into keychain. @@ -65895,7 +65941,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -65905,7 +65951,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -65925,7 +65971,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 42 Project that have been around for longer tend to be more stable @@ -65940,7 +65986,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 22 + 19 More downloads = more users have been using the plugin for a while @@ -65955,19 +66001,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
108
+
110
-

ravn_mobile

+

push_cert_alert

-

via ravnhq

+

via Nico Richard

-> Utility actions for Fastlane build and deployment of Android and iOS apps for both native and cross platform implementations +> Generate alerts for when your APNS push certificate expires or will expire soon
@@ -65983,49 +66029,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - commit_version - - - Commit version change for iOS and Android projects - - - copy_output_artifacts - - - Copies artifacts from Android and iOS builds into a directory for easy external access - - - import_ravn_lanes - - - Imports private lanes from RAVN mobile CI/CD repository - - - increment_expo_version - - - Increment version code and/or build number in app.json for Expo projects - - - increment_version_code - - - Increment version code for Android in gradle.properties - - - is_expo - - - Action to detect if the current project is using Expo - - - is_flutter - - - Action to detect if the current project is using Flutter - - - is_react_native - - - Action to detect if the current project is using React Native - - - setup_expo_project + check_push_certificate - - Set up an expo project (based on React Native) to work with fastlane + Easily create alerts for your APNS push certificate expiration @@ -66052,7 +66058,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 3 More subscribers = more popular project @@ -66077,7 +66083,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 12 + 25 Project that have been around for longer tend to be more stable @@ -66092,12 +66098,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 9 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -66107,13 +66113,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
108
+
110

gitlab_merge_request_add_note

@@ -66189,7 +66195,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 39 Project that have been around for longer tend to be more stable @@ -66204,7 +66210,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19 + 20 More downloads = more users have been using the plugin for a while @@ -66225,7 +66231,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
108
+
109

rm_derived_data

@@ -66301,7 +66307,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 39 Project that have been around for longer tend to be more stable @@ -66337,13 +66343,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
107
+
109
-

gitlab_branch_diff

+

update_associated_domains

-

via xiongzenghui

+

via Lourenco Nicolas

-> gitlab compare two branch to get diffs +> This plugin changes the associated domains in the entitlements file
@@ -66359,9 +66365,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_branch_diff - - - gitlab compare two branch to get diffs + update_associated_domains + project + This plugin changes the associated domains in the entitlements file @@ -66383,12 +66389,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -66413,7 +66419,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 22 Project that have been around for longer tend to be more stable @@ -66428,7 +66434,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 27 More downloads = more users have been using the plugin for a while @@ -66443,21 +66449,83 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
107
+
108
-

teams_card

+

ravn_mobile

-

via Kondamon

+

via ravnhq

-> Easily alert a Microsoft Teams channel, group chat or chat via Workflows +> Utility actions for Fastlane build and deployment of Android and iOS apps for both native and cross platform implementations +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
commit_version-Commit version change for iOS and Android projects
copy_output_artifacts-Copies artifacts from Android and iOS builds into a directory for easy external access
import_ravn_lanes-Imports private lanes from RAVN mobile CI/CD repository
increment_expo_version-Increment version code and/or build number in app.json for Expo projects
increment_version_code-Increment version code for Android in gradle.properties
is_expo-Action to detect if the current project is using Expo
is_flutter-Action to detect if the current project is using Flutter
is_react_native-Action to detect if the current project is using React Native
setup_expo_project-Set up an expo project (based on React Native) to work with fastlane
+ +
+
Score details @@ -66478,7 +66546,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 9 More subscribers = more popular project @@ -66498,17 +66566,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 12 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -66518,7 +66586,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 57 + 17 More downloads = more users have been using the plugin for a while @@ -66533,20 +66601,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
107
+
108
-

update_associated_domains

+

mailjet

-

via Lourenco Nicolas

+

via thibaut noah

-> This plugin changes the associated domains in the entitlements file +> plugin to send mail notifications for build release
@@ -66562,9 +66629,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_associated_domains - project - This plugin changes the associated domains in the entitlements file + mailjet + - + Send a custom message to an email group with mailjet @@ -66586,7 +66653,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive @@ -66596,7 +66663,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -66616,7 +66683,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 40 Project that have been around for longer tend to be more stable @@ -66631,7 +66698,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 26 + 19 More downloads = more users have been using the plugin for a while @@ -66646,19 +66713,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
107
+
108
-

mailjet

+

codemagic

-

via thibaut noah

+

via Mikhail Matsera

-> plugin to send mail notifications for build release +> Fastlane plugin to trigger a Codemagic build with some options
@@ -66674,9 +66741,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - mailjet + codemagic - - Send a custom message to an email group with mailjet + Fastlane plugin to trigger a Codemagic build with some options @@ -66698,7 +66765,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -66708,7 +66775,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -66728,7 +66795,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 32 Project that have been around for longer tend to be more stable @@ -66743,7 +66810,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19 + 22 More downloads = more users have been using the plugin for a while @@ -66758,19 +66825,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
106
+
107
-

resize_screenshots

+

bitwarden

-

via Levi Bostian

+

via Ilija Boshkov

-> Resize screenshots taken from your simulator to use for Frameit. +> Bitwarden CLI warpper plugin
@@ -66786,9 +66853,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - resize_screenshots + bitwarden_login - - Resize screenshots taken from your simulator to use for Frameit. + You can use this action to login to BitWarden and unlock the vault. + + + bitwarden_unlock_vault + - + You can use this action to download an item's attachment from BitWarden. + + + bitwarden_get_object + - + You can use this action to download an item's attachment from BitWarden. + + + bitwarden_download_attachment + - + You can use this action to download an item's attachment from BitWarden. @@ -66815,12 +66897,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 15 More subscribers = more popular project stars - 2 + 1 More stars = more popular project @@ -66840,7 +66922,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 37 Project that have been around for longer tend to be more stable @@ -66850,17 +66932,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 11 + 9 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -66870,19 +66952,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
106
+
107
-

latest_play_store_version_code

+

gitlab_branch_diff

-

via Jørgen P. Tjernø

+

via xiongzenghui

-> Adds a latest_play_store_version_code action to fetch the latest Google Play Store version code for your project. +> gitlab compare two branch to get diffs
@@ -66898,9 +66980,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - latest_play_store_version_code - production - Fetches most recent version code from the Google Play Store + gitlab_branch_diff + - + gitlab compare two branch to get diffs @@ -66922,7 +67004,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -66947,12 +67029,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 20 + 38 Project that have been around for longer tend to be more stable @@ -66967,12 +67049,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 12 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -66982,19 +67064,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
106
+
107
-

appsigner

+

latest_play_store_version_code

-

via Valeriy Makarshin

+

via Jørgen P. Tjernø

-> AppSigner +> Adds a latest_play_store_version_code action to fetch the latest Google Play Store version code for your project.
@@ -67010,9 +67092,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appsigner - - - AppSigner + latest_play_store_version_code + production + Fetches most recent version code from the Google Play Store @@ -67059,12 +67141,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 34 + 20 Project that have been around for longer tend to be more stable @@ -67079,12 +67161,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 14 More downloads = more users have been using the plugin for a while tests - 9 + 0 The more tests a plugin has, the better @@ -67094,7 +67176,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -67102,11 +67184,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
106
-

bitwarden

+

appsigner

-

via Ilija Boshkov

+

via Valeriy Makarshin

-> Bitwarden CLI warpper plugin +> AppSigner
@@ -67122,24 +67204,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitwarden_login - - - You can use this action to login to BitWarden and unlock the vault. - - - bitwarden_unlock_vault - - - You can use this action to download an item's attachment from BitWarden. - - - bitwarden_get_object - - - You can use this action to download an item's attachment from BitWarden. - - - bitwarden_download_attachment + appsigner - - You can use this action to download an item's attachment from BitWarden. + AppSigner @@ -67166,12 +67233,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 15 + 3 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -67191,7 +67258,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 34 Project that have been around for longer tend to be more stable @@ -67206,12 +67273,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 15 More downloads = more users have been using the plugin for a while tests - 0 + 9 The more tests a plugin has, the better @@ -67221,19 +67288,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
104
+
106
-

app_previews

+

teams_message_card

-

via Fausto

+

via Dorian Cheignon

-> Upload app previews to the App Store Connect +> Send a message card to your Microsoft teams channel
@@ -67249,9 +67316,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_app_previews - - - Upload app previews to the App Store Connect + teams_message_card + notifications + Send a message card to your Microsoft teams channel @@ -67273,7 +67340,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -67303,7 +67370,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 32 Project that have been around for longer tend to be more stable @@ -67318,7 +67385,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 23 More downloads = more users have been using the plugin for a while @@ -67333,19 +67400,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
104
+
106
-

bugtags

+

resize_screenshots

-

via wliu6

+

via Levi Bostian

-> Upload symbols to Bugtags +> Resize screenshots taken from your simulator to use for Frameit.
@@ -67361,9 +67428,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bugtags + resize_screenshots - - Upload symbols to Bugtags + Resize screenshots taken from your simulator to use for Frameit. @@ -67390,12 +67457,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 2 More stars = more popular project @@ -67415,7 +67482,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 47 Project that have been around for longer tend to be more stable @@ -67425,12 +67492,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 9 + 11 More downloads = more users have been using the plugin for a while @@ -67445,110 +67512,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub - -

- ------ - -
104
- -

deploy_aws_s3_cloudfront

- -

via Hector

- -> Deploy local directory to AWS S3 bucket and invalidate CloudFront - - - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads54More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
- -
- -

- - Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
104
+
105
-

teams_message_card

+

translate_gpt_release_notes

-

via Dorian Cheignon

+

via Anton Karliner

-> Send a message card to your Microsoft teams channel +> Translate release notes or changelogs for iOS and Android apps using OpenAI GPT API
@@ -67564,9 +67540,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - teams_message_card - notifications - Send a message card to your Microsoft teams channel + translate_gpt_release_notes + - + Translate release notes or changelogs for iOS and Android apps using OpenAI's GPT API @@ -67593,17 +67569,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 0 + 3 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -67613,12 +67589,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 31 + 16 Project that have been around for longer tend to be more stable @@ -67633,7 +67609,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 22 + 8 More downloads = more users have been using the plugin for a while @@ -67648,19 +67624,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
104
+
105
-

translate_gpt_release_notes

+ -

via Anton Karliner

+

via David Brooks

-> Translate release notes or changelogs for iOS and Android apps using OpenAI GPT API +> This plugin allows you to link two tickets together in JIRA
@@ -67676,9 +67652,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - translate_gpt_release_notes - - - Translate release notes or changelogs for iOS and Android apps using OpenAI's GPT API + jira_link + misc + This plugin allows you to link two tickets together in JIRA @@ -67705,17 +67681,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 3 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -67725,12 +67701,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 16 + 30 Project that have been around for longer tend to be more stable @@ -67745,12 +67721,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 27 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -67760,13 +67736,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
104
+
105

fetch_metadata_from_google_sheets

@@ -67857,7 +67833,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 16 More downloads = more users have been using the plugin for a while @@ -67880,12 +67856,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
104
-

upload_symbols_to_shake

+

app_previews

-

via Shake Team

+

via Fausto

-> Upload dSYM to Shake +> Upload app previews to the App Store Connect + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
upload_app_previews-Upload app previews to the App Store Connect
+
@@ -67902,12 +67900,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project @@ -67927,17 +67925,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 0 + 36 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -67947,12 +67945,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 36 + 11 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -67962,7 +67960,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -67970,11 +67968,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
104
- +

roku_app_util

-

via David Brooks

+

via Onyx Mueller

-> This plugin allows you to link two tickets together in JIRA +> Fastlane plugin for Roku app utility.
@@ -67990,9 +67988,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_link - misc - This plugin allows you to link two tickets together in JIRA + roku_app_install + - + Installs the app as a dev channel on a Roku target device + + + roku_app_package + - + Creates Roku package from application sources + + + roku_app_uninstall + - + Uninstalls any apps/dev channels on a Roku target device + + + roku_dev_server_check + - + Checks Roku dev server + + + roku_dev_server_rekey + - + Rekeys Roku dev server @@ -68019,17 +68037,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 0 + 3 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -68044,7 +68062,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 24 Project that have been around for longer tend to be more stable @@ -68059,7 +68077,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 26 + 11 More downloads = more users have been using the plugin for a while @@ -68074,19 +68092,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
103
+
104
-

flutter_tests

+

bugtags

-

via smaso

+

via wliu6

-> Extensions that helps to run flutter tests +> Upload symbols to Bugtags
@@ -68102,9 +68120,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_tests + bugtags - - Extension that helps to run flutter tests + Upload symbols to Bugtags @@ -68126,17 +68144,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -68156,7 +68174,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 43 Project that have been around for longer tend to be more stable @@ -68171,12 +68189,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 9 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -68186,57 +68204,132 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
103
+
104
-

roku_app_util

+

upload_symbols_to_shake

-

via Onyx Mueller

+

via Shake Team

+ +> Upload dSYM to Shake -> Fastlane plugin for Roku app utility.
-Provided actions +Score details - - + + - - - + + + - - - + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
roku_app_install-Installs the app as a dev channel on a Roku target devicecontributors18The more contributors a project has, the more likely it is it stays alive
roku_app_package-Creates Roku package from application sourcessubscribers0More subscribers = more popular project
roku_app_uninstall-Uninstalls any apps/dev channels on a Roku target devicestars0More stars = more popular project
roku_dev_server_checkforks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads36More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
104
+ +

approved

+ +

via Chalermpong Satayavibul

+ +> Approval helper + + +
+Provided actions + + + + + + + + + + + + - + - + - +
NameCategoryDescription
approved -Checks Roku dev serverApproval helper
roku_dev_server_rekeyapproved_precheck -Rekeys Roku dev serverApproval pre-check helper
@@ -68263,17 +68356,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 3 + 0 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -68288,7 +68381,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 24 Project that have been around for longer tend to be more stable @@ -68303,7 +68396,97 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 29 + More downloads = more users have been using the plugin for a while + + + tests + 3 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
104
+ +

deploy_aws_s3_cloudfront

+ +

via Hector

+ +> Deploy local directory to AWS S3 bucket and invalidate CloudFront + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -68318,13 +68501,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
103
+
104

clean_xcarchive

@@ -68400,7 +68584,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -68438,11 +68622,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
103
-

approved

+

flutter_tests

-

via Chalermpong Satayavibul

+

via smaso

-> Approval helper +> Extensions that helps to run flutter tests
@@ -68458,14 +68642,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- - - - - - + - +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads54 More downloads = more users have been using the plugin for a while
age2930 Project that have been around for longer tend to be more stable
approved-Approval helper
approved_precheckflutter_tests -Approval pre-check helperExtension that helps to run flutter tests
@@ -68487,12 +68666,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -68517,7 +68696,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 23 Project that have been around for longer tend to be more stable @@ -68532,12 +68711,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 23 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -68547,19 +68726,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
102
+
103
-

universal_metadata

+

git_remove_tag

-

via La Gregance

+

via xiongzenghui

-> Unify metadata files for iOS & Android +> remove git origin and remote repo tag
@@ -68575,9 +68754,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - universal_metadata - - - Unify metadata files for iOS & Android + git_remove_tag + source_control + remove git origin and remote repo tag @@ -68609,12 +68788,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -68624,12 +68803,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 17 + 39 Project that have been around for longer tend to be more stable @@ -68644,12 +68823,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 13 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -68659,19 +68838,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
102
+
103
-

git_remove_tag

+

gitlab_merge_request_participants

via xiongzenghui

-> remove git origin and remote repo tag +> Get a list of merge request participants
@@ -68687,9 +68866,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_remove_tag - source_control - remove git origin and remote repo tag + gitlab_merge_request_participants + - + Get a list of merge request participants @@ -68741,7 +68920,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 39 Project that have been around for longer tend to be more stable @@ -68771,7 +68950,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -68779,12 +68958,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
102
-

yalantis_ci

+

universal_metadata

-

via Dima Vorona

+

via La Gregance

-> Set of utilities and useful actions to help setup CI for Yalantis projects +> Unify metadata files for iOS & Android + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
universal_metadata-Unify metadata files for iOS & Android
+
@@ -68806,17 +69007,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 1 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -68826,12 +69027,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 17 Project that have been around for longer tend to be more stable @@ -68846,7 +69047,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 82 + 6 More downloads = more users have been using the plugin for a while @@ -68861,8 +69062,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

@@ -68870,34 +69070,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
102
-

appcenter_get_recent_release_version

- -

via Kitti Pariyaakkarakul

- -> Get recent release version from appcenter - +

yalantis_ci

-
-Provided actions +

via Dima Vorona

- - - - - - - - - - - - - - - -
NameCategoryDescription
appcenter_get_recent_release_version-Get recent release version from appcenter
+> Set of utilities and useful actions to help setup CI for Yalantis projects -
@@ -68919,7 +69097,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -68939,12 +69117,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 0 How well is the README of the document written age - 38 + 0 Project that have been around for longer tend to be more stable @@ -68959,12 +69137,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 82 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -68974,13 +69152,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
101
+
102

ci_apps

@@ -69091,7 +69270,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 42 Project that have been around for longer tend to be more stable @@ -69127,7 +69306,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
101
+
102

get_derived_data_path

@@ -69203,7 +69382,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 43 Project that have been around for longer tend to be more stable @@ -69239,13 +69418,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
101
+
102
-

gitlab_merge_request_participants

+

appcenter_get_recent_release_version

-

via xiongzenghui

+

via Kitti Pariyaakkarakul

-> Get a list of merge request participants +> Get recent release version from appcenter
@@ -69261,9 +69440,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_merge_request_participants + appcenter_get_recent_release_version - - Get a list of merge request participants + Get recent release version from appcenter @@ -69330,7 +69509,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 13 More downloads = more users have been using the plugin for a while @@ -69345,19 +69524,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
100
+
101
-

cuttly_api

+

bugly

-

via Yalan

+

via chaosky

-> fastlane plugin for cuttly. +> Upload dSYM to bugly.
@@ -69373,9 +69552,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - cuttly_api + bugly - - fastlane plugin for cuttly. + Upload dSYM to bugly. @@ -69402,7 +69581,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -69427,7 +69606,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 40 Project that have been around for longer tend to be more stable @@ -69442,7 +69621,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 13 More downloads = more users have been using the plugin for a while @@ -69457,19 +69636,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
100
+
101
-

bowl

+

cuttly_api

-

via Benjamin Wulff

+

via Yalan

-> Handles uploads to BOWL backend +> fastlane plugin for cuttly.
@@ -69485,19 +69664,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bowl - - - Handles uploads to BOWL backend - - - get_gradle_property - - - - - - - set_gradle_property + cuttly_api - - Set the value of your project + fastlane plugin for cuttly. @@ -69549,7 +69718,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 39 Project that have been around for longer tend to be more stable @@ -69564,7 +69733,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 11 More downloads = more users have been using the plugin for a while @@ -69579,19 +69748,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
100
+
101
-

bugly

+

bowl

-

via chaosky

+

via Benjamin Wulff

-> Upload dSYM to bugly. +> Handles uploads to BOWL backend
@@ -69607,9 +69776,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bugly + bowl - - Upload dSYM to bugly. + Handles uploads to BOWL backend + + + get_gradle_property + - + - + + + set_gradle_property + - + Set the value of your project @@ -69636,7 +69815,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -69661,7 +69840,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 41 Project that have been around for longer tend to be more stable @@ -69676,7 +69855,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 9 More downloads = more users have been using the plugin for a while @@ -69691,13 +69870,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
99
+
100

teletopic

@@ -69773,7 +69952,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 50 + 51 Project that have been around for longer tend to be more stable @@ -69809,14 +69988,36 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
99
+
100
-

google_cloud_storage_update

+

telegram-with-topic

-

via Jeroen Stoker

+

via hendyevan

-> Google Cloud Storage +> Allows post messages to telegram channel and topics (updated from existing plugins) + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
telegram-Allows post messages to telegram channel
+
@@ -69833,7 +70034,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -69858,12 +70059,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 0 + 51 Project that have been around for longer tend to be more stable @@ -69878,12 +70079,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 61 + 1 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -69893,7 +70094,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -69901,11 +70102,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
99
-

notifyworker

+

gitlab_increate_line_notes

-

via zlfyuan

+

via xiongzenghui

-> Notify some worker App's status +> filter gitlab merge request changes files & swiftlint json, last add line code with gitlab discussion
@@ -69921,9 +70122,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - notifyworker + gitlab_increate_line_notes - - Notify some worker App's status + filter gitlab merge request changes files & swiftlint json, last add line code with gitlab discussion @@ -69950,12 +70151,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 3 + 0 More stars = more popular project @@ -69975,7 +70176,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 39 Project that have been around for longer tend to be more stable @@ -69990,7 +70191,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19 + 12 More downloads = more users have been using the plugin for a while @@ -70005,7 +70206,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -70013,11 +70214,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
99
-

telegram-with-topic

+

notifyworker

-

via hendyevan

+

via zlfyuan

-> Allows post messages to telegram channel and topics (updated from existing plugins) +> Notify some worker App's status
@@ -70033,9 +70234,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - telegram + notifyworker - - Allows post messages to telegram channel + Notify some worker App's status @@ -70062,12 +70263,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 3 More stars = more popular project @@ -70087,7 +70288,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 50 + 26 Project that have been around for longer tend to be more stable @@ -70102,7 +70303,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 19 More downloads = more users have been using the plugin for a while @@ -70117,42 +70318,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
98
- -

gitter

- -

via Andrew Havens

- -> A Fastlane plugin for sending a message to a Gitter room. +
99
+

google_cloud_storage_update

-
-Provided actions +

via Jeroen Stoker

- - - - - - - - - - - - - - - -
NameCategoryDescription
gitter-Send a message to a Gitter room.
+> Google Cloud Storage -
@@ -70169,12 +70348,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -70194,12 +70373,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 0 How well is the README of the document written age - 36 + 0 Project that have been around for longer tend to be more stable @@ -70214,12 +70393,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 61 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -70229,19 +70408,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
98
+
99
-

gitlab_increate_line_notes

+

gitter

-

via xiongzenghui

+

via Andrew Havens

-> filter gitlab merge request changes files & swiftlint json, last add line code with gitlab discussion +> A Fastlane plugin for sending a message to a Gitter room.
@@ -70257,9 +70436,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_increate_line_notes + gitter - - filter gitlab merge request changes files & swiftlint json, last add line code with gitlab discussion + Send a message to a Gitter room. @@ -70286,7 +70465,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -70311,7 +70490,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 37 Project that have been around for longer tend to be more stable @@ -70326,7 +70505,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 11 More downloads = more users have been using the plugin for a while @@ -70341,7 +70520,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -70459,7 +70638,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
97
+
98

fastci

@@ -70590,7 +70769,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 1 + 2 Project that have been around for longer tend to be more stable @@ -70626,7 +70805,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
97
+
98

fabulove

@@ -70702,7 +70881,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 33 Project that have been around for longer tend to be more stable @@ -70850,13 +71029,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
94
+
95
-

pgyer_upload_v2

+

app47

-

via jiahao

+

via Shannon Hicks

-> distribute app to pgyer by API V2 +> Fastlane plugin for uploading builds to App47
@@ -70872,9 +71051,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - pgyer_upload_v2 + upload_to_app47 - - distribute app to pgyer_upload_v2 beta testing service + Upload IPA to Simple MDM @@ -70896,12 +71075,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 6 More subscribers = more popular project @@ -70926,7 +71105,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 27 Project that have been around for longer tend to be more stable @@ -70956,7 +71135,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -70964,11 +71143,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
94
-

app47

+

pgyer_upload_v2

-

via Shannon Hicks

+

via jiahao

-> Fastlane plugin for uploading builds to App47 +> distribute app to pgyer by API V2
@@ -70984,9 +71163,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_app47 + pgyer_upload_v2 - - Upload IPA to Simple MDM + distribute app to pgyer_upload_v2 beta testing service @@ -71008,12 +71187,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 0 More subscribers = more popular project @@ -71068,7 +71247,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -71186,7 +71365,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
92
+
93

google_play_versions

@@ -71262,7 +71441,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 0 + 1 Project that have been around for longer tend to be more stable @@ -71298,7 +71477,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
91
+
92

cc_upload_dsym_to_bugly

@@ -71389,7 +71568,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 4 More downloads = more users have been using the plugin for a while @@ -71412,11 +71591,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
91
-

ns_update_ios_identifier

+

execute_api

-

via Miyabi Ogino

+

via Pasan Eramusugoda

-> Update iOS's AppIdentifier for NativeScript. +> This plugin will be used to execute an api
@@ -71432,9 +71611,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ns_update_ios_identifier + execute_api + - - - Update iOS's AppIdentifier for NativeScript. @@ -71501,12 +71680,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 13 More downloads = more users have been using the plugin for a while tests - 12 + 6 The more tests a plugin has, the better @@ -71516,19 +71695,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
90
+
91
-

execute_api

+

git_import

-

via Pasan Eramusugoda

+

via Dmitry Frishbuter

-> This plugin will be used to execute an api +> Import all required fastlane dependencies from the git repository and keep your Fastfile simple!
@@ -71544,9 +71723,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - execute_api - - + git_import - + Import all required fastlane dependencies from the git repository and keep your Fastfile simple! @@ -71578,7 +71757,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -71598,7 +71777,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 32 Project that have been around for longer tend to be more stable @@ -71613,12 +71792,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 7 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -71628,19 +71807,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
90
+
91
-

git_import

+

ns_update_ios_identifier

-

via Dmitry Frishbuter

+

via Miyabi Ogino

-> Import all required fastlane dependencies from the git repository and keep your Fastfile simple! +> Update iOS's AppIdentifier for NativeScript.
@@ -71656,9 +71835,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_import + ns_update_ios_identifier - - Import all required fastlane dependencies from the git repository and keep your Fastfile simple! + Update iOS's AppIdentifier for NativeScript. @@ -71690,7 +71869,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -71710,7 +71889,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 24 Project that have been around for longer tend to be more stable @@ -71730,7 +71909,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas tests - 3 + 12 The more tests a plugin has, the better @@ -71740,7 +71919,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -71858,7 +72037,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
88
+
89

fiv_increment_build_no

@@ -71959,7 +72138,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 45 Project that have been around for longer tend to be more stable @@ -72107,7 +72286,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
87
+
88

dingtalk_msg

@@ -72198,7 +72377,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 10 More downloads = more users have been using the plugin for a while @@ -72219,15 +72398,52 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
86
+
87
-

pgyer_cl

+

googledrive_spquyt

-

via chenlei

+

via QuocTA-Amela

-> pgyer_cl +> CRUD files and folders on Google Drive +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
create_google_drive_folder-Create new folder on Google Drive
list_files_google_drive-List files on Google Drive
update_google_drive_file-Update a Google Drive file
upload_to_google_drive-Upload files to Google Drive
+ +
+
Score details @@ -72248,12 +72464,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -72268,17 +72484,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 0 + 19 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -72288,12 +72504,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 36 + 16 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -72303,8 +72519,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

@@ -72312,50 +72527,103 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
86
-

googledrive_spquyt

+

jandi_webhook

-

via QuocTA-Amela

+

via respecu

+ +> webhook for jandi -> CRUD files and folders on Google Drive
-Provided actions +Score details - - + + - - - + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
create_google_drive_folder-Create new folder on Google Drivecontributors18The more contributors a project has, the more likely it is it stays alive
list_files_google_drive-List files on Google Drivesubscribers0More subscribers = more popular project
update_google_drive_file-Update a Google Drive filestars0More stars = more popular project
upload_to_google_drive-Upload files to Google Driveforks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads48More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+

+ + Open on GitHub + +

+ +----- + +
86
+ +

pgyer_cl

+ +

via chenlei

+ +> pgyer_cl + +
Score details @@ -72376,12 +72644,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -72396,17 +72664,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 0 How well is the README of the document written age - 19 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -72416,12 +72684,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 36 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -72431,20 +72699,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
86
+
85
-

jandi_webhook

+

xiaomi_devupload

-

via respecu

+

via BangZ

-> webhook for jandi +> Fastlane plugin for upload android app to xiaomi market + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
xiaomi_devupload-Fastlane plugin for upload android app to xiaomi market
+
@@ -72461,17 +72752,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -72486,12 +72777,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 0 + 25 Project that have been around for longer tend to be more stable @@ -72501,17 +72792,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 48 + 9 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -72521,7 +72812,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -72529,11 +72820,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
85
-

xiaomi_devupload

+

generic_version

-

via BangZ

+

via Felix Rudat

-> Fastlane plugin for upload android app to xiaomi market +> Manage your app version for Android and iOS
@@ -72549,9 +72840,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xiaomi_devupload + generic_version - - Fastlane plugin for upload android app to xiaomi market + Manage your app version for Android and iOS + + + get_app_build + - + Manage your app build for Android and iOS + + + get_app_version + - + Manage your app version for Android and iOS + + + set_app_build + - + Manage your app build for Android and iOS + + + set_app_version + - + Manage your app version for Android and iOS @@ -72583,7 +72894,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -72603,7 +72914,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 22 Project that have been around for longer tend to be more stable @@ -72613,12 +72924,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 9 + 12 More downloads = more users have been using the plugin for a while @@ -72633,7 +72944,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -72730,56 +73041,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
83
- -

generic_version

- -

via Felix Rudat

- -> Manage your app version for Android and iOS +
82
+

mls_setup_ci

-
-Provided actions +

via MyLittleSuite

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
generic_version-Manage your app version for Android and iOS
get_app_build-Manage your app build for Android and iOS
get_app_version-Manage your app version for Android and iOS
set_app_build-Manage your app build for Android and iOS
set_app_version-Manage your app version for Android and iOS
+> MyLittleSuite Setup CI -
@@ -72801,7 +73070,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -72821,12 +73090,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 0 How well is the README of the document written age - 21 + 0 Project that have been around for longer tend to be more stable @@ -72841,12 +73110,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 62 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -72856,7 +73125,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

@@ -72974,14 +73244,36 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
81
+
80
-

mls_setup_ci

+

flutter_ios_integrate

-

via MyLittleSuite

+

via Akring

-> MyLittleSuite Setup CI +> Fastlane plugin to integrate flutter to existing iOS project + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
flutter_ios_integrate-Fastlane plugin to integrate flutter to existing iOS project
+
@@ -73003,7 +73295,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -73023,12 +73315,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 0 + 18 Project that have been around for longer tend to be more stable @@ -73043,12 +73335,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 61 + 11 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -73058,20 +73350,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
78
+
79
-

flutter_build_increment

+

sendgrid

-

via Matthias Seiderer

+

via OTVENTURES\Tarek.Mohammed

-> Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2 +> send email with sendgrid
@@ -73087,9 +73378,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_build_increment + sendgrid - - Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2 + send email with sendgrid @@ -73111,7 +73402,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive @@ -73136,12 +73427,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 26 + 16 Project that have been around for longer tend to be more stable @@ -73156,7 +73447,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 20 + 12 More downloads = more users have been using the plugin for a while @@ -73171,7 +73462,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -73179,11 +73470,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
78
-

flutter_ios_integrate

+

flutter_build_increment

-

via Akring

+

via Matthias Seiderer

-> Fastlane plugin to integrate flutter to existing iOS project +> Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2
@@ -73199,9 +73490,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_ios_integrate + flutter_build_increment - - Fastlane plugin to integrate flutter to existing iOS project + Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2 @@ -73223,7 +73514,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive @@ -73248,12 +73539,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 0 How well is the README of the document written age - 17 + 26 Project that have been around for longer tend to be more stable @@ -73268,7 +73559,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 20 More downloads = more users have been using the plugin for a while @@ -73283,19 +73574,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
78
+
77
-

sendgrid

+

crashlytics_uploadsymbols_downloader

-

via OTVENTURES\Tarek.Mohammed

+

via chedabob

-> send email with sendgrid +> Downloads the upload-symbols binary for projects that use SPM but dont want to have to install all of the packages to use it
@@ -73311,9 +73602,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sendgrid + crashlytics_uploadsymbols_downloader - - send email with sendgrid + Downloads the upload-symbols binary for projects that use SPM but don't want to have to install all of the packages to use it @@ -73365,7 +73656,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 15 + 21 Project that have been around for longer tend to be more stable @@ -73380,7 +73671,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 5 More downloads = more users have been using the plugin for a while @@ -73395,19 +73686,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
76
+
75
-

crashlytics_uploadsymbols_downloader

+

appdevops

-

via chedabob

+

via yaochenfeng

-> Downloads the upload-symbols binary for projects that use SPM but dont want to have to install all of the packages to use it +> app自动化
@@ -73423,9 +73714,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - crashlytics_uploadsymbols_downloader + appdevops - - Downloads the upload-symbols binary for projects that use SPM but don't want to have to install all of the packages to use it + app自动化 + + + ios_auto_build_ipa + - + iOS自动打包 + + + ios_auto_upload + - + A short description with <= 80 characters of what this action does @@ -73477,7 +73778,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 19 Project that have been around for longer tend to be more stable @@ -73492,7 +73793,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 5 More downloads = more users have been using the plugin for a while @@ -73507,7 +73808,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -73603,128 +73904,6 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
74
- -

appdevops

- -

via yaochenfeng

- -> app自动化 - - -
-Provided actions - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
appdevops-app自动化
ios_auto_build_ipa-iOS自动打包
ios_auto_upload-A short description with <= 80 characters of what this action does
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age18Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads5More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ -
73

update_device_name

@@ -74017,13 +74196,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
71
+
72
-

auth_with_github_app

+

package_submit

-

via k-kohey

+

via Akring

-> Get a GitHub access token using the GitHub App +> Upload ipa and associated .plist to specified server.
@@ -74039,9 +74218,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - auth_with_github_app + package_submit + - - - Get a GitHub access token using the GitHub App @@ -74093,7 +74272,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 17 + 18 Project that have been around for longer tend to be more stable @@ -74123,7 +74302,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -74131,11 +74310,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
71
-

package_submit

+

auth_with_github_app

-

via Akring

+

via k-kohey

-> Upload ipa and associated .plist to specified server. +> Get a GitHub access token using the GitHub App
@@ -74151,9 +74330,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - package_submit - - + auth_with_github_app - + Get a GitHub access token using the GitHub App @@ -74235,13 +74414,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
69
+
70

testlane

@@ -74317,7 +74496,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 15 + 16 Project that have been around for longer tend to be more stable @@ -74353,7 +74532,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
68
+
70

upload_to_oss

@@ -74429,7 +74608,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 13 + 14 Project that have been around for longer tend to be more stable @@ -74444,7 +74623,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 5 More downloads = more users have been using the plugin for a while @@ -74465,13 +74644,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
65
+
68
-

sxc_aliyun_oss

+

appcircle_testing_distribution

-

via JimmyDaddy

+

via appcircleio

-> sxc aliyun oss uploader +> Efficiently distribute application builds to users or testing groups using Appcircle's robust platform. @@ -74534,7 +74713,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 45 + 48 More downloads = more users have been using the plugin for a while @@ -74549,20 +74728,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
65
+
66
-

appcircle_testing_distribution

+

sxc_aliyun_oss

-

via appcircleio

+

via JimmyDaddy

-> Efficiently distribute application builds to users or testing groups using Appcircle's robust platform. +> sxc aliyun oss uploader @@ -74625,7 +74804,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 45 + 46 More downloads = more users have been using the plugin for a while @@ -74640,14 +74819,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
63
+
64

semantic_versioning

@@ -74716,7 +74895,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 14 More downloads = more users have been using the plugin for a while @@ -74830,11 +75009,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
60
-

bw_open_finder

+

install_provisioning_profile

-

via xubowen

+

via Alexey Martynov

-> this is tool for mac osx to open finder +> This plugin installs provisioning profile to Xcode Provisioning Profiles directory @@ -74887,7 +75066,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -74897,7 +75076,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 40 More downloads = more users have been using the plugin for a while @@ -74912,7 +75091,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -74921,11 +75100,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
60
-

install_provisioning_profile

+

bw_open_finder

-

via Alexey Martynov

+

via xubowen

-> This plugin installs provisioning profile to Xcode Provisioning Profiles directory +> this is tool for mac osx to open finder @@ -74978,7 +75157,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -74988,7 +75167,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 40 + 10 More downloads = more users have been using the plugin for a while @@ -75003,20 +75182,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
58
+
59
-

open_finder

+

luciq_dsym_upload

-

via xiongzenghui

+

via Luciq

-> this is tool for mac os x to open finder +> Plugin to upload DSYMs to Luciq Dashboard. @@ -75079,7 +75258,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 9 More downloads = more users have been using the plugin for a while @@ -75094,20 +75273,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
58
+
59
-

sq_ci_tools

+

open_finder

-

via Semen Kologrivov

+

via xiongzenghui

-> CI Library for sequenia's projects +> this is tool for mac os x to open finder @@ -75170,7 +75349,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 9 More downloads = more users have been using the plugin for a while @@ -75185,7 +75364,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -75283,13 +75462,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
57
+
58
-

carthage_cache_ftps

+

sq_ci_tools

-

via Wolfgang Lutz

+

via Semen Kologrivov

-> Allows to publish or install the carthage builds via ftps to avoid recompilation +> CI Library for sequenia's projects @@ -75342,7 +75521,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -75352,7 +75531,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 37 + 8 More downloads = more users have been using the plugin for a while @@ -75367,14 +75546,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
57
+
58

google_cloud_storage_rebooted

@@ -75443,7 +75622,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 8 More downloads = more users have been using the plugin for a while @@ -75556,13 +75735,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
56
+
57
-

pgyer-password

+

create_simulator_devices

-

via Kila2

+

via Vitalii Budnik

-> distribute app to pgyer beta testing service +> Fastlane plugin to create simulator devices @@ -75580,7 +75759,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -75625,7 +75804,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 37 More downloads = more users have been using the plugin for a while @@ -75640,19 +75819,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
56
+
57
-

luciq_dsym_upload

+

carthage_cache_ftps

-

via Luciq

+

via Wolfgang Lutz

-> Plugin to upload DSYMs to Luciq Dashboard. +> Allows to publish or install the carthage builds via ftps to avoid recompilation @@ -75705,7 +75885,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -75715,7 +75895,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 37 More downloads = more users have been using the plugin for a while @@ -75730,7 +75910,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -75739,11 +75919,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
56
-

open_folder

+

pgyer-password

-

via suqiang

+

via Kila2

-> open a path with finder +> distribute app to pgyer beta testing service @@ -75761,7 +75941,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive @@ -75796,7 +75976,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -75806,7 +75986,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 18 More downloads = more users have been using the plugin for a while @@ -75821,20 +76001,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
55
+
56
-

appcenter_releases

+

open_folder

-

via Qutaibah Esa

+

via suqiang

-> Get app releases information from AppCenter +> open a path with finder @@ -75852,7 +76031,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -75887,7 +76066,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -75897,7 +76076,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 6 More downloads = more users have been using the plugin for a while @@ -75912,7 +76091,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

@@ -76009,36 +76189,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
54
- -

applitoolsify

- -

via Applitools Team, Serhii Ovchynnyk

- -> Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin +
55
+

appcenter_releases

-
-Provided actions +

via Qutaibah Esa

- - - - - - - - - - - - - - - -
NameCategoryDescription
applitoolsify-Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin
+> Get app releases information from AppCenter -
@@ -76055,12 +76213,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 0 More subscribers = more popular project @@ -76075,17 +76233,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 50 + 0 How well is the README of the document written age - 24 + 0 Project that have been around for longer tend to be more stable @@ -76100,12 +76258,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 17 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -76115,19 +76273,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
54
+
55
-

easy_deploy

+

pod_spec_generator

-

via Lukas Baranauskas

+

via Alex Crowe

-> Simplified deployment for mobile applications +> Generate a simple pod spec for CI automation @@ -76145,7 +76303,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -76190,7 +76348,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 35 More downloads = more users have been using the plugin for a while @@ -76205,7 +76363,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

@@ -76213,11 +76372,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
54
-

box

+

easy_deploy

-

via Wesley Sui

+

via Lukas Baranauskas

-> library for the Box Content API +> Simplified deployment for mobile applications @@ -76235,7 +76394,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive @@ -76280,7 +76439,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 34 + 16 More downloads = more users have been using the plugin for a while @@ -76295,8 +76454,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

@@ -76395,13 +76553,35 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
54
-

pod_spec_generator

+

applitoolsify

-

via Alex Crowe

+

via Applitools Team, Serhii Ovchynnyk

-> Generate a simple pod spec for CI automation +> Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
applitoolsify-Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin
+ +
+
Score details @@ -76422,7 +76602,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project @@ -76437,17 +76617,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 0 + 50 How well is the README of the document written age - 0 + 24 Project that have been around for longer tend to be more stable @@ -76462,12 +76642,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 34 + 21 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -76477,20 +76657,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
53
+
54
-

redmine_file_upload

+

box

-

via Pravin Dodia

+

via Wesley Sui

-> A fastlane plugin to upload file contents to Redmine +> library for the Box Content API @@ -76543,7 +76722,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -76553,7 +76732,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 34 More downloads = more users have been using the plugin for a while @@ -76568,7 +76747,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -76689,11 +76868,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
53
-

upload_to_loadly

+

ovo_onetrust

-

via aliffazfar

+

via Christian Borsato

-> Loadly.io is the ultimate platform for app beta testing and distribution, offering unlimited app uploads and downloads, enhanced security, detailed analytics, and seamless integration. Alternative to TestFlight and Diawi +> Fastlane plugin to upload mobile app builds to OneTrust and trigger automated SDK scanning. @@ -76771,7 +76950,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -76780,11 +76959,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
53
-

pixie

+

redmine_file_upload

-

via Piotrek Dubiel

+

via Pravin Dodia

-> Show your build status on PIXIE! +> A fastlane plugin to upload file contents to Redmine @@ -76837,7 +77016,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -76847,7 +77026,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 33 + 3 More downloads = more users have been using the plugin for a while @@ -76862,20 +77041,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
52
+
53
-

loadly

+

pixie

-

via Phu Hoang

+

via Piotrek Dubiel

-> Upload .ipa or .apk file to loadly.com +> Show your build status on PIXIE! @@ -76928,7 +77107,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -76938,7 +77117,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 33 More downloads = more users have been using the plugin for a while @@ -76953,20 +77132,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
52
+
53
-

bluepillar

+

upload_to_loadly

-

via Shashikant86

+

via aliffazfar

-> Fastlane Plugin to Run XCUITests in Parallel using Bluepill. +> Loadly.io is the ultimate platform for app beta testing and distribution, offering unlimited app uploads and downloads, enhanced security, detailed analytics, and seamless integration. Alternative to TestFlight and Diawi @@ -77019,7 +77198,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -77029,7 +77208,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 32 + 3 More downloads = more users have been using the plugin for a while @@ -77044,7 +77223,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -77053,11 +77232,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
52
-

rescan_flaky_tests

+

new_telegram

-

via Ichiko Moro

+

via Tran Thanh Phuong Dang

-> Re-run `scan` action for each failed test cases. +> Allows post messages to telegram channel @@ -77075,7 +77254,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -77110,7 +77289,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -77120,7 +77299,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 2 More downloads = more users have been using the plugin for a while @@ -77135,7 +77314,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

@@ -77143,11 +77323,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
52
-

eac_upload

+

bluepillar

-

via mobivention GmbH

+

via Shashikant86

-> Upload IPA/APK/AAB to Enterprise App Cloud +> Fastlane Plugin to Run XCUITests in Parallel using Bluepill. @@ -77200,7 +77380,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -77210,7 +77390,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 32 More downloads = more users have been using the plugin for a while @@ -77225,7 +77405,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -77234,11 +77414,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
52
-

kmm_pusher

+

loadly

-

via Yazan Tarifi

+

via Phu Hoang

-> Kotlin Multiplatform Mobile Plugin to Collect Android and IOS Builds to Push them on Slack +> Upload .ipa or .apk file to loadly.com @@ -77316,7 +77496,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -77325,11 +77505,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
52
-

new_telegram

+

rescan_flaky_tests

-

via Tran Thanh Phuong Dang

+

via Ichiko Moro

-> Allows post messages to telegram channel +> Re-run `scan` action for each failed test cases. @@ -77347,7 +77527,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive @@ -77382,7 +77562,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -77392,7 +77572,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 14 More downloads = more users have been using the plugin for a while @@ -77407,20 +77587,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
51
+
52
-

ovo_poeditor

+

kmm_pusher

-

via Alessio Arsuffi

+

via Yazan Tarifi

-> Fetch latest POEditor terms and download them as .xcstrings and .strings file +> Kotlin Multiplatform Mobile Plugin to Collect Android and IOS Builds to Push them on Slack @@ -77483,7 +77662,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 2 More downloads = more users have been using the plugin for a while @@ -77498,20 +77677,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
51
+
52
-

transifex_api

+

eac_upload

-

via alexander sun

+

via mobivention GmbH

-> basic transifex api wrapper +> Upload IPA/APK/AAB to Enterprise App Cloud @@ -77529,7 +77708,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -77564,7 +77743,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -77574,7 +77753,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 2 More downloads = more users have been using the plugin for a while @@ -77589,7 +77768,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

@@ -77597,11 +77777,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
51
-

ding_talk_abc

+

round14tech-semantic_release

-

via WZY

+

via Jiří Otáhal

-> Auto send the pgyer app qr code to the ding talk. +> Automated version managment and generator of release notes. @@ -77679,7 +77859,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -77688,11 +77868,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
51
-

round14tech-semantic_release

+

transifex_api

-

via Jiří Otáhal

+

via alexander sun

-> Automated version managment and generator of release notes. +> basic transifex api wrapper @@ -77710,7 +77890,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive @@ -77745,7 +77925,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -77755,7 +77935,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 13 More downloads = more users have been using the plugin for a while @@ -77770,20 +77950,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
50
+
51
-

xcode8_srgb_workaround

+

jira_update

-

via Siarhei Fiedartsou

+

via Flop Butylkin

-> 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 +> JIRA update actions (comment, move tickets, get ticket info) @@ -77801,7 +77980,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -77846,7 +78025,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 31 More downloads = more users have been using the plugin for a while @@ -77861,19 +78040,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
50
+
51
-

create_simulator_devices

+

ovo_poeditor

-

via Vitalii Budnik

+

via Alessio Arsuffi

-> Fastlane plugin to create simulator devices +> Fetch latest POEditor terms and download them as .xcstrings and .strings file @@ -77926,7 +78106,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -77936,7 +78116,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 1 More downloads = more users have been using the plugin for a while @@ -77951,20 +78131,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
50
+
51
-

git_commit_lzx

+

ding_talk_abc

-

via zhenxingliu

+

via WZY

-> git commit all add change to git +> Auto send the pgyer app qr code to the ding talk. @@ -78017,7 +78197,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -78027,7 +78207,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 1 More downloads = more users have been using the plugin for a while @@ -78042,7 +78222,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -78139,13 +78319,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
49
+
50
-

gen_dev_workspace

+

git_commit_lzx

-

via Andrew Breckenridge

+

via zhenxingliu

-> Configures an xcworkspace with specified xcodeprojs +> git commit all add change to git @@ -78163,7 +78343,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -78208,7 +78388,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 30 More downloads = more users have been using the plugin for a while @@ -78223,19 +78403,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
48
+
50
-

install_certificates

+

xcode8_srgb_workaround

-

via Dylan Gyesbreghs

+

via Siarhei Fiedartsou

-> Install all the certificates located in you're project. +> 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 @@ -78298,7 +78479,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 12 More downloads = more users have been using the plugin for a while @@ -78313,19 +78494,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
48
+
49
-

ipa_scale

+

gen_dev_workspace

-

via Danilo Caetano

+

via Andrew Breckenridge

-> "Checks the size of your built .ipa and warns you if you you are near the given threshold." +> Configures an xcworkspace with specified xcodeprojs @@ -78388,7 +78569,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 11 More downloads = more users have been using the plugin for a while @@ -78403,7 +78584,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -78411,11 +78592,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
48
-

intentconfirmation

+

flutter_versioner

-

via Kamil Krzyk

+

via Abhijith K

-> Halts the lane invocation, asks user to confirm if he wants to continue, may require password or key. +> Effortlessly manage and update your flutter project version. @@ -78493,7 +78674,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -78502,11 +78683,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
48
-

screenshot_notifier

+

playship

-

via Moyuru Aizawa

+

via Helmut Januschka

-> Post screenshots to a pull request +> Interact with Google Play Api @@ -78584,7 +78765,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -78593,11 +78774,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
48
-

test_demo

+

intentconfirmation

-

via StephenCurry30

+

via Kamil Krzyk

-> A test demo of fastlane plugin +> Halts the lane invocation, asks user to confirm if he wants to continue, may require password or key. @@ -78615,7 +78796,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -78660,7 +78841,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 28 More downloads = more users have been using the plugin for a while @@ -78675,7 +78856,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

@@ -78683,11 +78865,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
48
-

playship

+

install_certificates

-

via Helmut Januschka

+

via Dylan Gyesbreghs

-> Interact with Google Play Api +> Install all the certificates located in you're project. @@ -78705,7 +78887,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive @@ -78750,7 +78932,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 10 More downloads = more users have been using the plugin for a while @@ -78765,20 +78947,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
47
+
48
-

hello_gem_kimjg

+

screenshot_notifier

-

via kimjg

+

via Moyuru Aizawa

-> hello gem kimjg +> Post screenshots to a pull request @@ -78796,7 +78977,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -78841,7 +79022,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 28 More downloads = more users have been using the plugin for a while @@ -78856,19 +79037,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
47
+
48
-

jira_update

+

ipa_scale

-

via Flop Butylkin

+

via Danilo Caetano

-> JIRA update actions (comment, move tickets, get ticket info) +> "Checks the size of your built .ipa and warns you if you you are near the given threshold." @@ -78886,7 +79068,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive @@ -78931,7 +79113,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 10 More downloads = more users have been using the plugin for a while @@ -78946,20 +79128,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
47
+
48
-

parse_configurations

+

test_demo

-

via Melki

+

via StephenCurry30

-> It is used to parse json configration +> A test demo of fastlane plugin @@ -79022,7 +79203,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 10 More downloads = more users have been using the plugin for a while @@ -79037,7 +79218,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -79135,11 +79316,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
47
-

flutter_versioner

+

hello_gem_kimjg

-

via Abhijith K

+

via kimjg

-> Effortlessly manage and update your flutter project version. +> hello gem kimjg @@ -79157,7 +79338,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive @@ -79202,7 +79383,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 9 More downloads = more users have been using the plugin for a while @@ -79217,8 +79398,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

@@ -79314,13 +79494,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
45
+
47
-

jenkins_job_config

+

parse_configurations

-

via Jerome Lacoste

+

via Melki

-> Generate the config for a Jenkins job +> It is used to parse json configration @@ -79338,7 +79518,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive @@ -79383,7 +79563,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 9 More downloads = more users have been using the plugin for a while @@ -79398,20 +79578,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
45
+
46
-

build_xcframework

+

jenkins_job_config

-

via Alex Crowe

+

via Jerome Lacoste

-> This plugin provides high-level api for creating xcframework +> Generate the config for a Jenkins job @@ -79474,7 +79653,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 26 More downloads = more users have been using the plugin for a while @@ -79489,20 +79668,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
44
+
46
-

setapp

+

build_xcframework

-

via Setapp Limited

+

via Alex Crowe

-> Upload new version to Setapp +> This plugin provides high-level api for creating xcframework @@ -79565,7 +79744,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 24 + 26 More downloads = more users have been using the plugin for a while @@ -79580,20 +79759,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
43
+
45
-

figure_release

+

setapp

-

via David Lang

+

via Setapp Limited

-> Fastlane plugin for publishing React Native applications. +> Upload new version to Setapp @@ -79611,7 +79790,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive @@ -79656,7 +79835,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5 + 25 More downloads = more users have been using the plugin for a while @@ -79671,19 +79850,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
39
+
43
-

devicelab_bot

+

figure_release

-

via Almouro

+

via David Lang

-> Automatically install your app on your devicelab with the devicelab bot +> Fastlane plugin for publishing React Native applications. @@ -79701,7 +79881,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive @@ -79746,7 +79926,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19 + 5 More downloads = more users have been using the plugin for a while @@ -79761,20 +79941,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

----- -
38
+
39
-

bitly

+

devicelab_bot

-

via Thang Nguyen

+

via Almouro

-> create bit.ly short link from url +> Automatically install your app on your devicelab with the devicelab bot @@ -79837,7 +80016,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 19 More downloads = more users have been using the plugin for a while @@ -79852,7 +80031,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -79950,13 +80129,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
37
+
38
-

unp

+

rustore_developer

-

via Xu Zhen

+

via RimiX2

-> 测试 +> RUSTORE beta API integration plugin @@ -80019,7 +80198,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 18 More downloads = more users have been using the plugin for a while @@ -80034,20 +80213,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
37
+
38
-

rustore_developer

+

bitly

-

via RimiX2

+

via Thang Nguyen

-> RUSTORE beta API integration plugin +> create bit.ly short link from url @@ -80110,7 +80289,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 18 More downloads = more users have been using the plugin for a while @@ -80125,43 +80304,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
36
- -

samsungknox

- -

via jieey1140

- -> SamsungKnox products to Fastlane https://redredgroup.github.io/samsungknox/docs/knox-fastlane +
37
+

unp

-
-Provided actions +

via Xu Zhen

- - - - - - - - - - - - - - - -
NameCategoryDescription
knox_configure_library_upload_app-fastlane plugin for Samsung Knox Configure Library
+> 测试 -
@@ -80188,7 +80345,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -80198,17 +80355,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 50 + 0 How well is the README of the document written age - 13 + 0 Project that have been around for longer tend to be more stable @@ -80218,12 +80375,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 25 + 17 More downloads = more users have been using the plugin for a while @@ -80238,21 +80395,44 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
35
+
36
-

upload_to_bugly

+

samsungknox

-

via fisherman

+

via jieey1140

-> 快速上传 .dSYM 到 bugly +> SamsungKnox products to Fastlane https://redredgroup.github.io/samsungknox/docs/knox-fastlane +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
knox_configure_library_upload_app-fastlane plugin for Samsung Knox Configure Library
+ +
+
Score details @@ -80278,7 +80458,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -80288,17 +80468,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 0 + 50 How well is the README of the document written age - 0 + 13 Project that have been around for longer tend to be more stable @@ -80308,12 +80488,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 15 + 25 More downloads = more users have been using the plugin for a while @@ -80328,8 +80508,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

@@ -80337,11 +80516,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
35
-

rocket

+

bump_android_version

-

via 三块

+

via Seán Labastille

-> rocket 支持app打包、组件打包等功能 +> Bump Android Manifest Version @@ -80419,7 +80598,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -80428,11 +80607,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
35
-

bump_android_version

+

upload_to_bugly

-

via Seán Labastille

+

via fisherman

-> Bump Android Manifest Version +> 快速上传 .dSYM 到 bugly @@ -80510,7 +80689,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -80608,13 +80787,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
34
+
35
-

xcodebuildonlytesting

+

rocket

-

via Luís Esteves

+

via 三块

-> Creates a array of tests from a junit to feed the xcodebuild only-testing +> rocket 支持app打包、组件打包等功能 @@ -80677,7 +80856,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 15 More downloads = more users have been using the plugin for a while @@ -80692,7 +80871,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -80790,13 +80969,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
33
+
34
-

current_datetime

+

xcodebuildonlytesting

-

via Melki

+

via Luís Esteves

-> To get current date and time as string +> Creates a array of tests from a junit to feed the xcodebuild only-testing @@ -80859,7 +81038,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 14 More downloads = more users have been using the plugin for a while @@ -80874,7 +81053,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -80974,11 +81153,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
33
-

binary

+

current_datetime

-

via huanglei

+

via Melki

-> 用于打iOS二进制包 +> To get current date and time as string @@ -81056,43 +81235,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
32
- -

clang_tools

- -

via squirrel-explorer

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

binary

-
-Provided actions +

via huanglei

- - - - - - - - - - - - - - - -
NameCategoryDescription
clang_analyzer-Analyze source codes with clang analyzer
+> 用于打iOS二进制包 -
@@ -81114,7 +81271,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -81129,17 +81286,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 25 + 0 How well is the README of the document written age - 33 + 0 Project that have been around for longer tend to be more stable @@ -81154,7 +81311,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 13 More downloads = more users have been using the plugin for a while @@ -81169,112 +81326,44 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open website + (no GitHub link provided in gemspec)

----- -
32
- -

upload_to_gitlab

+
33
-

via Hackintosh 5

+

clang_tools

-> Fastlane plugin to upload releases to GitLab +

via squirrel-explorer

+> A series of clang-based tools for CI/CD, including clang analyzer.
-Score details +Provided actions - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +
MetricPointsNameCategory Description
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads12More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the betterclang_analyzer-Analyze source codes with clang analyzer
-

- - Open website - (no GitHub link provided in gemspec) - -

- ------ - -
32
- -

add_fix_version

- -

via Dmitry Krasulia

- -> Create and makr tickets with fix version - -
Score details @@ -81295,7 +81384,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -81310,17 +81399,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 0 + 25 How well is the README of the document written age - 0 + 34 Project that have been around for longer tend to be more stable @@ -81335,7 +81424,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 21 More downloads = more users have been using the plugin for a while @@ -81350,8 +81439,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website - (no GitHub link provided in gemspec) + Open on GitHub

@@ -81359,11 +81447,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
32
-

create_remote_config_release_package

+

upload_to_gitlab

-

via George Nyakundi

+

via Hackintosh 5

-> Creates a Remote Config release package +> Fastlane plugin to upload releases to GitLab @@ -81441,20 +81529,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
31
+
32
-

asciii

+

add_fix_version

-

via Danielle Tomlinson

+

via Dmitry Krasulia

-> Add ascii text to your fastlane output +> Create and makr tickets with fix version @@ -81517,7 +81605,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 12 More downloads = more users have been using the plugin for a while @@ -81532,14 +81620,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
31
+
32

gitlab_increate_swiftlint

@@ -81608,7 +81696,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 12 More downloads = more users have been using the plugin for a while @@ -81630,13 +81718,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
31
+
32
-

update_app_name

+

create_remote_config_release_package

-

via huyanping

+

via George Nyakundi

-> update app name +> Creates a Remote Config release package @@ -81699,7 +81787,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 12 More downloads = more users have been using the plugin for a while @@ -81714,7 +81802,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -81905,11 +81993,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
31
-

devresponse

+

asciii

-

via Helmut Januschka

+

via Danielle Tomlinson

-> Enables Spaceship to deal with developer response +> Add ascii text to your fastlane output @@ -81987,7 +82075,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -81996,11 +82084,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
31
-

ms_teams

+

devresponse

-

via Thang Nguyen

+

via Helmut Januschka

-> Send a success/error message to your Microsoft Teams channel +> Enables Spaceship to deal with developer response @@ -82078,20 +82166,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
30
+
31
-

aomi

+

update_app_name

-

via lihaijian

+

via huyanping

-> this is fastlane plugin for aomi +> update app name @@ -82154,7 +82242,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 11 More downloads = more users have been using the plugin for a while @@ -82169,20 +82257,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
30
+
31
-

mynewplu

+

ms_teams

-

via lingshijun

+

via Thang Nguyen

-> new plugin +> Send a success/error message to your Microsoft Teams channel @@ -82245,7 +82333,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 11 More downloads = more users have been using the plugin for a while @@ -82260,7 +82348,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -82360,11 +82448,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
30
-

ram_disk

+

aomi

-

via icyleaf

+

via lihaijian

-> Use a temporary ram disk to do anything else +> this is fastlane plugin for aomi @@ -82442,20 +82530,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
29
+
30
-

feishu_bot

+

mynewplu

-

via cook

+

via lingshijun

-> A fastlane plugin to customize your automation workflow(s) with a Feishu Bot +> new plugin @@ -82518,7 +82606,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 10 More downloads = more users have been using the plugin for a while @@ -82533,20 +82621,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
29
+
30
-

android_unpack

+

ram_disk

-

via yejinxin

+

via icyleaf

-> Fastlane Android Unpack +> Use a temporary ram disk to do anything else @@ -82609,7 +82697,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 10 More downloads = more users have been using the plugin for a while @@ -82624,7 +82712,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -82633,11 +82721,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
29
-

incloud_xamarin_build

+

teamify

-

via punksta, torben.carstens@incloud.de

+

via Ron June Valdoz

-> Build xamarin android\ios projects +> MS Teams message card fastlane plugin @@ -82715,7 +82803,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -82724,11 +82812,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
29
-

teamify

+

github_api

-

via Ron June Valdoz

+

via Manish Rathi

-> MS Teams message card fastlane plugin +> A fastlane plugin forGitHub APIs. @@ -82806,20 +82894,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
28
+
29
-

github_api

+

incloud_xamarin_build

-

via Manish Rathi

+

via punksta, torben.carstens@incloud.de

-> A fastlane plugin forGitHub APIs. +> Build xamarin android\ios projects @@ -82882,7 +82970,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 9 More downloads = more users have been using the plugin for a while @@ -82897,20 +82985,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
28
+
29
-

galaxy_store_developer

+

feishu_bot

-

via Рим Ганиев

+

via cook

-> Samsung Galaxy Store integration +> A fastlane plugin to customize your automation workflow(s) with a Feishu Bot @@ -82973,7 +83061,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 9 More downloads = more users have been using the plugin for a while @@ -82988,20 +83076,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
28
+
29
-

jira_fetch_tickets

+

android_unpack

-

via Luca Tagliabue

+

via yejinxin

-> Fetch ticekts on jira project using jql query +> Fastlane Android Unpack @@ -83064,7 +83152,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 9 More downloads = more users have been using the plugin for a while @@ -83079,7 +83167,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -83179,6 +83267,97 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
28
+

switchmedia_xamarin_build

+ +

via punksta

+ +> Build xamarin android\ios projects + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads8More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open website + (no GitHub link provided in gemspec) + +

+ +----- + +
28
+

my

via lujun10446

@@ -83268,7 +83447,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
27
+
28

xccov

@@ -83337,7 +83516,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 8 More downloads = more users have been using the plugin for a while @@ -83359,13 +83538,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
27
+
28
-

switchmedia_xamarin_build

+

jira_fetch_tickets

-

via punksta

+

via Luca Tagliabue

-> Build xamarin android\ios projects +> Fetch ticekts on jira project using jql query @@ -83428,7 +83607,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 8 More downloads = more users have been using the plugin for a while @@ -83443,20 +83622,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
27
+
28
-

xamarin_build_switch

+

galaxy_store_developer

-

via punksta

+

via Рим Ганиев

-> Build xamarin android\ios projects +> Samsung Galaxy Store integration @@ -83519,7 +83698,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 8 More downloads = more users have been using the plugin for a while @@ -83534,7 +83713,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -83634,11 +83813,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
27
-

tool_open_finder

+

xamarin_build_switch

-

via GJ

+

via punksta

-> tool +> Build xamarin android\ios projects @@ -83716,20 +83895,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
26
+
27
-

mobile_tools

+

tool_open_finder

-

via Yogesh Khandelwal

+

via GJ

-> fastlane plugin for mobile devops tooling +> tool @@ -83792,7 +83971,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 7 More downloads = more users have been using the plugin for a while @@ -83807,7 +83986,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -83816,11 +83995,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
26
-

catappultuploader

+

nico

-

via Catappult

+

via Nico Testing

-> Upload your application directly onto Catappult! (Check how to get your API Key in https://docs.catappult.io/docs/your-account#api-key). The upload will only be successful if you follow our PSV rules (Read more in https://docs.catappult.io/docs/psv) When calling the plugin you should provide your Api Key and optionaly a Supply Folder. If you do not provide a Supply Folder, it will upload all the files in the /app/release folder Example: catappultuploader( apiKey:"4ed8f02a-8301-71bf-6082-9bs62o90sng4", supply_folder:"/Users/Supplier" ) +> Fastlane plugin for Emerge @@ -83898,7 +84077,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -83907,11 +84086,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
26
-

nico

+

catappultuploader

-

via Nico Testing

+

via Catappult

-> Fastlane plugin for Emerge +> Upload your application directly onto Catappult! (Check how to get your API Key in https://docs.catappult.io/docs/your-account#api-key). The upload will only be successful if you follow our PSV rules (Read more in https://docs.catappult.io/docs/psv) When calling the plugin you should provide your Api Key and optionaly a Supply Folder. If you do not provide a Supply Folder, it will upload all the files in the /app/release folder Example: catappultuploader( apiKey:"4ed8f02a-8301-71bf-6082-9bs62o90sng4", supply_folder:"/Users/Supplier" ) @@ -83989,7 +84168,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -84087,13 +84266,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
25
+
26
-

rustore_connect

+

mobile_tools

-

via Mikhail Matsera

+

via Yogesh Khandelwal

-> Fastlane plugin for publishing Android applications to RuStore. +> fastlane plugin for mobile devops tooling @@ -84156,7 +84335,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5 + 6 More downloads = more users have been using the plugin for a while @@ -84171,20 +84350,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
25
+
26
-

maestro_orchestration

+

upload_to_s3

-

via Nemanja Risteski

+

via ov3rk1ll

-> Plugin for maestro testing framework. +> Upload any file to S3 or a S3-compatible host @@ -84247,7 +84426,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5 + 6 More downloads = more users have been using the plugin for a while @@ -84262,7 +84441,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -84271,11 +84450,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
25
-

sync_devices

+

maestro_orchestration

-

via Ryosuke Ito

+

via Nemanja Risteski

-> Synchronize your devices with Apple Developer Portal. +> Plugin for maestro testing framework. @@ -84353,7 +84532,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -84453,11 +84632,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
25
-

upload_to_s3

+

rustore_connect

-

via ov3rk1ll

+

via Mikhail Matsera

-> Upload any file to S3 or a S3-compatible host +> Fastlane plugin for publishing Android applications to RuStore. @@ -84535,20 +84714,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
24
+
25
-

ionic_capacitor

+

sync_devices

-

via ThatzOkay

+

via Ryosuke Ito

-> Build your Ionic app +> Synchronize your devices with Apple Developer Portal. @@ -84611,7 +84790,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 5 More downloads = more users have been using the plugin for a while @@ -84626,7 +84805,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -84635,11 +84814,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
24
-

match_android_v2

+

autodevops

-

via Foo Bar

+

via yaochenfeng

-> Share your Android keystore with your team in a secure way +> 自动化 @@ -84717,7 +84896,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -84726,11 +84905,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
24
-

autodevops

+

ionic_capacitor

-

via yaochenfeng

+

via ThatzOkay

-> 自动化 +> Build your Ionic app @@ -84808,20 +84987,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
23
+
24
-

android_gradle_commiter

+

match_android_v2

-

via Tommy MARCHAL

+

via Foo Bar

-> This plugin is a copy of Jems22 commit_android_version_bump but this one will allow the build.gradle.kts, as the original plugin seems discontinued +> Share your Android keystore with your team in a secure way @@ -84884,7 +85063,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 4 More downloads = more users have been using the plugin for a while @@ -84899,7 +85078,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -84908,11 +85087,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
23
-

upload_to_hira

+

rustore_distribute

-

via Hanif Ramadhan

+

via Vladimir Evstratov

-> upload to hira +> Rustore fastlane integration plugin @@ -84990,7 +85169,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -84999,11 +85178,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
23
-

mobile_lanes

+

discord_webhook

-

via yulong

+

via Takuma Homma

-> This plugin manages common lanes for mobile CI +> A lightweight fastlane plugin to send a message via Discord Webhook @@ -85081,7 +85260,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -85181,11 +85360,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
23
-

discord_webhook

+

android_gradle_commiter

-

via Takuma Homma

+

via Tommy MARCHAL

-> A lightweight fastlane plugin to send a message via Discord Webhook +> This plugin is a copy of Jems22 commit_android_version_bump but this one will allow the build.gradle.kts, as the original plugin seems discontinued @@ -85263,7 +85442,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -85272,11 +85451,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
23
-

rustore_distribute

+

mobile_lanes

-

via Vladimir Evstratov

+

via yulong

-> Rustore fastlane integration plugin +> This plugin manages common lanes for mobile CI @@ -85354,7 +85533,98 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website + (no GitHub link provided in gemspec) + +

+ +----- + +
23
+ +

upload_to_hira

+ +

via Hanif Ramadhan

+ +> upload to hira + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads3More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open website (no GitHub link provided in gemspec)

@@ -85545,11 +85815,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
22
-

jira_versions_v2

+

appcircle_enterprise_app_store

-

via Sandy Chapman, Luca Tagliabue

+

via appcircleio

-> Manage your JIRA project's releases/versions with this plugin. +> Efficiently publish your apps to Appcircle Enterprise Store @@ -85627,7 +85897,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -85636,11 +85906,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
22
-

dingtalk_notice_push

+

mtsmetrics

-

via TravelFish

+

via Pavel Bogart

-> dingtalk_notice_push +> Fastlane plugin that simplifies uploading dSYM files to MTSMetrics for stacktrace deobfuscation. @@ -85718,7 +85988,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -85727,11 +85997,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
22
-

flutter_utils

+

http_request

-

via scythe

+

via Angelo Cassano

-> A poc for cloudwalk +> Fastlane plugin to send http requests @@ -85809,7 +86079,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -85818,11 +86088,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
22
-

lazurite

+

jira_versions_v2

-

via CheeryLee

+

via Sandy Chapman, Luca Tagliabue

-> Faslane plugin for RuStore deployment +> Manage your JIRA project's releases/versions with this plugin. @@ -85900,7 +86170,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -85909,11 +86179,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
22
-

ovo_azure

+

dingtalk_notice_push

-

via Christian Borsato

+

via TravelFish

-> This Fastlane plugin provides actions for interacting with Microsoft Azure Blob Storage. +> dingtalk_notice_push @@ -85991,20 +86261,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
21
+
22
-

luciq_agent_release_tracking

+

flutter_utils

-

via Luciq

+

via scythe

-> Luciq agent for tracking release builds and uploads to App Store and Play Store with comprehensive metadata reporting. +> A poc for cloudwalk @@ -86067,7 +86337,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 2 More downloads = more users have been using the plugin for a while @@ -86082,20 +86352,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
21
+
22
-

nordalp_app_publish

+

ovo_azure

-

via ov3rk1ll

+

via Christian Borsato

-> Publish a app update to Nordalp website +> This Fastlane plugin provides actions for interacting with Microsoft Azure Blob Storage. @@ -86158,7 +86428,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 2 More downloads = more users have been using the plugin for a while @@ -86173,20 +86443,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

----- -
21
+
22
-

appcircle_enterprise_app_store

+

lazurite

-

via appcircleio

+

via CheeryLee

-> Efficiently publish your apps to Appcircle Enterprise Store +> Faslane plugin for RuStore deployment @@ -86249,7 +86519,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 2 More downloads = more users have been using the plugin for a while @@ -86264,7 +86534,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -86273,11 +86543,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
21
-

mobileoperator

+

ovo_gptdriver

-

via filipeisho

+

via Christian Borsato

-> Upload your ipa, apk or app to MobileOperator +> This Fastlane plugin provides actions for interacting with GPT Driver. @@ -86355,7 +86625,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -86364,11 +86634,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
21
-

mtsmetrics

+

mobileoperator

-

via Pavel Bogart

+

via filipeisho

-> Fastlane plugin that simplifies uploading dSYM files to MTSMetrics for stacktrace deobfuscation. +> Upload your ipa, apk or app to MobileOperator @@ -86446,7 +86716,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -86455,11 +86725,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
21
-

memory_leak_detector

+

jira_issue_features

-

via Nurzhan

+

via Bilal Durnagol

-> Memory leak detector +> Automates Jiras features. @@ -86537,7 +86807,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -86546,11 +86816,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
21
-

jira_issue_features

+

memory_leak_detector

-

via Bilal Durnagol

+

via Nurzhan

-> Automates Jiras features. +> Memory leak detector @@ -86628,7 +86898,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -86637,11 +86907,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
21
-

nativesting

+

xcresulttool

-

via Nativesting

+

via Manish Rathi

-> Seamlessly integration with nativesting.com +> A fastlane plugin for xcresulttoo @@ -86719,7 +86989,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -86728,11 +86998,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
21
-

http_request

+

nativesting

-

via Angelo Cassano

+

via Nativesting

-> Fastlane plugin to send http requests +> Seamlessly integration with nativesting.com @@ -86810,7 +87080,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -86819,11 +87089,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
21
-

xcresulttool

+

nordalp_app_publish

-

via Manish Rathi

+

via ov3rk1ll

-> A fastlane plugin for xcresulttoo +> Publish a app update to Nordalp website @@ -86901,7 +87171,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -86910,11 +87180,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
21
-

ovo_gptdriver

+

luciq_agent_release_tracking

-

via Christian Borsato

+

via Luciq

-> This Fastlane plugin provides actions for interacting with GPT Driver. +> Luciq agent for tracking release builds and uploads to App Store and Play Store with comprehensive metadata reporting. @@ -86992,7 +87262,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open website (no GitHub link provided in gemspec)

@@ -87091,7 +87361,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
-13
+
-12

secrets_manager_storage

@@ -87160,7 +87430,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 8 More downloads = more users have been using the plugin for a while diff --git a/plugin_scores_cache.yml b/plugin_scores_cache.yml index d45924def..00e3f5a5a 100644 --- a/plugin_scores_cache.yml +++ b/plugin_scores_cache.yml @@ -268,9 +268,9 @@ fastlane-plugin-tpa: :github_contributors: 0 fastlane-plugin-sentry: :initial_commit: 2016-06-01 - :age_in_days: 3461 + :age_in_days: 3516 :readme_score: 100 - :tests: 136 + :tests: 121 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: sentry_check_cli_installed @@ -309,21 +309,6 @@ fastlane-plugin-sentry: details: This action allows you to upload iOS build archives (.xcarchive) to Sentry with optional git-related parameters for enhanced context including commit SHAs, branch names, repository information, and pull request details. - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: sentry_upload_dif - category: - description: Upload debugging information files. - details: " " - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: sentry_upload_dsym - category: - description: Upload dSYM symbolication files to Sentry - details: " " - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: sentry_upload_file - category: - description: Upload files to a release of a project on Sentry - details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: sentry_upload_proguard category: @@ -334,12 +319,12 @@ fastlane-plugin-sentry: category: description: Upload one or more sourcemap(s) to a release of a project on Sentry details: " " - :sha: dfec8a491880da804ec44ccd7bcb2d91c5f9285663d8350408daaf5b75b655ec + :sha: f832d4e1bdff852a78623eb9533bf5cb9481e8fc438c2458e9cbcb0ee5d14f0e :github_stars: 146 :github_subscribers: 46 - :github_issues: 6 + :github_issues: 4 :github_forks: 51 - :github_contributors: 41 + :github_contributors: 0 fastlane-plugin-carthage_cache: :initial_commit: 2016-06-04 :age_in_days: 631 @@ -12624,7 +12609,7 @@ fastlane-plugin-get_last_circleci_build_number_bitbucket: :github_contributors: 0 fastlane-plugin-stream_actions: :initial_commit: 2022-10-27 - :age_in_days: 1122 + :age_in_days: 1177 :readme_score: 100 :tests: 24 :actions: @@ -12653,6 +12638,11 @@ fastlane-plugin-stream_actions: category: building description: This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: check_unsafe_flags + category: + description: Checks if Package.swift contains unsafe flags + details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: current_branch category: @@ -12784,12 +12774,12 @@ fastlane-plugin-stream_actions: category: description: details: - :sha: ea242f1eb13a2b9d7e6d2fd953895bcb19c24159ede38e2bd2b365fdae6cbc96 + :sha: 3daab5df5b658c136fe755c7286d151987957257d56e08be08cccaa8c9ed52c2 :github_stars: 2 :github_subscribers: 27 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 0 fastlane-plugin-installonair: :initial_commit: 2022-10-06 :age_in_days: 37 @@ -13896,7 +13886,7 @@ fastlane-plugin-increment_version_build_number: :github_contributors: 0 fastlane-plugin-translate_gpt_release_notes: :initial_commit: 2023-04-23 - :age_in_days: 944 + :age_in_days: 999 :readme_score: 100 :tests: 1 :actions: @@ -13906,7 +13896,7 @@ fastlane-plugin-translate_gpt_release_notes: description: Translate release notes or changelogs for iOS and Android apps using OpenAI's GPT API details: - :sha: 2d8d7c99165f5cb331fb1bb4e32d566223faf59ce3d193f22cee6db27616dddb + :sha: 0f840ce0e92bd4da4a2459d6c1f5397a54e158dcee41f4ab882c1f7566a04e9c :github_stars: 3 :github_subscribers: 0 :github_issues: 0 @@ -14257,3 +14247,36 @@ fastlane-plugin-google_play_versions: :github_issues: 0 :github_forks: 0 :github_contributors: 0 +fastlane-plugin-google_play_track_updater: + :initial_commit: 2025-12-29 + :age_in_days: 18 + :readme_score: 100 + :tests: 43 + :actions: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: halt_google_play_release + category: + description: Halts an active staged rollout or completed for a specific version + on a Google Play track. + details: Halts an active staged rollout or completed for a specific version on + a Google Play track. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: resume_google_play_release + category: + description: Resumes a halted staged rollout for a specific version on a Google + Play track. + details: Resumes a halted staged rollout for a specific version on a Google Play + track. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: update_google_play_release_rollout + category: + description: Updates the rollout percentage for a staged rollout on a Google Play + track. + details: Updates the rollout percentage for a staged rollout on a Google Play + track. + :sha: 4e0bd8c9fd49ce40e51cf4df5713c45a387e85ddd0baad87d8fee4a4d6a7c9f1 + :github_stars: 0 + :github_subscribers: 0 + :github_issues: 0 + :github_forks: 0 + :github_contributors: 0