diff --git a/Gemfile.lock b/Gemfile.lock index 81dc344e4..e00afd3e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: https://github.com/fastlane/fastlane - revision: 425719196c38bda13950d2bc0dfcb08b1e14cac1 + revision: c902a9dd2e948f5d71406696125e3c3c04361231 specs: - fastlane (2.216.0) + fastlane (2.217.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -54,20 +54,20 @@ GEM ast (2.4.2) atomos (0.1.3) aws-eventstream (1.2.0) - aws-partitions (1.824.0) - aws-sdk-core (3.181.1) + aws-partitions (1.850.0) + aws-sdk-core (3.186.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.71.0) - aws-sdk-core (~> 3, >= 3.177.0) + aws-sdk-kms (1.72.0) + aws-sdk-core (~> 3, >= 3.184.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.134.0) + aws-sdk-s3 (1.136.0) aws-sdk-core (~> 3, >= 3.181.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.6) - aws-sigv4 (1.6.0) + aws-sigv4 (1.6.1) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) claide (1.1.0) @@ -97,11 +97,10 @@ GEM declarative (0.0.20) digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) - domain_name (0.5.20190701) - unf (>= 0.0.5, < 1.0.0) + domain_name (0.6.20231109) dotenv (2.8.1) emoji_regex (3.2.3) - excon (0.103.0) + excon (0.104.0) faraday (1.10.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) @@ -137,9 +136,9 @@ GEM git (1.18.0) addressable (~> 2.8) rchardet (~> 1.8) - google-apis-androidpublisher_v3 (0.49.0) + google-apis-androidpublisher_v3 (0.52.0) google-apis-core (>= 0.11.0, < 2.a) - google-apis-core (0.11.1) + google-apis-core (0.11.2) addressable (~> 2.5, >= 2.5.1) googleauth (>= 0.16.2, < 2.a) httpclient (>= 2.8.1, < 3.a) @@ -152,23 +151,23 @@ GEM google-apis-core (>= 0.11.0, < 2.a) google-apis-playcustomapp_v1 (0.13.0) google-apis-core (>= 0.11.0, < 2.a) - google-apis-storage_v1 (0.19.0) - google-apis-core (>= 0.9.0, < 2.a) + google-apis-storage_v1 (0.29.0) + google-apis-core (>= 0.11.0, < 2.a) google-cloud-core (1.6.0) google-cloud-env (~> 1.0) google-cloud-errors (~> 1.0) google-cloud-env (1.6.0) faraday (>= 0.17.3, < 3.0) google-cloud-errors (1.3.1) - google-cloud-storage (1.44.0) + google-cloud-storage (1.45.0) addressable (~> 2.8) digest-crc (~> 0.4) google-apis-iamcredentials_v1 (~> 0.1) - google-apis-storage_v1 (~> 0.19.0) + google-apis-storage_v1 (~> 0.29.0) google-cloud-core (~> 1.6) googleauth (>= 0.16.2, < 2.a) mini_mime (~> 1.0) - googleauth (1.8.0) + googleauth (1.8.1) faraday (>= 0.17.3, < 3.a) jwt (>= 1.4, < 3.0) multi_json (~> 1.11) @@ -207,7 +206,7 @@ GEM public_suffix (5.0.3) rainbow (2.2.2) rake - rake (13.0.6) + rake (13.1.0) rchardet (1.8.0) representable (3.2.0) declarative (< 0.1.0) @@ -248,13 +247,10 @@ GEM tty-spinner (0.9.3) tty-cursor (~> 0.7) uber (0.1.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.8.2) unicode-display_width (1.8.0) webrick (1.8.1) word_wrap (1.0.0) - xcodeproj (1.22.0) + xcodeproj (1.23.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) diff --git a/docs/generated/actions.md b/docs/generated/actions.md index e068be911..7d2e7ca8e 100644 --- a/docs/generated/actions.md +++ b/docs/generated/actions.md @@ -78,17 +78,17 @@ 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_android_app | Alias for the `gradle` action | ios, android +xcexport | Exports the project using `xcodebuild` | ios, mac +build_app | Easily build and sign your app (via _gym_) | ios, mac +xcarchive | Archives the project using `xcodebuild` | ios, mac build_mac_app | Alias for the `build_app` action but only for macOS | mac 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_ios_app | Alias for the `build_app` action but only for iOS | ios xcclean | Cleans the project using `xcodebuild` | ios, mac -xcarchive | Archives the project using `xcodebuild` | ios, mac -build_android_app | Alias for the `gradle` action | ios, android -xcexport | Exports the project using `xcodebuild` | ios, mac -build_app | Easily build and sign your app (via _gym_) | ios, mac -xcbuild | Builds the project using `xcodebuild` | ios, mac xctest | Runs tests on the given simulator | ios, mac -xcodes | Make sure a certain version of Xcode is installed, installing it only if needed | ios, mac +xcbuild | Builds the project using `xcodebuild` | ios, mac create_xcframework | Package multiple build configs of a library/framework into a single xcframework | ios, mac @@ -101,9 +101,9 @@ Action | Description | Supported Platforms screengrab | Alias for the `capture_android_screenshots` action | android frameit | Alias for the `frame_screenshots` action | ios, android, mac frame_screenshots | Adds device frames around all screenshots (via _frameit_) | ios, android, mac -capture_screenshots | Alias for the `capture_ios_screenshots` action | ios, mac -capture_ios_screenshots | Generate new localized screenshots on multiple devices (via _snapshot_) | ios, 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 @@ -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 -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 -sync_code_signing | Easily sync your certificates and profiles across your team (via _match_) | ios, mac notarize | Notarizes a macOS app | mac -get_certificates | Create new iOS code signing certificates (via _cert_) | ios -update_code_signing_settings | Configures Xcode's Codesigning options | ios, mac install_provisioning_profile | Install provisioning profile from path | ios, mac +get_provisioning_profile | Generates a provisioning profile, saving it in the current folder (via _sigh_) | ios, mac +match_nuke | Easily nuke your certificate and provisioning profiles (via _match_) | ios, mac +update_code_signing_settings | Configures Xcode's Codesigning options | ios, mac +get_certificates | Create new iOS code signing certificates (via _cert_) | ios +sync_code_signing | Easily sync your certificates and profiles across your team (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 -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 +podio_item | Creates or updates an item within your Podio app | ios, android, 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 -download_universal_apk_from_google_play | Download the Universal APK of a given version code from the Google Play Console | android -upload_app_privacy_details_to_app_store | Upload App Privacy Details for an app in App Store Connect | ios, mac +upload_to_play_store | Upload metadata, screenshots and binaries to Google Play (via _supply_) | android download_from_play_store | Download metadata and binaries from Google Play (via _supply_) | android +download_app_privacy_details_from_app_store | Download App Privacy Details from an app in App Store Connect | ios, mac +upload_app_privacy_details_to_app_store | Upload App Privacy Details for an app in App Store Connect | ios, mac upload_to_app_store | Upload metadata and binary to App Store Connect (via _deliver_) | ios, mac upload_to_play_store_internal_app_sharing | Upload binaries to Google Play Internal App Sharing (via _supply_) | android -download_app_privacy_details_from_app_store | Download App Privacy Details from an app in App Store Connect | ios, mac -upload_to_play_store | Upload metadata, screenshots and binaries to Google Play (via _supply_) | android +download_universal_apk_from_google_play | Download the Universal APK of a given version code from the Google Play Console | android @@ -240,9 +240,9 @@ Action | Description | Supported Platforms hg_push | This will push changes to the remote hg repository | ios, android, mac hg_add_tag | This will add a hg tag to the current branch | ios, android, mac github_api | Call a GitHub API endpoint and get the resulting JSON response | ios, android, mac -git_submodule_update | Executes a git submodule update command | ios, android, mac git_remote_branch | Returns the name of the current git remote default branch | ios, android, mac commit_github_file | This will commit a file directly on GitHub via the API | ios, android, mac +git_submodule_update | Executes a git submodule update command | ios, android, mac @@ -272,8 +272,8 @@ 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 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 create_app_online | Creates the given application on iTC and the Dev Portal (via _produce_) | ios @@ -338,26 +338,26 @@ Action | Description | Supported Platforms build_and_upload_to_appetize | Generate and upload an ipa file to appetize.io | ios 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 -plugin_scores | No description provided | ios, android, mac -ruby_version | Verifies the minimum ruby version required | ios, android, mac -setup_travis | Setup the keychain and match to work with Travis CI | ios, android, mac -ensure_env_vars | Raises an exception if the specified env vars are not set | ios, android, mac +spaceship_stats | Print out Spaceship stats from this session (number of request to each domain) | ios, android, mac +validate_play_store_json_key | Validate that the Google Play Store `json_key` works | android google_play_track_release_names | Retrieves release names for a Google Play track | android +create_app_on_managed_play_store | Create Managed Google Play Apps | 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 -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 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 +environment_variable | Sets/gets env vars for Fastlane.swift. Don't use in ruby, use `ENV[key] = val` | ios, android, mac +ruby_version | Verifies the minimum ruby version required | ios, android, mac +setup_travis | Setup the keychain and match to work with Travis CI | ios, android, mac +google_play_track_version_codes | Retrieves version codes for a Google Play track | android +spaceship_logs | Find, print, and copy Spaceship logs | ios, android, mac println | Alias for the `puts` action | ios, android, mac -create_app_on_managed_play_store | Create Managed Google Play Apps | android -validate_play_store_json_key | Validate that the Google Play Store `json_key` works | android -echo | Alias for the `puts` action | ios, android, mac setup_ci | Setup the keychain and match to work with CI | ios, mac setup_circle_ci | Setup the keychain and match to work with CircleCI | ios, android, mac +echo | Alias for the `puts` action | ios, android, mac +ensure_env_vars | Raises an exception if the specified env vars are not set | ios, android, mac ensure_bundle_exec | Raises an exception if not using `bundle exec` to run fastlane | ios, android, mac -modify_services | Modifies the services of the app created on Developer Portal | ios -spaceship_stats | Print out Spaceship stats from this session (number of request to each domain) | ios, android, mac -spaceship_logs | Find, print, and copy Spaceship logs | ios, android, mac +plugin_scores | No description provided | ios, android, mac diff --git a/docs/generated/actions/appstore.md b/docs/generated/actions/appstore.md index a76a483bb..f2bcd8da7 100644 --- a/docs/generated/actions/appstore.md +++ b/docs/generated/actions/appstore.md @@ -454,7 +454,7 @@ fastlane deliver submit_build --build_number 830 --submission_information "{\"ex ### App Privacy Details -Starting on December 8, 2020, Apple announced that developers are required to provide app privacy details that will help users understand an app's privacy practies. _deliver_ does not allow for updating of this information but this can be done with the _upload_app_privacy_details_to_app_store_ action. More information on [Uploading App Privacy Details](https://docs.fastlane.tools/uploading-app-privacy-details) +Starting on December 8, 2020, Apple announced that developers are required to provide app privacy details that will help users understand an app's privacy practices. _deliver_ does not allow for updating of this information but this can be done with the _upload_app_privacy_details_to_app_store_ action. More information on [Uploading App Privacy Details](https://docs.fastlane.tools/uploading-app-privacy-details) # Credentials diff --git a/docs/generated/actions/deliver.md b/docs/generated/actions/deliver.md index 0cb8a458d..9f45c5eb6 100644 --- a/docs/generated/actions/deliver.md +++ b/docs/generated/actions/deliver.md @@ -454,7 +454,7 @@ fastlane deliver submit_build --build_number 830 --submission_information "{\"ex ### App Privacy Details -Starting on December 8, 2020, Apple announced that developers are required to provide app privacy details that will help users understand an app's privacy practies. _deliver_ does not allow for updating of this information but this can be done with the _upload_app_privacy_details_to_app_store_ action. More information on [Uploading App Privacy Details](https://docs.fastlane.tools/uploading-app-privacy-details) +Starting on December 8, 2020, Apple announced that developers are required to provide app privacy details that will help users understand an app's privacy practices. _deliver_ does not allow for updating of this information but this can be done with the _upload_app_privacy_details_to_app_store_ action. More information on [Uploading App Privacy Details](https://docs.fastlane.tools/uploading-app-privacy-details) # Credentials diff --git a/docs/generated/actions/git_branch.md b/docs/generated/actions/git_branch.md index de27b0b7b..75808f0a8 100644 --- a/docs/generated/actions/git_branch.md +++ b/docs/generated/actions/git_branch.md @@ -11,7 +11,7 @@ Returns the name of the current git branch, possibly as managed by CI ENV vars -> If no branch could be found, this action will return an empty string. This is a wrapper for the internal action Actions.git_branch +> If no branch could be found, this action will return an empty string. If `FL_GIT_BRANCH_DONT_USE_ENV_VARS` is `true`, it'll ignore CI ENV vars. This is a wrapper for the internal action Actions.git_branch git_branch || diff --git a/docs/generated/actions/install_on_device.md b/docs/generated/actions/install_on_device.md index 12e9eb3ef..476f3b23c 100644 --- a/docs/generated/actions/install_on_device.md +++ b/docs/generated/actions/install_on_device.md @@ -11,7 +11,7 @@ Installs an .ipa file on a connected iOS-device via usb or wifi -> Installs the ipa on the device. If no id is given, the first found iOS device will be used. Works via USB or Wi-Fi. This requires `ios-deploy` to be installed. Please have a look at [ios-deploy](https://github.com/ios-control/ios-deploy). To quickly install it, use `npm -g i ios-deploy` +> Installs the ipa on the device. If no id is given, the first found iOS device will be used. Works via USB or Wi-Fi. This requires `ios-deploy` to be installed. Please have a look at [ios-deploy](https://github.com/ios-control/ios-deploy). To quickly install it, use `brew install ios-deploy` install_on_device || diff --git a/docs/generated/actions/match.md b/docs/generated/actions/match.md index 7f3b33cc4..c61e9ba3b 100644 --- a/docs/generated/actions/match.md +++ b/docs/generated/actions/match.md @@ -670,6 +670,7 @@ Key | Description | Default `force_for_new_devices` | Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id' | `false` `include_mac_in_profiles` | Include Apple Silicon Mac devices in provisioning profiles for iOS/iPadOS apps | `false` `include_all_certificates` | Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type | `false` + `certificate_id` | Select certificate by id. Useful if multiple certificates are stored in one place | `force_for_new_certificates` | Renew the provisioning profiles if the certificate count on the developer portal has changed. Works only for the 'development' provisioning profile type. Requires 'include_all_certificates' option to be 'true' | `false` `skip_confirmation` | Disables confirmation prompts during nuke, answering them with yes | `false` `safe_remove_certs` | Remove certs from repository during nuke without revoking them on the developer portal | `false` diff --git a/docs/generated/actions/match_nuke.md b/docs/generated/actions/match_nuke.md index e401ea0c8..82429eaa8 100644 --- a/docs/generated/actions/match_nuke.md +++ b/docs/generated/actions/match_nuke.md @@ -80,6 +80,7 @@ Key | Description | Default `force_for_new_devices` | Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id' | `false` `include_mac_in_profiles` | Include Apple Silicon Mac devices in provisioning profiles for iOS/iPadOS apps | `false` `include_all_certificates` | Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type | `false` + `certificate_id` | Select certificate by id. Useful if multiple certificates are stored in one place | `force_for_new_certificates` | Renew the provisioning profiles if the certificate count on the developer portal has changed. Works only for the 'development' provisioning profile type. Requires 'include_all_certificates' option to be 'true' | `false` `skip_confirmation` | Disables confirmation prompts during nuke, answering them with yes | `false` `safe_remove_certs` | Remove certs from repository during nuke without revoking them on the developer portal | `false` diff --git a/docs/generated/actions/slather.md b/docs/generated/actions/slather.md index 1183018a0..f9c25717a 100644 --- a/docs/generated/actions/slather.md +++ b/docs/generated/actions/slather.md @@ -72,6 +72,7 @@ Key | Description | Default `arch` | Specify which architecture the binary file is in. Needed for universal binaries | `source_files` | A Dir.glob compatible pattern used to limit the lookup to specific source files. Ignored in gcov mode | `false` `decimals` | The amount of decimals to use for % coverage reporting | `false` + `ymlfile` | Relative path to a file used in place of '.slather.yml' | * = default value is dependent on the user's system diff --git a/docs/generated/actions/supply.md b/docs/generated/actions/supply.md index 18f23c55e..2337e7b76 100644 --- a/docs/generated/actions/supply.md +++ b/docs/generated/actions/supply.md @@ -192,6 +192,12 @@ This can be done using the `--track_promote_to` parameter. The `--track_promote_ Before performing a new APK upload you may want to check existing track version codes or release names, or you may simply want to provide an informational lane that displays the currently promoted version codes or release name for the production track. You can use the `google_play_track_version_codes` action to retrieve existing version codes for a package and track. You can use the `google_play_track_release_names` action to retrieve existing release names for a package and track. For more information, see the `fastlane action google_play_track_version_codes` and `fastlane action google_play_track_release_names` help output. +## Parallel uploads + +By default _supply_ will spawn 10 threads to upload the metadata concurrently (_images, screenshots, texts_). If you want to change this, set either `DELIVER_NUMBER_OF_THREADS` or `FL_NUMBER_OF_THREADS` environment variable to any value between 1 and 10. + +If you want _supply_ to upload with more than 10 threads in parallel then you need to **additionally** set `FL_MAX_NUMBER_OF_THREADS` environment variable to the max number of parallel upload threads you wish to have (**Warning ⚠️** use this at your own risk!). + ## Migration from AndroidPublisherV2 to AndroidPublisherV3 in _fastlane_ 2.135.0 ### New Options @@ -214,8 +220,6 @@ For more information, see the `fastlane action google_play_track_version_codes` - `:deactivate_on_promote` - Google Play will automatically deactivate a release from its previous track on promote -: -
diff --git a/docs/generated/actions/sync_code_signing.md b/docs/generated/actions/sync_code_signing.md index 4761d5dfd..0cd6dc796 100644 --- a/docs/generated/actions/sync_code_signing.md +++ b/docs/generated/actions/sync_code_signing.md @@ -670,6 +670,7 @@ Key | Description | Default `force_for_new_devices` | Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id' | `false` `include_mac_in_profiles` | Include Apple Silicon Mac devices in provisioning profiles for iOS/iPadOS apps | `false` `include_all_certificates` | Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type | `false` + `certificate_id` | Select certificate by id. Useful if multiple certificates are stored in one place | `force_for_new_certificates` | Renew the provisioning profiles if the certificate count on the developer portal has changed. Works only for the 'development' provisioning profile type. Requires 'include_all_certificates' option to be 'true' | `false` `skip_confirmation` | Disables confirmation prompts during nuke, answering them with yes | `false` `safe_remove_certs` | Remove certs from repository during nuke without revoking them on the developer portal | `false` diff --git a/docs/generated/actions/upload_to_app_store.md b/docs/generated/actions/upload_to_app_store.md index a46c79edf..6075a6257 100644 --- a/docs/generated/actions/upload_to_app_store.md +++ b/docs/generated/actions/upload_to_app_store.md @@ -454,7 +454,7 @@ fastlane deliver submit_build --build_number 830 --submission_information "{\"ex ### App Privacy Details -Starting on December 8, 2020, Apple announced that developers are required to provide app privacy details that will help users understand an app's privacy practies. _deliver_ does not allow for updating of this information but this can be done with the _upload_app_privacy_details_to_app_store_ action. More information on [Uploading App Privacy Details](https://docs.fastlane.tools/uploading-app-privacy-details) +Starting on December 8, 2020, Apple announced that developers are required to provide app privacy details that will help users understand an app's privacy practices. _deliver_ does not allow for updating of this information but this can be done with the _upload_app_privacy_details_to_app_store_ action. More information on [Uploading App Privacy Details](https://docs.fastlane.tools/uploading-app-privacy-details) # Credentials diff --git a/docs/generated/actions/upload_to_play_store.md b/docs/generated/actions/upload_to_play_store.md index 6bc367412..f2a547fb5 100644 --- a/docs/generated/actions/upload_to_play_store.md +++ b/docs/generated/actions/upload_to_play_store.md @@ -192,6 +192,12 @@ This can be done using the `--track_promote_to` parameter. The `--track_promote_ Before performing a new APK upload you may want to check existing track version codes or release names, or you may simply want to provide an informational lane that displays the currently promoted version codes or release name for the production track. You can use the `google_play_track_version_codes` action to retrieve existing version codes for a package and track. You can use the `google_play_track_release_names` action to retrieve existing release names for a package and track. For more information, see the `fastlane action google_play_track_version_codes` and `fastlane action google_play_track_release_names` help output. +## Parallel uploads + +By default _supply_ will spawn 10 threads to upload the metadata concurrently (_images, screenshots, texts_). If you want to change this, set either `DELIVER_NUMBER_OF_THREADS` or `FL_NUMBER_OF_THREADS` environment variable to any value between 1 and 10. + +If you want _supply_ to upload with more than 10 threads in parallel then you need to **additionally** set `FL_MAX_NUMBER_OF_THREADS` environment variable to the max number of parallel upload threads you wish to have (**Warning ⚠️** use this at your own risk!). + ## Migration from AndroidPublisherV2 to AndroidPublisherV3 in _fastlane_ 2.135.0 ### New Options @@ -214,8 +220,6 @@ For more information, see the `fastlane action google_play_track_version_codes` - `:deactivate_on_promote` - Google Play will automatically deactivate a release from its previous track on promote -: -
diff --git a/docs/plugins/available-plugins.md b/docs/plugins/available-plugins.md index 86541ea25..114b074a1 100644 --- a/docs/plugins/available-plugins.md +++ b/docs/plugins/available-plugins.md @@ -7,7 +7,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
83248
+
89273

firebase_app_distribution

@@ -93,7 +93,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 151 + 156 More stars = more popular project @@ -113,7 +113,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 26 Project that have been around for longer tend to be more stable @@ -123,12 +123,12 @@ 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 - 82644 + 88662 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 ----- -
64314
+
68246

appcenter

@@ -240,7 +240,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 @@ -255,7 +255,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 62955 + 66886 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 ----- -
30782
+
32502

versioning

@@ -407,7 +407,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 @@ -422,7 +422,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29800 + 31519 More downloads = more users have been using the plugin for a while @@ -443,7 +443,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
27208
+
28467

badge

@@ -519,7 +519,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 @@ -534,7 +534,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 26800 + 28058 More downloads = more users have been using the plugin for a while @@ -555,7 +555,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
25882
+
27530

sentry

@@ -651,17 +651,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 102 + 132 More subscribers = more popular project stars - 111 + 124 More stars = more popular project forks - 250 + 260 More forks = more people seem to use/modify this project @@ -676,7 +676,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 @@ -691,7 +691,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25199 + 26793 More downloads = more users have been using the plugin for a while @@ -712,7 +712,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
15963
+
17236

increment_version_code

@@ -788,7 +788,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 @@ -803,7 +803,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15781 + 17053 More downloads = more users have been using the plugin for a while @@ -824,124 +824,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
14530
- -

bugsnag

- -

via Delisa Mason

- -> Uploads dSYM files to Bugsnag - - -
-Provided actions - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
send_build_to_bugsnagbuildingNotifies Bugsnag of a build
upload_symbols_to_bugsnag-Uploads dSYM debug symbol files to Bugsnag
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers63More subscribers = more popular project
stars31More stars = more popular project
forks45More 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
age43Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues-4Lots of open issues are not a good sign usually, unless the project is really popular
downloads14252More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
14440
+
15561

versioning_android

@@ -1032,7 +915,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 @@ -1047,7 +930,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14076 + 15196 More downloads = more users have been using the plugin for a while @@ -1068,13 +951,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
13131
+
14981
-

aws_s3

+

bugsnag

-

via Josh Holtz

+

via Delisa Mason

-> Upload IPA and APK to S3 +> Uploads dSYM files to Bugsnag
@@ -1090,9 +973,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - aws_s3 + send_build_to_bugsnag + building + Notifies Bugsnag of a build + + + upload_symbols_to_bugsnag - - Generates a plist file and uploads all to AWS S3 + Uploads dSYM debug symbol files to Bugsnag @@ -1114,22 +1002,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 162 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 12 + 63 More subscribers = more popular project stars - 121 + 31 More stars = more popular project forks - 300 + 45 More forks = more people seem to use/modify this project @@ -1154,17 +1042,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -18 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 12401 + 14702 More downloads = more users have been using the plugin for a while tests - 9 + 0 The more tests a plugin has, the better @@ -1174,13 +1062,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
12943
+
13644

test_center

@@ -1327,7 +1215,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 @@ -1342,7 +1230,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12135 + 12835 More downloads = more users have been using the plugin for a while @@ -1363,13 +1251,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
9469
+
13617
-

bundletool

+

aws_s3

-

via Martin Gonzalez

+

via Josh Holtz

-> Extracts a universal apk from an .aab file +> Upload IPA and APK to S3
@@ -1385,9 +1273,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bundletool + aws_s3 - - Extracts an universal apk from an .aab file + Generates a plist file and uploads all to AWS S3 @@ -1409,22 +1297,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 162 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 12 More subscribers = more popular project stars - 30 + 121 More stars = more popular project forks - 40 + 300 More forks = more people seem to use/modify this project @@ -1439,7 +1327,7 @@ 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 @@ -1449,17 +1337,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + -18 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 9262 + 12886 More downloads = more users have been using the plugin for a while tests - 12 + 9 The more tests a plugin has, the better @@ -1469,19 +1357,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
8467
+
10141
-

browserstack

+

bundletool

-

via BrowserStack

+

via Martin Gonzalez

-> Uploads IPA and APK files to BrowserStack for automation and manual testing. +> Extracts a universal apk from an .aab file
@@ -1497,14 +1385,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_browserstack_app_automate - - - Uploads IPA and APK files to BrowserStack AppAutomate for running automated tests. - - - upload_to_browserstack_app_live + bundletool - - Uploads IPA and APK files to BrowserStack AppLive for running manual tests. + Extracts an universal apk from an .aab file @@ -1526,22 +1409,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 - 27 + 3 More subscribers = more popular project stars - 10 + 30 More stars = more popular project forks - 35 + 40 More forks = more people seem to use/modify this project @@ -1556,27 +1439,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 23 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 - 8220 + 9934 More downloads = more users have been using the plugin for a while tests - 51 + 12 The more tests a plugin has, the better @@ -1586,19 +1469,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
8407
+
9048
-

trainer

+

browserstack

-

via KrauseFx

+

via BrowserStack

-> Convert xcodebuild plist files to JUnit reports +> Uploads IPA and APK files to BrowserStack for automation and manual testing.
@@ -1614,9 +1497,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - trainer + upload_to_browserstack_app_automate - - Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed + Uploads IPA and APK files to BrowserStack AppAutomate for running automated tests. + + + upload_to_browserstack_app_live + - + Uploads IPA and APK files to BrowserStack AppLive for running manual tests. @@ -1638,22 +1526,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 42 + 24 The more contributors a project has, the more likely it is it stays alive subscribers - 18 + 27 More subscribers = more popular project stars - 132 + 10 More stars = more popular project forks - 110 + 35 More forks = more people seem to use/modify this project @@ -1668,7 +1556,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 33 Project that have been around for longer tend to be more stable @@ -1678,17 +1566,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -8 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 7976 + 8800 More downloads = more users have been using the plugin for a while tests - 24 + 51 The more tests a plugin has, the better @@ -1698,13 +1586,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
8302
+
8791

load_json

@@ -1780,7 +1668,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 @@ -1795,7 +1683,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8207 + 8695 More downloads = more users have been using the plugin for a while @@ -1816,13 +1704,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
7423
+
8416
-

appicon

+

trainer

-

via Boris Bügling, Felix Krause

+

via KrauseFx

-> Generate required icon sizes and iconset from a master application icon. +> Convert xcodebuild plist files to JUnit reports
@@ -1838,14 +1726,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_appicon - - - Generate required icon sizes from a master application icon - - - appicon + trainer - - Generate required icon sizes and iconset from a master application icon + Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed @@ -1867,22 +1750,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 120 + 42 The more contributors a project has, the more likely it is it stays alive subscribers - 27 + 18 More subscribers = more popular project stars - 295 + 132 More stars = more popular project forks - 205 + 110 More forks = more people seem to use/modify this project @@ -1897,7 +1780,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 @@ -1907,17 +1790,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -19 + -8 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 6682 + 7984 More downloads = more users have been using the plugin for a while tests - 0 + 24 The more tests a plugin has, the better @@ -1927,13 +1810,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
7234
+
7997

json

@@ -2024,7 +1907,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 @@ -2039,7 +1922,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7037 + 7799 More downloads = more users have been using the plugin for a while @@ -2060,13 +1943,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
6899
+
7904
-

changelog

+

appicon

-

via Pavel Prochazka

+

via Boris Bügling, Felix Krause

-> Automate changes to your project CHANGELOG.md +> Generate required icon sizes and iconset from a master application icon.
@@ -2082,24 +1965,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - read_changelog - - - Reads content of a section from your project CHANGELOG.md file - - - update_changelog - - - Updates content of a section of your project CHANGELOG.md file - - - emojify_changelog + android_appicon - - Emojifies the output of read_changelog action + Generate required icon sizes from a master application icon - stamp_changelog + appicon - - Stamps the [Unreleased] section with provided identifier in your project CHANGELOG.md file + Generate required icon sizes and iconset from a master application icon @@ -2121,22 +1994,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 60 + 120 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 27 More subscribers = more popular project stars - 176 + 295 More stars = more popular project forks - 225 + 205 More forks = more people seem to use/modify this project @@ -2161,17 +2034,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -2 + -19 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 6243 + 7162 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -2181,13 +2054,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
6826
+
7485

xcconfig

@@ -2273,7 +2146,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 @@ -2288,7 +2161,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6639 + 7297 More downloads = more users have been using the plugin for a while @@ -2309,13 +2182,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
6301
+
7197
-

get_version_name

+

changelog

-

via Jems

+

via Pavel Prochazka

-> Get the version name of an Android project. +> Automate changes to your project CHANGELOG.md
@@ -2331,121 +2204,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_version_name + read_changelog - - Get the version name of an Android project. This action will return the version name of your project according to the one set in your build.gradle file - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + + - -
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers6More 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
age43Project 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
downloads6182More downloads = more users have been using the plugin for a whileReads content of a section from your project CHANGELOG.md file
tests3The more tests a plugin has, the betterupdate_changelog-Updates content of a section of your project CHANGELOG.md file
- -
- -

- - Open on GitHub - -

- ------ - -
4756
- -

yarn

- -

via Josh Lesch

- -> Execute Yarn commands from your Fastfile - - -
-Provided actions - - - - - - + + + - - - + - +
NameCategoryDescriptionemojify_changelog-Emojifies the output of read_changelog action
yarnstamp_changelog -Execute Yarn commands from your FastfileStamps the [Unreleased] section with provided identifier in your project CHANGELOG.md file
@@ -2467,22 +2243,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 24 + 60 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 16 + 176 More stars = more popular project forks - 30 + 225 More forks = more people seem to use/modify this project @@ -2497,27 +2273,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 44 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 - 4518 + 6541 More downloads = more users have been using the plugin for a while tests - 21 + 80 The more tests a plugin has, the better @@ -2527,19 +2303,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
4652
+
6722
-

get_version_code

+

get_version_name

via Jems

-> Get the version code of anAndroid project. This action will return the version code of your project according to the one set in your build.gradle file +> Get the version name of an Android project.
@@ -2555,9 +2331,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_version_code + get_version_name - - Get the version code of an Android project. This action will return the version code of your project according to the one set in your build.gradle file + Get the version name of an Android project. This action will return the version name of your project according to the one set in your build.gradle file @@ -2584,7 +2360,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project @@ -2609,7 +2385,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 @@ -2619,12 +2395,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 - 4533 + 6602 More downloads = more users have been using the plugin for a while @@ -2639,19 +2415,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
4351
+
5042
-

emerge

+

yarn

-

via Emerge Tools, Inc

+

via Josh Lesch

-> Fastlane plugin for Emerge +> Execute Yarn commands from your Fastfile
@@ -2667,14 +2443,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - emerge - - - Fastlane plugin for Emerge - - - emerge_order_file + yarn - - Fastlane plugin to download order files + Execute Yarn commands from your Fastfile @@ -2696,22 +2467,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 - 9 + 6 More subscribers = more popular project stars - 4 + 16 More stars = more popular project forks - 0 + 30 More forks = more people seem to use/modify this project @@ -2726,12 +2497,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 16 + 42 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -2741,12 +2512,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4249 + 4803 More downloads = more users have been using the plugin for a while tests - 3 + 21 The more tests a plugin has, the better @@ -2756,19 +2527,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3882
+
4924
-

xchtmlreport

+

get_version_code

-

via Titouan Van Belle

+

via Jems

-> Plugin for XCHTMLReport +> Get the version code of anAndroid project. This action will return the version code of your project according to the one set in your build.gradle file
@@ -2784,9 +2555,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xchtmlreport + get_version_code - - Xcode-like HTML report for Unit and UI Tests + Get the version code of an Android project. This action will return the version code of your project according to the one set in your build.gradle file @@ -2808,7 +2579,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 @@ -2818,12 +2589,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 4 More stars = more popular project forks - 10 + 15 More forks = more people seem to use/modify this project @@ -2833,12 +2604,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 - 25 + 44 Project that have been around for longer tend to be more stable @@ -2848,17 +2619,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 - 3775 + 4804 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -2868,19 +2639,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3703
+
4886
-

increment_version_name

+

emerge

-

via fierysolid

+

via Emerge Tools, Inc

-> Increment the version name of your android project. +> Fastlane plugin for Emerge
@@ -2896,9 +2667,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - increment_version_name - project - Increment the version name of your android project. + emerge + - + Fastlane plugin for Emerge + + + emerge_order_file + - + Fastlane plugin to download order files @@ -2925,17 +2701,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 12 More subscribers = more popular project stars - 0 + 12 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -2945,12 +2721,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 - 43 + 17 Project that have been around for longer tend to be more stable @@ -2965,7 +2741,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3609 + 4767 More downloads = more users have been using the plugin for a while @@ -2980,19 +2756,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3547
+
4109
-

huawei_appgallery_connect

+

xchtmlreport

-

via Shreejan Shrestha

+

via Titouan Van Belle

-> Huawei AppGallery Connect Plugin +> Plugin for XCHTMLReport
@@ -3008,29 +2784,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - huawei_appgallery_connect - - - Huawei AppGallery Connect Plugin - - - huawei_appgallery_connect_get_app_id - - - Huawei AppGallery Connect Plugin - - - huawei_appgallery_connect_get_app_info - - - Huawei AppGallery Connect Plugin - - - huawei_appgallery_connect_submit_for_review - - - Huawei AppGallery Connect Plugin - - - huawei_appgallery_connect_update_app_localization + xchtmlreport - - Huawei AppGallery Connect Plugin + Xcode-like HTML report for Unit and UI Tests @@ -3057,17 +2813,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 15 + 3 More subscribers = more popular project stars - 74 + 0 More stars = more popular project forks - 90 + 10 More forks = more people seem to use/modify this project @@ -3082,12 +2838,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 25 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -3097,12 +2853,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3244 + 4002 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -3112,19 +2868,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3540
+
4019
-

android_versioning

+

increment_version_name

-

via Manabu OHTAKE

+

via fierysolid

-> Allows to set/get app version name and version code directly to/from build.gradle +> Increment the version name of your android project.
@@ -3139,35 +2895,10 @@ 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 - - - Set the value of your project + project + Increment the version name of your android project. @@ -3189,22 +2920,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 42 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 51 + 0 More stars = more popular project forks - 65 + 0 More forks = more people seem to use/modify this project @@ -3219,7 +2950,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 @@ -3229,17 +2960,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 - 3226 + 3924 More downloads = more users have been using the plugin for a while tests - 66 + 3 The more tests a plugin has, the better @@ -3249,19 +2980,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3392
+
3956
-

slack_upload

+

lizard

-

via Dawid Cieslak

+

via Moses Liao

-> Uploads specified file to Slack +> Run swift code complexity analytics using Lizard
@@ -3277,9 +3008,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - slack_upload + lizard - - Uploads given file to Slack + Run lizard code cyclomatic complexity analysis. @@ -3306,17 +3037,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 21 More subscribers = more popular project stars - 0 + 19 More stars = more popular project forks - 0 + 55 More forks = more people seem to use/modify this project @@ -3331,12 +3062,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 35 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -3346,12 +3077,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3287 + 3654 More downloads = more users have been using the plugin for a while tests - 3 + 72 The more tests a plugin has, the better @@ -3361,19 +3092,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3297
+
3817
-

lizard

+

huawei_appgallery_connect

-

via Moses Liao

+

via Shreejan Shrestha

-> Run swift code complexity analytics using Lizard +> Huawei AppGallery Connect Plugin
@@ -3389,9 +3120,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - lizard + huawei_appgallery_connect - - Run lizard code cyclomatic complexity analysis. + Huawei AppGallery Connect Plugin + + + huawei_appgallery_connect_get_app_id + - + Huawei AppGallery Connect Plugin + + + huawei_appgallery_connect_get_app_info + - + Huawei AppGallery Connect Plugin + + + huawei_appgallery_connect_submit_for_review + - + Huawei AppGallery Connect Plugin + + + huawei_appgallery_connect_update_app_localization + - + Huawei AppGallery Connect Plugin @@ -3418,17 +3169,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 21 + 15 More subscribers = more popular project stars - 19 + 74 More stars = more popular project forks - 55 + 90 More forks = more people seem to use/modify this project @@ -3443,7 +3194,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 23 Project that have been around for longer tend to be more stable @@ -3453,17 +3204,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 - 2996 + 3513 More downloads = more users have been using the plugin for a while tests - 72 + 3 The more tests a plugin has, the better @@ -3473,19 +3224,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3101
+
3666
-

brew

+

android_versioning

-

via Michael Ruhl

+

via Manabu OHTAKE

-> Run Homebrew/Linuxbrew command +> Allows to set/get app version name and version code directly to/from build.gradle
@@ -3501,9 +3252,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - brew + get_value_from_build - - Run Homebrew/Linuxbrew command + - + + + 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 + - + Set the value of your project @@ -3525,22 +3301,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 42 The more contributors a project has, the more likely it is it stays alive subscribers - 36 + 6 More subscribers = more popular project stars - 2 + 51 More stars = more popular project forks - 0 + 65 More forks = more people seem to use/modify this project @@ -3550,12 +3326,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 - 39 + 41 Project that have been around for longer tend to be more stable @@ -3565,17 +3341,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 - 2945 + 3351 More downloads = more users have been using the plugin for a while tests - 3 + 66 The more tests a plugin has, the better @@ -3585,13 +3361,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2982
+
3513

rome

@@ -3667,7 +3443,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 40 Project that have been around for longer tend to be more stable @@ -3682,7 +3458,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2779 + 3309 More downloads = more users have been using the plugin for a while @@ -3703,13 +3479,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
2878
+
3488
-

semantic_release

+

slack_upload

-

via Jiří Otáhal

+

via Dawid Cieslak

-> Automated version managment and generator of release notes. +> Uploads specified file to Slack
@@ -3725,14 +3501,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - analyze_commits - - - - - - - conventional_changelog + slack_upload - - Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. + Uploads given file to Slack @@ -3759,17 +3530,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 0 More subscribers = more popular project stars - 187 + 0 More stars = more popular project forks - 240 + 0 More forks = more people seem to use/modify this project @@ -3784,27 +3555,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 33 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -11 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2243 + 3382 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -3814,19 +3585,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2829
+
3388
-

teams

+

brew

-

via Morten Bøgh

+

via Michael Ruhl

-> Send a success/error message to your Microsoft Teams channel +> Run Homebrew/Linuxbrew command
@@ -3842,9 +3613,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 + brew + - + Run Homebrew/Linuxbrew command @@ -3866,22 +3637,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 + 36 More subscribers = more popular project stars - 6 + 2 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -3896,7 +3667,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 @@ -3911,7 +3682,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2701 + 3231 More downloads = more users have been using the plugin for a while @@ -3926,13 +3697,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2791
+
3028

properties

@@ -4033,7 +3804,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 25 Project that have been around for longer tend to be more stable @@ -4048,7 +3819,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2647 + 2883 More downloads = more users have been using the plugin for a while @@ -4069,13 +3840,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
2708
+
2996
-

xcodegen

+

teams

-

via Michael Ruhl

+

via Morten Bøgh

-> Run xcodegen for the project +> Send a success/error message to your Microsoft Teams channel
@@ -4091,9 +3862,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcodegen - - - Runs `xcodegen` for the project + teams + notifications + Send a message to your Microsoft Teams channel via the webhook connector @@ -4115,22 +3886,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 + 6 More subscribers = more popular project stars - 17 + 6 More stars = more popular project forks - 15 + 5 More forks = more people seem to use/modify this project @@ -4145,12 +3916,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 39 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -4160,12 +3931,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2469 + 2867 More downloads = more users have been using the plugin for a while tests - 36 + 3 The more tests a plugin has, the better @@ -4175,20 +3946,47 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2576
+
2974
-

update_android_strings

+

semantic_release

-

via bang

+

via Jiří Otáhal

-> Update Android res strings.xml +> Automated version managment and generator of release notes. + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
analyze_commits--
conventional_changelog-Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format.
+
@@ -4210,17 +4008,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 12 More subscribers = more popular project stars - 0 + 187 More stars = more popular project forks - 0 + 240 More forks = more people seem to use/modify this project @@ -4230,32 +4028,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 + -11 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2556 + 2338 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -4265,20 +4063,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
2476
+
2964
-

update_provisioning_profile_specifier

+

xcodegen

-

via Jordan Bondo

+

via Michael Ruhl

-> Update the provisioning profile in the Xcode Project file for a specified target +> Run xcodegen for the project
@@ -4294,9 +4091,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_provisioning_profile_specifier + xcodegen - - Update the provisioning profile in the Xcode Project file for a specified target + Runs `xcodegen` for the project @@ -4318,22 +4115,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 + 21 More subscribers = more popular project stars - 20 + 17 More stars = more popular project forks - 30 + 15 More forks = more people seem to use/modify this project @@ -4343,12 +4140,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 + 33 Project that have been around for longer tend to be more stable @@ -4363,12 +4160,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2300 + 2724 More downloads = more users have been using the plugin for a while tests - 3 + 36 The more tests a plugin has, the better @@ -4378,19 +4175,110 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2335
+
2679
-

dropbox

+

update_android_strings

-

via Dominik Kapusta

+

via bang

-> Uploads files to Dropbox +> Update Android res strings.xml + + + +
+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
downloads2659More 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) + +

+ +----- + +
2591
+ +

update_provisioning_profile_specifier

+ +

via Jordan Bondo

+ +> Update the provisioning profile in the Xcode Project file for a specified target
@@ -4406,9 +4294,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dropbox + update_provisioning_profile_specifier - - Uploads files to Dropbox + Update the provisioning profile in the Xcode Project file for a specified target @@ -4430,7 +4318,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 @@ -4440,124 +4328,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 - More stars = more popular project - - - forks - 15 - More forks = more people seem to use/modify this project - - - has_mit_license 20 - fastlane is MIT licensed, it's good to have plugins use MIT too - - - readme_score - 50 - How well is the README of the document written - - - age - 35 - 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 - 2159 - More downloads = more users have been using the plugin for a while - - - tests - 30 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
2267
- -

commit_android_version_bump

- -

via jems

- -> This Android plugins allow you to commit every modification done in your build.gradle file during the execution of a lane. In fast, it do the same as the commit_version_bump action, but for Android - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
commit_android_version_bump-This Android plugins allow you to commit every modification done in your build.gradle file during the execution of a lane. In fast, it do the same as the commit_version_bump action, but for Android
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - + @@ -4577,17 +4353,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + - + @@ -4602,19 +4378,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2223
+
2373
-

automated_test_emulator_run

+

dropbox

-

via Kamil Krzyk

+

via Dominik Kapusta

-> 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. +> Uploads files to Dropbox
@@ -4630,9 +4406,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
stars4 More stars = more popular project
forks2030 More forks = more people seem to use/modify this project
major_release030 Post 1.0 releases are great
github_issues-30 Lots of open issues are not a good sign usually, unless the project is really popular
downloads21402414 More downloads = more users have been using the plugin for a while
automated_test_emulator_rundropbox -Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done.Uploads files to Dropbox
@@ -4654,22 +4430,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 - 9 + 6 More subscribers = more popular project stars - 75 + 3 More stars = more popular project forks - 85 + 15 More forks = more people seem to use/modify this project @@ -4684,27 +4460,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 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 - -5 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1883 + 2197 More downloads = more users have been using the plugin for a while tests - 3 + 30 The more tests a plugin has, the better @@ -4714,19 +4490,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2123
+
2361
-

cordova

+

commit_android_version_bump

-

via Almouro

+

via jems

-> Build your Cordova app +> 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
@@ -4742,9 +4518,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - cordova - building - Build your Cordova app + commit_android_version_bump + - + This Android plugins allow you to commit every modification done in your build.gradle file during the execution of a lane. In fast, it do the same as the commit_version_bump action, but for Android @@ -4766,22 +4542,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 78 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 21 + 3 More subscribers = more popular project stars - 108 + 4 More stars = more popular project forks - 160 + 20 More forks = more people seem to use/modify this project @@ -4791,32 +4567,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 + 44 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -19 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1634 + 2233 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -4826,19 +4602,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2114
+
2305
-

aws_device_farm

+

automated_test_emulator_run

-

via Helmut Januschka

+

via Kamil Krzyk

-> Run UI Tests on AWS Devicefarm +> 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.
@@ -4854,14 +4630,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 + automated_test_emulator_run - - Packages .app from deriveddata to an aws-compatible ipa + Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. @@ -4883,22 +4654,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 + 9 More subscribers = more popular project stars - 85 + 75 More stars = more popular project forks - 165 + 85 More forks = more people seem to use/modify this project @@ -4913,12 +4684,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 44 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -4928,7 +4699,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1736 + 1964 More downloads = more users have been using the plugin for a while @@ -4943,13 +4714,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2053
+
2296

slack_bot

@@ -5045,7 +4816,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 20 + 21 Project that have been around for longer tend to be more stable @@ -5060,7 +4831,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1869 + 2111 More downloads = more users have been using the plugin for a while @@ -5081,15 +4852,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
1950
+
2156
-

upload_symbols_to_new_relic

+

aws_device_farm

via Helmut Januschka

-> Uploads dSym to New Relic +> Run UI Tests on AWS Devicefarm +
+Provided actions + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
aws_device_farm-Upload the application to the AWS device farm
aws_device_farm_package-Packages .app from deriveddata to an aws-compatible ipa
+ +
+
Score details @@ -5110,17 +4908,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 18 More subscribers = more popular project stars - 0 + 85 More stars = more popular project forks - 0 + 165 More forks = more people seem to use/modify this project @@ -5130,12 +4928,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 + 43 Project that have been around for longer tend to be more stable @@ -5145,17 +4943,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -5 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1930 + 1777 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -5165,20 +4963,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
1796
+
2140
-

telegram

+

cordova

-

via sergpetrov

+

via Almouro

-> Allows post messages to telegram channel +> Build your Cordova app
@@ -5194,9 +4991,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - telegram - - - Allows post messages to telegram channel + cordova + building + Build your Cordova app @@ -5218,22 +5015,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 - 6 + 30 More subscribers = more popular project stars - 43 + 114 More stars = more popular project forks - 30 + 195 More forks = more people seem to use/modify this project @@ -5243,32 +5040,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 - 37 + 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 - -3 + -21 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1605 + 1680 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -5278,62 +5075,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1614
- -

google_drive

- -

via Bumsoo Kim

- -> Upload files to Google Drive +
1988
+

upload_symbols_to_new_relic

-
-Provided actions +

via Helmut Januschka

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
create_google_drive_folder-Create new folder on 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
update_google_drive_file-Update a Google Drive file
upload_to_google_drive-Upload files to Google Drive
+> Uploads dSym to New Relic -
@@ -5355,17 +5110,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 51 + 0 More stars = more popular project forks - 70 + 0 More forks = more people seem to use/modify this project @@ -5375,12 +5130,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 - 34 + 0 Project that have been around for longer tend to be more stable @@ -5390,17 +5145,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 - 1308 + 1968 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -5410,19 +5165,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
1595
+
1884
-

settings_bundle

+

telegram

-

via Jimmy Dee

+

via sergpetrov

-> Fastlane plugin to update static settings in an iOS settings bundle +> Allows post messages to telegram channel
@@ -5438,9 +5194,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_settings_bundle - project - actions. + telegram + - + Allows post messages to telegram channel @@ -5462,7 +5218,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 @@ -5472,12 +5228,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 20 + 43 More stars = more popular project forks - 40 + 30 More forks = more people seem to use/modify this project @@ -5487,32 +5243,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 + 37 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 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1309 + 1693 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -5522,19 +5278,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1493
+
1819
-

update_xcodeproj

+

google_drive

-

via Fumiya Nakamura

+

via Bumsoo Kim

-> Update Xcode projects +> Upload files to Google Drive
@@ -5550,9 +5306,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_xcodeproj + create_google_drive_folder - - Update Xcode projects + Create new folder on 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 + + + update_google_drive_file + - + Update a Google Drive file + + + upload_to_google_drive + - + Upload files to Google Drive @@ -5574,7 +5350,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 @@ -5584,12 +5360,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 6 + 51 More stars = more popular project forks - 10 + 70 More forks = more people seem to use/modify this project @@ -5604,27 +5380,27 @@ 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 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 - 1308 + 1512 More downloads = more users have been using the plugin for a while tests - 12 + 80 The more tests a plugin has, the better @@ -5634,19 +5410,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1470
+
1652
-

run_tests_firebase_testlab

+

settings_bundle

-

via Bruno Correia

+

via Jimmy Dee

-> Runs Android tests in Firebase Test Lab. +> Fastlane plugin to update static settings in an iOS settings bundle
@@ -5662,9 +5438,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - run_tests_firebase_testlab - - - - + update_settings_bundle + project + actions. @@ -5691,12 +5467,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 6 More subscribers = more popular project stars - 25 + 20 More stars = more popular project @@ -5716,22 +5492,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 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 - -3 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1215 + 1365 More downloads = more users have been using the plugin for a while @@ -5746,20 +5522,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1434
+
1543
-

android_change_package_identifier

+

update_xcodeproj

-

via MaximusMcCann

+

via Fumiya Nakamura

-> Change the package identifier in the AndroidManifest.xml file. Can revert as well. +> Update Xcode projects + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
update_xcodeproj-Update Xcode projects
+
@@ -5776,22 +5574,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 - 0 + 3 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 @@ -5801,17 +5599,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 - 0 + 30 Post 1.0 releases are great @@ -5821,12 +5619,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1414 + 1357 More downloads = more users have been using the plugin for a while tests - 0 + 12 The more tests a plugin has, the better @@ -5836,20 +5634,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
1364
+
1535
-

unzip

+

run_tests_firebase_testlab

-

via Massimo Oliviero

+

via Bruno Correia

-> Extract compressed files in a ZIP +> Runs Android tests in Firebase Test Lab.
@@ -5865,9 +5662,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - unzip + run_tests_firebase_testlab + - - - Extract compressed files in a ZIP @@ -5889,22 +5686,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 + 9 More subscribers = more popular project stars - 2 + 25 More stars = more popular project forks - 0 + 40 More forks = more people seem to use/modify this project @@ -5919,27 +5716,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 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 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1207 + 1279 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -5949,19 +5746,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1355
+
1462
-

property_file_read

+

unzip

-

via United Classifieds

+

via Massimo Oliviero

-> Reads property file into dictionary +> Extract compressed files in a ZIP
@@ -5977,9 +5774,212 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - property_file_read + unzip - - Reads property file into dictionary + Extract compressed files in a ZIP + + + + +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars2More 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_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads1304More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
1456
+ +

android_change_package_identifier

+ +

via MaximusMcCann

+ +> Change the package identifier in the AndroidManifest.xml file. Can revert as well. + + + +
+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
downloads1436More 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) + +

+ +----- + +
1387
+ +

property_file_read

+ +

via United Classifieds

+ +> Reads property file into dictionary + + +
+Provided actions + + + + + + + + + + + + + +
NameCategoryDescription
property_file_read-Reads property file into dictionary
@@ -6031,7 +6031,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 @@ -6046,7 +6046,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1234 + 1265 More downloads = more users have been using the plugin for a while @@ -6067,7 +6067,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
1306
+
1320

synx

@@ -6143,7 +6143,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 @@ -6158,7 +6158,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1162 + 1175 More downloads = more users have been using the plugin for a while @@ -6179,7 +6179,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
1260
+
1264

tpa

@@ -6260,7 +6260,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 @@ -6275,7 +6275,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 981 + 984 More downloads = more users have been using the plugin for a while @@ -6296,7 +6296,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
1203
+
1255

git_tags

@@ -6372,7 +6372,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 @@ -6387,7 +6387,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1077 + 1128 More downloads = more users have been using the plugin for a while @@ -6408,7 +6408,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
1190
+
1198

xcake

@@ -6484,7 +6484,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 48 + 49 Project that have been around for longer tend to be more stable @@ -6499,7 +6499,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 181 + 188 More downloads = more users have been using the plugin for a while @@ -6520,7 +6520,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
1171
+
1192

google_cloud_storage

@@ -6606,7 +6606,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 @@ -6621,7 +6621,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1055 + 1075 More downloads = more users have been using the plugin for a while @@ -6642,7 +6642,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
1126
+
1179

instabug_official

@@ -6718,7 +6718,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 @@ -6733,7 +6733,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 978 + 1030 More downloads = more users have been using the plugin for a while @@ -6754,13 +6754,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
1123
+
1174
-

download_file

+

datadog

-

via Massimo Oliviero

+

via Datadog, Inc.

-> This action downloads a file from an HTTP/HTTPS url (e.g. ZIP file) and puts it in a destination path +> Datadog actions for iOS development
@@ -6776,9 +6776,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_file - - - - + upload_symbols_to_datadog + misc + Uploads dSYM files to Datadog in order to symbolicate crash reports @@ -6800,27 +6800,27 @@ 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 + 27 More subscribers = more popular project stars - 1 + 3 More stars = more popular project 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 @@ -6830,27 +6830,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 12 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 - 960 + 1105 More downloads = more users have been using the plugin for a while tests - 6 + 15 The more tests a plugin has, the better @@ -6860,19 +6860,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1096
+
1163
-

firebase_test_lab

+

get_product_bundle_id

-

via Shihua Zheng

+

via Lyndsey Ferguson

-> Test your app with Firebase Test Lab with ease using fastlane +> Gets PRODUCT_BUNDLE_IDENTIFIER from the first buildable target in a given scheme
@@ -6888,9 +6888,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - firebase_test_lab_ios_xctest + get_product_bundle_id - - Submit an iOS XCTest job to Firebase Test Lab + Gets PRODUCT_BUNDLE_IDENTIFIER from a buildable target in an Xcode project using a provided scheme @@ -6912,22 +6912,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 42 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 39 + 3 More subscribers = more popular project stars - 54 + 6 More stars = more popular project forks - 105 + 10 More forks = more people seem to use/modify this project @@ -6937,32 +6937,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 - 31 + 39 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 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 733 + 1021 More downloads = more users have been using the plugin for a while tests - 0 + 27 The more tests a plugin has, the better @@ -6972,13 +6972,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1086
+
1152

waldo

@@ -7054,7 +7054,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 @@ -7069,7 +7069,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 912 + 977 More downloads = more users have been using the plugin for a while @@ -7090,13 +7090,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
1065
+
1150
-

flutter

+

download_file

-

via Artem Sheremet

+

via Massimo Oliviero

-> Flutter actions plugin for Fastlane +> This action downloads a file from an HTTP/HTTPS url (e.g. ZIP file) and puts it in a destination path
@@ -7112,24 +7112,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter + download_file - - Run "flutter" binary with the specified arguments - - - flutter_bootstrap - - Flutter SDK installation, upgrade and application bootstrap - - - flutter_build - building - Run "flutter build" to build a Flutter application - - - flutter_generate - - - (1) Run `flutter packages get`; (2) Run `build_runner build` if build_runner is in dev_dependencies; (3) According to `package:intl`, take `$strings_file` and generate `${strings_file.dirname}/arb/intl_messages.arb`, then take all files matching `${strings_file.dirname}/intl_*.arb`, fix them and generate .dart files from them. (4) Generate an empty test importing all files, which would be used to calculate correct full coverage numbers. @@ -7156,17 +7141,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 3 More subscribers = more popular project stars - 26 + 1 More stars = more popular project forks - 30 + 5 More forks = more people seem to use/modify this project @@ -7181,27 +7166,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 44 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 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 840 + 986 More downloads = more users have been using the plugin for a while tests - 54 + 6 The more tests a plugin has, the better @@ -7211,19 +7196,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1064
+
1101
-

get_product_bundle_id

+

act

-

via Lyndsey Ferguson

+

via Richard Szalay

-> Gets PRODUCT_BUNDLE_IDENTIFIER from the first buildable target in a given scheme +> Applies changes to plists and app icons inside a compiled IPA or xcarchive
@@ -7239,9 +7224,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_product_bundle_id + act - - Gets PRODUCT_BUNDLE_IDENTIFIER from a buildable target in an Xcode project using a provided scheme + Reconfigures .plists and icons inside a compiled IPA @@ -7263,7 +7248,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 @@ -7273,12 +7258,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 6 + 20 More stars = more popular project forks - 10 + 30 More forks = more people seem to use/modify this project @@ -7288,32 +7273,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 - 38 + 44 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 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 923 + 827 More downloads = more users have been using the plugin for a while tests - 27 + 80 The more tests a plugin has, the better @@ -7323,19 +7308,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1059
+
1101
-

setup_fragile_tests_for_rescan

+

flutter

-

via Lyndsey Ferguson

+

via Artem Sheremet

-> Suppress stabile tests so that 'scan' can run the fragile tests again +> Flutter actions plugin for Fastlane
@@ -7351,9 +7336,24 @@ 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 + flutter + - + Run "flutter" binary with the specified arguments + + + flutter_bootstrap + - + Flutter SDK installation, upgrade and application bootstrap + + + flutter_build + building + Run "flutter build" to build a Flutter application + + + flutter_generate + - + (1) Run `flutter packages get`; (2) Run `build_runner build` if build_runner is in dev_dependencies; (3) According to `package:intl`, take `$strings_file` and generate `${strings_file.dirname}/arb/intl_messages.arb`, then take all files matching `${strings_file.dirname}/intl_*.arb`, fix them and generate .dart files from them. (4) Generate an empty test importing all files, which would be used to calculate correct full coverage numbers. @@ -7375,22 +7375,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 + 9 More subscribers = more popular project stars - 6 + 26 More stars = more popular project forks - 5 + 30 More forks = more people seem to use/modify this project @@ -7405,27 +7405,27 @@ 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 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 - 871 + 875 More downloads = more users have been using the plugin for a while tests - 36 + 54 The more tests a plugin has, the better @@ -7435,19 +7435,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1058
+
1098
-

act

+

firebase_test_lab

-

via Richard Szalay

+

via Shihua Zheng

-> Applies changes to plists and app icons inside a compiled IPA or xcarchive +> Test your app with Firebase Test Lab with ease using fastlane
@@ -7463,9 +7463,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - act + firebase_test_lab_ios_xctest - - Reconfigures .plists and icons inside a compiled IPA + Submit an iOS XCTest job to Firebase Test Lab @@ -7487,22 +7487,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 + 39 More subscribers = more popular project stars - 20 + 54 More stars = more popular project forks - 30 + 105 More forks = more people seem to use/modify this project @@ -7517,7 +7517,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 32 Project that have been around for longer tend to be more stable @@ -7527,17 +7527,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -3 + -8 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 785 + 734 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -7547,13 +7547,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1053
+
1079

gradle_properties

@@ -7629,7 +7629,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 @@ -7644,7 +7644,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 973 + 998 More downloads = more users have been using the plugin for a while @@ -7665,13 +7665,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
998
+
1072
-

download_github_release_asset

+

setup_fragile_tests_for_rescan

-

via Anton Domashnev

+

via Lyndsey Ferguson

-> 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. +> Suppress stabile tests so that 'scan' can run the fragile tests again
@@ -7687,9 +7687,121 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_github_release_asset + 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 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
age39Project 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
downloads883More downloads = more users have been using the plugin for a while
tests36The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
1002
+ +

appmetrica

+ +

via Yandex, LLC

+ +> Upload dSYM symbolication files to AppMetrica + + +
+Provided actions + + + + + + + + + + + + - +
NameCategoryDescription
upload_symbols_to_appmetrica -Downloads a GitHub release's assetUpload dSYM symbolication files to AppMetrica
@@ -7711,17 +7823,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 + 27 More subscribers = more popular project stars - 2 + 5 More stars = more popular project @@ -7731,7 +7843,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 @@ -7741,27 +7853,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 25 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 - 839 + 943 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -7771,21 +7883,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
941
+
1001
-

simctl

+

download_github_release_asset

-

via Renzo Crisostomo

+

via Anton Domashnev

-> Fastlane plugin to interact with xcrun simctl +> This action downloads a GitHub release's asset using the GitHub API and puts it in a destination path.\nIf the file has been previously downloaded, it will be overrided. +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
download_github_release_asset-Downloads a GitHub release's asset
+ +
+
Score details @@ -7801,17 +7935,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 + 2 More stars = more popular project @@ -7826,17 +7960,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 - 0 + 30 Post 1.0 releases are great @@ -7846,12 +7980,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 921 + 841 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -7861,20 +7995,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
939
+
977
-

merge_junit_report

+

flutter_version

-

via Derek Yang

+

via tianhaoz95

-> Merges multiple junit reports into one +> A plugin to retrieve versioning information for Flutter projects.
@@ -7890,9 +8023,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - merge_junit_report + flutter_version - - Provides the ability to merge multiple junit reports into one + A plugin to retrieve versioning information for Flutter projects. @@ -7914,22 +8047,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 + 9 More subscribers = more popular project stars - 4 + 76 More stars = more popular project forks - 5 + 70 More forks = more people seem to use/modify this project @@ -7944,12 +8077,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 22 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -7959,12 +8092,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 781 + 661 More downloads = more users have been using the plugin for a while tests - 30 + 39 The more tests a plugin has, the better @@ -7974,19 +8107,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
938
+
966
-

appmetrica

+

dynatrace

-

via Yandex, LLC

+

via Dynatrace LLC

-> Upload dSYM symbolication files to AppMetrica +> This action processes and uploads your symbol files to Dynatrace
@@ -8002,9 +8135,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_symbols_to_appmetrica + dynatrace_process_symbols - - Upload dSYM symbolication files to AppMetrica + This action processes and uploads your symbol files to Dynatrace. @@ -8031,17 +8164,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 27 + 21 More subscribers = more popular project stars - 5 + 11 More stars = more popular project forks - 0 + 20 More forks = more people seem to use/modify this project @@ -8056,7 +8189,97 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 28 + Project that have been around for longer tend to be more stable + + + major_release + 30 + Post 1.0 releases are great + + + github_issues + 0 + Lots of open issues are not a good sign usually, unless the project is really popular + + + downloads + 776 + 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 + +

+ +----- + +
959
+ +

simctl

+ +

via Renzo Crisostomo

+ +> Fastlane plugin to interact with xcrun simctl + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8066,17 +8289,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + - + @@ -8086,19 +8309,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
925
+
951
-

datadog

+

merge_junit_report

-

via Datadog, Inc.

+

via Derek Yang

-> Datadog actions for iOS development +> Merges multiple junit reports into one
@@ -8114,9 +8338,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
age0 Project that have been around for longer tend to be more stable
github_issues-10 Lots of open issues are not a good sign usually, unless the project is really popular
downloads880939 More downloads = more users have been using the plugin for a while
tests30 The more tests a plugin has, the better
upload_symbols_to_datadogmiscUploads dSYM files to Datadog in order to symbolicate crash reportsmerge_junit_report-Provides the ability to merge multiple junit reports into one
@@ -8138,27 +8362,27 @@ 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 - 27 + 3 More subscribers = more popular project stars - 3 + 4 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 @@ -8168,7 +8392,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 11 + 41 Project that have been around for longer tend to be more stable @@ -8183,12 +8407,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 857 + 792 More downloads = more users have been using the plugin for a while tests - 15 + 30 The more tests a plugin has, the better @@ -8198,19 +8422,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
913
+
938
-

flutter_version

+

firebase_test_lab_android

-

via tianhaoz95

+

via wasabeef

-> A plugin to retrieve versioning information for Flutter projects. +> Test your app with Firebase Test Lab with ease using fastlane
@@ -8226,9 +8450,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_version + firebase_test_lab_android - - A plugin to retrieve versioning information for Flutter projects. + Runs Android tests in Firebase Test Lab. @@ -8250,22 +8474,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 + 51 More subscribers = more popular project stars - 76 + 25 More stars = more popular project forks - 70 + 5 More forks = more people seem to use/modify this project @@ -8280,7 +8504,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 28 Project that have been around for longer tend to be more stable @@ -8290,17 +8514,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 - 598 + 718 More downloads = more users have been using the plugin for a while tests - 39 + 0 The more tests a plugin has, the better @@ -8310,13 +8534,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
907
+
910

carthage_cache

@@ -8402,7 +8626,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 @@ -8417,7 +8641,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 768 + 770 More downloads = more users have been using the plugin for a while @@ -8438,7 +8662,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
890
+
910

ionic

@@ -8514,7 +8738,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 @@ -8529,7 +8753,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 619 + 638 More downloads = more users have been using the plugin for a while @@ -8550,13 +8774,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
884
+
907
-

codecov_reporter

+

docc

-

via BinaryBeard

+

via Kukurijek

-> Uploads coverage report to Codecov.io +> Automate docc - documentation for swift frameworks and packages
@@ -8572,9 +8796,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - codecov_reporter + docc - - Uploads coverage report to Codecov.io + Automate docc - documentation for swift frameworks and packages @@ -8596,7 +8820,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 @@ -8606,12 +8830,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 0 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -8626,12 +8850,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 14 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -8641,12 +8865,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 739 + 775 More downloads = more users have been using the plugin for a while tests - 3 + 15 The more tests a plugin has, the better @@ -8656,19 +8880,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
870
+
897
-

firebase_test_lab_android

+

codecov_reporter

-

via wasabeef

+

via BinaryBeard

-> Test your app with Firebase Test Lab with ease using fastlane +> Uploads coverage report to Codecov.io
@@ -8684,9 +8908,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - firebase_test_lab_android + codecov_reporter - - Runs Android tests in Firebase Test Lab. + Uploads coverage report to Codecov.io @@ -8713,17 +8937,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 51 + 3 More subscribers = more popular project stars - 25 + 5 More stars = more popular project forks - 5 + 15 More forks = more people seem to use/modify this project @@ -8738,27 +8962,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 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 - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 651 + 751 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -8768,13 +8992,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
863
+
877

prepare_build_resources

@@ -8850,7 +9074,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 @@ -8865,7 +9089,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 744 + 757 More downloads = more users have been using the plugin for a while @@ -8886,119 +9110,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
838
- -

dynatrace

- -

via Dynatrace LLC

- -> This action processes and uploads your symbol files to Dynatrace - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
dynatrace_process_symbols-This action processes and uploads your symbol files to Dynatrace.
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers21More subscribers = more popular project
stars11More stars = more popular project
forks20More 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
age27Project 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
downloads649More downloads = more users have been using the plugin for a while
tests80The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
836
+
849

jira_release_notes

@@ -9074,7 +9186,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 30 Project that have been around for longer tend to be more stable @@ -9089,7 +9201,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 646 + 658 More downloads = more users have been using the plugin for a while @@ -9110,7 +9222,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
778
+
800

ruby

@@ -9191,7 +9303,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 @@ -9206,7 +9318,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 638 + 659 More downloads = more users have been using the plugin for a while @@ -9227,103 +9339,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
751
- -

danger-device_grid

- -

via Felix Krause, Boris Bügling

- -> Danger plugin for the fastlane device grid. - +
795
+

create_xcframework

-
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers21More subscribers = more popular project
stars5More 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
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
downloads585More downloads = more users have been using the plugin for a while
tests6The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
740
- -

clean_testflight_testers

- -

via Felix Krause

+

via Boris Bielik, Alexey Alter-Pesotskiy

-> Automatically remove TestFlight testers that are not actually testing your app +> Fastlane plugin that creates xcframework for given list of destinations.
@@ -9339,9 +9361,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clean_testflight_testers - - - Automatically remove TestFlight testers that are not actually testing your app + create_xcframework + building + Fastlane plugin that creates xcframework for given list of destinations. @@ -9363,22 +9385,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 + 12 More subscribers = more popular project stars - 26 + 11 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -9393,12 +9415,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 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 @@ -9408,12 +9430,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 571 + 651 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -9423,19 +9445,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
738
+
765
-

create_xcframework

+

forsis

-

via Boris Bielik, Alexey Alter-Pesotskiy

+

via Azadeh Bagheri

-> Fastlane plugin that creates xcframework for given list of destinations. +> This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane.
@@ -9451,9 +9473,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. + forsis + - + This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane @@ -9480,17 +9502,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 6 More subscribers = more popular project stars - 11 + 5 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -9505,27 +9527,27 @@ 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 github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 595 + 621 More downloads = more users have been using the plugin for a while tests - 3 + 24 The more tests a plugin has, the better @@ -9535,42 +9557,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
729
- -

mango

- -

via Serghei Moret, Daniel Hartwich

- -> This plugin orchtestrates Android tasks on docker images +
756
+

danger-device_grid

-
-Provided actions +

via Felix Krause, Boris Bügling

- - - - - - - - - - - - - - - -
NameCategoryDescription
run_dockerized_task-Action that runs Android tasks on a specified Docker image
+> Danger plugin for the fastlane device grid. -
@@ -9587,22 +9587,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 - 66 + 21 More subscribers = more popular project stars - 49 + 5 More stars = more popular project forks - 35 + 20 More forks = more people seem to use/modify this project @@ -9617,12 +9617,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 45 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -9632,12 +9632,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 338 + 589 More downloads = more users have been using the plugin for a while tests - 80 + 6 The more tests a plugin has, the better @@ -9647,19 +9647,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
698
+
753
-

remove_provisioning_profile

+

clean_testflight_testers

-

via Anton Domashnev

+

via Felix Krause

-> Remove provision profile from your local machine +> Automatically remove TestFlight testers that are not actually testing your app
@@ -9675,9 +9675,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - remove_provisioning_profile + clean_testflight_testers - - Remove the provisioning profile for the given app_identifier and type from local machine + Automatically remove TestFlight testers that are not actually testing your app @@ -9699,7 +9699,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 @@ -9709,12 +9709,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 7 + 26 More stars = more popular project forks - 10 + 15 More forks = more people seem to use/modify this project @@ -9729,27 +9729,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 37 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 - 460 + 583 More downloads = more users have been using the plugin for a while tests - 60 + 0 The more tests a plugin has, the better @@ -9759,19 +9759,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
692
+
742
-

pgyer

+

codepush

-

via rexshi

+

via Pranit Harekar

-> distribute app to pgyer beta testing service +> Fastlane plugin for App Center CodePush actions 🚀
@@ -9787,9 +9787,54 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - pgyer + codepush_exists_deployment - + CodePush check if deployment exists + + + codepush_release_react - + CodePush release-react action + + + codepush_login + - + CodePush login action + + + codepush_get_deployment_key + - + CodePush get deployment key given deployment name + + + codepush_list_deployment + - + CodePush list deployment action + + + codepush_remove_deployment + - + CodePush remove deployment action + + + codepush_logout + - + CodePush logout action + + + codepush_rename_deployment + - + CodePush rename deployment action + + + codepush_add_deployment + - + CodePush add deployment action + + + codepush_promote + - + CodePush promote action @@ -9811,22 +9856,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 - 53 + 10 More stars = more popular project forks - 135 + 5 More forks = more people seem to use/modify this project @@ -9841,7 +9886,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 22 Project that have been around for longer tend to be more stable @@ -9851,17 +9896,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 - 382 + 610 More downloads = more users have been using the plugin for a while tests - 3 + 18 The more tests a plugin has, the better @@ -9871,19 +9916,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
678
+
735
-

codepush

+

pgyer

-

via Pranit Harekar

+

via rexshi

-> Fastlane plugin for App Center CodePush actions 🚀 +> distribute app to pgyer beta testing service
@@ -9899,54 +9944,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - codepush_exists_deployment - - - CodePush check if deployment exists - - - codepush_release_react - - - CodePush release-react action - - - codepush_login - - - CodePush login action - - - codepush_get_deployment_key - - - CodePush get deployment key given deployment name - - - codepush_list_deployment - - - CodePush list deployment action - - - codepush_remove_deployment - - - CodePush remove deployment action - - - codepush_logout - - - CodePush logout action - - - codepush_rename_deployment - - - CodePush rename deployment action - - - codepush_add_deployment + pgyer - - CodePush add deployment action - - - codepush_promote - - CodePush promote action @@ -9968,22 +9968,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 + 62 More stars = more popular project forks - 5 + 150 More forks = more people seem to use/modify this project @@ -9998,7 +9998,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 41 Project that have been around for longer tend to be more stable @@ -10008,17 +10008,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -2 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 547 + 401 More downloads = more users have been using the plugin for a while tests - 18 + 3 The more tests a plugin has, the better @@ -10028,19 +10028,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
676
+
731
-

tunes

+

mango

-

via Boris Bügling

+

via Serghei Moret, Daniel Hartwich

-> Play music using fastlane, because you can. +> This plugin orchtestrates Android tasks on docker images
@@ -10056,9 +10056,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - tunes + run_dockerized_task - - Play music using fastlane, because you can + Action that runs Android tasks on a specified Docker image @@ -10080,22 +10080,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 30 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 66 More subscribers = more popular project stars - 8 + 49 More stars = more popular project forks - 10 + 35 More forks = more people seem to use/modify this project @@ -10110,27 +10110,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 31 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 - 527 + 340 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -10140,19 +10140,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
672
+
718
-

semantic_release2

+

remove_provisioning_profile

-

via William Lauze

+

via Anton Domashnev

-> Fork for: Automated version managment and generator of release notes. +> Remove provision profile from your local machine
@@ -10168,14 +10168,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - conventional_changelog - - - Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. - - - analyze_commits + remove_provisioning_profile - - Finds a tag of last release and determinates version of next release + Remove the provisioning profile for the given app_identifier and type from local machine @@ -10197,7 +10192,7 @@ 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 @@ -10207,12 +10202,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 83 + 7 More stars = more popular project forks - 120 + 10 More forks = more people seem to use/modify this project @@ -10227,7 +10222,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 44 Project that have been around for longer tend to be more stable @@ -10237,17 +10232,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 - 228 + 479 More downloads = more users have been using the plugin for a while tests - 80 + 60 The more tests a plugin has, the better @@ -10257,19 +10252,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
672
+
715
-

icon_versioning

+

tunes

-

via Iulian Onofrei

+

via Boris Bügling

-> Overlay build information on top of your app icon +> Play music using fastlane, because you can.
@@ -10285,9 +10280,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - version_icon + tunes - - Overlay build information on top of your app icon. Based on original work by Krzysztof Zabłocki (https://github.com/krzysztofzablocki/Bootstrap). + Play music using fastlane, because you can @@ -10309,22 +10304,22 @@ 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 subscribers - 3 + 6 More subscribers = more popular project stars - 48 + 8 More stars = more popular project forks - 20 + 10 More forks = more people seem to use/modify this project @@ -10339,27 +10334,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 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 - -2 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 370 + 565 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -10369,13 +10364,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
669
+
689

onesky

@@ -10471,7 +10466,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 463 + 483 More downloads = more users have been using the plugin for a while @@ -10492,13 +10487,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
667
+
683
-

forsis

+

icon_versioning

-

via Azadeh Bagheri

+

via Iulian Onofrei

-> This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane. +> Overlay build information on top of your app icon
@@ -10514,9 +10509,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - forsis + version_icon - - This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane + Overlay build information on top of your app icon. Based on original work by Krzysztof Zabłocki (https://github.com/krzysztofzablocki/Bootstrap). @@ -10538,22 +10533,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 - 5 + 48 More stars = more popular project forks - 10 + 20 More forks = more people seem to use/modify this project @@ -10568,27 +10563,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 36 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 - 524 + 380 More downloads = more users have been using the plugin for a while tests - 24 + 80 The more tests a plugin has, the better @@ -10598,19 +10593,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
662
+
680
-

docc

+

semantic_release2

-

via Kukurijek

+

via William Lauze

-> Automate docc - documentation for swift frameworks and packages +> Fork for: Automated version managment and generator of release notes.
@@ -10626,9 +10621,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - docc + conventional_changelog - - Automate docc - documentation for swift frameworks and packages + 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 @@ -10650,22 +10650,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 - 3 + 6 More subscribers = more popular project stars - 0 + 83 More stars = more popular project forks - 0 + 120 More forks = more people seem to use/modify this project @@ -10680,7 +10680,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 13 + 28 Project that have been around for longer tend to be more stable @@ -10690,17 +10690,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 - 531 + 235 More downloads = more users have been using the plugin for a while tests - 15 + 80 The more tests a plugin has, the better @@ -10710,19 +10710,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
660
+
676
-

upgrade_super_old_xcode_project

+

patch

-

via Jan Piotrowski

+

via Jimmy Dee

-> Upgrades super old Xcode projects to Xcode 8 +> Apply and revert pattern-based patches to any text file.
@@ -10738,9 +10738,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upgrade_super_old_xcode_project - - - Upgrades super old Xcode projects to Xcode 8 + 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. @@ -10762,12 +10772,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 - 3 + 6 More subscribers = more popular project @@ -10777,7 +10787,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 @@ -10792,7 +10802,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 38 Project that have been around for longer tend to be more stable @@ -10802,17 +10812,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 - 530 + 493 More downloads = more users have been using the plugin for a while tests - 3 + 60 The more tests a plugin has, the better @@ -10822,19 +10832,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
648
+
671
-

gs_deliver

+

upgrade_super_old_xcode_project

-

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

+

via Jan Piotrowski

-> Gradoservice plugin to rule apps releases +> Upgrades super old Xcode projects to Xcode 8
@@ -10850,44 +10860,121 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gs_move_to_ready_for_sale + upgrade_super_old_xcode_project - - Gradoservice plugin to rule apps releases + Upgrades super old Xcode projects to Xcode 8 + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
gs_remove_from_testflight_review-Gradoservice plugin to rule apps releasesMetricPointsDescription
gs_get_release_notes-Gradoservice plugin to rule apps releasescontributors12The more contributors a project has, the more likely it is it stays alive
gs_get_app_status-Gradoservice plugin to rule apps releasessubscribers3More subscribers = more popular project
gs_move_rc_to_beta_review-Gradoservice plugin to rule apps releasesstars3More stars = more popular project
gs_start_external_testing-Gradoservice plugin to rule apps releasesforks5More forks = more people seem to use/modify this project
gs_reject_latest_version-Gradoservice plugin to rule apps releaseshas_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
gs_execute_commandreadme_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_issues-2Lots of open issues are not a good sign usually, unless the project is really popular
downloads540More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
664
+ +

verify_ipa_with_app_store_connect

+ +

via Onno Bergob

+ +> Uses altool to verify an ipa with App Store Connect. + + +
+Provided actions + + + + + + + + + + + + - +
NameCategoryDescription
verify_ipa_with_app_store_connect -Gradoservice plugin to rule apps releasesUses the command line tool iTMSTransporter provided with Xcode to verify the ipa.
@@ -10919,7 +11006,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -10939,12 +11026,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 14 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -10954,7 +11041,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 556 + 569 More downloads = more users have been using the plugin for a while @@ -10969,19 +11056,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
643
+
656
-

patch

+

gs_deliver

-

via Jimmy Dee

+

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

-> Apply and revert pattern-based patches to any text file. +> Gradoservice plugin to rule apps releases
@@ -10997,131 +11084,44 @@ 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. - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - -
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers6More 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 toogs_move_to_ready_for_sale-Gradoservice plugin to rule apps releases
readme_score50How well is the README of the document writtengs_remove_from_testflight_review-Gradoservice plugin to rule apps releases
age37Project that have been around for longer tend to be more stablegs_get_release_notes-Gradoservice plugin to rule apps releases
major_release0Post 1.0 releases are greatgs_get_app_status-Gradoservice plugin to rule apps releases
github_issues0Lots of open issues are not a good sign usually, unless the project is really populargs_move_rc_to_beta_review-Gradoservice plugin to rule apps releases
downloads461More downloads = more users have been using the plugin for a whilegs_start_external_testing-Gradoservice plugin to rule apps releases
tests60The more tests a plugin has, the bettergs_reject_latest_version-Gradoservice plugin to rule apps releases
- -
- -

- - Open on GitHub - -

- ------ - -
631
- -

verify_ipa_with_app_store_connect

- -

via Onno Bergob

- -> Uses altool to verify an ipa with App Store Connect. - - -
-Provided actions - - - - - - - - - - - + - +
NameCategoryDescription
verify_ipa_with_app_store_connectgs_execute_command -Uses the command line tool iTMSTransporter provided with Xcode to verify the ipa.Gradoservice plugin to rule apps releases
@@ -11153,7 +11153,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -11173,12 +11173,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 13 + 41 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -11188,7 +11188,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 537 + 563 More downloads = more users have been using the plugin for a while @@ -11203,13 +11203,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
621
+
644

semaphore

@@ -11285,7 +11285,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 @@ -11300,7 +11300,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 476 + 498 More downloads = more users have been using the plugin for a while @@ -11321,7 +11321,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
621
+
629

gs_project_flow_ios

@@ -11390,7 +11390,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 601 + 609 More downloads = more users have been using the plugin for a while @@ -11412,7 +11412,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
603
+
628

icon_banner

@@ -11493,7 +11493,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 @@ -11508,7 +11508,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 451 + 475 More downloads = more users have been using the plugin for a while @@ -11529,7 +11529,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
603
+
620

android_emulator

@@ -11605,7 +11605,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 @@ -11620,7 +11620,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 371 + 387 More downloads = more users have been using the plugin for a while @@ -11641,7 +11641,97 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
599
+
605
+ +

wpmreleasetoolkit

+ +

via Automattic

+ +> GitHub helper functions + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers69More subscribers = more popular project
stars30More stars = more popular project
forks45More 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-38Lots of open issues are not a good sign usually, unless the project is really popular
downloads287More downloads = more users have been using the plugin for a while
tests80The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
600

mobile_center

@@ -11717,7 +11807,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 @@ -11753,13 +11843,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
574
+
597
-

android_change_string_app_name

+

hours

-

via MaximusMcCann

+

via Rishabh Tayal

-> Change the app_name in the strings.xml file & revert method +> Record total time saved by fastlane
@@ -11775,14 +11865,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_change_string_app_name - - - Change the app_name in the strings.xml file & revert method - - - android_change_string_app_name_revert + hours - - Revert strings.xml app_name using ANDROID_CHANGE_STRING_APP_NAME_ORIGINAL_NAME + Record total time saved by fastlane @@ -11804,7 +11889,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 @@ -11814,12 +11899,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 3 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -11829,17 +11914,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 - 41 + 36 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -11849,7 +11934,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 465 + 446 More downloads = more users have been using the plugin for a while @@ -11864,19 +11949,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
570
+
596
-

rocket_chat

+

android_change_string_app_name

-

via Thiago Felix

+

via MaximusMcCann

-> Send message to Rocket.Chat right from fastlane +> Change the app_name in the strings.xml file & revert method
@@ -11892,9 +11977,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rocket_chat + android_change_string_app_name - - Send a success/error message to your RocketChat group + Change the app_name in the strings.xml file & revert method + + + android_change_string_app_name_revert + - + Revert strings.xml app_name using ANDROID_CHANGE_STRING_APP_NAME_ORIGINAL_NAME @@ -11916,22 +12006,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 - 0 + 3 More subscribers = more popular project stars - 6 + 0 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -11941,7 +12031,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 @@ -11956,17 +12046,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 - 444 + 486 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -11976,127 +12066,52 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
565
+
584
-

wpmreleasetoolkit

- -

via Automattic

+

versioning_ios

-> GitHub helper functions +

via Igor Lamoš

+> iOS Versioning Plugin for Fastlane
-Score details +Provided actions - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - + + + - - - - - -
MetricPointsNameCategory Description
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers66More subscribers = more popular project
stars31More stars = more popular project
forks50More 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
age31Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues-38Lots of open issues are not a good sign usually, unless the project is really popularios_set_build_number-Set the Build Number of your iOS project
downloads245More downloads = more users have been using the plugin for a whileios_get_build_number-Get the Build Number of your iOS project
tests80The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
561
- -

google_sheet_localize

- -

via Mario Hahn

- -> Creates .strings files for iOS and strings.xml files for Android - - -
-Provided actions - - - - - - - + + + - - - + - +
NameCategoryDescriptionios_set_version-Set the Version of your iOS project
google_sheet_localizeios_get_version -Creates .strings files for iOS and strings.xml files for AndroidGet the Version of your iOS project
@@ -12118,22 +12133,22 @@ 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 - 18 + 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 @@ -12143,12 +12158,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 + 36 Project that have been around for longer tend to be more stable @@ -12158,17 +12173,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 - 397 + 440 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -12178,19 +12193,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
556
+
581
-

hours

+

rocket_chat

-

via Rishabh Tayal

+

via Thiago Felix

-> Record total time saved by fastlane +> Send message to Rocket.Chat right from fastlane
@@ -12206,9 +12221,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - hours + rocket_chat - - Record total time saved by fastlane + Send a success/error message to your RocketChat group @@ -12230,17 +12245,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 - 3 + 6 More stars = more popular project @@ -12260,27 +12275,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 43 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 - 406 + 454 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -12290,19 +12305,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
545
+
570
-

s3_actions

+

google_sheet_localize

-

via Fernando Saragoca

+

via Mario Hahn

-> Download and upload files to AWS S3 +> Creates .strings files for iOS and strings.xml files for Android
@@ -12318,19 +12333,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - s3_download - - - Download a file from AWS S3 - - - s3_check_file - - - Check if file exists in AWS S3 - - - s3_upload + google_sheet_localize - - Upload a file to AWS S3 + Creates .strings files for iOS and strings.xml files for Android @@ -12352,22 +12357,22 @@ 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 - 0 + 18 More subscribers = more popular project stars - 1 + 17 More stars = more popular project forks - 10 + 15 More forks = more people seem to use/modify this project @@ -12382,7 +12387,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 29 Project that have been around for longer tend to be more stable @@ -12392,17 +12397,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 - 418 + 405 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -12412,19 +12417,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
543
+
560
-

versioning_ios

+

s3_actions

-

via Igor Lamoš

+

via Fernando Saragoca

-> iOS Versioning Plugin for Fastlane +> Download and upload files to AWS S3
@@ -12440,24 +12445,19 @@ 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 + s3_download - - Get the Build Number of your iOS project + Download a file from AWS S3 - ios_set_version + s3_check_file - - Set the Version of your iOS project + Check if file exists in AWS S3 - ios_get_version + s3_upload - - Get the Version of your iOS project + Upload a file to AWS S3 @@ -12484,17 +12484,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 3 + 1 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -12504,12 +12504,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 @@ -12519,17 +12519,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 - 400 + 432 More downloads = more users have been using the plugin for a while tests - 51 + 0 The more tests a plugin has, the better @@ -12539,19 +12539,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
543
+
558
-

cryptex

+

find_replace_string

-

via Helmut Januschka

+

via Jonathan Ritchie

-> fastlane Crypt Store Git repo +> Find a string in a file and replace it with a new one.
@@ -12567,14 +12567,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - cryptex - - - Secure Git-Backed Storage - - - cryptex_generate_keystore + find_replace_string - - Generate a new Android Keystore + Find and replace a string in a project file @@ -12596,22 +12591,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 36 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 12 + 0 More subscribers = more popular project stars - 26 + 0 More stars = more popular project forks - 55 + 5 More forks = more people seem to use/modify this project @@ -12621,12 +12616,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 + 40 Project that have been around for longer tend to be more stable @@ -12636,12 +12631,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 - 303 + 459 More downloads = more users have been using the plugin for a while @@ -12656,19 +12651,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
525
+
551
-

translate_gpt

+

cryptex

-

via Aleksei Cherepanov

+

via Helmut Januschka

-> This fastlane plugin provides an easy way to use the OpenAI GPT language model to translate strings in your iOS application. +> fastlane Crypt Store Git repo
@@ -12684,9 +12679,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - translate_gpt + cryptex - - Translate a strings file using OpenAI's GPT API + Secure Git-Backed Storage + + + cryptex_generate_keystore + - + Generate a new Android Keystore @@ -12708,22 +12708,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 - 9 + 12 More subscribers = more popular project stars - 16 + 26 More stars = more popular project forks - 420 + 55 More forks = more people seem to use/modify this project @@ -12738,7 +12738,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 2 + 43 Project that have been around for longer tend to be more stable @@ -12748,12 +12748,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 - 5 + 310 More downloads = more users have been using the plugin for a while @@ -12768,19 +12768,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
524
+
548
-

find_replace_string

+

mattermost

-

via Jonathan Ritchie

+

via cpfriend1721994

-> Find a string in a file and replace it with a new one. +> Fastlane plugin for push messages to Mattermost
@@ -12796,9 +12796,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - find_replace_string + mattermost - - Find and replace a string in a project file + Fastlane plugin for push messages to Mattermost @@ -12820,22 +12820,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 + 3 More subscribers = more popular project stars - 0 + 4 More stars = more popular project forks - 5 + 15 More forks = more people seem to use/modify this project @@ -12850,22 +12850,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 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 - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 426 + 429 More downloads = more users have been using the plugin for a while @@ -12880,19 +12880,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
510
+
530
-

jira_util

+

bitrise_automation

-

via %q{Alexey Martynov}

+

via Mario Cecchi

-> %q{Create JIRA issues and manage versions with this plugin} +> Trigger builds on Bitrise, check their status and download artifacts using Fastlane
@@ -12908,34 +12908,131 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - release_jira_version + bitrise_build_artifacts - - Releases a version in your JIRA project + Get the list or full contents of the artifacts produced by a build on Bitrise - get_jira_release_report_link + trigger_bitrise_workflow - - Return link to JIRA release report. + Trigger a Bitrise workflow with the specified parameters, synchronously or asynchronously - create_jira_issue + bitrise_build_status - - Creates a new issue in your JIRA project + Get the status of the Bitrise build + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
update_jira_version-Creates a new version in your JIRA projectMetricPointsDescription
create_jira_version-Creates a new version in your JIRA projectcontributors0The more contributors a project has, the more likely it is it stays alive
get_jira_versionsubscribers36More 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
age20Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues-1Lots of open issues are not a good sign usually, unless the project is really popular
downloads394More downloads = more users have been using the plugin for a while
tests80The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
527
+ +

translate_gpt

+ +

via Aleksei Cherepanov

+ +> This fastlane plugin provides an easy way to use the OpenAI GPT language model to translate strings in your iOS application. + + +
+Provided actions + + + + + + + + + + + + - +
NameCategoryDescription
translate_gpt -Finds project version in your JIRA project by id or by nameTranslate a strings file using OpenAI's GPT API
@@ -12962,17 +13059,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 9 More subscribers = more popular project stars - 0 + 16 More stars = more popular project forks - 0 + 420 More forks = more people seem to use/modify this project @@ -12987,7 +13084,7 @@ 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 @@ -13002,7 +13099,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 392 + 6 More downloads = more users have been using the plugin for a while @@ -13017,19 +13114,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
502
+
522
-

bitrise_automation

+

swiftformat

-

via Mario Cecchi

+

via Felix Mau

-> Trigger builds on Bitrise, check their status and download artifacts using Fastlane +> Run swift code formatting using SwiftFormat
@@ -13045,19 +13142,9 @@ 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 - - - Trigger a Bitrise workflow with the specified parameters, synchronously or asynchronously - - - bitrise_build_status - - - Get the status of the Bitrise build + swiftformat + testing + Run swift code formatting using SwiftFormat @@ -13084,22 +13171,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 36 + 3 More subscribers = more popular project stars - 1 + 4 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 @@ -13109,7 +13196,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 23 Project that have been around for longer tend to be more stable @@ -13119,17 +13206,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 - 367 + 384 More downloads = more users have been using the plugin for a while tests - 80 + 33 The more tests a plugin has, the better @@ -13139,19 +13226,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
493
+
520
-

mattermost

+

jira_util

-

via cpfriend1721994

+

via %q{Alexey Martynov}

-> Fastlane plugin for push messages to Mattermost +> %q{Create JIRA issues and manage versions with this plugin}
@@ -13167,9 +13254,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - mattermost + release_jira_version - - Fastlane plugin for push messages to Mattermost + 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 @@ -13201,12 +13313,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 0 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -13216,27 +13328,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 - 19 + 43 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 - 375 + 401 More downloads = more users have been using the plugin for a while @@ -13251,13 +13363,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
476
+
502

android_versioning_kts

@@ -13358,7 +13470,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 25 Project that have been around for longer tend to be more stable @@ -13373,7 +13485,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 318 + 343 More downloads = more users have been using the plugin for a while @@ -13394,13 +13506,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
473
+
487
-

swiftformat

+

git_switch_branch

-

via Felix Mau

+

via zhangqi

-> Run swift code formatting using SwiftFormat +> switch to branch
@@ -13416,9 +13528,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - swiftformat - testing - Run swift code formatting using SwiftFormat + git_switch_branch + - + switch to branch @@ -13440,7 +13552,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 @@ -13450,12 +13562,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -13465,12 +13577,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 - 22 + 38 Project that have been around for longer tend to be more stable @@ -13485,12 +13597,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 336 + 391 More downloads = more users have been using the plugin for a while tests - 33 + 3 The more tests a plugin has, the better @@ -13500,19 +13612,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
472
+
478
-

notarize

+

file_manager

-

via Zeplin, Inc.

+

via Jason Nam

-> fastlane plugin to notarize a macOS app +> Copy and remove files
@@ -13528,9 +13640,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - notarize - deprecated - Notarizes a macOS app + remove_files + - + Remove files + + + copy_files + - + Copy files @@ -13557,17 +13674,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 60 + 3 More subscribers = more popular project stars - 64 + 1 More stars = more popular project forks - 35 + 0 More forks = more people seem to use/modify this project @@ -13582,27 +13699,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 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 - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 188 + 371 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -13612,19 +13729,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
455
+
475
-

setup_app_feedback_sdk

+

notarize

-

via Yahoo Japan Corporation

+

via Zeplin, Inc.

-> Setup the Info.plist for App Feedback SDK +> fastlane plugin to notarize a macOS app
@@ -13640,9 +13757,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - setup_app_feedback_sdk - - - Setup the Info.plist for App Feedback SDK + notarize + deprecated + Notarizes a macOS app @@ -13669,17 +13786,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 21 + 60 More subscribers = more popular project stars - 2 + 64 More stars = more popular project forks - 0 + 35 More forks = more people seem to use/modify this project @@ -13694,27 +13811,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 29 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 - 326 + 190 More downloads = more users have been using the plugin for a while tests - 9 + 0 The more tests a plugin has, the better @@ -13724,19 +13841,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
454
+
466
-

git_switch_branch

+

setup_app_feedback_sdk

-

via zhangqi

+

via Yahoo Japan Corporation

-> switch to branch +> Setup the Info.plist for App Feedback SDK
@@ -13752,9 +13869,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_switch_branch + setup_app_feedback_sdk - - switch to branch + Setup the Info.plist for App Feedback SDK @@ -13776,17 +13893,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 + 21 More subscribers = more popular project stars - 1 + 2 More stars = more popular project @@ -13801,12 +13918,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 + 29 Project that have been around for longer tend to be more stable @@ -13816,17 +13933,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 - 359 + 336 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -13836,19 +13953,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
450
+
456
-

jira_versions

+

simple_loco

-

via Sandy Chapman

+

via Yves Delcoigne

-> Manage your JIRA project's releases/versions with this plugin. +> A simple implementation for exporting translations from Loco.
@@ -13864,19 +13981,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - release_jira_version - - - Releases a version in your JIRA project - - - create_jira_version - - - Creates a new version in your JIRA project - - - get_jira_versions + simple_loco - - Gets a list of all versions for a JIRA project + A simple implementation for exporting translations from Loco. @@ -13898,7 +14005,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 @@ -13908,12 +14015,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 14 + 3 More stars = more popular project forks - 15 + 10 More forks = more people seem to use/modify this project @@ -13928,22 +14035,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 19 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 - 294 + 318 More downloads = more users have been using the plugin for a while @@ -13958,13 +14065,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
446
+
451

code_push

@@ -14055,7 +14162,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 40 Project that have been around for longer tend to be more stable @@ -14070,7 +14177,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 266 + 270 More downloads = more users have been using the plugin for a while @@ -14091,13 +14198,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
442
+
451
-

pretty_junit

+

jira_versions

-

via GaryJohnson

+

via Sandy Chapman

-> Pretty JUnit test results for your Android projects. +> Manage your JIRA project's releases/versions with this plugin.
@@ -14113,9 +14220,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - pretty_junit + release_jira_version - - Pretty JUnit test results for your Android projects. + 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 @@ -14137,22 +14254,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 - 21 + 3 More subscribers = more popular project stars - 1 + 14 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -14162,12 +14279,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 + 43 Project that have been around for longer tend to be more stable @@ -14177,12 +14294,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 - 324 + 294 More downloads = more users have been using the plugin for a while @@ -14197,19 +14314,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
440
+
449
-

file_manager

+

pretty_junit

-

via Jason Nam

+

via GaryJohnson

-> Copy and remove files +> Pretty JUnit test results for your Android projects.
@@ -14225,14 +14342,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - remove_files - - - Remove files - - - copy_files + pretty_junit - - Copy files + Pretty JUnit test results for your Android projects. @@ -14254,12 +14366,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 @@ -14279,12 +14391,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 - 26 + 43 Project that have been around for longer tend to be more stable @@ -14299,12 +14411,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 334 + 330 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -14314,19 +14426,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
436
+
442
-

lokalise

+

applivery

-

via Abbas Jaffery

+

via Alejandro Jimenez

-> Sync metadata with Lokalise +> Upload new build to Applivery
@@ -14342,19 +14454,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 - - - Upload metadata to lokalise. + applivery + beta + Upload new iOS or Android build to Applivery @@ -14381,17 +14483,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 9 More subscribers = more popular project stars - 0 + 12 More stars = more popular project forks - 5 + 20 More forks = more people seem to use/modify this project @@ -14406,7 +14508,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 @@ -14416,12 +14518,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 - 301 + 254 More downloads = more users have been using the plugin for a while @@ -14436,19 +14538,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
433
+
439
-

applivery

+

lokalise

-

via Alejandro Jimenez

+

via Abbas Jaffery

-> Upload new build to Applivery +> Sync metadata with Lokalise
@@ -14464,9 +14566,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - applivery - beta - Upload new iOS or Android build to Applivery + add_keys_to_lokalise + - + Add keys to lokalise + + + lokalise + - + Download Lokalise localization + + + lokalise_metadata + - + Upload metadata to lokalise. @@ -14493,17 +14605,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 0 More subscribers = more popular project stars - 12 + 0 More stars = more popular project forks - 20 + 5 More forks = more people seem to use/modify this project @@ -14518,7 +14630,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 @@ -14528,12 +14640,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 - 246 + 303 More downloads = more users have been using the plugin for a while @@ -14548,13 +14660,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
432
+
437

fir_cli

@@ -14630,7 +14742,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 @@ -14645,7 +14757,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 204 + 208 More downloads = more users have been using the plugin for a while @@ -14666,13 +14778,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
429
+
434
-

secret_keeper

+

git_status

-

via Daniel Jankowski

+

via Bruno Coelho

-> secret_keeper is a wrapped on keychain access. +> Show the status of one or multiple files/directories
@@ -14688,19 +14800,9 @@ 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 - - - read_item_from_keychain + git_status - - Reads the password from the keychain for a given item + Show the status of one or multiple files/directories @@ -14722,7 +14824,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 @@ -14732,7 +14834,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -14752,12 +14854,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 42 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -14767,12 +14869,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 293 + 304 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -14782,19 +14884,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
421
+
433
-

simple_loco

+

microsft_teams_message_card

-

via Yves Delcoigne

+

via Dorian Cheignon

-> A simple implementation for exporting translations from Loco. +> Send a message card to your Microsoft teams channel
@@ -14810,9 +14912,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - simple_loco - - - A simple implementation for exporting translations from Loco. + microsft_teams_message_card + notifications + Send a message card to your Microsoft teams channel @@ -14844,12 +14946,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -14859,7 +14961,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 @@ -14869,7 +14971,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -14879,7 +14981,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 285 + 364 More downloads = more users have been using the plugin for a while @@ -14894,21 +14996,53 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
412
+
431
-

polidea

+

secret_keeper

-

via Piotrek Dubiel

+

via Daniel Jankowski

-> Polidea's fastlane action +> secret_keeper is a wrapped on keychain access. +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
remove_item_from_keychain-Removes the credentials from the keychain on behalf of the user
add_item_to_keychain-Adds the credentials to the keychain on behalf of the user
read_item_from_keychain-Reads the password from the keychain for a given item
+ +
+
Score details @@ -14929,12 +15063,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 2 More stars = more popular project @@ -14949,12 +15083,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 + 29 Project that have been around for longer tend to be more stable @@ -14969,12 +15103,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 362 + 294 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -14984,20 +15118,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
408
+
418
-

git_status

+

firebase_management

-

via Bruno Coelho

+

via Ackee

-> Show the status of one or multiple files/directories +> Unofficial tool to access Firebase project settings
@@ -15013,9 +15146,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_status + firebase_management_add_app - - Show the status of one or multiple files/directories + Add new app to Firebase project + + + firebase_management_list + - + List all Firebase projects and their apps + + + firebase_management_download_config + - + Download configuration file for Firebase app @@ -15037,22 +15180,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 + 15 More subscribers = more popular project stars - 0 + 8 More stars = more popular project forks - 0 + 25 More forks = more people seem to use/modify this project @@ -15067,12 +15210,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 40 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -15082,12 +15225,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 279 + 227 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -15097,52 +15240,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
401
- -

firebase_management

- -

via Ackee

- -> Unofficial tool to access Firebase project settings +
416
+

polidea

-
-Provided actions +

via Piotrek Dubiel

- - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
firebase_management_add_app-Add new app to Firebase project
firebase_management_list-List all Firebase projects and their apps
firebase_management_download_config-Download configuration file for Firebase app
+> Polidea's fastlane action -
@@ -15164,17 +15275,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 15 + 0 More subscribers = more popular project stars - 8 + 0 More stars = more popular project forks - 25 + 0 More forks = more people seem to use/modify this project @@ -15184,12 +15295,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 - 39 + 0 Project that have been around for longer tend to be more stable @@ -15204,12 +15315,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 211 + 366 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -15219,19 +15330,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
401
+
415
-

microsft_teams_message_card

+

upload_to_server

-

via Dorian Cheignon

+

via Maxim Toyberman

-> Send a message card to your Microsoft teams channel +> Upload IPA and APK to your own server
@@ -15247,9 +15359,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - microsft_teams_message_card - notifications - Send a message card to your Microsoft teams channel + upload_to_server + - + - @@ -15281,12 +15393,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 19 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -15301,7 +15413,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 18 + 33 Project that have been around for longer tend to be more stable @@ -15316,12 +15428,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 332 + 291 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -15331,19 +15443,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
398
+
415
-

jira_set_fix_version

+

teams_bot

-

via Tommy Sadiq Hinrichsen

+

via Hugo EXTRAT

-> Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name +> Easily alert a Microsoft Teams channel
@@ -15359,9 +15471,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_set_fix_version + teams_bot - - Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name + Easily send a message to a Microsoft Teams channel through the Webhook connector @@ -15383,22 +15495,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 - 3 + 1 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -15413,7 +15525,7 @@ 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 @@ -15428,7 +15540,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 239 + 285 More downloads = more users have been using the plugin for a while @@ -15443,13 +15555,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
398
+
408

jira_issue_details

@@ -15525,7 +15637,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 30 Project that have been around for longer tend to be more stable @@ -15540,7 +15652,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 275 + 284 More downloads = more users have been using the plugin for a while @@ -15561,13 +15673,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
397
+
407
-

upload_to_server

+

analyze_ios_ipa

-

via Maxim Toyberman

+

via xiongzenghui

-> Upload IPA and APK to your own server +> analysis iOS app/ipa multiple data. eg: 1) ipa basic info 2) Size occupied by each component = code + resource
@@ -15583,9 +15695,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_server - - + analyze_ios_ipa - + analysis iOS app/ipa multiple data. eg: 1) ipa basic info 2) Size occupied by each component = code + resource @@ -15617,12 +15729,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 19 + 0 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -15632,12 +15744,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 - 32 + 26 Project that have been around for longer tend to be more stable @@ -15652,12 +15764,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 274 + 302 More downloads = more users have been using the plugin for a while tests - 9 + 6 The more tests a plugin has, the better @@ -15667,20 +15779,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
395
+
405
-

retry

+

try_scan

-

via gmgchow

+

via Alexey Alter-Pesotskiy

-> Retries failed XCUITest test cases +> The easiest way to retry your fastlane scan action + + +
+Provided actions + + + + + + + + + + + + + + + +
NameCategoryDescription
try_scantestingSimple way to retry your scan action
+ +
@@ -15702,12 +15836,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project stars - 0 + 7 More stars = more popular project @@ -15722,12 +15856,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 + 20 Project that have been around for longer tend to be more stable @@ -15742,7 +15876,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 345 + 272 More downloads = more users have been using the plugin for a while @@ -15757,43 +15891,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
390
- -

analyze_ios_ipa

- -

via xiongzenghui

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

android_change_app_name

-
-Provided actions +

via MaximusMcCann

- - - - - - - - - - - - - - - -
NameCategoryDescription
analyze_ios_ipa-analysis iOS app/ipa multiple data. eg: 1) ipa basic info 2) Size occupied by each component = code + resource
+> Changes the manifest's label attribute (appName). Stores the original name for revertinng. -
@@ -15815,7 +15926,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -15835,12 +15946,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 - 25 + 0 Project that have been around for longer tend to be more stable @@ -15855,12 +15966,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 286 + 384 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -15870,19 +15981,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
388
+
402
-

create_merge_request

+

google_chat

-

via masashi mizuno

+

via Narlei Américo Moreira

-> This will create a new merge request on GitLab. +> Send messages to Google Chat
@@ -15898,9 +16010,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_merge_request - source_control - This will create a new marge request on GitLab + google_chat + - + Send messages to Google Chat @@ -15922,7 +16034,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 @@ -15932,12 +16044,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 13 More stars = more popular project forks - 10 + 5 More forks = more people seem to use/modify this project @@ -15947,12 +16059,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 - 25 + 27 Project that have been around for longer tend to be more stable @@ -15967,12 +16079,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 258 + 297 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -15982,19 +16094,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
387
+
402
-

google_chat

+

create_merge_request

-

via Narlei Américo Moreira

+

via masashi mizuno

-> Send messages to Google Chat +> This will create a new merge request on GitLab.
@@ -16010,9 +16122,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - google_chat - - - Send messages to Google Chat + create_merge_request + source_control + This will create a new marge request on GitLab @@ -16034,7 +16146,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 @@ -16044,12 +16156,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 13 + 1 More stars = more popular project forks - 5 + 10 More forks = more people seem to use/modify this project @@ -16059,7 +16171,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 @@ -16079,12 +16191,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 283 + 271 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -16094,19 +16206,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
381
+
401
-

gmail

+

jira_set_fix_version

-

via Alexander Ignition

+

via Tommy Sadiq Hinrichsen

-> send mail from gmail +> Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name
@@ -16122,9 +16234,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gmail + jira_set_fix_version - - A short description with <= 80 characters of what this action does + Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name @@ -16146,22 +16258,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 - 21 + 9 More subscribers = more popular project stars - 7 + 3 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -16176,12 +16288,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 35 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -16191,12 +16303,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 230 + 241 More downloads = more users have been using the plugin for a while tests - 18 + 3 The more tests a plugin has, the better @@ -16206,42 +16318,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
379
- -

cosigner

- -

via André Pacheco Neves, Luís Portela Afonso

- -> A fastlane plugin to help you sign your iOS builds +
395
+

retry

-
-Provided actions +

via gmgchow

- - - - - - - - - - - - - - - -
NameCategoryDescription
cosigner-A fastlane plugin to help you sign your iOS builds
+> Retries failed XCUITest test cases -
@@ -16258,22 +16348,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 - 39 + 0 More subscribers = more popular project stars - 21 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -16283,12 +16373,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 - 40 + 0 Project that have been around for longer tend to be more stable @@ -16303,7 +16393,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 162 + 345 More downloads = more users have been using the plugin for a while @@ -16318,19 +16408,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
376
+
389
-

try_scan

+

app_info

-

via Alexey Alter-Pesotskiy

+

via icyleaf

-> The easiest way to retry your fastlane scan action +> Teardown tool for mobile app(ipa, apk and aab files), analysis metedata like version, name, icon etc.
@@ -16346,9 +16437,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - try_scan - testing - Simple way to retry your scan action + app_info + - + Parse and dump mobile app(ipa, apk and aab file) metedata. @@ -16375,7 +16466,119 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers + 3 + More subscribers = more popular project + + + stars + 3 + More stars = more popular project + + + forks + 0 + More forks = more people seem to use/modify this project + + + has_mit_license + 20 + fastlane is MIT licensed, it's good to have plugins use MIT too + + + readme_score + 50 + How well is the README of the document written + + + age + 42 + 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 + 215 + More downloads = more users have been using the plugin for a while + + + tests + 57 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
387
+ +

gmail

+ +

via Alexander Ignition

+ +> send mail from gmail + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
gmail-A short description with <= 80 characters of what this action does
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + @@ -16400,7 +16603,119 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors 6The more contributors a project has, the more likely it is it stays alive
subscribers21 More subscribers = more popular project
age1930Project 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
downloads235More downloads = more users have been using the plugin for a while
tests18The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
383
+ +

cosigner

+ +

via André Pacheco Neves, Luís Portela Afonso

+ +> A fastlane plugin to help you sign your iOS builds + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
cosigner-A fastlane plugin to help you sign your iOS builds
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -16415,7 +16730,331 @@ 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
subscribers39More subscribers = more popular project
stars21More 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
age41 Project that have been around for longer tend to be more stable
downloads244165More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
373
+ +

sharethemeal

+ +

via Helmut Januschka

+ +> ShareTheMeal + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
sharethemeal-Donate food via ShareTheMeal
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors18The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars7More stars = more popular project
forks10More 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
age43Project 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
downloads219More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
371
+ +

androidmanifest_editor

+ +

via 任福新

+ +> edit meta-data in AndroidManifest.xml + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
modify_meta_data-edit meta-data in AndroidManifest.xml
modify_intent_scheme-edit scheme data of intent-filter in AndroidManifest.xml
androidmanifest_editor-edit meta-data in AndroidManifest.xml
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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
age30Project 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
downloads290More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
369
+ +

profile_expiration_info

+ +

via Steven Chung

+ +> Returns if the provisioning profile has expired and the DateTime it expires + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -16430,21 +17069,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
375
+
366
-

android_change_app_name

+

clubmate

-

via MaximusMcCann

+

via KrauseFx

-> Changes the manifest's label attribute (appName). Stores the original name for revertinng. +> Print the Club Mate logo in your build output +
+Provided actions + +
MetricPointsDescription
contributors12The 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
downloads337 More downloads = more users have been using the plugin for a while
+ + + + + + + + + + + + + + +
NameCategoryDescription
clubmate-Print a Club Mate in your build output
+ +
+
Score details @@ -16460,17 +17121,17 @@ 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 + 6 More subscribers = more popular project stars - 0 + 8 More stars = more popular project @@ -16485,12 +17146,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 + 45 Project that have been around for longer tend to be more stable @@ -16505,12 +17166,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 355 + 216 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -16520,20 +17181,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
372
+
364
-

app_info

+

ci_changelog

via icyleaf

-> Teardown tool for mobile app(ipa, apk and aab files), analysis metedata like version, name, icon etc. +> Automate generate changelog between previous build failed and the latest commit of scm in CI
@@ -16549,9 +17209,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - app_info + ci_changelog + - - - Parse and dump mobile app(ipa, apk and aab file) metedata. @@ -16578,17 +17238,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 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 @@ -16603,7 +17263,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 43 Project that have been around for longer tend to be more stable @@ -16613,17 +17273,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 - 199 + 154 More downloads = more users have been using the plugin for a while tests - 57 + 80 The more tests a plugin has, the better @@ -16633,19 +17293,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
370
+
361
-

sharethemeal

+

android_sdk_update

-

via Helmut Januschka

+

via Philipp Burgk, Michael Ruhl

-> ShareTheMeal +> Install required Android-SDK packages
@@ -16661,9 +17321,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sharethemeal + android_sdk_update - - Donate food via ShareTheMeal + Install and update required Android-SDK packages @@ -16685,22 +17345,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 + 27 More subscribers = more popular project stars - 7 + 10 More stars = more popular project forks - 10 + 20 More forks = more people seem to use/modify this project @@ -16715,27 +17375,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 39 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 - 217 + 157 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -16745,19 +17405,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
367
+
358
-

profile_expiration_info

+

github_job_status

-

via Steven Chung

+

via Justin Singer

-> Returns if the provisioning profile has expired and the DateTime it expires +> Post the status of your test jobs to your pull requests @@ -16820,7 +17480,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 335 + 326 More downloads = more users have been using the plugin for a while @@ -16835,19 +17495,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
362
+
351
-

clubmate

+

airwatch_workspaceone

-

via KrauseFx

+

via Ram Awadhesh Sharan

-> Print the Club Mate logo in your build output +> The main purpose of this plugin is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise instance/console.
@@ -16863,9 +17523,49 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clubmate + add_or_update_assignments - - Print a Club Mate in your build output + The main purpose of this action is to add a new smart group assignment to an application or to update an existing smart group assignment of an application with a given dictionary of deployment/assignment parameters. If a smart group name is provided which does not exist yet on Console, assignment for that smart group is ignored. + + + unretire_specific_version + - + The main purpose of this action is to unretire a specific version of an application. This action takes a string parameter where you can specify the version number to unretire. + + + retire_previous_versions + - + The main purpose of this action is to retire previous active versions of an application. This action takes a string parameter where you can specify the number of latest versions to keep if you do not want to retire all the previous active versions. + + + delete_specific_version + - + The main purpose of this action is to delete a specific version of an application. This action takes a string parameter where you can specify the version number to delete. + + + latest_version + - + The main purpose of this action is to find the version number of the latest version of the app on the console and output the same. It also finds and outputs arrays of active app version numbers and retired app version numbers of the app. + + + deploy_build + - + The main purpose of this action is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise console. + + + delete_previous_versions + - + The main purpose of this action is to delete versions of an application. This action takes a string parameter where you can specify the number of latest versions to keep if you do not want to delete all the versions. + + + retire_specific_version + - + The main purpose of this action is to retire a specific version of an application. This action takes a string parameter where you can specify the version number to retire. + + + unretire_all_versions + - + The main purpose of this action is to unretire all retired versions of an application. @@ -16887,7 +17587,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 @@ -16897,12 +17597,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 8 + 6 More stars = more popular project forks - 0 + 25 More forks = more people seem to use/modify this project @@ -16917,12 +17617,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 27 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -16932,7 +17632,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 213 + 184 More downloads = more users have been using the plugin for a while @@ -16947,19 +17647,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
362
+
351
-

ci_changelog

+

create_bitbucket_pull_request

-

via icyleaf

+

via Issarapong Poesua

-> Automate generate changelog between previous build failed and the latest commit of scm in CI +> This lane creates create bitbucket pull request
@@ -16975,9 +17675,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ci_changelog - - + create_bitbucket_pull_request - + This lane creates create bitbucket pull request @@ -17004,17 +17704,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 6 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -17024,17 +17724,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 - 42 + 22 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -17044,12 +17744,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 153 + 247 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -17059,21 +17759,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
356
+
346
-

github_job_status

+

xcode_log_parser

-

via Justin Singer

+

via KrauseFx

-> Post the status of your test jobs to your pull requests +> Convert the Xcode plist log to a JUnit report +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
trainer-Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed
+ +
+
Score details @@ -17089,22 +17811,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 30 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 12 More subscribers = more popular project stars - 0 + 102 More stars = more popular project forks - 0 + 60 More forks = more people seem to use/modify this project @@ -17114,12 +17836,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 + 44 Project that have been around for longer tend to be more stable @@ -17129,17 +17851,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -5 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 324 + 9 More downloads = more users have been using the plugin for a while tests - 0 + 24 The more tests a plugin has, the better @@ -17149,19 +17871,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
350
+
345
-

android_sdk_update

+

swiftlint_codequality

-

via Philipp Burgk, Michael Ruhl

+

via Mads Bøgeskov

-> Install required Android-SDK packages +> Converts SwiftLint reports into GitLab support CodeQuality reports
@@ -17177,9 +17899,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_sdk_update + swiftlint_codequality - - Install and update required Android-SDK packages + Converts SwiftLint reports into GitLab support CodeQuality reports @@ -17206,17 +17928,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 27 + 3 More subscribers = more popular project stars - 10 + 0 More stars = more popular project forks - 20 + 5 More forks = more people seem to use/modify this project @@ -17226,12 +17948,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 - 39 + 25 Project that have been around for longer tend to be more stable @@ -17241,17 +17963,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 - 146 + 213 More downloads = more users have been using the plugin for a while tests - 9 + 24 The more tests a plugin has, the better @@ -17261,19 +17983,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
350
+
345
-

androidmanifest_editor

+

changelog_generator

-

via 任福新

+

via Fernando Saragoca

-> edit meta-data in AndroidManifest.xml +> Changelog generation based on merged pull requests & tags
@@ -17289,19 +18011,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - modify_meta_data - - - edit meta-data in AndroidManifest.xml - - - modify_intent_scheme + generate_changelog - - edit scheme data of intent-filter in AndroidManifest.xml + Changelog generation based on merged pull requests & tags - androidmanifest_editor + generate_release_changelog - - edit meta-data in AndroidManifest.xml + Changelog generation based on merged pull requests & tags, filtered by one or two tags @@ -17323,22 +18040,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 - 0 + 8 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -17348,12 +18065,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 + 42 Project that have been around for longer tend to be more stable @@ -17363,17 +18080,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 - 270 + 210 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -17383,19 +18100,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
348
+
345
-

teams_bot

+

latest_appcenter_build_number

-

via Hugo EXTRAT

+

via Jack Spargo

-> Easily alert a Microsoft Teams channel +> Use AppCenter API to get the latest version and build number for an App Center app
@@ -17411,9 +18128,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - teams_bot + latest_appcenter_build_number - - Easily send a message to a Microsoft Teams channel through the Webhook connector + Gets latest version number of the app from AppCenter @@ -17440,17 +18157,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 1 + 2 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -17465,7 +18182,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 16 + 25 Project that have been around for longer tend to be more stable @@ -17480,12 +18197,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 219 + 153 More downloads = more users have been using the plugin for a while tests - 3 + 48 The more tests a plugin has, the better @@ -17495,19 +18212,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
347
+
342
-

airwatch_workspaceone

+

xcresult_to_junit

-

via Ram Awadhesh Sharan

+

via Shane Birdsall

-> The main purpose of this plugin is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise instance/console. +> Produces junit xml files from Xcode 11+ xcresult files
@@ -17523,49 +18240,121 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - add_or_update_assignments + xcresult_to_junit - - 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. + Produces junit xml files from Xcode 11+ xcresult files + + + +
+ + +
+Score details + + + - - - + + + + + + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + +
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.MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
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.subscribers3More subscribers = more popular project
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.stars8More stars = more popular project
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.forks20More forks = more people seem to use/modify this project
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.has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
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.readme_score50How well is the README of the document written
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.age24Project that have been around for longer tend to be more stable
unretire_all_versionsmajor_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads214More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
339
+ +

build_log_info

+ +

via tarappo

+ +> show build log info + + +
+Provided actions + + + + + + + + + + + + - +
NameCategoryDescription
build_log_info -The main purpose of this action is to unretire all retired versions of an application.build log information
@@ -17587,22 +18376,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 - 6 + 1 More stars = more popular project forks - 25 + 0 More forks = more people seem to use/modify this project @@ -17617,12 +18406,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 32 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -17632,12 +18421,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 181 + 230 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -17647,19 +18436,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
346
+
339
-

create_bitbucket_pull_request

+

instrumented_tests

-

via Issarapong Poesua

+

via Silviu Paragina

-> This lane creates create bitbucket pull request +> 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.
@@ -17675,9 +18464,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_bitbucket_pull_request + instrumented_tests - - This lane creates create bitbucket pull request + Run android instrumented tests via a gradle command againts a newly created avd @@ -17704,17 +18493,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 9 More subscribers = more popular project stars - 1 + 14 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -17724,27 +18513,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 - 21 + 44 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 - 243 + 188 More downloads = more users have been using the plugin for a while @@ -17759,19 +18548,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
345
+
339
-

xcode_log_parser

+

cerberus

-

via KrauseFx

+

via Harry Singh

-> Convert the Xcode plist log to a JUnit report +> Cerberus is a fastlane plugin for extracting Jira issues from commit messages and sharing information on its respective Jenkins job and HockeyApp upload.
@@ -17787,9 +18576,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - trainer + 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 + - - - Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed @@ -17811,22 +18615,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 - 12 + 57 More subscribers = more popular project stars - 102 + 6 More stars = more popular project forks - 60 + 15 More forks = more people seem to use/modify this project @@ -17841,7 +18645,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 31 Project that have been around for longer tend to be more stable @@ -17851,17 +18655,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 - 9 + 130 More downloads = more users have been using the plugin for a while tests - 24 + 30 The more tests a plugin has, the better @@ -17871,19 +18675,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
344
+
338
-

swiftlint_codequality

+

branch

-

via Mads Bøgeskov

+

via Branch, Jimmy Dee

-> Converts SwiftLint reports into GitLab support CodeQuality reports +> Adds Branch keys, custom URI schemes and domains to iOS and Android projects. Validates the Universal Link configuration for any Xcode project.
@@ -17899,9 +18703,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - swiftlint_codequality + update_action_docs - - Converts SwiftLint reports into GitLab support CodeQuality reports + 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. @@ -17923,17 +18747,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 + 24 More subscribers = more popular project stars - 0 + 8 More stars = more popular project @@ -17948,17 +18772,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 - 24 + 40 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -17968,12 +18792,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 213 + 105 More downloads = more users have been using the plugin for a while tests - 24 + 80 The more tests a plugin has, the better @@ -17983,19 +18807,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
343
+
338
-

changelog_generator

+

latest_hockeyapp_version_number

-

via Fernando Saragoca

+

via Travis Palmer

-> Changelog generation based on merged pull requests & tags +> Easily fetch the most recent HockeyApp version number for your app
@@ -18011,14 +18835,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - generate_changelog - - - Changelog generation based on merged pull requests & tags - - - generate_release_changelog + latest_hockeyapp_version_number - - Changelog generation based on merged pull requests & tags, filtered by one or two tags + Easily fetch the most recent HockeyApp version number for your app @@ -18040,17 +18859,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 - 8 + 6 More stars = more popular project @@ -18065,32 +18884,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 + 44 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 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 209 + 197 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -18100,7 +18919,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -18108,11 +18927,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
336
-

cerberus

+

xcconfig_actions

-

via Harry Singh

+

via Maksym Grebenets

-> Cerberus is a fastlane plugin for extracting Jira issues from commit messages and sharing information on its respective Jenkins job and HockeyApp upload. +> Adds actions to fastlane to work with xcconfig files
@@ -18128,24 +18947,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - 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 + build_settings_to_flags + building + Map xcconfig build settings to compiler and linker build flags - find_tickets - - - Extracts the Jira issue keys between commits + read_xcconfig + building + Read and resolve contents of xcconfig file and return as JSON - release_notes - - - - + validate_xcconfig + linting + Validate xcconfig file @@ -18167,12 +18981,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 - 57 + 3 More subscribers = more popular project @@ -18182,7 +18996,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 @@ -18197,27 +19011,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 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 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 128 + 115 More downloads = more users have been using the plugin for a while tests - 30 + 80 The more tests a plugin has, the better @@ -18227,19 +19041,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
336
+
335
-

branch

+

ftp

-

via Branch, Jimmy Dee

+

via Allan Vialatte

-> Adds Branch keys, custom URI schemes and domains to iOS and Android projects. Validates the Universal Link configuration for any Xcode project. +> Simple ftp upload and download for Fastlane
@@ -18255,35 +19069,105 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_action_docs + ftp - - Generate a standard action page for each action + Upload and Download files via FTP + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
update_readme-Update the contents of the README in this repoMetricPointsDescription
branch_reportprojectGenerate a brief summary or a full build report for your project.contributors0The more contributors a project has, the more likely it is it stays alive
setup_branchprojectconfiguration for Xcode projects.subscribers6More subscribers = more popular project
validate_universal_linksprojectValidates Universal Link configuration for an Xcode project.stars27More stars = more popular project
forks50More 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_issues-3Lots of open issues are not a good sign usually, unless the project is really popular
downloads138More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+

+ + Open on GitHub + +

+ +----- + +
334
+ +

rename_android_package

+ +

via Josh Holtz

+ +> Renames Android package + +
Score details @@ -18299,22 +19183,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 + 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 @@ -18324,12 +19208,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 - 39 + 0 Project that have been around for longer tend to be more stable @@ -18344,12 +19228,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 104 + 314 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -18359,19 +19243,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
332
+
333
-

latest_hockeyapp_version_number

+

souyuz

-

via Travis Palmer

+

via Felix Rudat

-> Easily fetch the most recent HockeyApp version number for your app +> A fastlane component to make Xamarin builds a breeze
@@ -18387,9 +19272,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - latest_hockeyapp_version_number + app_version - - Easily fetch the most recent HockeyApp version number for your app + Easily set or print app version with `app_version` + + + souyuz + - + Easily build and sign your app using `souyuz` @@ -18411,22 +19301,22 @@ 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 + 15 More subscribers = more popular project stars - 6 + 34 More stars = more popular project forks - 5 + 45 More forks = more people seem to use/modify this project @@ -18441,27 +19331,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 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 - -4 + -5 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 192 + 136 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -18471,19 +19361,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
330
+
333
-

souyuz

+

sftp

-

via Felix Rudat

+

via Oliver Limberg

-> A fastlane component to make Xamarin builds a breeze +> Plugin to upload files via SFTP
@@ -18499,14 +19389,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - app_version - - - Easily set or print app version with `app_version` + sftp_download + misc + download files from a remote Server via SFTP - souyuz - - - Easily build and sign your app using `souyuz` + sftp_upload + misc + upload files to a remote Server via SFTP @@ -18528,22 +19418,22 @@ 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 subscribers - 15 + 3 More subscribers = more popular project stars - 34 + 2 More stars = more popular project forks - 45 + 5 More forks = more people seem to use/modify this project @@ -18553,32 +19443,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 - 44 + 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 - -5 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 134 + 120 More downloads = more users have been using the plugin for a while tests - 0 + 63 The more tests a plugin has, the better @@ -18588,19 +19478,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
330
+
329
-

ftp

+

get_android_version

-

via Allan Vialatte

+

via MaximusMcCann

-> Simple ftp upload and download for Fastlane +> gets the android versionName and versionCode from the `AndroidManifest.xml` file located in the provided apk
@@ -18616,9 +19506,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ftp + get_android_version - - Upload and Download files via FTP + Gets the android versionName, versionCode and parsed appName (label) from AndroidManifest.xml file in provided apk @@ -18640,22 +19530,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 - 27 + 3 More stars = more popular project forks - 50 + 0 More forks = more people seem to use/modify this project @@ -18665,12 +19555,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 - 43 + 42 Project that have been around for longer tend to be more stable @@ -18680,12 +19570,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 - 134 + 227 More downloads = more users have been using the plugin for a while @@ -18700,19 +19590,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
330
+
327
-

latest_appcenter_build_number

+

android_version_manager

-

via Jack Spargo

+

via Jonathan Cardoso Machado

-> Use AppCenter API to get the latest version and build number for an App Center app +> Android's App Version Managment
@@ -18728,9 +19618,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - latest_appcenter_build_number + android_base + - - - Gets latest version number of the app from AppCenter @@ -18752,7 +19642,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 @@ -18762,7 +19652,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 3 More stars = more popular project @@ -18787,22 +19677,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 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 139 + 129 More downloads = more users have been using the plugin for a while tests - 48 + 80 The more tests a plugin has, the better @@ -18812,19 +19702,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
328
+
325
-

instrumented_tests

+

framer

-

via Silviu Paragina

+

via DrAL3X

-> 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. +> Create images combining app screenshots with templates to make nice pictures for the App Store
@@ -18840,9 +19730,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - instrumented_tests + framer - - Run android instrumented tests via a gradle command againts a newly created avd + Create images combining app screenshots to templates to make a nice \'screenshot\' to upload in App Store and Google Play @@ -18864,17 +19754,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 - 9 + 15 More subscribers = more popular project stars - 14 + 31 More stars = more popular project @@ -18899,22 +19789,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 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 - 178 + 58 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -18924,19 +19814,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
328
+
324
-

build_log_info

+

xml_editor

-

via tarappo

+

via Jonathan Ritchie

-> show build log info +> Generic xml editor for iOS and Android projects.
@@ -18952,9 +19842,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - build_log_info + xml_editor - - build log information + Generic XML file editor + + + xml_add + - + Generic XML file add content using XPath + + + xml_remove + - + Generic XML file remover using XPath + + + xml_set_attribute + - + Add XML attribute using XPath @@ -18986,12 +19891,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -19001,12 +19906,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 - 31 + 40 Project that have been around for longer tend to be more stable @@ -19016,17 +19921,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 - 220 + 221 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -19036,7 +19941,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -19044,11 +19949,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
323
-

framer

+

discord_notifier

-

via DrAL3X

+

via Nikos Theodosis

-> Create images combining app screenshots with templates to make nice pictures for the App Store +> Discord Notifier
@@ -19064,9 +19969,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - framer + discord_notifier - - Create images combining app screenshots to templates to make a nice \'screenshot\' to upload in App Store and Google Play + Discord Webhook Notifier @@ -19088,22 +19993,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 - 15 + 3 More subscribers = more popular project stars - 31 + 8 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -19118,27 +20023,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 21 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 - 57 + 219 More downloads = more users have been using the plugin for a while tests - 51 + 3 The more tests a plugin has, the better @@ -19148,19 +20053,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
321
+
318
-

get_android_version

+ -

via MaximusMcCann

+

via Aleksey Novikov

-> gets the android versionName and versionCode from the `AndroidManifest.xml` file located in the provided apk +> Plugin to add remote link to jira issue
@@ -19176,9 +20081,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_android_version + jira_issue_link - - Gets the android versionName, versionCode and parsed appName (label) from AndroidManifest.xml file in provided apk + Plugin to add remote link to jira issue @@ -19200,7 +20105,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 @@ -19210,7 +20115,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 0 More stars = more popular project @@ -19225,12 +20130,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 + 17 Project that have been around for longer tend to be more stable @@ -19245,7 +20150,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 219 + 225 More downloads = more users have been using the plugin for a while @@ -19260,19 +20165,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
321
+
317
-

xcconfig_actions

+

replace_file

-

via Maksym Grebenets

+

via Jonathan Ritchie

-> Adds actions to fastlane to work with xcconfig files +> Replace any file in your mobile project.
@@ -19288,19 +20193,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 + replace_file + - + Replace any file in your mobile project @@ -19327,12 +20222,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 6 + 0 More stars = more popular project @@ -19347,32 +20242,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 - 27 + 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 - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 101 + 223 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -19382,19 +20277,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
321
+
313
-

android_version_manager

+

xcresult_actions

-

via Jonathan Cardoso Machado

+

via yutailang0119

-> Android's App Version Managment +> fastlane actions for `.xcresult`
@@ -19410,9 +20305,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_base - - + summarize_xcresult_report - + Summarize about test coverage rate from `.xcresult` file @@ -19434,22 +20329,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 - 6 + 3 More subscribers = more popular project stars - 3 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -19464,7 +20359,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 20 Project that have been around for longer tend to be more stable @@ -19474,17 +20369,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 - 123 + 211 More downloads = more users have been using the plugin for a while tests - 80 + 9 The more tests a plugin has, the better @@ -19494,19 +20389,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
317
+
312
-

xcresult_to_junit

+

xcov_report

-

via Shane Birdsall

+

via Gianfranco Manganiello

-> Produces junit xml files from Xcode 11+ xcresult files +> Generate custom HTML for coverage
@@ -19522,9 +20417,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcresult_to_junit + xcov_report - - Produces junit xml files from Xcode 11+ xcresult files + Generate custom HTML for coverage @@ -19546,7 +20441,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 @@ -19556,12 +20451,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 8 + 4 More stars = more popular project forks - 20 + 5 More forks = more people seem to use/modify this project @@ -19576,22 +20471,22 @@ 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 major_release - 0 + 30 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 - 190 + 145 More downloads = more users have been using the plugin for a while @@ -19606,19 +20501,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
316
+
311
-

sftp

+

rollbar

-

via Oliver Limberg

+

via Evgrafov Denis

-> Plugin to upload files via SFTP +> Helps to upload sourcemaps/dsyms/proguard mapping/deploy report to Rollbar
@@ -19634,14 +20529,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sftp_download - misc - download files from a remote Server via SFTP + rollbar_proguard_upload + - + Helps to upload Proguard mappings to Rollbar - sftp_upload - misc - upload files to a remote Server via SFTP + 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 @@ -19663,7 +20568,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 @@ -19673,12 +20578,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 6 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -19693,12 +20598,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 21 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -19708,12 +20613,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 104 + 208 More downloads = more users have been using the plugin for a while tests - 63 + 3 The more tests a plugin has, the better @@ -19723,19 +20628,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
315
+
310
-

xml_editor

+

latest_hockey_build_number

-

via Jonathan Ritchie

+

via Sergii Stotskyi, Kirill Pahnev

-> Generic xml editor for iOS and Android projects. +> Gets latest version number of the app with the bundle id from HockeyApp
@@ -19751,24 +20656,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xml_editor - - - Generic XML file editor - - - xml_add - - - Generic XML file add content using XPath - - - xml_remove - - - Generic XML file remover using XPath - - - xml_set_attribute + latest_hockey_build_number - - Add XML attribute using XPath + Gets latest version number of the app with the bundle id from HockeyApp @@ -19790,22 +20680,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 - 0 + 3 More subscribers = more popular project stars - 0 + 3 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -19815,12 +20705,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 + 43 Project that have been around for longer tend to be more stable @@ -19830,12 +20720,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 - 213 + 176 More downloads = more users have been using the plugin for a while @@ -19850,21 +20740,48 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
309
+
310
-

resetsims

+

set_jira_fix_version

-

via Luís Esteves

+

via yuriy-tolstoguzov

-> Makes an reset on xcode simulators +> 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 @@ -19880,22 +20797,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 @@ -19905,32 +20822,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 + 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 - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 289 + 177 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -19940,20 +20857,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
308
+
309
-

discord_notifier

+

perfecto

-

via Nikos Theodosis

+

via Perfecto

-> Discord Notifier +> This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing
@@ -19969,9 +20885,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - discord_notifier + perfecto - - Discord Webhook Notifier + This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing @@ -19993,22 +20909,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 + 24 More subscribers = more popular project stars - 8 + 1 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -20023,7 +20939,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 20 + 23 Project that have been around for longer tend to be more stable @@ -20033,17 +20949,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 - 205 + 129 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -20053,47 +20969,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
306
- -

set_jira_fix_version

- -

via yuriy-tolstoguzov

- -> Adds fix version to specified JIRA issues. Creates version if needed +
309
+

resetsims

-
-Provided actions +

via Luís Esteves

- - - - - - - - - - - - - - - - - - - - -
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
+> Makes an reset on xcode simulators -
@@ -20110,22 +20999,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 - 2 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -20135,32 +21024,32 @@ 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 - 39 + 0 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 - 174 + 289 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -20170,19 +21059,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
305
+
302
-

replace_file

+

automated_test_emulator_run_xing

-

via Jonathan Ritchie

+

via Daniel Hartwich

-> Replace any file in your mobile project. +> 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.
@@ -20198,9 +21088,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - replace_file + automated_test_emulator_run_xing - - Replace any file in your mobile project + Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. @@ -20222,12 +21112,12 @@ 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 - 0 + 6 More subscribers = more popular project @@ -20237,7 +21127,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 @@ -20247,27 +21137,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 - 39 + 44 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 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 212 + 111 More downloads = more users have been using the plugin for a while @@ -20282,42 +21172,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
305
- - - -

via Aleksey Novikov

- -> Plugin to add remote link to jira issue +
300
+

slack_train

-
-Provided actions +

via Felix Krause

- - - - - - - - - - - - - - - -
NameCategoryDescription
jira_issue_link-Plugin to add remote link to jira issue
+> Show a train of the fastlane progress -
@@ -20339,7 +21207,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -20359,12 +21227,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 - 16 + 0 Project that have been around for longer tend to be more stable @@ -20379,12 +21247,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 213 + 280 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -20394,19 +21262,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
304
+
300
-

latest_hockey_build_number

+

get_unprovisioned_devices_from_hockey

-

via Sergii Stotskyi, Kirill Pahnev

+

via GaryJohnson

-> Gets latest version number of the app with the bundle id from HockeyApp +> Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices.
@@ -20422,9 +21291,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - latest_hockey_build_number + get_unprovisioned_devices_from_hockey - - Gets latest version number of the app with the bundle id from HockeyApp + Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices. @@ -20451,17 +21320,17 @@ 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 forks - 0 + 10 More forks = more people seem to use/modify this project @@ -20476,7 +21345,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 @@ -20491,7 +21360,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 171 + 132 More downloads = more users have been using the plugin for a while @@ -20506,21 +21375,83 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
304
+
299
-

rename_android_package

+

gs_versioning

-

via Josh Holtz

+

via SAVeselovskiy

-> Renames Android package +> Plugin for GradoService versioning system +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
gs_save_beta_version-Plugin for GradoService versioning system
gs_increment_rc_version-Plugin for GradoService versioning system
gs_get_beta_version-Plugin for GradoService versioning system
gs_increment_release_version-Plugin for GradoService versioning system
gs_get_release_version-Plugin for GradoService versioning system
gs_save_rc_version-Plugin for GradoService versioning system
gs_increment_beta_version-Plugin for GradoService versioning system
gs_get_rc_version-Plugin for GradoService versioning system
gs_save_release_version-Plugin for GradoService versioning system
+ +
+
Score details @@ -20541,7 +21472,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -20561,12 +21492,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 + 42 Project that have been around for longer tend to be more stable @@ -20581,12 +21512,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 284 + 206 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -20596,20 +21527,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
303
+
298
-

perfecto

+

uninow-sentry

-

via Perfecto

+

via Tom Krusch

-> This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing +> Upload symbols to Sentry
@@ -20625,9 +21555,39 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - perfecto + sentry_upload_sourcemap - - This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing + 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 @@ -20649,22 +21609,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 66 The more contributors a project has, the more likely it is it stays alive subscribers - 24 + 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 @@ -20679,12 +21639,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 45 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -20694,12 +21654,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 124 + 7 More downloads = more users have been using the plugin for a while tests - 51 + 80 The more tests a plugin has, the better @@ -20709,19 +21669,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
302
+
298
-

xcov_report

+

huawei_appgallery

-

via Gianfranco Manganiello

+

via Arne Kaiser

-> Generate custom HTML for coverage +> Plugin to deploy an app to the Huawei AppGallery
@@ -20737,9 +21697,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcov_report + huawei_appgallery - - Generate custom HTML for coverage + Plugin to deploy an app to the Huawei AppGallery @@ -20761,22 +21721,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 + 15 More subscribers = more popular project stars - 4 + 27 More stars = more popular project forks - 5 + 70 More forks = more people seem to use/modify this project @@ -20791,22 +21751,22 @@ 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 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 - 136 + 88 More downloads = more users have been using the plugin for a while @@ -20821,19 +21781,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
300
+
297
-

automated_test_emulator_run_xing

+

demo_mode

-

via Daniel Hartwich

+

via Florian Rauscha

-> 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. +> Sets your connected android devices to demo mode
@@ -20849,9 +21809,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - automated_test_emulator_run_xing + demo_mode - - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. + Sets your device to demo mode @@ -20873,17 +21833,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 36 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 0 + 4 More stars = more popular project @@ -20903,7 +21863,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 40 Project that have been around for longer tend to be more stable @@ -20913,12 +21873,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 - 110 + 130 More downloads = more users have been using the plugin for a while @@ -20933,19 +21893,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
299
+
296
-

xcresult_actions

+

bugsee

-

via yutailang0119

+

via Dmitry Fink

-> fastlane actions for `.xcresult` +> Bugsee symbols uploader
@@ -20961,9 +21921,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - summarize_xcresult_report + upload_symbols_to_bugsee + - - - Summarize about test coverage rate from `.xcresult` file @@ -21015,27 +21975,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 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 - 198 + 148 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -21045,42 +22005,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
299
- -

get_unprovisioned_devices_from_hockey

- -

via GaryJohnson

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

update_app_associated_domains

-
-Provided actions +

via Nicolas TRUTET

- - - - - - - - - - - - - - - -
NameCategoryDescription
get_unprovisioned_devices_from_hockey-Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices.
+> [iOS] Replace associated domains array for the key in the entitlement file. -
@@ -21102,17 +22040,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 @@ -21122,12 +22060,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 - 42 + 0 Project that have been around for longer tend to be more stable @@ -21142,12 +22080,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 132 + 263 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -21157,21 +22095,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
297
+
295
-

slack_train

+

automated_test_emulator_run_mik

-

via Felix Krause

+

via Kamil Krzyk

-> Show a train of the fastlane progress +> 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 @@ -21192,7 +22152,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -21212,17 +22172,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 + 44 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -21232,12 +22192,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 277 + 145 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -21247,20 +22207,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
297
+
291
-

uninow-sentry

+

ciutils

-

via Tom Krusch

+

via Nicolae Ghimbovschi

-> Upload symbols to Sentry +> Various utilities for iOS CI
@@ -21276,39 +22235,54 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sentry_upload_sourcemap + en_build_number - - Upload a sourcemap to a release of a project on Sentry + Get the value for build number from environment - sentry_finalize_release + en_install_provisioning_profiles - - Finalize a release for a project on Sentry + Copies recursively all provisioning profiles from current folder to system Provisioning Profiles - sentry_create_release + en_profile_name - - Create new releases for a project on Sentry + A short description with <= 80 characters of what this action does - sentry_upload_file + en_remove_keychain - - Upload files to a release of a project on Sentry + Removes the keychain setup by en_setup_keychain - sentry_upload_dsym + en_ci_utils_init - - Upload dSYM symbolication files to Sentry + Sets env variables for gym, scan, swiftlint and lizard actions - sentry_set_commits + en_setup_project - - Set commits of a release + Updates Xcode project, plist and entitlements file if config file is provided - sentry_upload_proguard + en_setup_keychain - - Upload mapping to a project on Sentry + 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) @@ -21330,17 +22304,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 66 + 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 + 5 More stars = more popular project @@ -21360,12 +22334,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 42 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -21375,12 +22349,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 165 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -21390,19 +22364,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
296
+
287
-

gs_versioning

+

jira_transition

-

via SAVeselovskiy

+

via Valerio Mazzeo

-> Plugin for GradoService versioning system +> Apply a JIRA transition to issues mentioned in the changelog
@@ -21418,49 +22392,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 + jira_transition - - Plugin for GradoService versioning system + Apply a JIRA transition to issues mentioned in the changelog @@ -21482,17 +22416,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 - 0 + 12 More stars = more popular project @@ -21512,7 +22446,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 45 Project that have been around for longer tend to be more stable @@ -21527,7 +22461,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 204 + 170 More downloads = more users have been using the plugin for a while @@ -21542,19 +22476,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
294
+
287
-

huawei_appgallery

+

dingtalk_robot

-

via Arne Kaiser

+

via InfiniteReverse

-> Plugin to deploy an app to the Huawei AppGallery +> webhook for dingtalk robot
@@ -21570,9 +22504,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - huawei_appgallery + dingtalk_robot - - Plugin to deploy an app to the Huawei AppGallery + webhook for dingtalk robot @@ -21594,22 +22528,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 - 15 + 0 More subscribers = more popular project stars - 27 + 0 More stars = more popular project forks - 70 + 0 More forks = more people seem to use/modify this project @@ -21624,7 +22558,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 30 Project that have been around for longer tend to be more stable @@ -21639,12 +22573,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 85 + 175 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -21654,19 +22588,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
293
+
286
-

bugsee

+

code_static_analyzer

-

via Dmitry Fink

+

via Olga Kniazska

-> Bugsee symbols uploader +> Runs different Static Analyzers and generate report
@@ -21682,7 +22616,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_symbols_to_bugsee + ruby_analyzer + - + This analyzer detect warnings, errors and check syntax in ruby files. This is based on rubocop + + + cpd_analyzer + - + This analyzer detect copy paste code (it uses PMD CPD) + + + clang_analyzer + - + A short description with <= 80 characters of what this action does + + + warning_analyzer + - + This analyzer detect warnings in Xcode projects. + + + code_static_analyzer - - @@ -21706,7 +22660,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 @@ -21716,7 +22670,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 5 More stars = more popular project @@ -21736,12 +22690,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 42 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -21751,7 +22705,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 146 + 157 More downloads = more users have been using the plugin for a while @@ -21766,19 +22720,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
291
+
285
-

automated_test_emulator_run_mik

+

giffy

-

via Kamil Krzyk

+

via SiarheiFiedartsou

-> 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. +> Fastlane plugin for Giffy.com API
@@ -21794,9 +22748,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - automated_test_emulator_run + giffy_random_sticker_url - - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. + 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 @@ -21818,7 +22777,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 @@ -21828,12 +22787,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 5 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -21848,12 +22807,12 @@ 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 major_release - 30 + 0 Post 1.0 releases are great @@ -21863,12 +22822,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 142 + 134 More downloads = more users have been using the plugin for a while tests - 3 + 12 The more tests a plugin has, the better @@ -21878,19 +22837,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
290
+
280
-

rollbar

+

saucelabs

-

via Evgrafov Denis

+

via ivan kat

-> Helps to upload sourcemaps/dsyms/proguard mapping/deploy report to Rollbar +> Sauce Labs android & ios configuraiton
@@ -21906,24 +22865,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 + saucelabs_upload - - Helps to upload sourcemaps to Rollbar + Sauce labs android & ios Fastlane plugin @@ -21945,17 +22889,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 - 6 + 0 More stars = more popular project @@ -21970,12 +22914,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 + 13 Project that have been around for longer tend to be more stable @@ -21990,7 +22934,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 188 + 213 More downloads = more users have been using the plugin for a while @@ -22005,19 +22949,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
287
+
276
-

ciutils

+

release_helper

-

via Nicolae Ghimbovschi

+

via Artem Ivanov

-> Various utilities for iOS CI +> release heper
@@ -22033,54 +22977,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - 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 + release_helper - - Creates swiftlint, lizard and oclint reports and adjusts junit reports for sonarqube (with the open source swift/objc plugin) + release heper @@ -22102,17 +23001,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 + 0 More subscribers = more popular project stars - 5 + 0 More stars = more popular project @@ -22127,12 +23026,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 - 41 + 27 Project that have been around for longer tend to be more stable @@ -22147,7 +23046,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 162 + 189 More downloads = more users have been using the plugin for a while @@ -22162,62 +23061,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
284
- -

code_static_analyzer

- -

via Olga Kniazska

- -> Runs different Static Analyzers and generate report +
275
+

killsimulator

-
-Provided actions +

via Luís Esteves

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
ruby_analyzer-This analyzer detect warnings, errors and check syntax in ruby files. This is based on rubocop
cpd_analyzer-This analyzer detect copy paste code (it uses PMD CPD)
clang_analyzer-A short description with <= 80 characters of what this action does
warning_analyzer-This analyzer detect warnings in Xcode projects.
code_static_analyzer--
+> Kill all the open simulatores -
@@ -22234,17 +23091,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 - 5 + 0 More stars = more popular project @@ -22259,12 +23116,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 - 41 + 0 Project that have been around for longer tend to be more stable @@ -22279,12 +23136,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 156 + 255 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -22294,19 +23151,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
284
+
274
-

dingtalk_robot

+

altool

-

via InfiniteReverse

+

via Shashikant Jagtap

-> webhook for dingtalk robot +> Upload IPA to iTunes Connect using altool
@@ -22322,9 +23180,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dingtalk_robot + altool - - webhook for dingtalk robot + Upload IPA to iTunes Connect using altool @@ -22346,22 +23204,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 + 6 More subscribers = more popular project stars - 0 + 12 More stars = more popular project forks - 0 + 30 More forks = more people seem to use/modify this project @@ -22376,27 +23234,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 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 - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 173 + 89 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -22406,19 +23264,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
284
+
273
-

jira_transition

+

install_provisioning_profiles

-

via Valerio Mazzeo

+

via Dylan Gyesbreghs

-> Apply a JIRA transition to issues mentioned in the changelog +> Install all the provisioning profiles located in you're project.
@@ -22434,9 +23292,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_transition + install_provisioning_profiles - - Apply a JIRA transition to issues mentioned in the changelog + Install all the provisioning profiles located in you're project. @@ -22458,22 +23316,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 - 12 + 1 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -22483,12 +23341,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 + 36 Project that have been around for longer tend to be more stable @@ -22503,7 +23361,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 168 + 155 More downloads = more users have been using the plugin for a while @@ -22518,19 +23376,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
283
+
265
-

demo_mode

+

poeditor_export

-

via Florian Rauscha

+

via James Campbell

-> Sets your connected android devices to demo mode +> Exports translations from POEditor.com
@@ -22546,9 +23404,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - demo_mode + poeditor_export - - Sets your device to demo mode + Exports translations from POEditor.com @@ -22570,17 +23428,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 - 3 + 6 More subscribers = more popular project stars - 4 + 8 More stars = more popular project @@ -22600,12 +23458,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 44 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -22615,7 +23473,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 117 + 123 More downloads = more users have been using the plugin for a while @@ -22630,19 +23488,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
281
+
265
-

giffy

+

upload_folder_to_s3

-

via SiarheiFiedartsou

+

via teriiehina

-> Fastlane plugin for Giffy.com API +> Upload a folder to S3
@@ -22658,14 +23516,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 + upload_folder_to_s3 - - Allows to obtain URL to some random funny GIF from Giffy.com + Upload a folder to S3 @@ -22687,7 +23540,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 30 The more contributors a project has, the more likely it is it stays alive @@ -22697,12 +23550,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 7 More stars = more popular project forks - 5 + 10 More forks = more people seem to use/modify this project @@ -22717,7 +23570,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 45 Project that have been around for longer tend to be more stable @@ -22732,12 +23585,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 131 + 82 More downloads = more users have been using the plugin for a while tests - 12 + 18 The more tests a plugin has, the better @@ -22747,21 +23600,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
277
+
262
-

update_app_associated_domains

+

ti_build_app

-

via Nicolas TRUTET

+

via Adam Armstrong

-> [iOS] Replace associated domains array for the key in the entitlement file. +> Build Axway Appcelerator Mobile Applications from within fastlane +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
ti_build_app-Build Axway Appcelerator Mobile Applications from within fastlane
+ +
+
Score details @@ -22777,22 +23652,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 + 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 @@ -22802,12 +23677,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 + 34 Project that have been around for longer tend to be more stable @@ -22822,12 +23697,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 245 + 130 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -22837,20 +23712,47 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
275
+
261
-

killsimulator

+

localization

-

via Luís Esteves

+

via Viktor Malyi

-> Kill all the open simulatores +> Export/import app localizations with help of xcodebuild -exportLocalizations/-importLocalizations tool + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
import_localizations-Import app localizations with help of xcodebuild -importLocalizations tool
export_localizations-Export app localizations with help of xcodebuild -exportLocalizations tool
+
@@ -22867,7 +23769,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 @@ -22877,12 +23779,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 9 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -22892,12 +23794,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 + 44 Project that have been around for longer tend to be more stable @@ -22907,17 +23809,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 - 255 + 115 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -22927,20 +23829,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
273
+
260
-

release_helper

+

download_circleci_artifacts

-

via Artem Ivanov

+

via Manabu OHTAKE

-> release heper +> Downloads a Circle CI artifact's
@@ -22956,9 +23857,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - release_helper + show_builds - - release heper + This action show recent builds a Circle CI artifact's using the Circle CI API + + + get_recent_builds + - + This action recent builds a Circle CI artifact's using the Circle CI API + + + download_circleci_artifacts + - + This action downloads a Circle CI artifact's using the Circle CI API and puts it in a destination path. @@ -22980,12 +23891,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 + 3 More subscribers = more popular project @@ -23010,7 +23921,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 41 Project that have been around for longer tend to be more stable @@ -23025,12 +23936,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 187 + 165 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -23040,19 +23951,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
270
+
258
-

altool

+

dmg

-

via Shashikant Jagtap

+

via Alexey Dvoryanskiy

-> Upload IPA to iTunes Connect using altool +> Easily create dmg for your Mac app
@@ -23068,9 +23979,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - altool - - - Upload IPA to iTunes Connect using altool + dmg + misc + Create DMG for your Mac app @@ -23102,12 +24013,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 12 + 7 More stars = more popular project forks - 30 + 25 More forks = more people seem to use/modify this project @@ -23122,7 +24033,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 36 Project that have been around for longer tend to be more stable @@ -23137,12 +24048,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 86 + 58 More downloads = more users have been using the plugin for a while tests - 3 + 27 The more tests a plugin has, the better @@ -23152,19 +24063,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
266
+
257
-

install_provisioning_profiles

+

semantic_convention_release

-

via Dylan Gyesbreghs

+

via Jiří Otáhal, Sergio Fierro

-> Install all the provisioning profiles located in you're project. +> Automated version managment and generator of release notes.
@@ -23180,9 +24091,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - install_provisioning_profiles + conventional_changelog - - Install all the provisioning profiles located in you're project. + 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 @@ -23209,17 +24125,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 @@ -23234,12 +24150,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 28 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -23249,12 +24165,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 149 + 49 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -23264,19 +24180,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
263
+
257
-

upload_folder_to_s3

+

uninow_sentry

-

via teriiehina

+

via Tom Krusch

-> Upload a folder to S3 +> Upload symbols to Sentry
@@ -23292,9 +24208,39 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_folder_to_s3 + sentry_upload_sourcemap - - Upload a folder to S3 + 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 @@ -23316,22 +24262,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 - 3 + 0 More subscribers = more popular project stars - 7 + 0 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -23346,12 +24292,12 @@ 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 major_release - 0 + 30 Post 1.0 releases are great @@ -23361,12 +24307,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 81 + 32 More downloads = more users have been using the plugin for a while tests - 18 + 80 The more tests a plugin has, the better @@ -23376,19 +24322,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
259
+
256
-

localization

+

blackberry_mam

-

via Viktor Malyi

+

via Lyndsey Ferguson

-> Export/import app localizations with help of xcodebuild -exportLocalizations/-importLocalizations tool +> A fastlane plugin that works with Blackberry Dynamics (formerly Good Dynamics) provides Mobile Application Management
@@ -23404,14 +24350,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - import_localizations + update_info_plist_for_blackberry_mam - - Import app localizations with help of xcodebuild -importLocalizations tool + updates the plist so that the built application can be deployed and managed within BlackBerry's Good Dynamics Control Center for Enterprise Mobility Management. - export_localizations + blackberry_mam_network_check - - Export app localizations with help of xcodebuild -exportLocalizations tool + 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 @@ -23433,22 +24384,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 + 3 More subscribers = more popular project stars - 9 + 0 More stars = more popular project forks - 15 + 5 More forks = more people seem to use/modify this project @@ -23463,27 +24414,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 39 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 - 114 + 29 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -23493,19 +24444,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
258
+
254
-

download_circleci_artifacts

+

stream_actions

-

via Manabu OHTAKE

+

via GetStream

-> Downloads a Circle CI artifact's +> stream custom actions
@@ -23521,19 +24472,89 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - show_builds + allure_api - - This action show recent builds a Circle CI artifact's using the Circle CI API + Allure Testops API - get_recent_builds + allure_create_launch - - This action recent builds a Circle CI artifact's using the Circle CI API + Creates launch on Allure Testops - download_circleci_artifacts + allure_create_testcase + - + Creates testcase on Allure Testops + + + allure_run_testplan + - + Sync and run testplan on Allure Testops + + + build_app_for_ios_simulator + building + This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. + + + custom_match + - + - + + + is_check_required + - + Analyzes the impact of changes on PR + + + pod_push_safely + - + Safely push a Podspec to Trunk or a private repository + + + prepare_simulator + - + Prepares simulator for tests + + + publish_ios_sdk + - + Publish iOS SDKs + + + read_changelog + - + Gets updates from the CHANGELOG.md + + + release_ios_sdk + - + Releases iOS SDKs + + + retrieve_xctest_names + - + Retrieves test names from xctestrun file + + + testflight_build + - + Builds a DemoApp and uploads it to TestFlight + + + touch_changelog + - + Updates CHANGELOG.md file with release + + + update_testplan + - + Adds environment variables to a test plan + + + wait_android_emu_idle + - - - This action downloads a Circle CI artifact's using the Circle CI API and puts it in a destination path. @@ -23555,17 +24576,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 + 75 More subscribers = more popular project stars - 0 + 3 More stars = more popular project @@ -23575,17 +24596,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 - 25 + 50 How well is the README of the document written age - 40 + 6 Project that have been around for longer tend to be more stable @@ -23600,12 +24621,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 164 + 98 More downloads = more users have been using the plugin for a while tests - 0 + 72 The more tests a plugin has, the better @@ -23615,42 +24636,28 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
256
- -

saucelabs

- -

via ivan kat

+
254
-> Sauce Labs android & ios configuraiton +

retry_tests

+

via Gloria Chow

-
-Provided actions +> 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. - - - - - - - - - - - - - - - -
NameCategoryDescription
saucelabs_upload-Sauce labs android & ios Fastlane plugin
-
@@ -23667,7 +24674,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 @@ -23692,17 +24699,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 - 12 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -23712,12 +24719,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 190 + 192 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -23727,19 +24734,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
255
+
253
-

poeditor_export

+

upload_dsym_to_bugly

-

via James Campbell

+

via liubo

-> Exports translations from POEditor.com +> upload_dsym_to_bugly
@@ -23755,9 +24762,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - poeditor_export + upload_dsym_to_bugly - - Exports translations from POEditor.com + upload_dsym_to_bugly @@ -23779,22 +24786,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 - 8 + 30 More stars = more popular project forks - 5 + 30 More forks = more people seem to use/modify this project @@ -23809,22 +24816,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 30 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 - 114 + 58 More downloads = more users have been using the plugin for a while @@ -23839,19 +24846,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
254
+
253
-

uninow_sentry

+

ensure_xcode_build_version

-

via Tom Krusch

+

via Fumiya Nakamura

-> Upload symbols to Sentry +> Ensure Xcode Build Version for working with Beta, GM and Release
@@ -23867,39 +24874,9 @@ 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 - - - 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 + ensure_xcode_build_version - - Upload mapping to a project on Sentry + Ensure the selected Xcode Build version with xcode-select matches a value @@ -23921,17 +24898,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 + 2 More stars = more popular project @@ -23951,7 +24928,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 43 Project that have been around for longer tend to be more stable @@ -23966,12 +24943,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 84 More downloads = more users have been using the plugin for a while tests - 80 + 15 The more tests a plugin has, the better @@ -23981,19 +24958,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
254
+
253
-

blackberry_mam

+

delete_files

-

via Lyndsey Ferguson

+

via GaryJohnson

-> A fastlane plugin that works with Blackberry Dynamics (formerly Good Dynamics) provides Mobile Application Management +> Deletes a file, folder or multiple files using shell glob pattern.
@@ -24009,19 +24986,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 + delete_files - - Checks the version of the installed Good framework + Deletes a file, folder or multiple files using shell glob pattern. @@ -24043,12 +25010,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 @@ -24058,7 +25025,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 @@ -24068,17 +25035,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 - 38 + 43 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -24088,12 +25055,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 135 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -24103,7 +25070,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

semantic_convention_release

+

ipa_info

-

via Jiří Otáhal, Sergio Fierro

+

via tarappo

-> Automated version managment and generator of release notes. +> show ipa info
@@ -24131,14 +25098,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - conventional_changelog - - - Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. - - - analyze_commits + ipa_info - - Finds a tag of last release and determinates version of next release + Show information of an ipa file. @@ -24170,7 +25132,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -24190,27 +25152,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 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 - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 46 + 138 More downloads = more users have been using the plugin for a while tests - 80 + 12 The more tests a plugin has, the better @@ -24220,19 +25182,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
253
+
252
-

ti_build_app

+

semantic_release_workflow

-

via Adam Armstrong

+

via Phong Nguyen

-> Build Axway Appcelerator Mobile Applications from within fastlane +> Automated version managment, generator of release notes, create gitlab release then notify
@@ -24248,9 +25210,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ti_build_app + conventional_changelog - - Build Axway Appcelerator Mobile Applications from within fastlane + Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. + + + create_release + - + Create Gitlab release + + + analyze_commits + - + Finds a tag of last release and determinates version of next release @@ -24277,17 +25249,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 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 @@ -24302,12 +25274,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 28 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -24317,12 +25289,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 122 + 44 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -24332,7 +25304,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -24340,11 +25312,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
252
-

dmg

+

saucectl

-

via Alexey Dvoryanskiy

+

via Ian Hamilton

-> Easily create dmg for your Mac app +> 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.
@@ -24360,113 +25332,50 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dmg - misc - Create DMG for your Mac app - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars7More stars = more popular project
forks25More forks = more people seem to use/modify this projectdelete_from_storagetestingDelete test artifacts from sauce labs storage
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT toodisabled_teststestingFetches 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
readme_score50How well is the README of the document writteninstall_saucectltestingInstalls the Sauce Labs saucectl cli binary
age35Project that have been around for longer tend to be more stablesauce_appstestingReturns the set of files by specific app id that have been uploaded to Sauce Storage by the requester
major_release30Post 1.0 releases are greatsauce_configtestingCreate SauceLabs configuration file for test execution based on given parameters
github_issues-1Lots of open issues are not a good sign usually, unless the project is really popularsauce_devicestestingReturns a list of Device IDs for all devices in the data center that are currently free for testing.
downloads53More downloads = more users have been using the plugin for a whilesauce_runnertestingExecute automated tests on sauce labs platform via saucectl binary for specified configuration
tests27The more tests a plugin has, the bettersauce_uploadtestingUpload test artifacts to sauce labs storage
-

- - Open on GitHub - -

- ------ - -
251
- -

retry_tests

- -

via Gloria Chow

- -> This fastlane plugin includes the following actions: - 1) multi_scan: uses scan to run Xcode tests, optionally in batches, a given number of times: only re-testing failing tests. - 2) suppress_tests_from_junit: uses a junit xml report file to suppress either passing or failing tests in an Xcode Scheme. - 3) suppress_tests: suppresses specific tests in a specific or all Xcode Schemes in a given project. - 4) suppressed_tests: retrieves a list of tests that are suppressed in a specific or all Xcode Schemes in a project. - 5) tests_from_junit: retrieves the failing and passing tests as reported in a junit xml file. - 6) tests_from_xctestrun: retrieves all of the tests from xctest bundles referenced by the xctestrun file - 7) collate_junit_reports: collects and correctly organizes junit reports from multiple test passes. - - -
Score details @@ -24482,22 +25391,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 + 12 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 @@ -24507,17 +25416,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 + 11 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -24527,12 +25436,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 189 + 97 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -24542,7 +25451,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -24550,11 +25459,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
251
-

ensure_xcode_build_version

+

humanable_build_number

-

via Fumiya Nakamura

+

via icyleaf

-> Ensure Xcode Build Version for working with Beta, GM and Release +> Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android.
@@ -24570,9 +25479,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ensure_xcode_build_version + humanable_build_number - - Ensure the selected Xcode Build version with xcode-select matches a value + Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android. @@ -24604,7 +25513,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 4 More stars = more popular project @@ -24629,7 +25538,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -24639,12 +25548,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 83 + 123 More downloads = more users have been using the plugin for a while tests - 15 + 3 The more tests a plugin has, the better @@ -24654,7 +25563,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -24662,11 +25571,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
251
-

semantic_release_workflow

+

transporter

-

via Phong Nguyen

+

via Maksym Grebenets

-> Automated version managment, generator of release notes, create gitlab release then notify +> Manage Apple iTMSTransporter installation
@@ -24682,19 +25591,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - conventional_changelog + configure_transporter - - Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. + Configure Apple iTMSTransporter installation - create_release + update_transporter_path - - Create Gitlab release + Configure Fastlane to use custom Transporter installation - analyze_commits + install_transporter - - Finds a tag of last release and determinates version of next release + Install Apple iTMSTransporter @@ -24721,12 +25630,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 @@ -24761,12 +25670,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 44 + 60 More downloads = more users have been using the plugin for a while tests - 80 + 60 The more tests a plugin has, the better @@ -24776,19 +25685,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
250
+
251
-

upload_dsym_to_bugly

+

wait_xcrun

-

via liubo

+

via Maksym Grebenets

-> upload_dsym_to_bugly +> Wait for Xcode toolchain to come back online after switching Xcode versions.
@@ -24804,9 +25713,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_dsym_to_bugly + wait_xcrun - - upload_dsym_to_bugly + Wait for Xcode toolchain to come back online after switching Xcode versions. @@ -24838,12 +25747,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 @@ -24858,7 +25767,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 43 Project that have been around for longer tend to be more stable @@ -24868,17 +25777,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 - 56 + 98 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -24888,13 +25797,140 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub + +

+ +----- + +
251
+ +

msbuild

+ +

via Jeff Ward

+ +> Build a Xamarin.iOS or Xamarin.Android project using msbuild + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
msbuild-Build a Xamarin.iOS or Xamarin.Android project using msbuild
assembly_info_poke_version-Set the version in an AssemblyInfo.cs file. Optionally only set the revision number
nuget_pack-Package a nuspec
nuspec_poke_version-Set the version in a Nuspec file. Optionally only set the revision number
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers27More subscribers = more popular project
stars4More 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_score25How 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_issues-2Lots 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
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub

----- -
250
+
251

xamarin_build

@@ -24980,7 +26016,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 @@ -25016,13 +26052,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
250
+
246
-

msbuild

+

git_info_extract

-

via Jeff Ward

+

via alexander sun

-> Build a Xamarin.iOS or Xamarin.Android project using msbuild +> Extract JIRA information from git merge
@@ -25038,24 +26074,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - msbuild - - - Build a Xamarin.iOS or Xamarin.Android project using msbuild - - - assembly_info_poke_version - - - Set the version in an AssemblyInfo.cs file. Optionally only set the revision number - - - nuget_pack - - - Package a nuspec - - - nuspec_poke_version + git_info_extract - - Set the version in a Nuspec file. Optionally only set the revision number + Extract JIRA information from git merge @@ -25077,22 +26098,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 - 27 + 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 @@ -25107,7 +26128,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 @@ -25117,17 +26138,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 - 125 + 156 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -25137,19 +26158,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
249
+
246
-

ipa_info

+

snapshot_test

-

via tarappo

+

via Moyuru Aizawa

-> show ipa info +> Compare snapshots
@@ -25165,9 +26186,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ipa_info + take_screenshot - - Show information of an ipa file. + Take screenshots @@ -25194,12 +26215,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 60 More subscribers = more popular project stars - 2 + 4 More stars = more popular project @@ -25219,7 +26240,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 26 Project that have been around for longer tend to be more stable @@ -25229,12 +26250,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 - 135 + 74 More downloads = more users have been using the plugin for a while @@ -25249,19 +26270,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
247
+
241
-

humanable_build_number

+

better_semantic_release

-

via icyleaf

+

via Tom Greco

-> Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android. +> Automated version managment and generator of release notes.
@@ -25277,9 +26298,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - humanable_build_number + analyze_commits + - + - + + + conventional_changelog + - - - Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android. @@ -25301,17 +26327,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 - 4 + 0 More stars = more popular project @@ -25331,12 +26357,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 28 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -25346,12 +26372,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 120 + 33 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -25361,19 +26387,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
246
+
241
-

transporter

+

android_keystore

-

via Maksym Grebenets

+

via Josh Holtz

-> Manage Apple iTMSTransporter installation +> Generate an Android keystore file
@@ -25389,19 +26415,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - configure_transporter - - - Configure Apple iTMSTransporter installation - - - update_transporter_path - - - Configure Fastlane to use custom Transporter installation - - - install_transporter + android_keystore - - Install Apple iTMSTransporter + Generate an Android keystore file @@ -25423,7 +26439,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 @@ -25433,7 +26449,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -25453,12 +26469,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 38 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -25468,12 +26484,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 56 + 121 More downloads = more users have been using the plugin for a while tests - 60 + 3 The more tests a plugin has, the better @@ -25483,19 +26499,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
245
+
241
-

wait_xcrun

+

trigger_bitrise_build

-

via Maksym Grebenets

+

via Nick Hammond

-> Wait for Xcode toolchain to come back online after switching Xcode versions. +> Trigger a Bitrise build from Fastlane
@@ -25511,9 +26527,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - wait_xcrun + trigger_bitrise_build - - Wait for Xcode toolchain to come back online after switching Xcode versions. + Trigger a Bitrise build from Fastlane @@ -25535,17 +26551,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 - 1 + 2 More stars = more popular project @@ -25565,7 +26581,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 36 Project that have been around for longer tend to be more stable @@ -25580,12 +26596,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 93 + 82 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -25595,19 +26611,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
244
+
238
-

git_info_extract

+

facelift

-

via alexander sun

+

via Richard Szalay

-> Extract JIRA information from git merge +> Deprecated in favor of 'fastlane-plugin-act'
@@ -25623,9 +26639,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_info_extract + act - - Extract JIRA information from git merge + Reconfigures .plists and icons inside a compiled IPA @@ -25647,22 +26663,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 - 1 + 17 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -25672,12 +26688,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 + 44 Project that have been around for longer tend to be more stable @@ -25687,17 +26703,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 - 155 + 20 More downloads = more users have been using the plugin for a while tests - 3 + 72 The more tests a plugin has, the better @@ -25707,19 +26723,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
244
+
236
-

snapshot_test

+

testdroid_runner

-

via Moyuru Aizawa

+

via josepmc

-> Compare snapshots +> Allows to run BitBar tests on fastlane
@@ -25735,9 +26751,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - take_screenshot + testdroid_runner - - Take screenshots + BitBar Test Runner + + + upload_testdroid + - + Uploads a file to bitbar @@ -25759,17 +26780,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 - 60 + 3 More subscribers = more popular project stars - 4 + 0 More stars = more popular project @@ -25789,27 +26810,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 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 - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 73 + 102 More downloads = more users have been using the plugin for a while tests - 12 + 6 The more tests a plugin has, the better @@ -25819,19 +26840,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
244
+
236
-

delete_files

+

bugsnag_sourcemaps_upload

-

via GaryJohnson

+

via Evgrafov Denis

-> Deletes a file, folder or multiple files using shell glob pattern. +> Helps to upload sourcemaps to Bugsnag
@@ -25847,9 +26868,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - delete_files + bugsnag_sourcemaps_upload + - - - Deletes a file, folder or multiple files using shell glob pattern. @@ -25871,22 +26892,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 - 21 + 6 More subscribers = more popular project stars - 0 + 4 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -25896,12 +26917,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 + 24 Project that have been around for longer tend to be more stable @@ -25911,12 +26932,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 - 127 + 108 More downloads = more users have been using the plugin for a while @@ -25931,19 +26952,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
240
+
236
-

saucectl

+

menigit

-

via Ian Hamilton

+

via Meniga

-> 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. +> Missing git actions
@@ -25959,50 +26980,125 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - delete_from_storage - testing - Delete test artifacts from sauce labs storage + add_git_remote + source_control + This will add a remote repository - 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 + remove_git_remote + source_control + This will remove a remote repository - install_saucectl - testing - Installs the Sauce Labs saucectl cli binary + ensure_no_changes + source_control + Raises an exception if there are uncommitted git changes at path - sauce_apps - testing - Returns the set of files by specific app id that have been uploaded to Sauce Storage by the requester + ensure_tag_not_exists + source_control + Checks if the git tag with the given name not exists in the current repo - sauce_config - testing - Create SauceLabs configuration file for test execution based on given parameters + set_git_config_user + source_control + This will set git config user + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
sauce_devicestestingReturns a list of Device IDs for all devices in the data center that are currently free for testing.MetricPointsDescription
sauce_runnertestingExecute automated tests on sauce labs platform via saucectl binary for specified configurationcontributors6The more contributors a project has, the more likely it is it stays alive
sauce_uploadtestingUpload test artifacts to sauce labs storagesubscribers9More 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
age22Project 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
downloads65More downloads = more users have been using the plugin for a while
tests33The more tests a plugin has, the better
+

+ + Open on GitHub + +

+ +----- + +
234
+ +

coveralls

+ +

via Atsushi Nagase

+ +> Send coverage information to Coveralls + +
Score details @@ -26023,17 +27119,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 0 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 @@ -26043,17 +27139,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 - 11 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -26063,12 +27159,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 85 + 184 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -26078,19 +27174,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
239
+
234
-

trigger_bitrise_build

+

aws_sns

-

via Nick Hammond

+

via Josh Holtz

-> Trigger a Bitrise build from Fastlane +> Creates AWS SNS platform applications
@@ -26106,9 +27203,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - trigger_bitrise_build + aws_sns - - Trigger a Bitrise build from Fastlane + Creates AWS SNS platform applications @@ -26130,22 +27227,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 - 12 + 6 More subscribers = more popular project stars - 2 + 10 More stars = more popular project forks - 0 + 35 More forks = more people seem to use/modify this project @@ -26155,27 +27252,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 - 35 + 42 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 - 81 + 95 More downloads = more users have been using the plugin for a while @@ -26190,19 +27287,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
237
+
234
-

better_semantic_release

+

unity

-

via Tom Greco

+

via safu9

-> Automated version managment and generator of release notes. +> Fastlane plugin for Unity
@@ -26218,14 +27315,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - analyze_commits - - - - - - - conventional_changelog - - + unity - + Fastlane plugin for Unity @@ -26252,17 +27344,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 5 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -26277,7 +27369,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 18 Project that have been around for longer tend to be more stable @@ -26287,17 +27379,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 - 30 + 98 More downloads = more users have been using the plugin for a while tests - 80 + 6 The more tests a plugin has, the better @@ -26307,19 +27399,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
237
+
233
-

facelift

+

match_keystore

-

via Richard Szalay

+

via Christopher NEY

-> Deprecated in favor of 'fastlane-plugin-act' +> Easily sync your Android keystores across your team
@@ -26335,9 +27427,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - act + match_keystore - - Reconfigures .plists and icons inside a compiled IPA + Easily sync your Android keystores across your team @@ -26359,7 +27451,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 @@ -26369,12 +27461,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 17 + 5 More stars = more popular project forks - 10 + 25 More forks = more people seem to use/modify this project @@ -26384,12 +27476,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 - 43 + 22 Project that have been around for longer tend to be more stable @@ -26399,17 +27491,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -4 + -5 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 20 + 123 More downloads = more users have been using the plugin for a while tests - 72 + 3 The more tests a plugin has, the better @@ -26419,19 +27511,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
236
+
232
-

android_keystore

+

taiwan_number_one

-

via Josh Holtz

+

via andrew54068

-> Generate an Android keystore file +> approve or reject first if status is Pending Developer Release.
@@ -26447,9 +27539,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_keystore + taiwan_number_one + - - - Generate an Android keystore file @@ -26471,17 +27563,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 - 0 + 8 More stars = more popular project @@ -26501,12 +27593,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 @@ -26516,12 +27608,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 117 + 102 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -26531,19 +27623,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
234
+
231
-

bugsnag_sourcemaps_upload

+

match_import

-

via Evgrafov Denis

+

via Serhii Batsevych

-> Helps to upload sourcemaps to Bugsnag +> Match repository custom import
@@ -26559,9 +27651,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bugsnag_sourcemaps_upload + 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 @@ -26583,7 +27700,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 @@ -26593,12 +27710,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 1 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -26613,7 +27730,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 21 Project that have been around for longer tend to be more stable @@ -26623,12 +27740,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 - 107 + 130 More downloads = more users have been using the plugin for a while @@ -26643,19 +27760,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
234
+
231
-

stream_actions

+

apprepo

-

via GetStream

+

via Matej Sychra

-> stream custom actions +> Fastlane plugin SFTP/AppRepo uploader
@@ -26671,89 +27788,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - allure_api - - - Allure Testops API - - - allure_create_launch - - - Creates launch on Allure Testops - - - allure_create_testcase - - - Creates testcase on Allure Testops - - - allure_run_testplan - - - Sync and run testplan on Allure Testops - - - build_app_for_ios_simulator - building - This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. - - - custom_match - - - - - - - is_check_required - - - Analyzes the impact of changes on PR - - - pod_push_safely - - - Safely push a Podspec to Trunk or a private repository - - - prepare_simulator - - - Prepares simulator for tests - - - publish_ios_sdk - - - Publish iOS SDKs - - - read_changelog + download_manifest - - Gets updates from the CHANGELOG.md + Runs the Apprepo plugin - release_ios_sdk + apprepo - - Releases iOS SDKs - - - retrieve_xctest_names - - Retrieves test names from xctestrun file - testflight_build - - - Builds a DemoApp and uploads it to TestFlight - - - touch_changelog + init - - Updates CHANGELOG.md file with release + Initializes Repofile - update_testplan + run - - Adds environment variables to a test plan + Runs the default Apprepo action - wait_android_emu_idle - - + submit - + Submits IPA to Apprepo @@ -26780,12 +27837,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 69 + 3 More subscribers = more popular project stars - 3 + 4 More stars = more popular project @@ -26795,17 +27852,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 + 25 How well is the README of the document written age - 5 + 45 Project that have been around for longer tend to be more stable @@ -26815,17 +27872,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 - 85 + 135 More downloads = more users have been using the plugin for a while tests - 72 + 0 The more tests a plugin has, the better @@ -26835,19 +27892,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
232
+
230
-

aws_sns

+

analyze_apk

-

via Josh Holtz

+

via kochavi-daniel

-> Creates AWS SNS platform applications +> Analyzes an apk to fetch: versionCode, versionName, apk size, etc.
@@ -26863,9 +27920,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - aws_sns + analyze_apk - - Creates AWS SNS platform applications + Analyzes an apk to fetch: versionCode, versionName, apk size, permissions, etc. @@ -26892,17 +27949,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project stars - 10 + 5 More stars = more popular project forks - 35 + 5 More forks = more people seem to use/modify this project @@ -26912,12 +27969,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 - 41 + 38 Project that have been around for longer tend to be more stable @@ -26927,17 +27984,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 - 94 + 112 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -26947,19 +28004,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
230
+
228
-

menigit

+

instabug

-

via Meniga

+

via Siarhei Fiedartsou

-> Missing git actions +> Uploads dSYM to Instabug
@@ -26975,29 +28032,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - add_git_remote - source_control - This will add a remote repository - - - remove_git_remote - source_control - This will remove a remote repository - - - ensure_no_changes - source_control - Raises an exception if there are uncommitted git changes at path - - - ensure_tag_not_exists - source_control - Checks if the git tag with the given name not exists in the current repo - - - set_git_config_user - source_control - This will set git config user + instabug + - + - @@ -27024,7 +28061,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 3 More subscribers = more popular project @@ -27034,7 +28071,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 @@ -27049,12 +28086,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 45 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -27064,12 +28101,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 60 + 72 More downloads = more users have been using the plugin for a while tests - 33 + 21 The more tests a plugin has, the better @@ -27079,47 +28116,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
229
- -

testdroid_runner

- -

via josepmc

- -> Allows to run BitBar tests on fastlane +
228
+

android_reporter

-
-Provided actions +

via Yazan Tarifi

- - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
testdroid_runner-BitBar Test Runner
upload_testdroid-Uploads a file to bitbar
+> Open Android Emeulators Then Generate Report File From Tests then Upload the File To Slack -
@@ -27136,12 +28146,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 @@ -27161,32 +28171,32 @@ 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 github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 96 + 196 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -27196,42 +28206,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
229
- -

taiwan_number_one

+
227
-

via andrew54068

+

elux_actions

-> approve or reject first if status is Pending Developer Release. +

via Dennis Granath

+> Plugin including actions for releasing the android SDK -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
taiwan_number_one--
- -
@@ -27253,12 +28241,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project stars - 8 + 0 More stars = more popular project @@ -27273,12 +28261,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 - 15 + 0 Project that have been around for longer tend to be more stable @@ -27293,7 +28281,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 100 + 177 More downloads = more users have been using the plugin for a while @@ -27308,19 +28296,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
228
+
224
-

analyze_apk

+

accessibility_test

-

via kochavi-daniel

+

via Takeshi Tsukamoto

-> Analyzes an apk to fetch: versionCode, versionName, apk size, etc. +> Accessibility test with Firebase Test Lab for Android.
@@ -27336,9 +28325,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - analyze_apk + accessibility_test - - Analyzes an apk to fetch: versionCode, versionName, apk size, permissions, etc. + Accessibility test with Firebase Test Lab for Android. @@ -27360,12 +28349,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 - 0 + 6 More subscribers = more popular project @@ -27375,7 +28364,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 @@ -27385,12 +28374,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 + 25 Project that have been around for longer tend to be more stable @@ -27405,12 +28394,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 111 + 128 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -27420,19 +28409,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
228
+
224
-

match_keystore

+

dependency_check_ios_analyzer

-

via Christopher NEY

+

via Alexey Alter-Pesotskiy

-> Easily sync your Android keystores across your team +> Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods).
@@ -27448,9 +28437,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - match_keystore - - - Easily sync your Android keystores across your team + dependency_check_ios_analyzer + testing + Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods). @@ -27477,17 +28466,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 5 + 0 More stars = more popular project forks - 25 + 5 More forks = more people seem to use/modify this project @@ -27497,27 +28486,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 - 21 + 15 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 - 119 + 83 More downloads = more users have been using the plugin for a while @@ -27532,19 +28521,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
228
+
224
-

apprepo

+

amazon_app_submission

-

via Matej Sychra

+

via mohammedhemaid

-> Fastlane plugin SFTP/AppRepo uploader +> This is the first version of the Amazon App Submission
@@ -27560,29 +28549,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_manifest - - - Runs the Apprepo plugin - - - apprepo - - - - - - - init - - - Initializes Repofile - - - run - - - Runs the default Apprepo action - - - submit + amazon_app_submission - - Submits IPA to Apprepo + Fastlane plugin for Amazon App Submissions @@ -27619,7 +28588,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 0 + 15 More forks = more people seem to use/modify this project @@ -27629,12 +28598,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 + 8 Project that have been around for longer tend to be more stable @@ -27644,17 +28613,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 - 133 + 124 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -27664,19 +28633,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
227
+
223
-

instabug

+

get_application_id_flavor

-

via Siarhei Fiedartsou

+

via Helder Pinhal

-> Uploads dSYM to Instabug +> Get the applicationId of an Android project.
@@ -27692,9 +28661,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - instabug - - + get_application_id_flavor - + Get the applicationId of an Android project. @@ -27716,7 +28685,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 @@ -27726,12 +28695,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project forks - 10 + 15 More forks = more people seem to use/modify this project @@ -27741,12 +28710,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 + 36 Project that have been around for longer tend to be more stable @@ -27761,12 +28730,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 72 + 121 More downloads = more users have been using the plugin for a while tests - 21 + 3 The more tests a plugin has, the better @@ -27776,21 +28745,53 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
225
+
222
-

coveralls

+

twine

-

via Atsushi Nagase

+

via Jonas Rottmann

-> Send coverage information to Coveralls +> A fastlane plugin providing actions related to twine +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
twine_generatebuildingGenerates all localization files specified by the configuration file
twine_checkbuildingChecks the source twine file against the localization file to make sure they are in sync
twine_validatebuildingValidates all twine files mentioned in the config file
+ +
+
Score details @@ -27806,17 +28807,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 + 4 More stars = more popular project @@ -27831,12 +28832,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 + 36 Project that have been around for longer tend to be more stable @@ -27851,12 +28852,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 175 + 34 More downloads = more users have been using the plugin for a while tests - 0 + 36 The more tests a plugin has, the better @@ -27866,22 +28867,48 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
224
+
222
-

android_reporter

+

translation

-

via Yazan Tarifi

+

via Jakob Jensen

-> Open Android Emeulators Then Generate Report File From Tests then Upload the File To Slack +> Handling translations from Google sheet. +
+Provided actions + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
create_translation-Create sheet for translations in Google sheets.
translation-Output translations from Google sheet into templates.
+ +
+
Score details @@ -27897,22 +28924,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 + 6 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 @@ -27922,17 +28949,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 + 42 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -27942,12 +28969,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 192 + 83 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -27957,21 +28984,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
224
+
220
-

elux_actions

+

github_status

-

via Dennis Granath

+

via Michael Furtak

-> Plugin including actions for releasing the android SDK +> Provides the ability to display and act upon GitHub server status as part of your build +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
github_status-Provides the ability to check on GitHub server status as part of your build
+ +
+
Score details @@ -27987,7 +29036,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 @@ -27997,7 +29046,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 8 More stars = more popular project @@ -28012,17 +29061,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 + 45 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -28032,12 +29081,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 174 + 43 More downloads = more users have been using the plugin for a while tests - 0 + 48 The more tests a plugin has, the better @@ -28047,20 +29096,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
221
+
220
-

accessibility_test

+

testappio

-

via Takeshi Tsukamoto

+

via TestApp.io

-> Accessibility test with Firebase Test Lab for Android. +> Deploy your Android & iOS to TestApp.io
@@ -28076,9 +29124,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - accessibility_test + upload_to_testappio - - Accessibility test with Firebase Test Lab for Android. + Uploading ipa/apk packages to TestApp.io for testing. @@ -28100,7 +29148,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 @@ -28110,12 +29158,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 2 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -28125,17 +29173,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 - 24 + 10 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -28145,7 +29193,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 126 + 94 More downloads = more users have been using the plugin for a while @@ -28160,19 +29208,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
221
+
218
-

unity

+

branding

-

via safu9

+

via Stefan Natchev

-> Fastlane plugin for Unity +> Add some branding to your fastlane output
@@ -28188,9 +29236,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - unity + branding - - Fastlane plugin for Unity + Add some branding to your fastlane output @@ -28212,22 +29260,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 - 3 + 6 More subscribers = more popular project stars - 5 + 13 More stars = more popular project forks - 5 + 10 More forks = more people seem to use/modify this project @@ -28242,27 +29290,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 17 + 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 - 86 + 47 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -28272,19 +29320,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
219
+
218
-

translation

+

mackerel_api

-

via Jakob Jensen

+

via yutailang0119

-> Handling translations from Google sheet. +> Call a Mackerel API endpoint and get the resulting JSON response
@@ -28300,14 +29348,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_translation - - - Create sheet for translations in Google sheets. - - - translation - - - Output translations from Google sheet into templates. + mackerel_api + source_control + Call a Mackerel API endpoint and get the resulting JSON response @@ -28334,17 +29377,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 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 @@ -28354,17 +29397,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 - 41 + 21 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -28374,12 +29417,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 81 + 84 More downloads = more users have been using the plugin for a while tests - 3 + 39 The more tests a plugin has, the better @@ -28389,19 +29432,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
219
+
218
-

dependency_check_ios_analyzer

+

store_sizer

-

via Alexey Alter-Pesotskiy

+

via Marcelo Oliveira

-> Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods). +> Estimates download and install sizes for your app, also checks if sizes fit the requirements
@@ -28417,9 +29460,14 @@ 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). + store_size_xcarchive_check + - + Checks if the size report fits the requirements + + + store_size_xcarchive + - + Estimates download and install sizes for your app @@ -28446,12 +29494,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project stars - 0 + 11 More stars = more popular project @@ -28471,27 +29519,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 14 + 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 - 79 + 45 More downloads = more users have been using the plugin for a while tests - 3 + 39 The more tests a plugin has, the better @@ -28501,19 +29549,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
219
+
217
-

twine

+

flutter_version_manager

-

via Jonas Rottmann

+

via Davor Maric

-> A fastlane plugin providing actions related to twine +> Manages app versioning of Flutter project
@@ -28529,19 +29577,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - twine_generate - building - Generates all localization files specified by the configuration file - - - twine_check - building - Checks the source twine file against the localization file to make sure they are in sync - - - twine_validate - building - Validates all twine files mentioned in the config file + flutter_version_manager + - + Manages app versioning of a Flutter project. @@ -28568,12 +29606,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 4 + 1 More stars = more popular project @@ -28593,7 +29631,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 19 Project that have been around for longer tend to be more stable @@ -28608,12 +29646,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 32 + 88 More downloads = more users have been using the plugin for a while tests - 36 + 0 The more tests a plugin has, the better @@ -28623,19 +29661,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
218
+
217
-

github_status

+

flurry

-

via Michael Furtak

+

via Akash Duseja

-> Provides the ability to display and act upon GitHub server status as part of your build +> Upload dSYM symbolication files to Flurry
@@ -28651,9 +29689,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - github_status - - - Provides the ability to check on GitHub server status as part of your build + flurry_upload_dsym + misc + Upload dSYM symbolication files to Flurry @@ -28680,12 +29718,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 30 More subscribers = more popular project stars - 8 + 1 More stars = more popular project @@ -28705,7 +29743,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 42 Project that have been around for longer tend to be more stable @@ -28720,12 +29758,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 42 + 56 More downloads = more users have been using the plugin for a while tests - 48 + 12 The more tests a plugin has, the better @@ -28735,19 +29773,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
217
+
214
-

store_sizer

+

xcpretty_report

-

via Marcelo Oliveira

+

via Fernando Saragoca

-> Estimates download and install sizes for your app, also checks if sizes fit the requirements +> Generate xcodebuild reports using xcpretty
@@ -28763,14 +29801,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 + xcpretty_report - - Estimates download and install sizes for your app + xcpretty @@ -28792,7 +29825,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 @@ -28802,7 +29835,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 11 + 1 More stars = more popular project @@ -28822,119 +29855,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 - Project that have been around for longer tend to be more stable - - - major_release - 0 - Post 1.0 releases are great - - - github_issues - -2 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 44 - More downloads = more users have been using the plugin for a while - - - tests - 39 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
216
- -

get_application_id_flavor

- -

via Helder Pinhal

- -> Get the applicationId of an Android project. - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
get_application_id_flavor-Get the applicationId of an Android project.
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -28949,12 +29870,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -28964,19 +29885,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
216
+
212
-

mackerel_api

+

ixguard

-

via yutailang0119

+

via Evgeniy Kubyshin

-> Call a Mackerel API endpoint and get the resulting JSON response +> ixguard plugin
@@ -28992,9 +29913,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
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
age3541 Project that have been around for longer tend to be more stable
downloads11591 More downloads = more users have been using the plugin for a while
tests30 The more tests a plugin has, the better
mackerel_apisource_controlCall a Mackerel API endpoint and get the resulting JSON responseixguard-iXGuard build plugin
@@ -29026,7 +29947,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -29041,12 +29962,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 + 36 Project that have been around for longer tend to be more stable @@ -29061,12 +29982,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 83 + 125 More downloads = more users have been using the plugin for a while tests - 39 + 3 The more tests a plugin has, the better @@ -29076,19 +29997,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
216
+
212
-

branding

+

appbox

-

via Stefan Natchev

+

via Vineet Choudhary

-> Add some branding to your fastlane output +> Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly to the devices from your Dropbox account.
@@ -29104,9 +30025,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - branding + appbox - - Add some branding to your fastlane output + Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly to the devices from your Dropbox account. @@ -29128,7 +30049,7 @@ 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 @@ -29138,7 +30059,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 13 + 12 More stars = more popular project @@ -29158,22 +30079,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 29 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 - 46 + 53 More downloads = more users have been using the plugin for a while @@ -29188,19 +30109,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
213
+
211
-

xcpretty_report

+

sem_release

-

via Fernando Saragoca

+

via pboulch

-> Generate xcodebuild reports using xcpretty +> Automated version managment and generator of release notes.
@@ -29216,9 +30137,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcpretty_report + analyze_commits - - xcpretty + - + + + conventional_changelog + - + Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. @@ -29240,7 +30166,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 @@ -29250,12 +30176,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 @@ -29270,12 +30196,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 28 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -29285,12 +30211,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 90 + 3 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -29300,19 +30226,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
212
+
210
-

flurry

+

raven

-

via Akash Duseja

+

via Marten Klitzke

-> Upload dSYM symbolication files to Flurry +> Plugin to manage Releases and upload JS Sourcemaps
@@ -29328,9 +30254,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flurry_upload_dsym - misc - Upload dSYM symbolication files to Flurry + raven + - + Create new Sentry/Raven Release and Upload Sourcemaps @@ -29352,7 +30278,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 @@ -29362,12 +30288,124 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 2 More stars = more popular project forks + 5 + More forks = more people seem to use/modify this project + + + has_mit_license + 20 + fastlane is MIT licensed, it's good to have plugins use MIT too + + + readme_score + 25 + How well is the README of the document written + + + age + 40 + Project that have been around for longer tend to be more stable + + + major_release + 0 + Post 1.0 releases are great + + + github_issues + -1 + Lots of open issues are not a good sign usually, unless the project is really popular + + + downloads + 68 + More downloads = more users have been using the plugin for a while + + + tests + 3 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
206
+ +

repack_ios

+ +

via Omer Duzyol

+ +> Enables your build pipeline to repack your pre-built ipa with new assets without rebuilding the native code. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
repack_ios-Enables your build pipeline to repack your pre-built ipa with new assets without rebuilding the native code.
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -29382,12 +30420,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -29397,12 +30435,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -29412,19 +30450,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
210
+
204
-

sem_release

+

teak

-

via pboulch

+

via Pat Wilson

-> Automated version managment and generator of release notes. +> Fastlane plugins for the Teak SDK
@@ -29440,14 +30478,19 @@ 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
subscribers9More subscribers = more popular project
stars11More stars = more popular project
forks15 More forks = more people seem to use/modify this project
age4124 Project that have been around for longer tend to be more stable
major_release030 Post 1.0 releases are great
downloads5247 More downloads = more users have been using the plugin for a while
tests120 The more tests a plugin has, the better
analyze_commitsteak_extensions -Add App Extension
teak_sdk -Download the Teak SDK
conventional_changelogteak -Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format.Fastlane plugins for the Teak SDK
@@ -29474,7 +30517,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 9 More subscribers = more popular project @@ -29494,12 +30537,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 - 27 + 33 Project that have been around for longer tend to be more stable @@ -29514,12 +30557,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 84 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -29529,19 +30572,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
210
+
203
-

match_import

+

unity_exporter

-

via Serhii Batsevych

+

via ar:met

-> Match repository custom import +> Plugin for 'fastlane' that defines an action to export iOS and Android projects via Unity3d. This allows Unity3d to more easily integrate with 'fastlane'.
@@ -29557,34 +30600,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - match_export_apns - - - Match repository apns certs export - - - match_export - - - Match repository custom export - - - match_import + unity_commit_version_bump - - Match repository custom import + Commits a version bump, if there is any. - match_import_apns + unity_export - - Match repository apns certs import + Exports a Unity project. - match_remove_invalid_apns + unity_get_build_number - - Match repository apns certs remove invalid + Will get the build number that was used for the latest Unity export action. Therefore make sure to call the Unity export action before you use this action. - match_remove + unity_get_version_number - - Match repository custom export + Will get the version number that was used for the latest Unity export action. Therefore make sure to call the Unity export action before you use this action. @@ -29606,12 +30639,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 @@ -29636,27 +30669,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 14 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 - 109 + 54 More downloads = more users have been using the plugin for a while tests - 3 + 27 The more tests a plugin has, the better @@ -29666,19 +30699,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
209
+
203
-

appbox

+

ionic_integration

-

via Vineet Choudhary

+

via Adrian Regan

-> Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly to the devices from your Dropbox account. +> Integrating Fastlane with Ionic Generated Projects
@@ -29694,9 +30727,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appbox + ionic_ios_config_snapshot - - Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly to the devices from your Dropbox account. + Create a Sample iOS UI Unit Test to get started with in a generated Ionic/Cordova project + + + ionic_ios_snapshot + - + Bridge between Ionic/Cordova Projects and Fastlane for Automated Snapshot Generation for iOS Projects @@ -29718,7 +30756,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 @@ -29728,7 +30766,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 12 + 22 More stars = more popular project @@ -29748,27 +30786,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 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 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 51 + 32 More downloads = more users have been using the plugin for a while tests - 3 + 15 The more tests a plugin has, the better @@ -29778,19 +30816,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
208
+
202
-

raven

+

npm

-

via Marten Klitzke

+

via Erick Martins

-> Plugin to manage Releases and upload JS Sourcemaps +> A very simple plugin to run npm scripts
@@ -29806,121 +30844,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - raven + npm_test - - Create new Sentry/Raven Release and Upload Sourcemaps - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + + - - - + + + - - - + + + - - - - - -
MetricPointsDescription
contributors18The more contributors a project has, the more likely it is it stays alive
subscribers30More 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_score25How well is the README of the document written
age39Project that have been around for longer tend to be more stableA very simple plugin to run npm scripts
major_release0Post 1.0 releases are greatnpm_run-A very simple plugin to run npm scripts
github_issues-1Lots of open issues are not a good sign usually, unless the project is really popularnpm_post_install-A very simple plugin to run npm scripts
downloads67More downloads = more users have been using the plugin for a whilenpm_install-A very simple plugin to run npm scripts
tests3The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
208
- -

flutter_version_manager

- -

via Davor Maric

- -> Manages app versioning of Flutter project - - -
-Provided actions - - - - - - - + + + - - - + - +
NameCategoryDescriptionupgrade_package_json_version-A very simple plugin to run npm scripts
flutter_version_managernpm_lint -Manages app versioning of a Flutter project.Runs lint script
@@ -29952,7 +30903,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -29967,17 +30918,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 - 18 + 13 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -29987,12 +30938,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 80 + 132 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -30002,19 +30953,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
205
+
201
-

testappio

+

docker

-

via TestApp.io

+

via Manu Wallner

-> Deploy your Android & iOS to TestApp.io +> fastlane Actions to support building images, logging into Docker Hub, and pushing those images to the Hub
@@ -30030,9 +30981,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_testappio + docker_build - - Uploading ipa/apk packages to TestApp.io for testing. + Build docker images in the current directory + + + docker_login + - + Login to Docker Hub + + + ensure_docker_machine_available + - + Makes sure a docker machine is created and available for us to use + + + docker_compose + - + Define and run multi-container applications with Docker + + + docker_push + - + Push a docker image to its' repository @@ -30054,22 +31025,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 + 3 More subscribers = more popular project stars - 2 + 6 More stars = more popular project forks - 5 + 10 More forks = more people seem to use/modify this project @@ -30084,22 +31055,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 9 + 42 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 - 80 + 56 More downloads = more users have been using the plugin for a while @@ -30114,19 +31085,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
203
+
201
-

repack_ios

+

android_emulator_kami

-

via Omer Duzyol

+

via Michael Ruhl

-> Enables your build pipeline to repack your pre-built ipa with new assets without rebuilding the native code. +> Creates and starts an Android Emulator (AVD)
@@ -30142,9 +31113,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - repack_ios + android_emulator_kami - - Enables your build pipeline to repack your pre-built ipa with new assets without rebuilding the native code. + Creates and starts an Android Emulator (AVD) @@ -30171,17 +31142,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 3 More subscribers = more popular project stars - 11 + 0 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -30196,7 +31167,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 35 Project that have been around for longer tend to be more stable @@ -30211,12 +31182,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 45 + 57 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -30226,19 +31197,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
202
+
200
-

ionic_integration

+

localize

-

via Adrian Regan

+

via Wolfgang Lutz

-> Integrating Fastlane with Ionic Generated Projects +> Searches the code for extractable strings and allows interactive extraction to .strings file.
@@ -30254,14 +31225,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ionic_ios_config_snapshot - - - Create a Sample iOS UI Unit Test to get started with in a generated Ionic/Cordova project - - - ionic_ios_snapshot + localize - - Bridge between Ionic/Cordova Projects and Fastlane for Automated Snapshot Generation for iOS Projects + Searches the code for extractable strings and allows interactive extraction to .strings file. @@ -30293,12 +31259,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 22 + 7 More stars = more popular project forks - 10 + 5 More forks = more people seem to use/modify this project @@ -30313,27 +31279,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 34 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 - 32 + 33 More downloads = more users have been using the plugin for a while tests - 15 + 3 The more tests a plugin has, the better @@ -30343,19 +31309,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
202
+
199
-

teak

+

provisioning

-

via Pat Wilson

+

via Pawel Jankowski

-> Fastlane plugins for the Teak SDK +> Helps provision your app in the CI environment
@@ -30371,19 +31337,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - teak_extensions - - - Add App Extension - - - teak_sdk + set_key_partition_list - - Download the Teak SDK + Sets key partition list (required by macOS Sierra) - teak + install_profiles - - Fastlane plugins for the Teak SDK + Install profiles from specified directory @@ -30405,12 +31366,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 - 9 + 0 More subscribers = more popular project @@ -30430,12 +31391,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 - 32 + 42 Project that have been around for longer tend to be more stable @@ -30450,7 +31411,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 83 + 48 More downloads = more users have been using the plugin for a while @@ -30465,19 +31426,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
201
+
199
-

unity_exporter

+

bluepill

-

via ar:met

+

via tbrand

-> Plugin for 'fastlane' that defines an action to export iOS and Android projects via Unity3d. This allows Unity3d to more easily integrate with 'fastlane'. +> Fastlane plugin to use bluepill in fastlane
@@ -30493,24 +31454,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - unity_commit_version_bump - - - Commits a version bump, if there is any. - - - unity_export - - - Exports a Unity project. - - - unity_get_build_number - - - Will get the build number that was used for the latest Unity export action. Therefore make sure to call the Unity export action before you use this action. - - - unity_get_version_number + bluepill - - Will get the version number that was used for the latest Unity export action. Therefore make sure to call the Unity export action before you use this action. + Plugin to use bluepill in fastlane @@ -30537,17 +31483,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 15 More subscribers = more popular project stars - 1 + 13 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -30562,12 +31508,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 13 + 40 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -30577,12 +31523,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 53 + 39 More downloads = more users have been using the plugin for a while tests - 27 + 3 The more tests a plugin has, the better @@ -30592,7 +31538,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -30600,11 +31546,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
199
-

docker

+

property_file_write

-

via Manu Wallner

+

via Jan Meier

-> fastlane Actions to support building images, logging into Docker Hub, and pushing those images to the Hub +> writes property files
@@ -30620,29 +31566,126 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - docker_build + property_file_write - - Build docker images in the current directory + Writes value into properties file + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
docker_login-Login to Docker HubMetricPointsDescription
ensure_docker_machine_available-Makes sure a docker machine is created and available for us to usecontributors0The more contributors a project has, the more likely it is it stays alive
docker_composesubscribers3More 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
age37Project 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
downloads81More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
198
+ +

verify_ipa

+ +

via Derek Yang

+ +> Verify various aspects of iOS ipa file + + +
+Provided actions + + + + + + + + + + + + - + - + - +
NameCategoryDescription
verify_ipa_files -Define and run multi-container applications with DockerVerify files in ipa file
docker_pushverify_ipa_entitlements -Push a docker image to its' repositoryVerify ipa entitlements
@@ -30664,7 +31707,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 @@ -30674,12 +31717,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 6 + 3 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -30694,7 +31737,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 40 Project that have been around for longer tend to be more stable @@ -30704,17 +31747,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 - 55 + 25 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -30724,19 +31767,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
199
+
198
-

android_emulator_kami

+

validate_app

-

via Michael Ruhl

+

via Thi

-> Creates and starts an Android Emulator (AVD) +> Validate your build before uploading to iTunes Connect
@@ -30752,9 +31795,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_emulator_kami + validate_app - - Creates and starts an Android Emulator (AVD) + Validate your ipa file @@ -30786,12 +31829,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 @@ -30806,12 +31849,12 @@ 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 major_release - 30 + 0 Post 1.0 releases are great @@ -30821,12 +31864,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 56 + 74 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -30836,19 +31879,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
198
+
197
-

ixguard

+

git_build_versioning

-

via Evgeniy Kubyshin

+

via Mikko Välimäki

-> ixguard plugin +> Store build numbers in git tags for distributed sequential builds
@@ -30864,9 +31907,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ixguard + reserve_git_build_number - - iXGuard build plugin + Use git for tagging your builds for unique distributed sequential build numbers + + + get_git_build_number + - + Use git for tagging your builds for unique distributed sequential build numbers @@ -30918,7 +31966,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 30 Project that have been around for longer tend to be more stable @@ -30933,12 +31981,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 111 + 101 More downloads = more users have been using the plugin for a while tests - 3 + 18 The more tests a plugin has, the better @@ -30948,42 +31996,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
198
- -

localize

- -

via Wolfgang Lutz

- -> Searches the code for extractable strings and allows interactive extraction to .strings file. +
197
+

match_android_keystore

-
-Provided actions +

via izzis92

- - - - - - - - - - - - - - - -
NameCategoryDescription
localize-Searches the code for extractable strings and allows interactive extraction to .strings file.
+> Get android keystores from github -
@@ -31005,17 +32031,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project stars - 7 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -31025,17 +32051,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 - 33 + 0 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -31045,12 +32071,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 32 + 165 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -31060,7 +32086,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -31068,11 +32094,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
197
-

validate_app

+

remove_git_tag

-

via Thi

+

via Marker Digital

-> Validate your build before uploading to iTunes Connect +> This will remove a specific tag from your remote branch
@@ -31088,9 +32114,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - validate_app - - - Validate your ipa file + remove_git_tag + source_control + This will remove a tag from the remote repository @@ -31112,22 +32138,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 - 11 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -31137,7 +32163,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 @@ -31157,12 +32183,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 74 + 103 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -31172,7 +32198,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -31180,11 +32206,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
197
-

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
@@ -31200,9 +32226,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 @@ -31229,17 +32255,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 @@ -31249,12 +32275,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 - 39 + 36 Project that have been around for longer tend to be more stable @@ -31264,12 +32290,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 - 38 + 104 More downloads = more users have been using the plugin for a while @@ -31284,7 +32310,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -31292,11 +32318,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
196
-

verify_ipa

+

sourcery

-

via Derek Yang

+

via Marcin Stepnowski

-> Verify various aspects of iOS ipa file +> 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.
@@ -31312,14 +32338,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - verify_ipa_files - - - Verify files in ipa file - - - verify_ipa_entitlements - - - Verify ipa entitlements + 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. @@ -31341,7 +32362,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 @@ -31351,7 +32372,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 0 More stars = more popular project @@ -31371,12 +32392,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 12 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -31386,12 +32407,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 24 + 60 More downloads = more users have been using the plugin for a while tests - 51 + 21 The more tests a plugin has, the better @@ -31401,7 +32422,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -31409,11 +32430,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
196
-

property_file_write

+

line_notify

-

via Jan Meier

+

via AKKHARAWAT CHAYAPIWAT

-> writes property files +> To be able to send message to Line Notify
@@ -31429,9 +32450,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - property_file_write + line_notify - - Writes value into properties file + You can use this action to send message via Line Notify @@ -31483,12 +32504,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 33 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -31498,7 +32519,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 79 + 112 More downloads = more users have been using the plugin for a while @@ -31513,7 +32534,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -31521,11 +32542,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
195
-

provisioning

+

xcode_test_reporter

-

via Pawel Jankowski

+

via Taisuke Hori

-> Helps provision your app in the CI environment +> Generates JUnit or HTML report from Xcode `plist` test report files.
@@ -31541,14 +32562,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - set_key_partition_list - - - Sets key partition list (required by macOS Sierra) - - - install_profiles + xcode_test_reporter - - Install profiles from specified directory + Generates JUnit or HTML report from Xcode `plist` test report files @@ -31570,12 +32586,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 @@ -31600,7 +32616,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 33 Project that have been around for longer tend to be more stable @@ -31615,7 +32631,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 45 + 56 More downloads = more users have been using the plugin for a while @@ -31630,7 +32646,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -31638,11 +32654,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
194
-

number_of_swift_lines

+

xcodebuild_analyze

-

via Dennis Charmington

+

via Meniga

-> Outputs the total number of swift lines and other useful statistics +> Run code analyzer using xcodebuild
@@ -31658,9 +32674,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - number_of_swift_lines - - - Outputs the total number of lines of swift code, number of swift files, and a list of the largest swift files, and some other useful statistics + xcodebuild_analyze + building + Run code analyzer using xcodebuild + + + xcodebuild_analyze_and_ensure_no_results + building + Run code analyzer using xcodebuild and fail if any vulnerability is found + + + ensure_no_results_from_xcodebuild_analyze + building + Check if the are any vulnerabilities under provided analyzer output path @@ -31687,12 +32713,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -31707,17 +32733,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 - 35 + 21 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -31727,12 +32753,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 102 + 15 More downloads = more users have been using the plugin for a while tests - 3 + 45 The more tests a plugin has, the better @@ -31742,7 +32768,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -31750,11 +32776,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
194
-

git_build_versioning

+

set_sonar_properties

-

via Mikko Välimäki

+

via Paldom

-> Store build numbers in git tags for distributed sequential builds +> Load and edit sonar-project.properties files
@@ -31770,14 +32796,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - reserve_git_build_number - - - Use git for tagging your builds for unique distributed sequential build numbers - - - get_git_build_number + set_sonar_properties - - Use git for tagging your builds for unique distributed sequential build numbers + Load and edit sonar properties file @@ -31824,17 +32845,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 + 26 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -31844,12 +32865,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 99 + 53 More downloads = more users have been using the plugin for a while tests - 18 + 12 The more tests a plugin has, the better @@ -31859,19 +32880,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
194
+
193
-

amazon_app_submission

+

download_object_from_s3

-

via mohammedhemaid

+

via aomathwift

-> This is the first version of the Amazon App Submission +> Download objects from AWS S3
@@ -31887,9 +32908,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - amazon_app_submission + download_object_from_s3 - - Fastlane plugin for Amazon App Submissions + Download objects from AWS S3 @@ -31911,7 +32932,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 @@ -31921,12 +32942,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 0 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -31936,12 +32957,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 - 7 + 20 Project that have been around for longer tend to be more stable @@ -31951,17 +32972,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 - 95 + 104 More downloads = more users have been using the plugin for a while tests - 3 + 15 The more tests a plugin has, the better @@ -31971,7 +32992,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -31979,11 +33000,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
193
-

xcode_test_reporter

+

github_action

-

via Taisuke Hori

+

via Josh Holtz

-> Generates JUnit or HTML report from Xcode `plist` test report files. +> Helper to setup GitHub actions for fastlane and match
@@ -31999,9 +33020,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcode_test_reporter + github_action - - Generates JUnit or HTML report from Xcode `plist` test report files + Helper to setup GitHub actions for fastlane and match @@ -32028,12 +33049,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 @@ -32053,7 +33074,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 21 Project that have been around for longer tend to be more stable @@ -32068,7 +33089,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 55 + 65 More downloads = more users have been using the plugin for a while @@ -32083,7 +33104,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -32091,11 +33112,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
193
-

line_notify

+

compilation_time_report

-

via AKKHARAWAT CHAYAPIWAT

+

via Tinkoff.ru

-> To be able to send message to Line Notify +> Generate custom HTML report compilation time of each Swift func
@@ -32111,9 +33132,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - line_notify + compilation_time_report - - You can use this action to send message via Line Notify + Generate custom HTML report compilation time of each Swift func @@ -32135,17 +33156,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 + 24 More subscribers = more popular project stars - 0 + 5 More stars = more popular project @@ -32160,17 +33181,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 - 32 + 29 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -32180,7 +33201,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 110 + 26 More downloads = more users have been using the plugin for a while @@ -32195,19 +33216,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
193
+
192
-

xcodebuild_analyze

+

version

-

via Meniga

+

via Jason Nam

-> Run code analyzer using xcodebuild +> Set version
@@ -32223,19 +33244,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcodebuild_analyze - building - Run code analyzer using xcodebuild - - - xcodebuild_analyze_and_ensure_no_results - building - Run code analyzer using xcodebuild and fail if any vulnerability is found - - - ensure_no_results_from_xcodebuild_analyze - building - Check if the are any vulnerabilities under provided analyzer output path + set_version + - + Set version @@ -32257,17 +33268,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 - 1 + 0 More stars = more popular project @@ -32287,12 +33298,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 20 + 27 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -32302,12 +33313,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 83 More downloads = more users have been using the plugin for a while tests - 45 + 9 The more tests a plugin has, the better @@ -32317,19 +33328,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
192
+
191
-

remove_git_tag

+

zealot

-

via Marker Digital

+

via icyleaf

-> This will remove a specific tag from your remote branch +> Upload IPA/APK/dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android and iOS apps.
@@ -32345,9 +33356,24 @@ 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 + zealot + - + - + + + zealot_debug_file + - + Upload dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android and iOS apps. + + + zealot_sync_devices + - + Check app version exists from Zealot + + + zealot_version_check + - + Check app version exists from Zealot @@ -32369,22 +33395,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 - 0 + 6 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 @@ -32394,12 +33420,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 + 23 Project that have been around for longer tend to be more stable @@ -32414,7 +33440,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 99 + 75 More downloads = more users have been using the plugin for a while @@ -32429,19 +33455,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
192
+
190
-

compilation_time_report

+

gitlab_release

-

via Tinkoff.ru

+

via Andrea Del Fante

-> Generate custom HTML report compilation time of each Swift func +> Fastlane wrapper of gitlab-release-tools
@@ -32457,9 +33483,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - compilation_time_report + gitlab_release_changelog + - + - + + + gitlab_release_close + - - - Generate custom HTML report compilation time of each Swift func @@ -32481,17 +33512,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 - 24 + 3 More subscribers = more popular project stars - 5 + 0 More stars = more popular project @@ -32511,27 +33542,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 24 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 - 26 + 88 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -32541,7 +33572,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -32549,11 +33580,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
190
-

sourcery

+

alioss

-

via Marcin Stepnowski

+

via woodwu

-> 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 ipa/apk to aliyun oos server, and scan QRcode to install app on mobile phone.
@@ -32569,9 +33600,9 @@ 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. + alioss + - + - @@ -32603,12 +33634,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 4 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -32618,32 +33649,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 - 11 + 24 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 + -6 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 55 + 102 More downloads = more users have been using the plugin for a while tests - 21 + 3 The more tests a plugin has, the better @@ -32653,19 +33684,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
189
+
190
-

gitlab_release

+

firebase

-

via Andrea Del Fante

+

via Tomas Kohout

-> Fastlane wrapper of gitlab-release-tools +> Unofficial tool to access Firebase project settings
@@ -32681,14 +33712,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_release_changelog + firebase_delete_client - + An unofficial tool to access Firebase + + + firebase_add_client - + An unofficial tool to access Firebase - gitlab_release_close + 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 @@ -32715,17 +33761,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 0 + 23 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -32740,7 +33786,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 40 Project that have been around for longer tend to be more stable @@ -32750,17 +33796,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 - 88 + 42 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -32770,7 +33816,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -32778,11 +33824,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
189
-

set_sonar_properties

+

bitrise

-

via Paldom

+

via Robin AUTHIAT

-> Load and edit sonar-project.properties files +> Fastlane plugin to trigger a bitrise build with some options
@@ -32798,9 +33844,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - set_sonar_properties + bitrise - - Load and edit sonar properties file + Trigger a bitrise build @@ -32852,12 +33898,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 29 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -32867,12 +33913,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 49 + 81 More downloads = more users have been using the plugin for a while tests - 12 + 6 The more tests a plugin has, the better @@ -32882,7 +33928,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -32890,11 +33936,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
189
-

zealot

+

remove_setting

-

via icyleaf

+

via Colin Harris

-> Upload IPA/APK/dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android and iOS apps. +> Fastlane plugin to remove settings from an iOS settings bundle
@@ -32910,24 +33956,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - zealot - - - - - - - zealot_debug_file - - - Upload dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android and iOS apps. - - - zealot_sync_devices - - - Check app version exists from Zealot - - - zealot_version_check - - - Check app version exists from Zealot + remove_setting + project + Fastlane plugin action to remove settings in an iOS settings bundle @@ -32949,22 +33980,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 - 3 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -32979,7 +34010,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 37 Project that have been around for longer tend to be more stable @@ -32994,12 +34025,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 74 + 18 More downloads = more users have been using the plugin for a while tests - 3 + 60 The more tests a plugin has, the better @@ -33009,127 +34040,67 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
188
- -

match_android_keystore

+
189
-

via izzis92

+

testbm

-> Get android keystores from github +

via Bemobile

+> A Test plugin
-Score details +Provided actions - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - -
MetricPointsNameCategory Description
contributors12The 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 stabletestbm-A Test plugin
major_release0Post 1.0 releases are greatbmversion-TODO
github_issues0Lots of open issues are not a good sign usually, unless the project is really popularbmdistribution-Distributes an app version via firebase, testflight, browsertack or the play store.
downloads156More downloads = more users have been using the plugin for a whilebmbuild-TODO
tests0The more tests a plugin has, the bettersalutation-Returns hello world
- -
- -

- - Open on GitHub - -

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

remove_setting

- -

via Colin Harris

- -> Fastlane plugin to remove settings from an iOS settings bundle - - -
-Provided actions - - - - - - + + + - - - - - + + +
NameCategoryDescriptionbminfo-TODO
remove_settingprojectFastlane plugin action to remove settings in an iOS settings bundlebmslack-Sends a message to a Slack chat specified in the SLACK_URL environment variable
@@ -33161,7 +34132,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -33176,12 +34147,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 + 17 Project that have been around for longer tend to be more stable @@ -33196,12 +34167,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 121 More downloads = more users have been using the plugin for a while tests - 60 + 3 The more tests a plugin has, the better @@ -33211,19 +34182,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
188
+
189
-

alioss

+

create_github_issue

-

via woodwu

+

via Ryo Sakaguchi

-> upload ipa/apk to aliyun oos server, and scan QRcode to install app on mobile phone. +> Create GitHub issue
@@ -33239,9 +34210,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - alioss - - + create_github_issue - + Create GitHub issue @@ -33268,17 +34239,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 4 + 1 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -33293,7 +34264,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 30 Project that have been around for longer tend to be more stable @@ -33303,12 +34274,12 @@ 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 - 101 + 110 More downloads = more users have been using the plugin for a while @@ -33323,19 +34294,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
188
+
189
-

firebase

+

clang_format

-

via Tomas Kohout

+

via Meniga

-> Unofficial tool to access Firebase project settings +> Format your C/C++/Java/JavaScript/Objective-C/Protobuf/C code with clang-format
@@ -33351,29 +34322,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - firebase_delete_client - - - An unofficial tool to access Firebase - - - firebase_add_client - - - An unofficial tool to access Firebase - - - firebase_list - - - An unofficial tool to access Firebase - - - firebase_download_config + clang_format - - An unofficial tool to access Firebase + A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf/C - firebase_upload_certificate + run_clang_format - - An unofficial tool to access Firebase + Run clang format python script: https://github.com/Sarcasm/run-clang-format @@ -33405,12 +34361,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 23 + 1 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -33425,27 +34381,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 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 - -4 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 41 + 18 More downloads = more users have been using the plugin for a while tests - 3 + 42 The more tests a plugin has, the better @@ -33455,7 +34411,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -33463,11 +34419,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
188
-

github_action

+

android_version_manage

-

via Josh Holtz

+

via futabooo

-> Helper to setup GitHub actions for fastlane and match +> Manage Android App Versioning
@@ -33483,9 +34439,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - github_action + android_set_version_code - - Helper to setup GitHub actions for fastlane and match + 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 @@ -33512,12 +34478,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 4 + 0 More stars = more popular project @@ -33532,17 +34498,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 - 20 + 24 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -33552,12 +34518,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 61 + 89 More downloads = more users have been using the plugin for a while tests - 3 + 27 The more tests a plugin has, the better @@ -33567,7 +34533,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -33575,11 +34541,102 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
188
-

download_object_from_s3

+

deploy_file_provider

-

via aomathwift

+

via Kamil Krzyk, Przemysław Wośko

-> Download objects from AWS S3 +> Prepares metadata files with structure ready for AppStore, PlayStore deploy + + + +
+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
downloads168More 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) + +

+ +----- + +
187
+ +

auth0_shipper

+ +

via Hernan Zalazar

+ +> OSS libraries release process for Auth0
@@ -33595,9 +34652,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_object_from_s3 + perform_release - - Download objects from AWS S3 + 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 @@ -33619,12 +34686,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 + 12 More subscribers = more popular project @@ -33649,7 +34716,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 42 Project that have been around for longer tend to be more stable @@ -33664,12 +34731,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 100 + 88 More downloads = more users have been using the plugin for a while tests - 15 + 0 The more tests a plugin has, the better @@ -33679,19 +34746,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
188
+
186
-

clang_format

+

clang_analyzer

-

via Meniga

+

via Siarhei Fiedartsou

-> Format your C/C++/Java/JavaScript/Objective-C/Protobuf/C code with clang-format +> Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report
@@ -33707,14 +34774,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clang_format - - - A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf/C - - - run_clang_format + clang_analyzer - - Run clang format python script: https://github.com/Sarcasm/run-clang-format + Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report @@ -33736,22 +34798,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 + 5 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -33766,12 +34828,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 43 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -33781,12 +34843,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 38 More downloads = more users have been using the plugin for a while tests - 42 + 6 The more tests a plugin has, the better @@ -33796,19 +34858,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
187
+
186
-

npm

+

rearchive

-

via Erick Martins

+

via naoigcat

-> A very simple plugin to run npm scripts +> Modify files inside ipa/xcarchive for publishing multiple configurations without rearchiving.
@@ -33824,34 +34886,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - npm_test - - - A very simple plugin to run npm scripts - - - npm_run + iconset - - A very simple plugin to run npm scripts + Replace icons inside .ipa/.xcarchive - npm_post_install + plist_command - - A very simple plugin to run npm scripts + Execute commands for .plists inside .ipa/.xcarchive - npm_install + plist_value - - A very simple plugin to run npm scripts + Overwrite values of .plists inside .ipa/.xcarchive - upgrade_package_json_version + remove_file - - A very simple plugin to run npm scripts + Remove files inside .ipa/.xcarchive - npm_lint + replace_file - - Runs lint script + Replace files inside .ipa/.xcarchive @@ -33873,7 +34930,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 @@ -33898,17 +34955,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 - 12 + 3 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -33918,12 +34975,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 118 + 2 More downloads = more users have been using the plugin for a while tests - 3 + 78 The more tests a plugin has, the better @@ -33933,19 +34990,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
187
+
185
-

create_github_issue

+

json_auth

-

via Ryo Sakaguchi

+

via Martin Gonzalez, Thang Nguyen

-> Create GitHub issue +> actions related to json files
@@ -33961,9 +35018,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_github_issue + download_json - - Create GitHub issue + 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 + + + write_json + - + Write a json file from a hash at the provided path @@ -33995,7 +35067,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -34010,17 +35082,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 + 20 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -34030,12 +35102,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 109 + 14 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -34045,19 +35117,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
186
+
185
-

testbm

+

update_team_identifier

-

via Bemobile

+

via Jordan Bondo

-> A Test plugin +> Updates the Team Identifier for a given target
@@ -34073,39 +35145,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 + update_team_identifier - - Sends a message to a Slack chat specified in the SLACK_URL environment variable + Updates the Team Identifier for a given target @@ -34142,7 +35184,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 @@ -34157,12 +35199,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 16 + 31 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -34172,7 +35214,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 119 + 68 More downloads = more users have been using the plugin for a while @@ -34187,21 +35229,108 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
186
+
184
-

deploy_file_provider

+

sunny_project

-

via Kamil Krzyk, Przemysław Wośko

+

via ericmartineau

-> Prepares metadata files with structure ready for AppStore, PlayStore deploy +> Sunny flutter projects +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
rename_assets-Renames assets, generates an assets.dart file to reference them.
pubspec_doctor-Modify pubspec for local or git development
sunny_release--
increase_version-Increment version number in pubspec.yaml file
sunny_build_runner-Cleans and runs flutter build_runner
sunny_build_web-Builds a web project
local_packages-Checks out local dart packages
finalize_version-Commit version tags
release_notes-Get or retrieve release notes from git
generate_icons-Generates a flutter icon set as a font
dart_package_status--
curr_semver-Gets the current version from the project's pubspec.yaml file
pub_release-Releases a dart package
pub_publish-Executes pub publish command
+ +
+
Score details @@ -34222,7 +35351,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project @@ -34242,12 +35371,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 + 19 Project that have been around for longer tend to be more stable @@ -34262,12 +35391,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 166 + 111 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -34277,20 +35406,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
185
+
183
-

auth0_shipper

+

podspec_dependency_versioning

-

via Hernan Zalazar

+

via Cole Dunsby

-> OSS libraries release process for Auth0 +> Edit the versions of your podspec dependencies
@@ -34306,19 +35434,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - perform_release - - - Performs the release for an Auth0 OSS library - - - publish_release - - - Performs a pending release represented by the latest tag - - - prepare_release + change_podspec_dependency_version - - Prepares the release for an Auth0 OSS library + This action will modify the version of a dependency in your podspec. @@ -34345,7 +35463,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 3 More subscribers = more popular project @@ -34365,12 +35483,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 - 41 + 32 Project that have been around for longer tend to be more stable @@ -34385,12 +35503,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 87 + 75 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -34400,19 +35518,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
184
+
183
-

json_auth

+

automated_test_emulator_run_next

-

via Martin Gonzalez, Thang Nguyen

+

via Hiroto Nakamura

-> actions related to json files +> 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.
@@ -34428,24 +35546,9 @@ 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 - - - Read a json file and expose a hash with symbolized names as result - - - write_json + automated_test_emulator_run - - Write a json file from a hash at the provided path + Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. @@ -34472,7 +35575,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project @@ -34482,7 +35585,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 0 + 15 More forks = more people seem to use/modify this project @@ -34497,7 +35600,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 44 Project that have been around for longer tend to be more stable @@ -34507,17 +35610,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 - 14 + 17 More downloads = more users have been using the plugin for a while tests - 51 + 3 The more tests a plugin has, the better @@ -34527,19 +35630,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
184
+
182
-

rearchive

+

firebase_management_api

-

via naoigcat

+

via Abdelrahman Eldesoky

-> Modify files inside ipa/xcarchive for publishing multiple configurations without rearchiving. +> Unofficial tool to access Firebase project settings
@@ -34555,29 +35658,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - iconset - - - Replace icons inside .ipa/.xcarchive - - - plist_command + firebase_management_api_add_app - - Execute commands for .plists inside .ipa/.xcarchive + Add new app to Firebase project - plist_value + firebase_management_api_upload_sha - - Overwrite values of .plists inside .ipa/.xcarchive + Add sha to to Firebase android app - remove_file + firebase_management_api_download_config - - Remove files inside .ipa/.xcarchive + Download configuration file for Firebase app - replace_file + firebase_management_api_list - - Replace files inside .ipa/.xcarchive + List all Firebase projects and their apps @@ -34599,12 +35697,12 @@ 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 - 3 + 0 More subscribers = more popular project @@ -34629,7 +35727,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 2 + 40 Project that have been around for longer tend to be more stable @@ -34644,12 +35742,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 9 More downloads = more users have been using the plugin for a while tests - 78 + 3 The more tests a plugin has, the better @@ -34659,19 +35757,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
184
+
181
-

bitrise

+

android_change_package_name

-

via Robin AUTHIAT

+

via yeppao

-> Fastlane plugin to trigger a bitrise build with some options +> Change the package name in the AndroidManifest.xml file
@@ -34687,9 +35785,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitrise + android_change_package_name - - Trigger a bitrise build + Change the package identifier in the AndroidManifest.xml file @@ -34736,12 +35834,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 + 31 Project that have been around for longer tend to be more stable @@ -34756,12 +35854,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 77 + 99 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -34771,19 +35869,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
183
+
181
-

clang_analyzer

+

amazon_appstore

-

via Siarhei Fiedartsou

+

via ntsk

-> Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report +> Upload apps to Amazon Appstore
@@ -34799,9 +35897,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clang_analyzer + upload_to_amazon_appstore - - Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report + Upload apps to Amazon Appstore @@ -34833,12 +35931,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 2 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -34853,7 +35951,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 11 Project that have been around for longer tend to be more stable @@ -34868,12 +35966,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 36 + 9 More downloads = more users have been using the plugin for a while tests - 6 + 80 The more tests a plugin has, the better @@ -34883,19 +35981,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
181
+
179
-

automated_test_emulator_run_next

+

xclogparser

-

via Hiroto Nakamura

+

via Josh Lesch

-> 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. +> Parse Xcode or xcodebuild build and test logs with XCLogParser
@@ -34911,9 +36009,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - automated_test_emulator_run + xclogparser - - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. + Parse Xcode or xcodebuild build and test logs with XCLogParser @@ -34940,7 +36038,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 30 More subscribers = more popular project @@ -34950,7 +36048,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 @@ -34965,22 +36063,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 20 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 - 16 + 56 More downloads = more users have been using the plugin for a while @@ -34995,19 +36093,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
181
+
178
-

sunny_project

+

ad_licenselint

-

via ericmartineau

+

via Pierre Felgines

-> Sunny flutter projects +> Lint the licenses for iOS projects
@@ -35023,80 +36121,105 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rename_assets - - - Renames assets, generates an assets.dart file to reference them. - - - pubspec_doctor + ad_licenselint - - Modify pubspec for local or git development + Lint the licenses for iOS projects + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + +
sunny_release--MetricPointsDescription
increase_version-Increment version number in pubspec.yaml filecontributors0The more contributors a project has, the more likely it is it stays alive
sunny_build_runner-Cleans and runs flutter build_runnersubscribers9More subscribers = more popular project
sunny_build_web-Builds a web projectstars0More stars = more popular project
local_packages-Checks out local dart packagesforks0More forks = more people seem to use/modify this project
finalize_version-Commit version tagshas_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
release_notes-Get or retrieve release notes from gitreadme_score50How well is the README of the document written
generate_icons-Generates a flutter icon set as a fontage19Project that have been around for longer tend to be more stable
dart_package_status--major_release30Post 1.0 releases are great
curr_semver-Gets the current version from the project's pubspec.yaml filegithub_issues0Lots of open issues are not a good sign usually, unless the project is really popular
pub_release-Releases a dart packagedownloads50More downloads = more users have been using the plugin for a while
pub_publish-Executes pub publish commandtests0The more tests a plugin has, the better
+

+ + Open on GitHub + +

+ +----- + +
174
+ +

apadmi_grout

+ +

via Apadmi

+ +> A fastlane wrapper for the apadmi build tools plugin + +
Score details @@ -35117,7 +36240,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project @@ -35137,17 +36260,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 - 18 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -35157,12 +36280,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 109 + 124 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -35172,19 +36295,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
180
+
174
-

firebase_management_api

+

cordova_screenshots

-

via Abdelrahman Eldesoky

+

via Jan Piotrowski

-> Unofficial tool to access Firebase project settings +> Take screenshots of your Cordova/Ionic app with fastlane
@@ -35200,24 +36324,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - firebase_management_api_add_app + init_cordova_screenshots_ios - - Add new app to Firebase project + Creates an iOS UI Unit Tests in '#{CordovaScreenshots::CORDOVA_SCREENSHOTS_IOS_CONFIG_PATH}' - firebase_management_api_upload_sha + retrofit_cordova_screenshots_android - - Add sha to to Firebase android app + Retrofit test into Android project - firebase_management_api_download_config + retrofit_cordova_screenshots_ios - - Download configuration file for Firebase app + Retrofit test into iOS Xcode project - firebase_management_api_list + init_cordova_screenshots_android - - List all Firebase projects and their apps + Creates an Android UI test in '#{CordovaScreenshots::CORDOVA_SCREENSHOTS_ANDROID_CONFIG_PATH}' @@ -35239,22 +36363,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 - 0 + 6 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 @@ -35269,27 +36393,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 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 - 0 + -10 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 8 + 47 More downloads = more users have been using the plugin for a while tests - 3 + 15 The more tests a plugin has, the better @@ -35299,19 +36423,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
179
+
174
-

amazon_appstore

+

jira_issues_release_notes

-

via ntsk

+

via Erick Martins

-> Upload apps to Amazon Appstore +> It generates a release note based on the issues keys and descriptions found in the commits
@@ -35327,9 +36451,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_amazon_appstore + jira_release_changelog - - Upload apps to Amazon Appstore + It generates a release note based on the issues keys and descriptions found in the commits + + + jira_comment + - + It generates a release note based on the issues keys found in branch name and descriptions found in the commits + + + jira_versions + - + It generates a release note based on the issues keys found in branch name and descriptions found in the commits + + + jira_issues_keys_from_commits + - + It generates a release note based on the issues keys found in branch name and descriptions found in the commits + + + jira_feature_validation + - + It generates a release note based on the issues keys found in branch name and descriptions found in the commits + + + jira_release_validation + - + It generates a release note based on the issues keys and descriptions found in the commits @@ -35361,7 +36510,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -35381,12 +36530,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 10 + 13 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -35396,12 +36545,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 49 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -35411,19 +36560,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
178
+
173
-

update_team_identifier

+

napp_distribution

-

via Jordan Bondo

+

via Mads Møller

-> Updates the Team Identifier for a given target +> Upload IPA AND APK builds to Napp Distribution
@@ -35439,9 +36588,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_team_identifier + napp_distribution - - Updates the Team Identifier for a given target + Upload builds to Napp Distribution Center @@ -35463,129 +36612,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 - More subscribers = more popular project - - - stars - 0 - More stars = more popular project - - - forks - 5 - More forks = more people seem to use/modify this project - - - has_mit_license - 20 - fastlane is MIT licensed, it's good to have plugins use MIT too - - - readme_score - 25 - How well is the README of the document written - - - age - 30 - Project that have been around for longer tend to be more stable - - - major_release - 30 - Post 1.0 releases are great - - - github_issues - 0 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 62 - More downloads = more users have been using the plugin for a while - - - tests - 3 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
178
- -

ad_licenselint

- -

via Pierre Felgines

- -> Lint the licenses for iOS projects - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
ad_licenselint-Lint the licenses for iOS projects
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - + @@ -35605,7 +36642,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -35620,12 +36657,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -35635,19 +36672,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
178
+
170
-

version

+

automated_test_emulator_run_beemo

-

via Jason Nam

+

via Kai Eßmann

-> Set version +> 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. This fork of https://github.com/AzimoLabs/fastlane-plugin-automated-test-emulator-run fixes now deprecated android specifications.
@@ -35663,9 +36700,9 @@ 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
subscribers9 More subscribers = more popular project
stars01 More stars = more popular project
age1940 Project that have been around for longer tend to be more stable
downloads5023 More downloads = more users have been using the plugin for a while
tests03 The more tests a plugin has, the better
set_versionautomated_test_emulator_run_beemo -Set versionStarts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done.
@@ -35692,7 +36729,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -35717,12 +36754,12 @@ 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 major_release - 0 + 30 Post 1.0 releases are great @@ -35732,12 +36769,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 70 + 23 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -35747,19 +36784,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
175
+
169
-

xclogparser

+

ftps

-

via Josh Lesch

+

via Rafał Dziuryk

-> Parse Xcode or xcodebuild build and test logs with XCLogParser +> Simple ftp upload and download for Fastlane
@@ -35775,9 +36812,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xclogparser + ftps - - Parse Xcode or xcodebuild build and test logs with XCLogParser + Upload and Download files via FTP @@ -35804,7 +36841,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 30 + 0 More subscribers = more popular project @@ -35829,7 +36866,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 44 Project that have been around for longer tend to be more stable @@ -35844,7 +36881,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 53 + 52 More downloads = more users have been using the plugin for a while @@ -35859,19 +36896,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
175
+
169
-

android_version_manage

+

aws_device_farm_upload

-

via futabooo

+

via Takuma Homma

-> Manage Android App Versioning +> Uploads specified file to AWS Device Farm project
@@ -35887,19 +36924,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_set_version_code - - - Set the Version Code of your Android project - - - android_commit_version_bump - - - This action is like a commit_version_bump action for Android - - - android_set_version_name + aws_device_farm_upload - - Set the Version Name of your Android project + Uploads specified file to AWS Device Farm project @@ -35946,12 +36973,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 - 23 + 17 Project that have been around for longer tend to be more stable @@ -35966,12 +36993,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 77 + 76 More downloads = more users have been using the plugin for a while tests - 27 + 3 The more tests a plugin has, the better @@ -35981,19 +37008,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
174
+
169
-

podspec_dependency_versioning

+

write_changelog_from_commits

-

via Cole Dunsby

+

via Lewis Bright

-> Edit the versions of your podspec dependencies +> Writes a changelog by pattern matching on git commits since the last tag. Organises these into sections and creates a changelog with the same name as the current version code
@@ -36009,9 +37036,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - change_podspec_dependency_version + write_changelog_from_commits - - This action will modify the version of a dependency in your podspec. + Writes a changelog file by pattern matching on git commits since the last tag. @@ -36058,17 +37085,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 - 31 + 18 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -36078,12 +37105,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 67 + 52 More downloads = more users have been using the plugin for a while tests - 3 + 21 The more tests a plugin has, the better @@ -36093,19 +37120,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
171
+
168
-

jira_issues_release_notes

+

android_emulator-kami

-

via Erick Martins

+

via Michael Ruhl

-> It generates a release note based on the issues keys and descriptions found in the commits +> Creates and starts an Android Emulator (AVD)
@@ -36121,34 +37148,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_release_changelog - - - It generates a release note based on the issues keys and descriptions found in the commits - - - jira_comment - - - It generates a release note based on the issues keys found in branch name and descriptions found in the commits - - - jira_versions - - - It generates a release note based on the issues keys found in branch name and descriptions found in the commits - - - jira_issues_keys_from_commits - - - It generates a release note based on the issues keys found in branch name and descriptions found in the commits - - - jira_feature_validation - - - It generates a release note based on the issues keys found in branch name and descriptions found in the commits - - - jira_release_validation + android_emulator_kami - - It generates a release note based on the issues keys and descriptions found in the commits + Creates and starts an Android Emulator (AVD) @@ -36170,7 +37172,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 @@ -36200,7 +37202,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 12 + 35 Project that have been around for longer tend to be more stable @@ -36215,12 +37217,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 47 + 12 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -36230,19 +37232,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
171
+
167
-

napp_distribution

+

certificate_expirydate

-

via Mads Møller

+

via Lyndsey Ferguson

-> Upload IPA AND APK builds to Napp Distribution +> Retrieves the expiry date of the given p12 certificate file
@@ -36258,9 +37260,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - napp_distribution + certificate_expirydate - - Upload builds to Napp Distribution Center + Retrieves the expiry date of the given p12 certificate file @@ -36292,7 +37294,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 2 More stars = more popular project @@ -36317,7 +37319,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -36327,12 +37329,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 22 + 38 More downloads = more users have been using the plugin for a while tests - 3 + 12 The more tests a plugin has, the better @@ -36342,57 +37344,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
171
- -

cordova_screenshots

- -

via Jan Piotrowski

- -> Take screenshots of your Cordova/Ionic app with fastlane +
166
+

dotenv_vault

-
-Provided actions +

via mileszim, motdotla

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
init_cordova_screenshots_ios-Creates an iOS UI Unit Tests in '#{CordovaScreenshots::CORDOVA_SCREENSHOTS_IOS_CONFIG_PATH}'
retrofit_cordova_screenshots_android-Retrofit test into Android project
retrofit_cordova_screenshots_ios-Retrofit test into iOS Xcode project
init_cordova_screenshots_android-Creates an Android UI test in '#{CordovaScreenshots::CORDOVA_SCREENSHOTS_ANDROID_CONFIG_PATH}'
+> Decrypt .env.vault file. -
@@ -36414,12 +37379,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project stars - 1 + 3 More stars = more popular project @@ -36439,7 +37404,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 7 Project that have been around for longer tend to be more stable @@ -36449,17 +37414,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -10 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 45 + 2 More downloads = more users have been using the plugin for a while tests - 15 + 80 The more tests a plugin has, the better @@ -36469,19 +37434,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
167
+
166
-

automated_test_emulator_run_beemo

+

farol

-

via Kai Eßmann

+

via Felipe Plets

-> 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. This fork of https://github.com/AzimoLabs/fastlane-plugin-automated-test-emulator-run fixes now deprecated android specifications. +> Enable your app to use Farol Platform services
@@ -36497,9 +37462,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - automated_test_emulator_run_beemo + farol_api - - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. + Integrate your app with the Farol Platform using services like push notifications + + + farol_get_version + - + Enable your app to use Farol Platform services + + + farol + - + Enable your app to use Farol Platform services + + + farol_set_version + - + Integrate your app with the Farol Platform using services like push notifications @@ -36526,7 +37506,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 12 More subscribers = more popular project @@ -36546,17 +37526,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 - 43 + 39 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -36566,7 +37546,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 67 More downloads = more users have been using the plugin for a while @@ -36581,19 +37561,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
167
+
166
-

android_emulator-kami

+

influxdb

-

via Michael Ruhl

+

via giginet

-> Creates and starts an Android Emulator (AVD) +> Post values to InfluxDB
@@ -36609,9 +37589,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_emulator_kami + influxdb - - Creates and starts an Android Emulator (AVD) + Post values to IndluxDB @@ -36633,7 +37613,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 @@ -36643,12 +37623,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -36663,12 +37643,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 40 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -36678,7 +37658,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 @@ -36693,19 +37673,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
167
+
165
-

write_changelog_from_commits

+

ascii_art

-

via Lewis Bright

+

via Boris Bügling

-> Writes a changelog by pattern matching on git commits since the last tag. Organises these into sections and creates a changelog with the same name as the current version code +> Add some fun to your fastlane output.
@@ -36721,9 +37701,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - write_changelog_from_commits + ascii_art - - Writes a changelog file by pattern matching on git commits since the last tag. + Add some fun to your fastlane output. @@ -36745,17 +37725,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 - 0 + 20 More stars = more popular project @@ -36770,17 +37750,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 + 45 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -36790,12 +37770,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 51 + 15 More downloads = more users have been using the plugin for a while tests - 21 + 3 The more tests a plugin has, the better @@ -36805,19 +37785,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
167
+
165
-

aws_device_farm_upload

+

android_versioning_plus

-

via Takuma Homma

+

via Egor Dmitriev

-> Uploads specified file to AWS Device Farm project +> Allows to set/get app version name and version code directly to/from build.gradle
@@ -36833,9 +37813,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - aws_device_farm_upload + get_value_from_build + - - - Uploads specified file to AWS Device Farm project + + + 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 + - + Set the value of your project @@ -36862,7 +37867,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -36882,12 +37887,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 + 41 Project that have been around for longer tend to be more stable @@ -36902,12 +37907,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 75 + 13 More downloads = more users have been using the plugin for a while tests - 3 + 66 The more tests a plugin has, the better @@ -36917,19 +37922,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
166
+
164
-

ftps

+

csv_translation

-

via Rafał Dziuryk

+

via Manish Rathi

-> Simple ftp upload and download for Fastlane +> A fastlane plugin to manage translation using a CSV file under git repository. 🚀
@@ -36945,9 +37950,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ftps + create_csv_feature_branch - - Upload and Download files via FTP + Create a csv feature branch. + + + delete_csv_translation_request + - + Delete a translation request based on identifier value. + + + fetch_csv_branch + - + Fetch a csv file branch. + + + create_csv_translation_request + - + Create a csv translation request. + + + rebase_csv_translation_request + - + Rebase a translation request based on identifier value. + + + get_csv_translation_requests + - + Get CSV translation requests info @@ -36969,12 +37999,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 @@ -36994,17 +38024,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 - 43 + 21 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -37014,7 +38044,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 50 + 56 More downloads = more users have been using the plugin for a while @@ -37029,19 +38059,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
165
+
164
-

certificate_expirydate

+

swift_doc

-

via Lyndsey Ferguson

+

via Joshua Kaplan

-> Retrieves the expiry date of the given p12 certificate file +> Generate documentation, documentation coverage, or a class diagram using SwiftDoc
@@ -37057,9 +38087,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - certificate_expirydate - - - Retrieves the expiry date of the given p12 certificate file + swift_doc + documentation + Generate documentation, documentation coverage, or a class diagram using SwiftDoc @@ -37081,17 +38111,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 + 6 More subscribers = more popular project stars - 2 + 1 More stars = more popular project @@ -37111,7 +38141,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 15 Project that have been around for longer tend to be more stable @@ -37126,12 +38156,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 37 + 30 More downloads = more users have been using the plugin for a while tests - 12 + 42 The more tests a plugin has, the better @@ -37141,19 +38171,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
165
+
163
-

influxdb

+

no_u

-

via giginet

+

via Boris Bügling

-> Post values to InfluxDB +> no u
@@ -37169,9 +38199,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - influxdb + no_u - - Post values to IndluxDB + no u @@ -37193,7 +38223,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 @@ -37203,12 +38233,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 5 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -37223,7 +38253,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 45 Project that have been around for longer tend to be more stable @@ -37238,102 +38268,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 31 + 25 More downloads = more users have been using the plugin for a while tests - 6 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
165
- -

dotenv_vault

- -

via mileszim, motdotla

- -> Decrypt .env.vault file. - - - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -37343,19 +38283,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
164
+
163
-

farol

+

firebase_test_lab_integration

-

via Felipe Plets

+

via Cristian Boarna

-> Enable your app to use Farol Platform services +> Run Android/iOS integration tests on Firebase Test Lab
@@ -37371,24 +38311,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
subscribers0More subscribers = more popular project
stars 3More 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
age6Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues-1Lots of open issues are not a good sign usually, unless the project is really popular
downloads2More downloads = more users have been using the plugin for a while
tests80 The more tests a plugin has, the better
farol_api-Integrate your app with the Farol Platform using services like push notifications
farol_get_version-Enable your app to use Farol Platform services
farolfirebase_test_lab_android -Enable your app to use Farol Platform servicesFirebaseTestLabIntegration
farol_set_versionfirebase_test_lab_ios -Integrate your app with the Farol Platform using services like push notificationsFirebaseTestLabIntegration
@@ -37415,7 +38345,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 3 More subscribers = more popular project @@ -37440,12 +38370,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 4 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -37455,12 +38385,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 66 + 1 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -37470,19 +38400,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
164
+
161
-

android_versioning_plus

+

ios_dependency_parser

-

via Egor Dmitriev

+

via kochavi-daniel

-> Allows to set/get app version name and version code directly to/from build.gradle +> Analyzes results of 'pod outdated' in a structured manner
@@ -37498,34 +38428,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 + parse_pod_dependencies - - Set the value of your project + Analyzes 'pod outdated' results and structures it for further usage. @@ -37552,12 +38457,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 @@ -37572,17 +38477,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 - 40 + 25 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -37592,12 +38497,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 32 More downloads = more users have been using the plugin for a while tests - 66 + 0 The more tests a plugin has, the better @@ -37607,19 +38512,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
163
+
161
-

firebase_test_lab_integration

+

tinifyme

-

via Cristian Boarna

+

via Danilo Becke

-> Run Android/iOS integration tests on Firebase Test Lab +> Compress assets using TinyPNG.
@@ -37635,14 +38540,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - firebase_test_lab_android - - - FirebaseTestLabIntegration - - - firebase_test_lab_ios + tinifyme - - FirebaseTestLabIntegration + Compress assets using TinyPNG. @@ -37669,12 +38569,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 0 + 6 More stars = more popular project @@ -37689,12 +38589,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 - 4 + 2 Project that have been around for longer tend to be more stable @@ -37709,12 +38609,12 @@ 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 tests - 80 + 45 The more tests a plugin has, the better @@ -37724,19 +38624,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
163
+
161
-

ascii_art

+

moronepo

-

via Boris Bügling

+

via Meniga

-> Add some fun to your fastlane output. +> Run dart pub moronepo with fastlane!
@@ -37752,9 +38652,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ascii_art - - - Add some fun to your fastlane output. + 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 @@ -37786,7 +38696,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 20 + 0 More stars = more popular project @@ -37806,12 +38716,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 19 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -37821,12 +38731,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 9 More downloads = more users have been using the plugin for a while tests - 3 + 21 The more tests a plugin has, the better @@ -37836,62 +38746,137 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
162
+
161
-

csv_translation

+

get_application_id

-

via Manish Rathi

+

via Helder Pinhal

+ +> Get the applicationId of an Android project. -> A fastlane plugin to manage translation using a CSV file under git repository. 🚀
-Provided actions +Score details - - + + - - - + + + - - - + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
create_csv_feature_branch-Create a csv feature branch.contributors12The more contributors a project has, the more likely it is it stays alive
delete_csv_translation_request-Delete a translation request based on identifier value.subscribers0More subscribers = more popular project
fetch_csv_branch-Fetch a csv file branch.stars0More stars = more popular project
create_csv_translation_requestforks0More 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
downloads129More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
161
+ +

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 -Create a csv translation request.App Store Connect API Certificates Module
rebase_csv_translation_requestconnected_upload -Rebase a translation request based on identifier value.App Store Connect API Uploader Module
get_csv_translation_requestsconnected_auth -Get CSV translation requests infoApp Store Connect API Authentication Module
@@ -37913,17 +38898,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 + 6 More subscribers = more popular project stars - 0 + 4 More stars = more popular project @@ -37938,17 +38923,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 - 20 + 24 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -37958,12 +38943,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 55 + 36 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -37973,19 +38958,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
162
+
161
-

swift_doc

+

jira_transitions

-

via Joshua Kaplan

+

via Ostap Taran

-> Generate documentation, documentation coverage, or a class diagram using SwiftDoc +> Runs transitions for specified JIRA tickets
@@ -38001,9 +38986,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 + jira_transitions + - + Runs transitions for specified JIRA tickets @@ -38025,7 +39010,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 @@ -38035,12 +39020,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 2 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -38050,12 +39035,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 + 40 Project that have been around for longer tend to be more stable @@ -38070,12 +39055,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29 + 54 More downloads = more users have been using the plugin for a while tests - 42 + 3 The more tests a plugin has, the better @@ -38085,19 +39070,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
162
+
161
-

no_u

+

versioning_android_kts

-

via Boris Bügling

+

via Serge

-> no u +> Android Versioning Plugin for Fastlane - fork for Gradle KTS
@@ -38113,9 +39098,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - no_u + android_get_version_code - - no u + 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 @@ -38137,17 +39137,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 - 5 + 0 More stars = more popular project @@ -38167,7 +39167,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 36 Project that have been around for longer tend to be more stable @@ -38182,12 +39182,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 4 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -38197,7 +39197,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -38205,11 +39205,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
160
-

moronepo

+

increment_version_code_android

-

via Meniga

+

via SimoneCorsini

-> Run dart pub moronepo with fastlane! +> Increment the version code of your android project, supporting different product flavors.
@@ -38225,19 +39225,9 @@ 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 - - - moronepo_activate - building - Run flutter pub global activate moronepo + increment_version_code_android + - + Increment the version code of your android project, supporting different flavors. @@ -38259,17 +39249,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 - 0 + 1 More stars = more popular project @@ -38284,17 +39274,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 - 18 + 40 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -38304,12 +39294,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 68 More downloads = more users have been using the plugin for a while tests - 21 + 3 The more tests a plugin has, the better @@ -38319,19 +39309,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
159
+
160
-

get_application_id

+

appcenter_get_version

-

via Helder Pinhal

+

via Markus Kramm

-> Get the applicationId of an Android project. +> get the latest build version from the app center @@ -38349,7 +39339,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 @@ -38394,7 +39384,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 127 + 140 More downloads = more users have been using the plugin for a while @@ -38409,7 +39399,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -38417,34 +39408,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
159
-

tinifyme

- -

via Danilo Becke

- -> Compress assets using TinyPNG. - +

shake_bugs

-
-Provided actions +

via Doruk Kangal

- - - - - - - - - - - - - - - -
NameCategoryDescription
tinifyme-Compress assets using TinyPNG.
+> Upload deobfuscation files for Android and symbolication files for iOS to Shake -
@@ -38466,12 +39435,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 6 + 0 More stars = more popular project @@ -38491,7 +39460,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 1 + 6 Project that have been around for longer tend to be more stable @@ -38506,7 +39475,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 5 More downloads = more users have been using the plugin for a while @@ -38521,57 +39490,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
159
- -

versioning_android_kts

- -

via Serge

- -> Android Versioning Plugin for Fastlane - fork for Gradle KTS +
158
+

firim

-
-Provided actions +

via whlsxl

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
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-Set the Version Name of your Android project
+> firim -
@@ -38588,7 +39520,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 @@ -38613,12 +39545,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 - 35 + 0 Project that have been around for longer tend to be more stable @@ -38633,12 +39565,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 126 More downloads = more users have been using the plugin for a while tests - 51 + 0 The more tests a plugin has, the better @@ -38648,19 +39580,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
159
+
158
-

ios_dependency_parser

+

increment_build_number

-

via kochavi-daniel

+

via Miyabi Ogino

-> Analyzes results of 'pod outdated' in a structured manner +> Update build numbers for iOS/Android.
@@ -38676,9 +39608,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - parse_pod_dependencies + increment_bundle_version - - Analyzes 'pod outdated' results and structures it for further usage. + Increment bundle version for iOS. + + + increment_version_code + - + Increment version code for Android. @@ -38700,7 +39637,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 @@ -38725,17 +39662,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 - 24 + 11 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -38745,12 +39682,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 31 + 62 More downloads = more users have been using the plugin for a while tests - 0 + 30 The more tests a plugin has, the better @@ -38760,19 +39697,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
159
+
157
-

connected

+

hockey_devices

-

via Abgier Avraha

+

via Viktoras Laukevičius

-> Fastlane plugin that allows you to use your App Store Connect API key to download certificates and upload apps to TestFlight +> Retrieves a list of devices from Hockey which can then be used with Match
@@ -38788,19 +39725,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - connected_certs - - - App Store Connect API Certificates Module - - - connected_upload - - - App Store Connect API Uploader Module - - - connected_auth + hockey_devices - - App Store Connect API Authentication Module + Retrieves a list of devices from Hockey which can then be used with Match @@ -38822,17 +39749,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 - 6 + 3 More subscribers = more popular project stars - 4 + 1 More stars = more popular project @@ -38847,17 +39774,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 - 23 + 36 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -38867,12 +39794,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 35 + 15 More downloads = more users have been using the plugin for a while tests - 9 + 21 The more tests a plugin has, the better @@ -38882,111 +39809,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
158
- -

shake_bugs

+
157
-

via Doruk Kangal

+

wechat

-> Upload deobfuscation files for Android and symbolication files for iOS to Shake +

via xiongzenghui

+> this is a wechat api wrapper
-Score details +Provided actions - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +
MetricPointsNameCategory Description
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
age6Project 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
downloads4More downloads = more users have been using the plugin for a while
tests45The more tests a plugin has, the betterwechat-this is a wechat api wrapper
-

- - Open on GitHub - -

- ------ - -
158
- -

appcenter_get_version

- -

via Markus Kramm

- -> get the latest build version from the app center - -
Score details @@ -39027,12 +39886,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 + 26 Project that have been around for longer tend to be more stable @@ -39047,12 +39906,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 138 + 22 More downloads = more users have been using the plugin for a while tests - 0 + 39 The more tests a plugin has, the better @@ -39062,20 +39921,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
158
+
155
-

jira_transitions

+

upload_symbols_to_hockey

-

via Ostap Taran

+

via Justin Williams

-> Runs transitions for specified JIRA tickets +> Upload dSYM symbolication files to Hockey
@@ -39091,9 +39949,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_transitions + upload_symbols_to_hockey - - Runs transitions for specified JIRA tickets + Upload dSYM symbolication files to Hockey @@ -39120,12 +39978,12 @@ 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 @@ -39140,12 +39998,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 + 44 Project that have been around for longer tend to be more stable @@ -39155,12 +40013,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 - 52 + 24 More downloads = more users have been using the plugin for a while @@ -39175,21 +40033,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
156
+
154
-

firim

+

find_firebase_app_id

-

via whlsxl

+

via Tigran Hambardzumyan

-> firim +> Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android]. +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
find_firebase_app_id-Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android].
+ +
+
Score details @@ -39205,22 +40085,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 - 0 + 3 More subscribers = more popular project stars - 0 + 4 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -39230,12 +40110,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 + 23 Project that have been around for longer tend to be more stable @@ -39245,17 +40125,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 - 124 + 32 More downloads = more users have been using the plugin for a while tests - 0 + 12 The more tests a plugin has, the better @@ -39265,19 +40145,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
156
+
154
-

wechat

+

device_image_selector

-

via xiongzenghui

+

via Mario Zimmermann

-> this is a wechat api wrapper +> 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.
@@ -39293,9 +40173,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - wechat + device_image_selector - - this is a wechat api wrapper + Selects screenshots with specified names for processing with frameit + + + device_image_selector_cleanup + - + Cleanup screenshot files after frameit @@ -39322,7 +40207,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -39347,12 +40232,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 34 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -39362,12 +40247,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 22 + 14 More downloads = more users have been using the plugin for a while tests - 39 + 3 The more tests a plugin has, the better @@ -39377,19 +40262,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
155
+
153
-

hockey_devices

+

ya_tu_sabes

-

via Viktoras Laukevičius

+

via Boris Bügling

-> Retrieves a list of devices from Hockey which can then be used with Match +> Ya tu sabes.
@@ -39405,9 +40290,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - hockey_devices + ya_tu_sabes - - Retrieves a list of devices from Hockey which can then be used with Match + Ya tu sabes. @@ -39429,7 +40314,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 @@ -39439,7 +40324,97 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 8 + More stars = more popular project + + + forks + 5 + More forks = more people seem to use/modify this project + + + has_mit_license + 20 + fastlane is MIT licensed, it's good to have plugins use MIT too + + + readme_score + 50 + How well is the README of the document written + + + age + 45 + Project that have been around for longer tend to be more stable + + + major_release + 0 + Post 1.0 releases are great + + + github_issues + 0 + Lots of open issues are not a good sign usually, unless the project is really popular + + + downloads + 10 + More downloads = more users have been using the plugin for a while + + + tests + 0 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
153
+ +

fivethree_ionic

+ +

via Marc Stammerjohann

+ +> Fastlane plugin for Ionic v4 Projects + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + @@ -39454,17 +40429,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + - + @@ -39474,12 +40449,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -39489,19 +40464,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
154
+
153
-

upload_symbols_to_hockey

+

update_jenkins_build

-

via Justin Williams

+

via icyleaf

-> Upload dSYM symbolication files to Hockey +> Update Description of Build
@@ -39517,9 +40493,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
stars0 More stars = more popular project
readme_score250 How well is the README of the document written
age350 Project that have been around for longer tend to be more stable
major_release300 Post 1.0 releases are great
downloads14133 More downloads = more users have been using the plugin for a while
tests210 The more tests a plugin has, the better
upload_symbols_to_hockeyupdate_jenkins_build -Upload dSYM symbolication files to HockeyUpdate build's description of jenkins
@@ -39541,7 +40517,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 @@ -39551,12 +40527,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 @@ -39571,7 +40547,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 35 Project that have been around for longer tend to be more stable @@ -39581,17 +40557,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 - 24 + 25 More downloads = more users have been using the plugin for a while tests - 3 + 18 The more tests a plugin has, the better @@ -39601,7 +40577,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -39609,12 +40585,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
153
-

apadmi_grout

+

bitbucket_auth

-

via Apadmi

+

via rlestesr

-> A fastlane wrapper for the apadmi build tools plugin +> Generate a OAuth Token for Bitbucket API Access. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
bitbucket_auth-Generate a OAuth Token for Bitbucket API Access.
+
@@ -39636,12 +40634,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 @@ -39656,12 +40654,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 + 21 Project that have been around for longer tend to be more stable @@ -39676,12 +40674,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 103 + 13 More downloads = more users have been using the plugin for a while tests - 0 + 15 The more tests a plugin has, the better @@ -39691,8 +40689,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -39700,11 +40697,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
153
-

increment_version_code_android

+

update_provisioning_profile

-

via SimoneCorsini

+

via Duy Nguyen

-> Increment the version code of your android project, supporting different product flavors. +> This action will update xcodeproj with values extracted from your provisioning profile.
@@ -39720,9 +40717,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - increment_version_code_android + update_provisioning_profile - - Increment the version code of your android project, supporting different flavors. + This action will update xcodeproj with values extracted from your provisioning profile. @@ -39754,7 +40751,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -39769,12 +40766,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 + 30 Project that have been around for longer tend to be more stable @@ -39789,7 +40786,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 62 + 47 More downloads = more users have been using the plugin for a while @@ -39804,7 +40801,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -39812,11 +40809,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
152
-

device_image_selector

+

trello

-

via Mario Zimmermann

+

via Oscar De Moya

-> 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. +> Fastlane plugin for moving a trello card to a given list
@@ -39832,14 +40829,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - device_image_selector + trello_comment - - Selects screenshots with specified names for processing with frameit + Adds a comment to a given Trello card - device_image_selector_cleanup + trello_move_card - - Cleanup screenshot files after frameit + Moves a Trello card to a given list @@ -39866,7 +40863,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -39886,12 +40883,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 + 27 Project that have been around for longer tend to be more stable @@ -39906,7 +40903,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 47 More downloads = more users have been using the plugin for a while @@ -39921,7 +40918,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -39929,11 +40926,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
152
-

update_jenkins_build

+

build_cache

-

via icyleaf

+

via Fernando Saragoca

-> Update Description of Build +> Helper for caching builds when using 'build for testing' & 'test without building'
@@ -39949,9 +40946,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_jenkins_build + clean_build_cache_workspace - - Update build's description of jenkins + Cleans workspace by removing old builds, using last access time for comparison + + + archive_derived_data + - + Archives derived data folder in a zip file for later use + + + check_build_cache_workspace + - + Check if cache for current build is avaiable + + + unarchive_derived_data + - + Unarchives derived data folder from a zip file @@ -39973,7 +40985,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 @@ -40003,7 +41015,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 42 Project that have been around for longer tend to be more stable @@ -40013,17 +41025,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 - 25 + 30 More downloads = more users have been using the plugin for a while tests - 18 + 0 The more tests a plugin has, the better @@ -40033,19 +41045,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
152
+
151
-

bitbucket_auth

+

napp_notifications

-

via rlestesr

+

via Mads Møller

-> Generate a OAuth Token for Bitbucket API Access. +> Napp Notifications
@@ -40061,9 +41073,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitbucket_auth - - - Generate a OAuth Token for Bitbucket API Access. + napp_notifications + push + Napp Notifications @@ -40085,17 +41097,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 - 1 + 0 More stars = more popular project @@ -40115,7 +41127,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 20 + 34 Project that have been around for longer tend to be more stable @@ -40130,12 +41142,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 8 More downloads = more users have been using the plugin for a while tests - 15 + 3 The more tests a plugin has, the better @@ -40145,42 +41157,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
152
- -

ya_tu_sabes

- -

via Boris Bügling

- -> Ya tu sabes. +
151
+

pgyer_jvtd

-
-Provided actions +

via 陈磊的MacBook Pro

- - - - - - - - - - - - - - - -
NameCategoryDescription
ya_tu_sabes-Ya tu sabes.
+> 蒲公英聚通达插件 -
@@ -40197,22 +41187,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 @@ -40222,12 +41212,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 - 44 + 0 Project that have been around for longer tend to be more stable @@ -40242,7 +41232,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 131 More downloads = more users have been using the plugin for a while @@ -40257,7 +41247,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -40265,11 +41256,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
151
-

update_provisioning_profile

+

shuttle

-

via Duy Nguyen

+

via Shuttle Project

-> This action will update xcodeproj with values extracted from your provisioning profile. +> Publish your builds on Shuttle.tools
@@ -40285,9 +41276,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_provisioning_profile + shuttle - - This action will update xcodeproj with values extracted from your provisioning profile. + Publish your builds on [Shuttle.tools](https://www.shuttle.tools) @@ -40314,12 +41305,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 24 More subscribers = more popular project stars - 0 + 6 More stars = more popular project @@ -40339,7 +41330,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 32 Project that have been around for longer tend to be more stable @@ -40354,7 +41345,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 45 + 16 More downloads = more users have been using the plugin for a while @@ -40369,19 +41360,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
151
+
150
-

build_cache

+

analyze_ios_linkmap

-

via Fernando Saragoca

+

via xiongzenghui

-> Helper for caching builds when using 'build for testing' & 'test without building' +> iOS parse linkmap.txt to ruby Hash
@@ -40397,24 +41388,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clean_build_cache_workspace - - - Cleans workspace by removing old builds, using last access time for comparison - - - archive_derived_data - - - Archives derived data folder in a zip file for later use - - - check_build_cache_workspace - - - Check if cache for current build is avaiable - - - unarchive_derived_data + analyze_ios_linkmap - - Unarchives derived data folder from a zip file + iOS parse linkmap.txt to ruby Hash or JSON @@ -40436,7 +41412,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 @@ -40446,7 +41422,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 3 More stars = more popular project @@ -40461,12 +41437,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 - 41 + 26 Project that have been around for longer tend to be more stable @@ -40476,17 +41452,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 - 30 + 28 More downloads = more users have been using the plugin for a while tests - 0 + 45 The more tests a plugin has, the better @@ -40496,19 +41472,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
151
+
150
-

find_firebase_app_id

+

android_update_package_identifier

-

via Tigran Hambardzumyan

+

via Jonathan Nogueira

-> Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android]. +> Changes the applicationId inside of your build.gradle file
@@ -40524,9 +41500,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - find_firebase_app_id + android_update_package_identifier - - Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android]. + Changes the applicationId inside of your build.gradle file. Does not change the AndroidManifest @@ -40548,7 +41524,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 @@ -40558,12 +41534,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 @@ -40578,7 +41554,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 19 Project that have been around for longer tend to be more stable @@ -40588,17 +41564,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 - 30 + 55 More downloads = more users have been using the plugin for a while tests - 12 + 3 The more tests a plugin has, the better @@ -40608,20 +41584,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
151
+
150
-

fivethree_ionic

+

oclint_json_compilation_database

-

via Marc Stammerjohann

+

via Meniga

-> Fastlane plugin for Ionic v4 Projects +> Run OCLint validation with oclint-json-compilation-database and fastlane :dart: :rocket: + + +
+Provided actions + + + + + + + + + + + + + + + +
NameCategoryDescription
oclint_json_compilation_databasetesting-
+ +
@@ -40643,7 +41641,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project @@ -40663,17 +41661,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 + 20 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -40683,12 +41681,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 131 + 10 More downloads = more users have been using the plugin for a while tests - 0 + 39 The more tests a plugin has, the better @@ -40698,20 +41696,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
150
+
149
-

shuttle

+

fir

-

via Shuttle Project

+

via dongorigin

-> Publish your builds on Shuttle.tools +> Upload a new build to fir.im
@@ -40727,9 +41724,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 @@ -40751,17 +41748,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 @@ -40781,7 +41778,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 36 Project that have been around for longer tend to be more stable @@ -40796,7 +41793,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 29 More downloads = more users have been using the plugin for a while @@ -40811,19 +41808,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
150
+
149
-

trello

+

static_assets

-

via Oscar De Moya

+

via Jakob Jensen

-> Fastlane plugin for moving a trello card to a given list +> Generate code for buildtime-safe assignments of assets.
@@ -40839,14 +41836,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - trello_comment + unused_images + - - - Adds a comment to a given Trello card - trello_move_card + static_images - - Moves a Trello card to a given list + Generate code for buildtime-safe assignments of images. @@ -40873,12 +41870,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 @@ -40898,7 +41895,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 41 Project that have been around for longer tend to be more stable @@ -40913,7 +41910,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 46 + 26 More downloads = more users have been using the plugin for a while @@ -40928,7 +41925,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -40936,11 +41933,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
149
-

oclint_json_compilation_database

+

testfairy

-

via Meniga

+

via Josh Holtz

-> Run OCLint validation with oclint-json-compilation-database and fastlane :dart: :rocket: +> Upload IPA to TestFairy
@@ -40956,9 +41953,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - oclint_json_compilation_database - testing + testfairy - + Upload an IPA to TestFairy @@ -40980,12 +41977,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 @@ -41005,17 +42002,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 - 19 + 38 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -41025,12 +42022,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 29 More downloads = more users have been using the plugin for a while tests - 39 + 3 The more tests a plugin has, the better @@ -41040,19 +42037,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
149
+
148
-

increment_build_number

+

flutter_versioncode_bump

-

via Miyabi Ogino

+

via Sjors van Mierlo

-> Update build numbers for iOS/Android. +> Bump the flutter version code
@@ -41068,14 +42065,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - increment_bundle_version - - - Increment bundle version for iOS. - - - increment_version_code + flutter_versioncode_bump - - Increment version code for Android. + A plugin to bump the flutter version code with fastlane. @@ -41097,17 +42089,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 + 2 More stars = more popular project @@ -41122,7 +42114,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 @@ -41132,97 +42124,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 - Post 1.0 releases are great - - - github_issues - 0 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 54 - More downloads = more users have been using the plugin for a while - - - tests 30 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
149
- -

pgyer_jvtd

- -

via 陈磊的MacBook Pro

- -> 蒲公英聚通达插件 - - - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -41232,12 +42134,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -41247,20 +42149,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
149
+
147
-

napp_notifications

+

appdynamics

-

via Mads Møller

+

via Artur Rybak

-> Napp Notifications +> Upload dSYM files to AppDynamics
@@ -41276,9 +42177,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_release0 Post 1.0 releases are great
downloads1299 More downloads = more users have been using the plugin for a while
tests021 The more tests a plugin has, the better
napp_notificationspushNapp Notificationsappdynamics-Upload dSYM symbolication files to AppDynamics
@@ -41300,22 +42201,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 + 1 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -41325,17 +42226,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 - 33 + 39 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -41345,7 +42246,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 43 More downloads = more users have been using the plugin for a while @@ -41360,19 +42261,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
148
+
147
-

analyze_ios_linkmap

+

jira_build_number

-

via xiongzenghui

+

via Tom Elrod

-> iOS parse linkmap.txt to ruby Hash +> Insert build number into related jira issues
@@ -41388,9 +42289,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - analyze_ios_linkmap + jira_build_number - - iOS parse linkmap.txt to ruby Hash or JSON + Adds build number from CI as comment to associated jira issue. @@ -41422,7 +42323,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 0 More stars = more popular project @@ -41437,12 +42338,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 + 30 Project that have been around for longer tend to be more stable @@ -41457,12 +42358,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 41 More downloads = more users have been using the plugin for a while tests - 45 + 3 The more tests a plugin has, the better @@ -41472,19 +42373,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
148
+
147
-

fir

+

msi

-

via dongorigin

+

via Paul Niezborala

-> Upload a new build to fir.im +> Create Windows Installer
@@ -41500,9 +42401,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fir - beta - Upload a new build to fir.im + msi + - + Create Windows Installer @@ -41524,17 +42425,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 - 2 + 0 More stars = more popular project @@ -41554,12 +42455,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 26 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -41569,12 +42470,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29 + 15 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -41584,7 +42485,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -41592,11 +42493,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
147
-

static_assets

+

verify_two_step_session

-

via Jakob Jensen

+

via Takashi Hasegawa

-> Generate code for buildtime-safe assignments of assets. +> Verifies the session cookie for 'Two-Step verification for Apple ID'
@@ -41612,14 +42513,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - unused_images - - - - - - - static_images - - - Generate code for buildtime-safe assignments of images. + verify_two_step_session + misc + Verifies the session cookie for 'Two-Factor authentication/Two-Step verification for Apple ID' @@ -41641,7 +42537,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 @@ -41666,17 +42562,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 - 40 + 36 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -41686,12 +42582,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 10 More downloads = more users have been using the plugin for a while tests - 3 + 21 The more tests a plugin has, the better @@ -41701,7 +42597,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -41709,11 +42605,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
146
-

verify_two_step_session

+

react_native_release

-

via Takashi Hasegawa

+

via Chris Ball

-> Verifies the session cookie for 'Two-Step verification for Apple ID' +> Simplify releases for React Native apps.
@@ -41729,121 +42625,89 @@ 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' + create_fastlane_session + - + Simplify 2FA authentication for App Store Connect - - - -
- - -
-Score details - - - - - - + + + - - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - -
MetricPointsDescriptionreact_native_release-Simplify releases for React Native apps
contributors6The more contributors a project has, the more likely it is it stays aliveencrypt_fastlane_vars-Encrypt fastlane vars for CI
subscribers3More subscribers = more popular projectdecrypt_google_play_credentials-Decrypts app env vars and sets the values in the root .env file
stars1More stars = more popular projectread_fastlane_session-Simplify 2FA authentication for App Store Connect
forks0More forks = more people seem to use/modify this projectcreate_changelog-Determines if a release should happen based on conventional commits.
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT toogenerate_android_keystore-Decrypts app env vars and sets the values in the root .env file
readme_score50How well is the README of the document writtenaccept_android_sdk_licenses-Accepts Android sdk licenses
age35Project that have been around for longer tend to be more stableadd_fastlane_var-Adds a single ENV var for fastlane to the encrypted repository
major_release0Post 1.0 releases are greatencrypt_google_play_credentials-Encrypts credentials from Google Play and stores in the context repo.
github_issues0Lots of open issues are not a good sign usually, unless the project is really populartag_release-Tags a release based on a prefix, version, and build numbers
downloads10More downloads = more users have been using the plugin for a whileencrypt_app_vars-Encrypts app env vars and stores them in the context repo.
tests21The more tests a plugin has, the betterdetermine_release_from_commits-Determines if a release should happen based on conventional commits.
- -
- -

- - Open on GitHub - -

- ------ - -
146
- -

android_update_package_identifier

- -

via Jonathan Nogueira

- -> Changes the applicationId inside of your build.gradle file - - -
-Provided actions - - - - - - + + + - - - + - + + + + + + + + + + +
NameCategoryDescriptiondecrypt_android_keystore-Decrypts app env vars and sets the values in the root .env file
android_update_package_identifierdecrypt_fastlane_vars -Changes the applicationId inside of your build.gradle file. Does not change the AndroidManifestDecrypts fastlane ENV vars from the encrypted repo. Optionally sets them in ENV.
add_app_var-Adds a single ENV var to the encrypted repository
decrypt_app_vars-Decrypts app env vars and sets the values in the root .env file
@@ -41870,12 +42734,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 21 More subscribers = more popular project stars - 0 + 6 More stars = more popular project @@ -41890,12 +42754,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 - 18 + 29 Project that have been around for longer tend to be more stable @@ -41905,12 +42769,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -13 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 52 + 55 More downloads = more users have been using the plugin for a while @@ -41925,7 +42789,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -41933,11 +42797,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
146
-

appdynamics

+

yafirim

-

via Artur Rybak

+

via wd

-> Upload dSYM files to AppDynamics +> Yet another fastlane fir.im plugin
@@ -41953,9 +42817,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appdynamics + yafirim - - Upload dSYM symbolication files to AppDynamics + Yet another fastlane fir.im plugin @@ -41982,17 +42846,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 @@ -42002,12 +42866,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 + 37 Project that have been around for longer tend to be more stable @@ -42022,7 +42886,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 42 + 33 More downloads = more users have been using the plugin for a while @@ -42037,7 +42901,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -42045,11 +42909,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
146
-

jira_build_number

+

bearychat

-

via Tom Elrod

+

via dvlprliu

-> Insert build number into related jira issues +> send messages to a bearychat channal
@@ -42065,9 +42929,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_build_number + bearychat - - Adds build number from CI as comment to associated jira issue. + send messages to a bearychat channal @@ -42089,7 +42953,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 @@ -42099,12 +42963,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 @@ -42119,7 +42983,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 36 Project that have been around for longer tend to be more stable @@ -42134,7 +42998,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 41 + 16 More downloads = more users have been using the plugin for a while @@ -42149,7 +43013,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

react_native_release

+

run_lane

-

via Chris Ball

+

via Jonathan Ritchie

-> Simplify releases for React Native apps. +> Run a specified fastlane lane in your project.
@@ -42177,89 +43041,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_fastlane_session - - - Simplify 2FA authentication for App Store Connect - - - react_native_release - - - Simplify releases for React Native apps - - - encrypt_fastlane_vars - - - Encrypt fastlane vars for CI - - - decrypt_google_play_credentials - - - Decrypts app env vars and sets the values in the root .env file - - - read_fastlane_session - - - Simplify 2FA authentication for App Store Connect - - - create_changelog - - - Determines if a release should happen based on conventional commits. - - - generate_android_keystore - - - Decrypts app env vars and sets the values in the root .env file - - - accept_android_sdk_licenses - - - Accepts Android sdk licenses - - - add_fastlane_var - - - Adds a single ENV var for fastlane to the encrypted repository - - - encrypt_google_play_credentials - - - Encrypts credentials from Google Play and stores in the context repo. - - - tag_release - - - Tags a release based on a prefix, version, and build numbers - - - encrypt_app_vars - - - Encrypts app env vars and stores them in the context repo. - - - determine_release_from_commits - - - Determines if a release should happen based on conventional commits. - - - decrypt_android_keystore - - - Decrypts app env vars and sets the values in the root .env file - - - decrypt_fastlane_vars - - - Decrypts fastlane ENV vars from the encrypted repo. Optionally sets them in ENV. - - - add_app_var - - - Adds a single ENV var to the encrypted repository - - - decrypt_app_vars + run_lane - - Decrypts app env vars and sets the values in the root .env file + Run a specified fastlane lane in your project @@ -42281,17 +43065,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 - 21 + 0 More subscribers = more popular project stars - 6 + 0 More stars = more popular project @@ -42311,7 +43095,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 40 Project that have been around for longer tend to be more stable @@ -42321,12 +43105,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -13 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 55 + 51 More downloads = more users have been using the plugin for a while @@ -42341,7 +43125,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

bearychat

+

git_commit_changelog_to_markdown

-

via dvlprliu

+

via Fernando Berrios

-> send messages to a bearychat channal +> This plugin will take the output of the changelog_from_git_commits plugin and convert it into markdown
@@ -42369,9 +43153,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bearychat + git_commit_changelog_to_markdown - - send messages to a bearychat channal + This plugin will take the output of the 'changelog_from_git_commits' plugin and convert it into markdown @@ -42393,7 +43177,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 @@ -42403,12 +43187,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 @@ -42418,12 +43202,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 - 35 + 34 Project that have been around for longer tend to be more stable @@ -42438,12 +43222,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 54 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -42453,19 +43237,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
145
+
144
-

msi

+

google_analytics

-

via Paul Niezborala

+

via Helmut Januschka

-> Create Windows Installer +> Fire universal Analytics
@@ -42481,9 +43265,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - msi + google_analytics - - Create Windows Installer + Fire universal Analytics @@ -42510,12 +43294,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 0 + 2 More stars = more popular project @@ -42535,12 +43319,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 41 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -42550,7 +43334,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 28 More downloads = more users have been using the plugin for a while @@ -42565,19 +43349,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
145
+
144
-

flutter_versioncode_bump

+

updateplistfromstrings

-

via Sjors van Mierlo

+

via Jonas Schmid

-> Bump the flutter version code +> Allow to take values from the localization.strings and put them into Info.plist
@@ -42593,9 +43377,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_versioncode_bump + updateplistfromstrings - - A plugin to bump the flutter version code with fastlane. + Update InfoPlist.strings from translation file @@ -42617,17 +43401,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 + 0 More subscribers = more popular project stars - 2 + 1 More stars = more popular project @@ -42642,12 +43426,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 - 9 + 36 Project that have been around for longer tend to be more stable @@ -42662,12 +43446,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 20 More downloads = more users have been using the plugin for a while tests - 21 + 0 The more tests a plugin has, the better @@ -42677,7 +43461,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

yafirim

+

gradle_manager

-

via wd

+

via Helder Pinhal

-> Yet another fastlane fir.im plugin +> Exposes some Android configurations from the gradle file.
@@ -42705,9 +43489,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - yafirim + get_version_name - - Yet another fastlane fir.im plugin + Get the parsed Gradle file of an Android project. + + + get_version_code + - + Get the parsed Gradle file of an Android project. + + + get_gradle_data + - + Get the parsed Gradle file of an Android project. + + + get_application_id + - + Get the parsed Gradle file of an Android project. @@ -42754,7 +43553,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 @@ -42764,7 +43563,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -42774,7 +43573,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 32 + 27 More downloads = more users have been using the plugin for a while @@ -42789,7 +43588,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

run_lane

+

queue

-

via Jonathan Ritchie

+

via Josh Holtz

-> Run a specified fastlane lane in your project. +> Queue up fastlane jobs
@@ -42817,9 +43616,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - run_lane + queue_stop - - Run a specified fastlane lane in your project + 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 @@ -42846,12 +43655,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project stars - 0 + 8 More stars = more popular project @@ -42866,12 +43675,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 + 36 Project that have been around for longer tend to be more stable @@ -42886,7 +43695,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 51 + 15 More downloads = more users have been using the plugin for a while @@ -42901,7 +43710,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

testfairy

+

sonarcloud_metric_kit

-

via Josh Holtz

+

via alteral

-> Upload IPA to TestFairy +> With this fastlane plugin, you can access most of the metrics collected by SonarCloud
@@ -42929,9 +43738,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - testfairy + sonarcloud_metric_kit - - Upload an IPA to TestFairy + Collects metrics from SonarCloud @@ -42953,12 +43762,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 + 63 More subscribers = more popular project @@ -42973,7 +43782,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 @@ -42983,7 +43792,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 9 Project that have been around for longer tend to be more stable @@ -42998,12 +43807,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 48 More downloads = more users have been using the plugin for a while tests - 3 + 24 The more tests a plugin has, the better @@ -43013,13 +43822,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
143
+
144

plural_converter

@@ -43095,7 +43904,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 23 Project that have been around for longer tend to be more stable @@ -43133,11 +43942,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
143
-

google_analytics

+

cordova_android11

-

via Helmut Januschka

+

via Fer Cervantes

-> Fire universal Analytics +> Cordova plugin for Fastlane with support for cordova-android-11
@@ -43153,9 +43962,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - google_analytics - - - Fire universal Analytics + cordova + building + Build your Cordova app @@ -43182,12 +43991,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 2 + 0 More stars = more popular project @@ -43207,12 +44016,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 42 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -43222,7 +44031,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 1 More downloads = more users have been using the plugin for a while @@ -43237,7 +44046,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -43245,11 +44054,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
143
-

updateplistfromstrings

+

try_adb_test

-

via Jonas Schmid

+

via Alexey Alter-Pesotskiy

-> Allow to take values from the localization.strings and put them into Info.plist +> The easiest way to retry your Android Instrumented Tests
@@ -43265,9 +44074,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - updateplistfromstrings + try_adb_test + - - - Update InfoPlist.strings from translation file @@ -43289,17 +44098,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 - 1 + 0 More stars = more popular project @@ -43314,12 +44123,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 + 15 Project that have been around for longer tend to be more stable @@ -43329,12 +44138,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 - 20 + 26 More downloads = more users have been using the plugin for a while @@ -43349,7 +44158,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -43357,11 +44166,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
143
-

git_commit_changelog_to_markdown

+

poesie

-

via Fernando Berrios

+

via Patrik Potoček

-> This plugin will take the output of the changelog_from_git_commits plugin and convert it into markdown +> Exports translations from POEditor using poesie tool.
@@ -43377,9 +44186,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_commit_changelog_to_markdown + poesie - - This plugin will take the output of the 'changelog_from_git_commits' plugin and convert it into markdown + Exports translations from POEditor using poesie tool. @@ -43411,7 +44220,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 4 More stars = more popular project @@ -43431,7 +44240,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 23 Project that have been around for longer tend to be more stable @@ -43441,17 +44250,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 - 53 + 66 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -43461,7 +44270,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

try_adb_test

+

unity3d

-

via Alexey Alter-Pesotskiy

+

via fuzhongqing

-> The easiest way to retry your Android Instrumented Tests +> fastlane for unity3d engine
@@ -43489,9 +44298,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - try_adb_test - - - - + unity3d + building + fastlane plugin for unity3d engine @@ -43523,7 +44332,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -43543,139 +44352,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 14 + 17 Project that have been around for longer tend to be more stable major_release - 30 - Post 1.0 releases are great - - - github_issues - -1 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 26 - 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 - -

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

gradle_manager

- -

via Helder Pinhal

- -> Exposes some Android configurations from the gradle file. - - -
-Provided actions - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
get_version_name-Get the parsed Gradle file of an Android project.
get_version_code-Get the parsed Gradle file of an Android project.
get_gradle_data-Get the parsed Gradle file of an Android project.
get_application_id-Get the parsed Gradle file of an Android project.
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -43685,7 +44367,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -43700,7 +44382,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

queue

+

mint

-

via Josh Holtz

+

via Marcin Stepnowski

-> Queue up fastlane jobs +> Run Mint with fastlane! Mint is a package manager that installs and runs Swift command line tool packages.
@@ -43728,19 +44410,24 @@ 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
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
age35Project that have been around for longer tend to be more stable
major_release30 Post 1.0 releases are great
downloads2648 More downloads = more users have been using the plugin for a while
queue_stop-Stops web server and worker for queueing fastlane jobsinstall_mintbuildingInstall mint using homebrew
queue_start-Starts web server and worker for queueing fastlane jobsmint_bootstrapbuildingInstalls all the packages in a Mintfile
queue-Adds fastlane jobs to a queuemint_runbuildingRun command with mint
mint_whichbuildingPrint and return the full path to the installed executable
@@ -43762,7 +44449,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 @@ -43772,7 +44459,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 8 + 1 More stars = more popular project @@ -43792,12 +44479,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 7 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -43807,12 +44494,102 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 4 More downloads = more users have been using the plugin for a while tests + 24 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
140
+ +

sparkplugg

+ +

via Boris Bügling

+ +> Quickly try out fastlane plugins. + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -43822,19 +44599,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
142
+
140
-

poesie

+

retrieve_devices

-

via Patrik Potoček

+

via Lachlan Young, BuiltByProxy

-> Exports translations from POEditor using poesie tool. +> retrieve all devices registered to your apple certrificate
@@ -43850,9 +44627,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
subscribers 3More 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
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
downloads18More downloads = more users have been using the plugin for a while
tests0 The more tests a plugin has, the better
poesie-Exports translations from POEditor using poesie tool.retrieve_devicesmiscThis action will retrieve a list of each device registered with Apple
@@ -43874,7 +44651,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 @@ -43884,7 +44661,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 2 More stars = more popular project @@ -43904,7 +44681,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 13 Project that have been around for longer tend to be more stable @@ -43914,12 +44691,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 - 65 + 68 More downloads = more users have been using the plugin for a while @@ -43934,19 +44711,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
142
+
140
-

cordova_android11

+

upload_to_onesky

-

via Fer Cervantes

+

via joshrlesch

-> Cordova plugin for Fastlane with support for cordova-android-11 +> Upload a strings file to OneSky
@@ -43962,9 +44739,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - cordova - building - Build your Cordova app + upload_to_onesky + - + Upload a strings file to OneSky @@ -43986,17 +44763,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 + 4 More stars = more popular project @@ -44011,17 +44788,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 - 41 + 44 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -44031,12 +44808,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 35 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -44046,19 +44823,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
141
+
140
-

mint

+

supply_aptoide

-

via Marcin Stepnowski

+

via wschurman

-> Run Mint with fastlane! Mint is a package manager that installs and runs Swift command line tool packages. +> Upload metadata, screenshots and binaries to Aptoide
@@ -44074,24 +44851,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 + supply_aptoide + - + Upload metadata, screenshots and binaries to Aptoide. @@ -44113,12 +44875,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 + 12 More subscribers = more popular project @@ -44143,12 +44905,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 6 + 39 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -44158,12 +44920,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 9 More downloads = more users have been using the plugin for a while tests - 24 + 3 The more tests a plugin has, the better @@ -44173,19 +44935,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
140
+
138
-

sonarcloud_metric_kit

+

xamarin

-

via alteral

+

via Thomas Charriere

-> With this fastlane plugin, you can access most of the metrics collected by SonarCloud +> Build Xamarin Android + iOS projects
@@ -44201,9 +44963,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sonarcloud_metric_kit + msbuild - - Collects metrics from SonarCloud + 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 @@ -44230,7 +45017,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 63 + 3 More subscribers = more popular project @@ -44245,17 +45032,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 + 25 How well is the README of the document written age - 8 + 30 Project that have been around for longer tend to be more stable @@ -44270,12 +45057,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 45 + 57 More downloads = more users have been using the plugin for a while tests - 24 + 3 The more tests a plugin has, the better @@ -44285,19 +45072,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
140
+
137
-

unity3d

+

imessage

-

via fuzhongqing

+

via Alexander Ignition

-> fastlane for unity3d engine +> send imessage
@@ -44313,9 +45100,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - unity3d - building - fastlane plugin for unity3d engine + imessage + notifications + send imessage @@ -44342,7 +45129,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 18 More subscribers = more popular project @@ -44367,7 +45154,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 16 + 29 Project that have been around for longer tend to be more stable @@ -44382,12 +45169,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 47 + 10 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -44397,19 +45184,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
139
+
137
-

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
@@ -44425,9 +45212,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 @@ -44452,96 +45239,6 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 6 The more contributors a project has, the more likely it is it stays alive - - subscribers - 12 - More subscribers = more popular project - - - stars - 1 - More stars = more popular project - - - forks - 0 - More forks = more people seem to use/modify this project - - - has_mit_license - 20 - fastlane is MIT licensed, it's good to have plugins use MIT too - - - readme_score - 50 - How well is the README of the document written - - - age - 39 - Project that have been around for longer tend to be more stable - - - major_release - 0 - Post 1.0 releases are great - - - github_issues - 0 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 8 - More downloads = more users have been using the plugin for a while - - - tests - 3 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
139
- -

sparkplugg

- -

via Boris Bügling

- -> Quickly try out fastlane plugins. - - - -
-Score details - - - - - - - - - - - - - - - @@ -44549,7 +45246,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -44564,12 +45261,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -44584,7 +45281,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -44599,19 +45296,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
139
+
137
-

upload_to_onesky

+

ipa_install_plist_generate

-

via joshrlesch

+

via xiongzenghui

-> Upload a strings file to OneSky +> iOS ipa enterprise install plist generate plugn
@@ -44627,9 +45324,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
subscribers 3
stars41 More stars = more popular project
readme_score5025 How well is the README of the document written
age4443 Project that have been around for longer tend to be more stable
downloads1839 More downloads = more users have been using the plugin for a while
upload_to_oneskyipa_install_plist_generate -Upload a strings file to OneSkyiOS ipa enterprise install plist generate plugn
@@ -44651,7 +45348,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 @@ -44661,7 +45358,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 0 More stars = more popular project @@ -44681,12 +45378,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 26 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -44696,7 +45393,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 35 + 30 More downloads = more users have been using the plugin for a while @@ -44711,19 +45408,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
138
+
137
-

retrieve_devices

+

periphery

-

via Lachlan Young, BuiltByProxy

+

via Liam Nichols

-> retrieve all devices registered to your apple certrificate +> Identifies unused code in Swift projects using Periphery
@@ -44739,9 +45436,9 @@ 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 + periphery + - + - @@ -44763,7 +45460,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 @@ -44773,12 +45470,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 1 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -44793,7 +45490,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 12 + 14 Project that have been around for longer tend to be more stable @@ -44803,17 +45500,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 - 67 + 43 More downloads = more users have been using the plugin for a while tests - 3 + 27 The more tests a plugin has, the better @@ -44823,19 +45520,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
137
+
136
-

xamarin

+

xliff_en_gen

-

via Thomas Charriere

+

via alexander sun

-> Build Xamarin Android + iOS projects +> gen Localizable.strings file from xliff
@@ -44851,34 +45548,14 @@ 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 + export_xliff - - Nuget + export xliff for an xcode project - clean + xliff_en_gen - - Clean artifacts + Overwrite project Localizable.strings file from English version xliff @@ -44905,7 +45582,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -44930,7 +45607,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 41 Project that have been around for longer tend to be more stable @@ -44945,7 +45622,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 56 + 47 More downloads = more users have been using the plugin for a while @@ -44960,19 +45637,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
136
+
135
-

droidicon

+

ios_readme_generate

-

via @chrhsmt

+

via Erik Flores

-> Generate required icon sizes and iconset from a master application icon +> Create readme for ios projects
@@ -44988,9 +45665,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - droidicon + ios_readme_generate - - Generate required icon sizes and iconset from a master application icon + Create readme for ios projects :D @@ -45037,12 +45714,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 + 40 Project that have been around for longer tend to be more stable @@ -45057,12 +45734,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 39 + 12 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -45072,19 +45749,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
136
+
135
-

imessage

+

flutter_dart_version_manager

-

via Alexander Ignition

+

via Marvin Moeltgen

-> send imessage +> A version manager for flutter
@@ -45100,9 +45777,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - imessage - notifications - send imessage + flutter_dart_version_manager + - + A version manager for flutter + + + flutter_set_version + - + A version manager for flutter @@ -45129,7 +45811,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 18 + 3 More subscribers = more popular project @@ -45154,7 +45836,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 16 Project that have been around for longer tend to be more stable @@ -45169,12 +45851,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 42 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -45184,47 +45866,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
135
- -

xliff_en_gen

- -

via alexander sun

- -> gen Localizable.strings file from xliff +
134
+

goodify_info_plist

-
-Provided actions +

via Lyndsey Ferguson

- - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
export_xliff-export xliff for an xcode project
xliff_en_gen-Overwrite project Localizable.strings file from English version xliff
+> This plugin will update the plist so that the built application can be deployed and managed within BlackBerry's Good Dynamics Control Center for Enterprise Mobility Management. -
@@ -45241,7 +45896,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 @@ -45266,12 +45921,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 - 40 + 0 Project that have been around for longer tend to be more stable @@ -45286,12 +45941,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 47 + 102 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -45301,19 +45956,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
134
+
132
-

ios_readme_generate

+

mobileiron

-

via Erik Flores

+

via Roman Ivannikov

-> Create readme for ios projects +> Release your builds to Mobileiron In-Hause instance. https://www.mobileiron.com
@@ -45329,9 +45984,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ios_readme_generate + mobileiron - - Create readme for ios projects :D + Release your app with Mobileiron @@ -45353,7 +46008,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 @@ -45383,7 +46038,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 16 Project that have been around for longer tend to be more stable @@ -45398,12 +46053,12 @@ 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 tests - 3 + 21 The more tests a plugin has, the better @@ -45413,20 +46068,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
133
+
132
-

goodify_info_plist

+

diawireborn

-

via Lyndsey Ferguson

+

via iMokhles

-> This plugin will update the plist so that the built application can be deployed and managed within BlackBerry's Good Dynamics Control Center for Enterprise Mobility Management. +> Upload .ipa or .apk file to diawi.com + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
diawireborn-Upload .ipa/.apk file to diawi.com
+
@@ -45443,12 +46120,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 + 6 More subscribers = more popular project @@ -45468,17 +46145,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 + 2 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -45488,12 +46165,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 101 + 21 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -45503,19 +46180,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
133
+
132
-

periphery

+

test_report

-

via Liam Nichols

+

via Naylin Medina

-> Identifies unused code in Swift projects using Periphery +> customized template for iOS test reports
@@ -45531,9 +46208,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - periphery - - + test_report - + Create customized HTML template for test reports @@ -45560,12 +46237,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 12 More subscribers = more popular project stars - 1 + 2 More stars = more popular project @@ -45580,12 +46257,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 - 13 + 31 Project that have been around for longer tend to be more stable @@ -45595,17 +46272,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 - 40 + 7 More downloads = more users have been using the plugin for a while tests - 27 + 9 The more tests a plugin has, the better @@ -45615,19 +46292,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
133
+
132
-

ipa_install_plist_generate

+

debug_file

-

via xiongzenghui

+

via icyleaf

-> iOS ipa enterprise install plist generate plugn +> Compress iOS/macApp dSYM or Android Proguard(mapping/R/AndroidManifest) to zip file
@@ -45643,9 +46320,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ipa_install_plist_generate - - - iOS ipa enterprise install plist generate plugn + list_dsym + misc + Find and generate iOS/MacOS dSYM file(s) to zip file + + + proguard + misc + Find and generate Android proguard file(s) to zip file + + + dsym + misc + Find and generate iOS/MacOS dSYM file(s) to zip file @@ -45692,17 +46379,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 - 25 + 23 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -45712,7 +46399,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 33 More downloads = more users have been using the plugin for a while @@ -45727,7 +46414,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -45735,11 +46422,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
131
-

mobileiron

+

analyze_ios_framework

-

via Roman Ivannikov

+

via xiongzenghui

-> Release your builds to Mobileiron In-Hause instance. https://www.mobileiron.com +> analysis ios framework in buildout or pods dir
@@ -45755,9 +46442,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - mobileiron + analyze_ios_framework - - Release your app with Mobileiron + analysis ios framework in buildout or pods dir @@ -45779,7 +46466,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 @@ -45789,7 +46476,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -45804,12 +46491,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 - 15 + 26 Project that have been around for longer tend to be more stable @@ -45824,12 +46511,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 36 More downloads = more users have been using the plugin for a while tests - 21 + 15 The more tests a plugin has, the better @@ -45839,7 +46526,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -45847,11 +46534,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
131
-

test_report

+

flutter_build

-

via Naylin Medina

+

via viniciusmo

-> customized template for iOS test reports +> Build your flutter project directly from your lane.
@@ -45867,9 +46554,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - test_report + flutter_build - - Create customized HTML template for test reports + Build our project directly from your lane. @@ -45896,17 +46583,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 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 @@ -45916,12 +46603,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 + 29 Project that have been around for longer tend to be more stable @@ -45931,17 +46618,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 - 7 + 50 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -45951,13 +46638,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
130
+
131

twitter

@@ -46033,7 +46720,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 40 Project that have been around for longer tend to be more stable @@ -46071,11 +46758,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
130
-

debug_file

+

au_auto_close_upload

-

via icyleaf

+

via Emil

-> Compress iOS/macApp dSYM or Android Proguard(mapping/R/AndroidManifest) to zip file +> Upload artifacts to AppUnite's auto-close service
@@ -46091,19 +46778,9 @@ 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 - - - 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 + au_auto_close_upload + - + Upload artifacts to AppUnite's auto-close service @@ -46125,7 +46802,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 @@ -46150,12 +46827,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 - 22 + 35 Project that have been around for longer tend to be more stable @@ -46170,7 +46847,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 32 + 38 More downloads = more users have been using the plugin for a while @@ -46185,7 +46862,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -46193,11 +46870,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
129
-

flutter_dart_version_manager

+

schindler

-

via Marvin Moeltgen

+

via xjkstar

-> A version manager for flutter +> 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.
@@ -46213,14 +46890,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_dart_version_manager - - - A version manager for flutter - - - flutter_set_version + schindler - - A version manager for flutter + Schindler is a TestFlight tool for release useless quota. @@ -46252,12 +46924,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 2 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -46272,12 +46944,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 15 + 6 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -46287,7 +46959,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 37 + 5 More downloads = more users have been using the plugin for a while @@ -46302,7 +46974,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -46310,11 +46982,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
129
-

analyze_ios_framework

+

clear_archived_data

-

via xiongzenghui

+

via Onur Yıldırım

-> analysis ios framework in buildout or pods dir +> Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE.
@@ -46330,9 +47002,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - analyze_ios_framework + clear_archived_data - - analysis ios framework in buildout or pods dir + Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE. @@ -46364,12 +47036,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -46379,12 +47051,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 + 16 Project that have been around for longer tend to be more stable @@ -46399,12 +47071,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 35 + 27 More downloads = more users have been using the plugin for a while tests - 15 + 0 The more tests a plugin has, the better @@ -46414,7 +47086,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -46422,11 +47094,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
129
-

au_auto_close_upload

+

send_e_mail

-

via Emil

+

via huangj

-> Upload artifacts to AppUnite's auto-close service +> a tool to sendmail
@@ -46442,9 +47114,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - au_auto_close_upload + send_e_mail - - Upload artifacts to AppUnite's auto-close service + a tool to sendmail @@ -46466,7 +47138,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 @@ -46491,12 +47163,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 + 32 Project that have been around for longer tend to be more stable @@ -46511,7 +47183,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 38 + 21 More downloads = more users have been using the plugin for a while @@ -46526,19 +47198,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
128
+
129
-

souyuz-ventaapps

+

app_store_build_info

-

via Felix Rudat

+

via Rishabh Tayal

-> A fastlane component to make Xamarin builds a breeze +> Get build info from App Store Connect
@@ -46554,14 +47226,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - app_version - - - Easily set or print app version with `app_version` - - - souyuz + app_store_build_info - - Easily build and sign your app using `souyuz` + Get build info from App Store Connect @@ -46583,17 +47250,17 @@ 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 - 0 + 3 More subscribers = more popular project stars - 0 + 2 More stars = more popular project @@ -46613,7 +47280,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 31 Project that have been around for longer tend to be more stable @@ -46628,12 +47295,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 30 More downloads = more users have been using the plugin for a while tests - 0 + 18 The more tests a plugin has, the better @@ -46643,19 +47310,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
128
+
129
-

send_e_mail

+

phraseapp

-

via huangj

+

via Issarapong Poesua

-> a tool to sendmail +> a phraseapp-cli tool wrapper
@@ -46671,9 +47338,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - send_e_mail + phraseapp - - a tool to sendmail + a phraseapp-cli tool wrapper @@ -46705,7 +47372,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -46720,17 +47387,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 - 31 + 22 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -46740,7 +47407,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 24 More downloads = more users have been using the plugin for a while @@ -46755,19 +47422,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
128
+
129
-

schindler

+

souyuz-ventaapps

-

via xjkstar

+

via Felix Rudat

-> 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. +> A fastlane component to make Xamarin builds a breeze
@@ -46783,9 +47450,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - schindler + app_version - - Schindler is a TestFlight tool for release useless quota. + Easily set or print app version with `app_version` + + + souyuz + - + Easily build and sign your app using `souyuz` @@ -46807,22 +47479,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 - 3 + 0 More subscribers = more popular project stars - 2 + 0 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -46832,17 +47504,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 - 5 + 45 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -46852,12 +47524,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5 + 9 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -46867,19 +47539,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
128
+
129
-

app_store_build_info

+

download_hockey_ipa

-

via Rishabh Tayal

+

via horimislime

-> Get build info from App Store Connect +> A fastlane plugin that helps downloading .ipa from HockeyApp
@@ -46895,9 +47567,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - app_store_build_info + download_hockey_ipa - - Get build info from App Store Connect + A fastlane plugin that helps downloading .ipa from HockeyApp @@ -46919,7 +47591,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 @@ -46929,7 +47601,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -46944,12 +47616,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 - 30 + 38 Project that have been around for longer tend to be more stable @@ -46964,12 +47636,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 9 More downloads = more users have been using the plugin for a while tests - 18 + 3 The more tests a plugin has, the better @@ -46979,7 +47651,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -46987,11 +47659,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
128
-

clear_archived_data

+

apphoster

-

via Onur Yıldırım

+

via JerryFans

-> Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE. +> A simple plugin to upload your ipa file to AppHost Server in fastlane.
@@ -47007,9 +47679,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clear_archived_data + apphoster - - Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE. + A simple plugin to upload your ipa file to AppHost Server in fastlane. @@ -47031,7 +47703,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 @@ -47041,12 +47713,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 @@ -47056,17 +47728,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 + 23 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -47076,12 +47748,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 23 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -47091,7 +47763,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -47099,11 +47771,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
128
-

download_hockey_ipa

+

update_build_settings_key

-

via horimislime

+

via ungacy

-> A fastlane plugin that helps downloading .ipa from HockeyApp +> Updated code signing settings from 'Automatic' to a specific profile
@@ -47119,9 +47791,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_hockey_ipa + update_build_settings_key - - A fastlane plugin that helps downloading .ipa from HockeyApp + Updates build settings key to a new value @@ -47143,7 +47815,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 @@ -47153,7 +47825,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 4 More stars = more popular project @@ -47168,12 +47840,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 + 41 Project that have been around for longer tend to be more stable @@ -47188,7 +47860,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 32 More downloads = more users have been using the plugin for a while @@ -47203,7 +47875,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -47211,11 +47883,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
128
-

flutter_build

+

load_erb_config

-

via viniciusmo

+

via Joaomon7eiro

-> Build your flutter project directly from your lane. +> Fastlane plugin to read erb configuration file
@@ -47231,9 +47903,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_build + load_erb_config - - Build our project directly from your lane. + Fastlane plugin to load configuration object from yml file @@ -47255,7 +47927,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 @@ -47265,7 +47937,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -47285,7 +47957,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 21 Project that have been around for longer tend to be more stable @@ -47300,7 +47972,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 48 + 50 More downloads = more users have been using the plugin for a while @@ -47315,19 +47987,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
128
+
127
-

schindler

+

rooster

-

via xjkstar

+

via Muhammad M. Munir

-> 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. +> Send gitlab merge requests reminder to slack
@@ -47343,9 +48015,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - schindler + rooster_merge_request - - Schindler is a TestFlight tool for release useless quota. + Send gitlab merge requests reminder to slack. @@ -47377,12 +48049,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -47397,7 +48069,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 5 + 2 Project that have been around for longer tend to be more stable @@ -47412,7 +48084,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5 + 19 More downloads = more users have been using the plugin for a while @@ -47427,7 +48099,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

phraseapp

+

transifex

-

via Issarapong Poesua

+

via junjie

-> a phraseapp-cli tool wrapper +> basic transifex wrapper
@@ -47455,9 +48127,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - phraseapp + transifex - - a phraseapp-cli tool wrapper + basic transifex wrapper @@ -47479,12 +48151,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 @@ -47509,22 +48181,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 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 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 23 + 28 More downloads = more users have been using the plugin for a while @@ -47539,19 +48211,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
127
+
126
-

apphoster

+

ding_talk

-

via JerryFans

+

via gaoxiang

-> A simple plugin to upload your ipa file to AppHost Server in fastlane. +> Auto send the pgyer app qr code to the ding talk.
@@ -47567,9 +48239,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - apphoster + ding_talk - - A simple plugin to upload your ipa file to AppHost Server in fastlane. + Send the packaging information to the ding talk. @@ -47616,17 +48288,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 - 22 + 34 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -47636,7 +48308,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 15 More downloads = more users have been using the plugin for a while @@ -47651,19 +48323,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
127
+
126
-

update_build_settings_key

+

submit_to_beta_app_review

-

via ungacy

+

via Dan Loewenherz

-> Updated code signing settings from 'Automatic' to a specific profile +> Submits an already processed build to Beta App Review.
@@ -47679,9 +48351,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_build_settings_key + submit_to_beta_app_review - - Updates build settings key to a new value + Submits an already processed build to Beta App Review. @@ -47703,17 +48375,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 - 4 + 2 More stars = more popular project @@ -47728,12 +48400,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 + 37 Project that have been around for longer tend to be more stable @@ -47748,7 +48420,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 32 + 8 More downloads = more users have been using the plugin for a while @@ -47763,7 +48435,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -47771,11 +48443,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
126
-

transifex

+

git_clone

-

via junjie

+

via xiongzenghui

-> basic transifex wrapper +> a wrapper for git clone command
@@ -47791,9 +48463,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - transifex - - - basic transifex wrapper + git_clone + source_control + this is a wrapper for git clone command @@ -47815,17 +48487,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 + 0 More subscribers = more popular project stars - 2 + 3 More stars = more popular project @@ -47845,7 +48517,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 26 Project that have been around for longer tend to be more stable @@ -47855,12 +48527,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 - 28 + 49 More downloads = more users have been using the plugin for a while @@ -47875,19 +48547,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
126
+
125
-

rooster

+

apptics

-

via Muhammad M. Munir

+

via Jaikarthick R

-> Send gitlab merge requests reminder to slack +> Fastlane plugin for Apptics to handle store relates operations
@@ -47903,9 +48575,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rooster_merge_request + upload_dsym_to_apptics - - Send gitlab merge requests reminder to slack. + You can use this action to do cool things... + + + apptics + - + Fastlane plugin for Apptics to handle store relates operations @@ -47932,7 +48609,119 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers + 0 + More subscribers = more popular project + + + stars + 0 + More stars = more popular project + + + forks + 0 + More forks = more people seem to use/modify this project + + + has_mit_license + 20 + fastlane is MIT licensed, it's good to have plugins use MIT too + + + readme_score + 50 + How well is the README of the document written + + + age + 9 + Project that have been around for longer tend to be more stable + + + major_release + 30 + Post 1.0 releases are great + + + github_issues + 0 + Lots of open issues are not a good sign usually, unless the project is really popular + + + downloads + 13 + More downloads = more users have been using the plugin for a while + + + tests 3 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
125
+ +

ionic_conf

+ +

via Zac Burrage

+ +> Build your Ionic app + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
ionicbuildingBuild your Ionic app
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + @@ -47957,12 +48746,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -47972,12 +48761,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -47987,7 +48776,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -47995,11 +48784,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
125
-

diawireborn

+

unsetinfoplistvalue

-

via iMokhles

+

via David Cordero

-> Upload .ipa or .apk file to diawi.com +> Unsets value to Info.plist of your project as native Ruby data structures
@@ -48015,9 +48804,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
subscribers0 More subscribers = more popular project
age142 Project that have been around for longer tend to be more stable
major_release300 Post 1.0 releases are great
downloads1913 More downloads = more users have been using the plugin for a while
tests30 The more tests a plugin has, the better
diawireborn-Upload .ipa/.apk file to diawi.comunset_info_plist_valueprojectUnsets value to Info.plist of your project as native Ruby data structures
@@ -48044,7 +48833,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 12 More subscribers = more popular project @@ -48069,12 +48858,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 1 + 18 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -48084,7 +48873,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 22 More downloads = more users have been using the plugin for a while @@ -48099,7 +48888,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -48107,11 +48896,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
125
-

ding_talk

+

validate_ipa

-

via gaoxiang

+

via hacoma

-> Auto send the pgyer app qr code to the ding talk. +> Validate the IPA using altool.
@@ -48127,9 +48916,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ding_talk + validate_ipa - - Send the packaging information to the ding talk. + Validate the IPA using altool. @@ -48161,7 +48950,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -48181,12 +48970,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 12 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -48196,12 +48985,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 10 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -48211,19 +49000,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
125
+
124
-

submit_to_beta_app_review

+

mocha_run_tests

-

via Dan Loewenherz

+

via Adam T Armstrong

-> Submits an already processed build to Beta App Review. +> Run Mocha Tests from within fastlane
@@ -48239,9 +49028,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - submit_to_beta_app_review + mocha_run_tests - - Submits an already processed build to Beta App Review. + Run Mocha Tests from within fastlane @@ -48263,22 +49052,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 + 3 More subscribers = more popular project stars - 2 + 1 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -48293,7 +49082,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 @@ -48323,7 +49112,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -48331,11 +49120,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
124
-

ionic_conf

+

promo_code

-

via Zac Burrage

+

via marumemomo

-> Build your Ionic app +> promo_code
@@ -48351,9 +49140,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ionic - building - Build your Ionic app + promo_code + - + promo_code @@ -48385,7 +49174,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -48400,12 +49189,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 - 41 + 33 Project that have been around for longer tend to be more stable @@ -48420,12 +49209,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 42 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -48435,13 +49224,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
123
+
124

release

@@ -48517,7 +49306,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 @@ -48553,13 +49342,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
123
+
124
-

apptics

+

kuhverij

-

via Jaikarthick R

+

via Morten Bøgh

-> Fastlane plugin for Apptics to handle store relates operations +> Simplified Code Coverage
@@ -48575,14 +49364,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_dsym_to_apptics - - - You can use this action to do cool things... - - - apptics - - - Fastlane plugin for Apptics to handle store relates operations + kuhverij + testing + Simplified Code Coverage @@ -48609,12 +49393,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 @@ -48629,32 +49413,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 - 8 + 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 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 12 + 18 More downloads = more users have been using the plugin for a while tests - 3 + 33 The more tests a plugin has, the better @@ -48664,19 +49448,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
123
+
124
-

mocha_run_tests

+

redmine_upload

-

via Adam T Armstrong

+

via Mattia Salvetti

-> Run Mocha Tests from within fastlane +> A fastlane plugin to upload file contents to Redmine
@@ -48692,9 +49476,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - mocha_run_tests + redmine_file_post - - Run Mocha Tests from within fastlane + Uploads a file in a Redmine Files section of a given Redmine project + + + redmine_upload + - + A fastlane plugin to upload file contents to Redmine @@ -48721,17 +49510,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 @@ -48746,7 +49535,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 31 Project that have been around for longer tend to be more stable @@ -48761,7 +49550,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 20 More downloads = more users have been using the plugin for a while @@ -48776,7 +49565,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -48784,11 +49573,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
123
-

unsetinfoplistvalue

+

discord

-

via David Cordero

+

via Matheus Gambati

-> Unsets value to Info.plist of your project as native Ruby data structures +> Discord integration with Fastlane
@@ -48804,9 +49593,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - unset_info_plist_value - project - Unsets value to Info.plist of your project as native Ruby data structures + discord + - + Discord integration with Fastlane @@ -48833,7 +49622,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 3 More subscribers = more popular project @@ -48853,12 +49642,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 + 29 Project that have been around for longer tend to be more stable @@ -48873,12 +49662,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 40 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -48888,19 +49677,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
123
+
122
-

validate_ipa

+

xcode_build_configuration

-

via hacoma

+

via dileepasisila

-> Validate the IPA using altool. +> plugin for doing xcode build configuration specific things
@@ -48916,9 +49705,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - validate_ipa + get_build_number_by_scheme_and_build_configuration - - Validate the IPA using altool. + 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 @@ -48950,7 +49759,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -48970,7 +49779,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 11 + 10 Project that have been around for longer tend to be more stable @@ -48985,12 +49794,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 4 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -49000,7 +49809,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

kuhverij

+

coreos

-

via Morten Bøgh

+

via Oliver Letterer

-> Simplified Code Coverage +> Deploy docker services to CoreOS hosts
@@ -49028,9 +49837,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - kuhverij - testing - Simplified Code Coverage + coreos_deploy + - + Deploy docker services to CoreOS hosts @@ -49062,7 +49871,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -49082,7 +49891,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 43 Project that have been around for longer tend to be more stable @@ -49092,17 +49901,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 - 17 + 28 More downloads = more users have been using the plugin for a while tests - 33 + 3 The more tests a plugin has, the better @@ -49112,7 +49921,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -49232,34 +50041,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
122
-

discord

- -

via Matheus Gambati

- -> Discord integration with Fastlane - +

check_good_version

-
-Provided actions +

via Lyndsey Ferguson

- - - - - - - - - - - - - - - -
NameCategoryDescription
discord-Discord integration with Fastlane
+> Checks the version of the installed Good framework -
@@ -49276,12 +50063,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 @@ -49301,17 +50088,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 - 28 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -49321,12 +50108,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 40 + 60 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -49336,7 +50123,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

promo_code

+

bomb_emoji

-

via marumemomo

+

via Josh Holtz

-> promo_code +> 💣💥 No more emojis
@@ -49364,9 +50151,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - promo_code + bomb_emoji - - promo_code + No more emojis @@ -49393,12 +50180,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 @@ -49413,12 +50200,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 - 32 + 28 Project that have been around for longer tend to be more stable @@ -49433,7 +50220,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 41 + 18 More downloads = more users have been using the plugin for a while @@ -49448,19 +50235,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
122
+
121
-

redmine_upload

+

xcodetestcoverage

-

via Mattia Salvetti

+

via Yury Savitsky

-> A fastlane plugin to upload file contents to Redmine +> plugin for getting test data from Xcode
@@ -49476,14 +50263,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - redmine_file_post - - - Uploads a file in a Redmine Files section of a given Redmine project - - - redmine_upload + xcodetestcoverage - - A fastlane plugin to upload file contents to Redmine + plugin for getting coverage test data from Xcode @@ -49510,7 +50292,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -49535,12 +50317,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 4 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -49550,7 +50332,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19 + 11 More downloads = more users have been using the plugin for a while @@ -49565,7 +50347,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -49573,11 +50355,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
121
-

coreos

+

get_last_circleci_build_number

-

via Oliver Letterer

+

via Dawid van der Hoven

-> Deploy docker services to CoreOS hosts +> fetches the last build number from circleci.
@@ -49593,9 +50375,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - coreos_deploy + get_last_circleci_build_number - - Deploy docker services to CoreOS hosts + fetches the last build number from circleci. @@ -49617,7 +50399,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 @@ -49642,12 +50424,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 + 21 Project that have been around for longer tend to be more stable @@ -49662,7 +50444,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 18 More downloads = more users have been using the plugin for a while @@ -49677,7 +50459,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -49685,54 +50467,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
121
-

xcode_build_configuration

- -

via dileepasisila

- -> plugin for doing xcode build configuration specific things - +

scipio

-
-Provided actions +

via evandcoleman

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
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-Set the marketing version using scheme and build configuration
+> A fastlane plugin for Scipio - A caching tool for Swift Package Manager -
@@ -49749,17 +50489,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 - 2 + 0 More stars = more popular project @@ -49774,17 +50514,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 - 9 + 0 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -49794,12 +50534,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 89 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -49809,7 +50549,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -49817,11 +50557,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
121
-

git_clone

+

ios_flavors

-

via xiongzenghui

+

via Zachary Davison

-> a wrapper for git clone command +> Create multiple build flavors of an iOS .ipa file using a directory of .plist files.
@@ -49837,9 +50577,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_clone - source_control - this is a wrapper for git clone command + 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 @@ -49866,12 +50611,12 @@ 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 @@ -49886,12 +50631,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 + 16 Project that have been around for longer tend to be more stable @@ -49906,7 +50651,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 45 + 29 More downloads = more users have been using the plugin for a while @@ -49921,7 +50666,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -49929,11 +50674,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
121
-

load_erb_config

+

summonbin

-

via Joaomon7eiro

+

via Jason Nam

-> Fastlane plugin to read erb configuration file +> Execute command with summonbin
@@ -49949,9 +50694,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - load_erb_config + summonbin - - Fastlane plugin to load configuration object from yml file + Execute command with summonbin @@ -49973,7 +50718,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 @@ -49998,12 +50743,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 - 20 + 27 Project that have been around for longer tend to be more stable @@ -50018,7 +50763,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 44 + 18 More downloads = more users have been using the plugin for a while @@ -50033,20 +50778,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
121
+
119
-

check_good_version

+

gitlab_changelog

-

via Lyndsey Ferguson

+

via Žilvinas Sebeika

-> Checks the version of the installed Good framework +> Get changelog using GitLab API + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
gitlab_changelog--
+
@@ -50088,17 +50855,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 + 23 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -50108,12 +50875,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 59 + 8 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -50123,19 +50890,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
120
+
119
-

bomb_emoji

+

react_native_util

-

via Josh Holtz

+

via Jimmy Dee

-> 💣💥 No more emojis +> Community utilities for React Native projects
@@ -50151,9 +50918,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bomb_emoji + react_pod - - No more emojis + Community utilities for React Native projects @@ -50220,12 +50987,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 19 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -50235,7 +51002,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

summonbin

+

buildnumber

-

via Jason Nam

+

via Nick Griffith

-> Execute command with summonbin +> Generates unique build numbers for iOS projects.
@@ -50263,9 +51030,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - summonbin + buildnumber - - Execute command with summonbin + Generates unique build numbers for iOS projects @@ -50292,7 +51059,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 30 More subscribers = more popular project @@ -50312,12 +51079,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 - 26 + 31 Project that have been around for longer tend to be more stable @@ -50332,7 +51099,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 10 More downloads = more users have been using the plugin for a while @@ -50347,19 +51114,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
119
+
118
-

ios_flavors

+

buddybuild

-

via Zachary Davison

+

via Jorge Revuelta

-> Create multiple build flavors of an iOS .ipa file using a directory of .plist files. +> This plugin allows the communication with the Buddybuild API.
@@ -50375,126 +51142,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_ipa_flavors + buddybuild_list_apps - - Create multiple build flavors of an iOS .ipa file using a directory of .plist files + Retrieves all the applications for a given account in Buddybuild. - create_sim_flavors + buddybuild_get_latest_build_number - - Create multiple build flavors of an iOS .app (for the simulator) using a directory of .plist files - - - - -
- - -
-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
age15Project 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
downloads28More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

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

get_last_circleci_build_number

- -

via Dawid van der Hoven

- -> fetches the last build number from circleci. - - -
-Provided actions - - - - - - - + - - - + - +
NameCategoryDescriptionRetrieves the latest build number for a given Application Identifier.
get_last_circleci_build_numberbuddybuild_show_latest_build -fetches the last build number from circleci.Retrieves the latest build for a given Application Identifier.
@@ -50541,12 +51201,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 + 36 Project that have been around for longer tend to be more stable @@ -50561,7 +51221,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 25 More downloads = more users have been using the plugin for a while @@ -50576,7 +51236,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

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
@@ -50604,9 +51264,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 @@ -50628,7 +51288,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 @@ -50638,7 +51298,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 5 More stars = more popular project @@ -50653,12 +51313,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 - 26 + 35 Project that have been around for longer tend to be more stable @@ -50673,12 +51333,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19 + 21 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -50688,7 +51348,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -50696,34 +51356,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
118
-

xcodetestcoverage

- -

via Yury Savitsky

- -> plugin for getting test data from Xcode - +

logme

-
-Provided actions +

via Luís Esteves

- - - - - - - - - - - - - - - -
NameCategoryDescription
xcodetestcoverage-plugin for getting coverage test data from Xcode
+> Provides a simple way to get logs from two delta commits -
@@ -50745,7 +51383,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -50765,17 +51403,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 - 3 + 0 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -50785,12 +51423,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 98 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -50800,7 +51438,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

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

gitlab_changelog

+

download_hocky_build

-

via Žilvinas Sebeika

+

via Anton Morozov

-> Get changelog using GitLab API +> Download newest build from HockeyApp (iOS & Android)
@@ -50828,9 +51467,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_changelog - - + download_hocky_build - + Download newest build from HockeyApp (iOS & Android) @@ -50852,17 +51491,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 - 0 + 1 More stars = more popular project @@ -50877,12 +51516,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 - 22 + 28 Project that have been around for longer tend to be more stable @@ -50897,12 +51536,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 32 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -50912,7 +51551,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

buildnumber

+

us_ionic

-

via Nick Griffith

+

via Jan Piotrowski

-> Generates unique build numbers for iOS projects. +> Build your Ionic app
@@ -50940,9 +51579,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - buildnumber - - - Generates unique build numbers for iOS projects + ionic + building + Build your Ionic app @@ -50969,7 +51608,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 30 + 0 More subscribers = more popular project @@ -50989,12 +51628,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 - 30 + 42 Project that have been around for longer tend to be more stable @@ -51009,12 +51648,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 6 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -51024,19 +51663,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
117
+
116
-

buddybuild

+

avd_emulator

-

via Jorge Revuelta

+

via Guillaume Elloy

-> This plugin allows the communication with the Buddybuild API. +> This plugin is listing available android avd emulators, allowing you to start the selected one.
@@ -51052,19 +51691,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - buddybuild_list_apps - - - Retrieves all the applications for a given account in Buddybuild. - - - buddybuild_get_latest_build_number - - - Retrieves the latest build number for a given Application Identifier. - - - buddybuild_show_latest_build + start_avd_emulator - - Retrieves the latest build for a given Application Identifier. + This plugin is listing available android avd emulators, allowing you to start the selected one. @@ -51086,12 +51715,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 @@ -51116,7 +51745,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 26 Project that have been around for longer tend to be more stable @@ -51131,7 +51760,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 42 More downloads = more users have been using the plugin for a while @@ -51146,19 +51775,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
117
+
116
-

us_ionic

+

poeditor

-

via Jan Piotrowski

+

via Kostia Myts

-> Build your Ionic app +> Upload strings to POEditor
@@ -51174,9 +51803,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ionic - building - Build your Ionic app + upload_strings_to_poeditor + - + Upload strings to POEditor @@ -51208,7 +51837,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -51223,12 +51852,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 - 41 + 36 Project that have been around for longer tend to be more stable @@ -51243,12 +51872,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 30 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -51258,19 +51887,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
117
+
115
-

xbluepill

+

sous

-

via UladzimirKisialiou

+

via Jonathan Nogueira

-> It is a fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command +> A tool to help create and sync keystores, as well as sign apks and aabs for the play store
@@ -51286,9 +51915,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xbluepill + plate - - Fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command + This action signs apks using an existing keystore + + + pass + - + This action retrieves existing keystores for the android build system @@ -51315,12 +51949,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 5 + 0 More stars = more popular project @@ -51335,12 +51969,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 + 19 Project that have been around for longer tend to be more stable @@ -51355,7 +51989,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 11 More downloads = more users have been using the plugin for a while @@ -51370,42 +52004,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
116
- -

download_hocky_build

- -

via Anton Morozov

- -> Download newest build from HockeyApp (iOS & Android) +
115
+

report

-
-Provided actions +

via Bruno Miguêns

- - - - - - - - - - - - - - - -
NameCategoryDescription
download_hocky_build-Download newest build from HockeyApp (iOS & Android)
+> 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. -
@@ -51422,17 +52034,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 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -51447,12 +52059,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 - 27 + 0 Project that have been around for longer tend to be more stable @@ -51467,12 +52079,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 31 + 83 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -51482,19 +52094,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
114
+
115
-

sous

+

last_fabric_version_code

-

via Jonathan Nogueira

+

via Andrés Hernández

-> A tool to help create and sync keystores, as well as sign apks and aabs for the play store +> Get the last Fabric version code for your Android app
@@ -51510,14 +52122,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - plate - - - This action signs apks using an existing keystore - - - pass + last_fabric_version_code - - This action retrieves existing keystores for the android build system + Get the last Fabric version code for your Android app @@ -51539,12 +52146,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 @@ -51569,7 +52176,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 18 + 31 Project that have been around for longer tend to be more stable @@ -51584,7 +52191,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 8 More downloads = more users have been using the plugin for a while @@ -51599,19 +52206,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
114
+
115
-

poeditor

+

managed_google_play

-

via Kostia Myts

+

via Jan Piotrowski

-> Upload strings to POEditor +> Create Managed Google Play Apps
@@ -51627,9 +52234,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_strings_to_poeditor + get_managed_play_store_publishing_rights - - Upload strings to POEditor + 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 @@ -51656,12 +52273,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 2 + 3 More stars = more popular project @@ -51681,7 +52298,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 31 Project that have been around for longer tend to be more stable @@ -51691,12 +52308,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -5 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 29 + 35 More downloads = more users have been using the plugin for a while @@ -51711,19 +52328,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
114
+
115
-

upload_dsym

+

danger_result

-

via xiongzenghui

+

via marumemomo

-> upload dsym to your specify server +> Get danger data plugin.
@@ -51739,9 +52356,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_dsym + danger_result - - upload dsym to your specify server + Get danger data plugin. @@ -51793,7 +52410,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 33 Project that have been around for longer tend to be more stable @@ -51803,12 +52420,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 - 40 + 34 More downloads = more users have been using the plugin for a while @@ -51823,19 +52440,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
114
+
115
-

danger_result

+

upload_dsym

-

via marumemomo

+

via xiongzenghui

-> Get danger data plugin. +> upload dsym to your specify server
@@ -51851,9 +52468,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - danger_result + upload_dsym - - Get danger data plugin. + upload dsym to your specify server @@ -51905,7 +52522,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 26 Project that have been around for longer tend to be more stable @@ -51915,12 +52532,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 - 34 + 40 More downloads = more users have been using the plugin for a while @@ -51935,7 +52552,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -51943,12 +52560,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
114
-

logme

+

redpill

-

via Luís Esteves

+

via omniprojects

-> Provides a simple way to get logs from two delta commits +> Fastlane plugin to use bluepill in fastlane + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
redpill-Plugin to use bluepill in fastlane
+
@@ -51965,37 +52604,37 @@ 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 + 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 readme_score - 0 + 50 How well is the README of the document written age - 0 + 36 Project that have been around for longer tend to be more stable @@ -52005,12 +52644,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 - 94 + 57 More downloads = more users have been using the plugin for a while @@ -52025,22 +52664,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
113
+
114
-

report

+

copy_screenshots

-

via Bruno Miguêns

+

via yosshi4486

-> 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. +> Copy screenshots with a specified device name. +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
copy_screenshotsscreenshotsCopy screenshots with a specified device name. This action should be executed after `capture_ios_screenshots` action.
+ +
+
Score details @@ -52056,12 +52716,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 @@ -52081,32 +52741,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 + 15 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 - 81 + 16 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -52116,7 +52776,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -52124,11 +52784,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
113
-

avd_emulator

+

flutter_bump_version

-

via Guillaume Elloy

+

via Mohammed chahboun

-> This plugin is listing available android avd emulators, allowing you to start the selected one. +> Manages Flutter project version
@@ -52144,9 +52804,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - start_avd_emulator + flutter_bump_version - - This plugin is listing available android avd emulators, allowing you to start the selected one. + Fastlane plugin for upgrade flutter projects version by any part (major,minor or patch) @@ -52173,12 +52833,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 @@ -52193,12 +52853,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 + 6 Project that have been around for longer tend to be more stable @@ -52213,12 +52873,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 40 + 12 More downloads = more users have been using the plugin for a while tests - 3 + 21 The more tests a plugin has, the better @@ -52228,7 +52888,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -52236,11 +52896,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
113
-

last_fabric_version_code

+

copy

-

via Andrés Hernández

+

via Jason Nam

-> Get the last Fabric version code for your Android app +> Copy file
@@ -52256,9 +52916,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - last_fabric_version_code + copy - - Get the last Fabric version code for your Android app + Copy file @@ -52310,7 +52970,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 27 Project that have been around for longer tend to be more stable @@ -52325,7 +52985,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 @@ -52340,7 +53000,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -52348,13 +53008,40 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
113
-

scipio

+

zeeva_telegram

-

via evandcoleman

+

via Yazan Tarifi

-> A fastlane plugin for Scipio - A caching tool for Swift Package Manager +> Telegram Bot Plugin to Send Build Messages for Android, IOS +
+Provided actions + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
zeeva_discord-Fastlane Plugin to Send Messages about Builds from Android, IOS Applications Via Fastlane
zeeva_telegram-Telegram Bot Plugin to Send Build Messages for Android, IOS
+ +
+
Score details @@ -52370,12 +53057,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 @@ -52395,17 +53082,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 + 7 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -52415,7 +53102,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 81 + 3 More downloads = more users have been using the plugin for a while @@ -52430,7 +53117,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -52438,11 +53125,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
113
-

flutter_bump_version

+

source_env_from_file

-

via Mohammed chahboun

+

via xiongzenghui

-> Manages Flutter project version +> set ENV["key"]=value from file like key=value
@@ -52458,9 +53145,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_bump_version + source_env_from_file - - Fastlane plugin for upgrade flutter projects version by any part (major,minor or patch) + set ENV['key']=value from file like key=value @@ -52492,7 +53179,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -52512,7 +53199,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 6 + 26 Project that have been around for longer tend to be more stable @@ -52527,12 +53214,12 @@ 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 tests - 21 + 3 The more tests a plugin has, the better @@ -52542,19 +53229,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
112
+
113
-

managed_google_play

+

dependency_manager_outdated

-

via Jan Piotrowski

+

via matsuda

-> Create Managed Google Play Apps +> Fastlane plugin to check project's outdated dependencies
@@ -52570,19 +53257,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_managed_play_store_publishing_rights + cocoapods_outdated - - Obtain publishing rights for custom apps on Managed Google Play Store + Check outdated CocoaPods dependencies - managed_google_play + dependency_manager_outdated - - Create Managed Google Play Apps + Fastlane plugin to check project's outdated dependencies - create_app_on_managed_play_store + carthage_outdated - - Create Managed Google Play Apps + Check outdated Carthage dependencies @@ -52604,17 +53291,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 - 3 + 0 More stars = more popular project @@ -52634,7 +53321,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 28 Project that have been around for longer tend to be more stable @@ -52644,12 +53331,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 - 33 + 31 More downloads = more users have been using the plugin for a while @@ -52664,7 +53351,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

zeeva_telegram

+

publish_dropbox

-

via Yazan Tarifi

+

via Tommyvanvliet

-> Telegram Bot Plugin to Send Build Messages for Android, IOS +> This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API.
@@ -52692,14 +53379,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 + publish_dropbox - - Telegram Bot Plugin to Send Build Messages for Android, IOS + This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API. @@ -52746,17 +53428,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 - 6 + 31 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -52766,12 +53448,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 30 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -52781,7 +53463,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

copy

+

build_app_for_simulator

-

via Jason Nam

+

via Alexey Alter-Pesotskiy

-> Copy file +> This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators.
@@ -52809,9 +53491,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - copy - - - Copy file + build_app_for_simulator + building + This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. @@ -52863,7 +53545,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 15 Project that have been around for longer tend to be more stable @@ -52878,7 +53560,7 @@ 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 @@ -52893,7 +53575,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

redpill

+

lastpass

-

via omniprojects

+

via Antoine Lamy

-> Fastlane plugin to use bluepill in fastlane +> Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager
@@ -52921,9 +53603,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - redpill + lastpass - - Plugin to use bluepill in fastlane + Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager @@ -52945,27 +53627,27 @@ 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 + 0 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 @@ -52975,7 +53657,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 32 Project that have been around for longer tend to be more stable @@ -52985,17 +53667,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 - 56 + 7 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -53005,7 +53687,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

copy_screenshots

+

flint

-

via yosshi4486

+

via Jyrno Ader

-> Copy screenshots with a specified device name. +> Easily sync your keystores across your team using git
@@ -53033,9 +53715,9 @@ 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. + flint + - + DESCRIPTION @@ -53062,7 +53744,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -53082,32 +53764,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 - 14 + 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 - 15 + 9 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -53117,19 +53799,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
111
+
112
-

fabric_beta_unregistered_devices

+

allure_zephyr

-

via Slava Kornienko

+

via Nikita Ianenko

-> SHORT +> Publish Allure results to Zephyr
@@ -53145,9 +53827,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fabric_beta_unregistered_devices + allure_zephyr - - Get unregistered devices from Fabric Beta. + Publish Allure results to Zephyr @@ -53169,7 +53851,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 @@ -53199,7 +53881,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 15 Project that have been around for longer tend to be more stable @@ -53214,7 +53896,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 15 More downloads = more users have been using the plugin for a while @@ -53229,19 +53911,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
111
+
112
-

publish_dropbox

+

transifex_tool

-

via Tommyvanvliet

+

via maydin

-> This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API. +> Transifex tool that pulls translations using transifex rest api
@@ -53257,9 +53939,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - publish_dropbox + rest_pull - - This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API. + Transifex plugin for pull and push translations + + + cli_pull + - + Transifex tool that pulls translations using transifex cli client + + + cli_push + - + Transifex tool that push translations using transifex cli client @@ -53306,12 +53998,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 - 30 + 29 Project that have been around for longer tend to be more stable @@ -53326,7 +54018,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 7 More downloads = more users have been using the plugin for a while @@ -53341,19 +54033,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
111
+
112
-

source_env_from_file

+

secrets

-

via xiongzenghui

+

via Cyril Cermak, Jörg Nestele

-> set ENV["key"]=value from file like key=value +> Securely store secrets in source code.
@@ -53369,9 +54061,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - source_env_from_file + decrypt_secrets - - set ENV['key']=value from file like key=value + Securely store secrets in source code + + + encrypt_secrets + - + Securely store secrets in source code @@ -53418,7 +54115,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 @@ -53438,7 +54135,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 36 More downloads = more users have been using the plugin for a while @@ -53453,7 +54150,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -53461,11 +54158,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
111
-

flint

+

git_status_clean

-

via Jyrno Ader

+

via zhangqi

-> Easily sync your keystores across your team using git +> clean git status
@@ -53481,9 +54178,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flint + git_status_clean - - DESCRIPTION + clean git status @@ -53505,12 +54202,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 @@ -53530,12 +54227,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 + 38 Project that have been around for longer tend to be more stable @@ -53550,7 +54247,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 16 More downloads = more users have been using the plugin for a while @@ -53565,7 +54262,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -53573,11 +54270,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
111
-

lastpass

+

sapfire

-

via Antoine Lamy

+

via CheeryLee

-> Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager +> A bunch of fastlane actions to work with MSBuild, NuGet and Microsoft Store
@@ -53593,9 +54290,49 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - lastpass + app_certification + testing + Runs Windows App Certification Kit to ensure your app is safe and efficient before publishing it to Microsoft Store + + + associate_ms_store + project + Makes a local app manifest needed for Microsoft Store association + + + dotnet_select + building + Changes the dotnet executable to use + + + ensure_dotnet_version + building + Ensures the right version of .NET is installed and can be used + + + ms_credentials + misc + Sets Azure AD account credentials + + + msbuild_select - - Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager + - + + + 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_ms_store + - + Uploads new binary to Microsoft Partner Center + + + upload_nuget + production + Pushes a package to the server and publishes it @@ -53622,7 +54359,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -53647,12 +54384,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 3 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -53662,7 +54399,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 2 More downloads = more users have been using the plugin for a while @@ -53677,7 +54414,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -53685,11 +54422,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
111
-

secrets

+

get_new_build_number

-

via Cyril Cermak, Jörg Nestele

+

via Bartek Pacia

-> Securely store secrets in source code. +> Retrieves the new build number for your mobile app.
@@ -53705,14 +54442,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - decrypt_secrets + get_new_build_name - - Securely store secrets in source code + Retrieves the new build number for your app. - encrypt_secrets + get_new_build_number - - Securely store secrets in source code + Retrieves the new build number for your app. @@ -53739,12 +54476,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 0 + 15 More stars = more popular project @@ -53764,7 +54501,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 8 Project that have been around for longer tend to be more stable @@ -53774,12 +54511,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -5 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 36 + 39 More downloads = more users have been using the plugin for a while @@ -53794,7 +54531,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -53802,11 +54539,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
111
-

dependency_manager_outdated

+

xambuild

-

via matsuda

+

via Jake Barnby

-> Fastlane plugin to check project's outdated dependencies +> Fastlane plugin to make Xamarin builds easy
@@ -53822,19 +54559,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 + xambuild - - Check outdated Carthage dependencies + Easily build and sign your Xamarin iOS or Android app using `xambuild` @@ -53856,12 +54583,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 @@ -53881,12 +54608,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 + 18 Project that have been around for longer tend to be more stable @@ -53901,12 +54628,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 20 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -53916,7 +54643,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -53924,11 +54651,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
111
-

transifex_tool

+

simulator_add_root_cert

-

via maydin

+

via Nico Richard

-> Transifex tool that pulls translations using transifex rest api +> Add a root cert to your simulators with Fastlane
@@ -53944,19 +54671,121 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rest_pull + simulator_add_root_cert - - Transifex plugin for pull and push translations + Easily add a root cert to your simulators with Fastlane + + + + +
+ + +
+Score details + + + + + + + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
cli_pull-Transifex tool that pulls translations using transifex cli clientcontributors0The more contributors a project has, the more likely it is it stays alive
cli_pushsubscribers3More subscribers = more popular project
stars2More 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
age15Project 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
tests6The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
111
+ +

fabric_beta_unregistered_devices

+ +

via Slava Kornienko

+ +> SHORT + + +
+Provided actions + + + + + + + + + + + + - +
NameCategoryDescription
fabric_beta_unregistered_devices -Transifex tool that push translations using transifex cli clientGet unregistered devices from Fabric Beta.
@@ -54038,13 +54867,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
110
+
111

fetch_version_code

@@ -54120,7 +54949,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 28 Project that have been around for longer tend to be more stable @@ -54158,11 +54987,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
110
-

simulator_add_root_cert

+

xcmonkey

-

via Nico Richard

+

via Alexey Alter-Pesotskiy

-> Add a root cert to your simulators with Fastlane +> xcmonkey is a tool for doing randomised UI testing of iOS apps
@@ -54178,9 +55007,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - simulator_add_root_cert + xcmonkey - - Easily add a root cert to your simulators with Fastlane + xcmonkey is a tool for doing randomised UI testing of iOS apps @@ -54212,7 +55041,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -54232,12 +55061,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 14 + 4 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -54247,12 +55076,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 3 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -54262,7 +55091,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -54270,11 +55099,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
110
-

allure_zephyr

+

svn_commit

-

via Nikita Ianenko

+

via cleexiang

-> Publish Allure results to Zephyr +> svn plugin with fastlane
@@ -54290,9 +55119,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - allure_zephyr + svn_commit - - Publish Allure results to Zephyr + Commit to svn repos with fastlane @@ -54339,12 +55168,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 + 38 Project that have been around for longer tend to be more stable @@ -54359,7 +55188,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 @@ -54374,7 +55203,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -54382,11 +55211,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
110
-

sapfire

+

import_from_url

-

via CheeryLee

+

via Doruk Kangal

-> A bunch of fastlane actions to work with MSBuild, NuGet and Microsoft Store +> Import another Fastfile from given url to use its lanes
@@ -54402,49 +55231,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - app_certification - testing - Runs Windows App Certification Kit to ensure your app is safe and efficient before publishing it to Microsoft Store - - - associate_ms_store - project - Makes a local app manifest needed for Microsoft Store association - - - dotnet_select - building - Changes the dotnet executable to use - - - ensure_dotnet_version - building - Ensures the right version of .NET is installed and can be used - - - ms_credentials - misc - Sets Azure AD account credentials - - - msbuild_select - - - - - - - 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_ms_store + import_from_url - - Uploads new binary to Microsoft Partner Center - - - upload_nuget - production - Pushes a package to the server and publishes it + Import another Fastfile from given url to use its lanes @@ -54466,7 +55255,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 @@ -54481,7 +55270,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 @@ -54491,17 +55280,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 + 18 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -54511,7 +55300,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 24 More downloads = more users have been using the plugin for a while @@ -54526,7 +55315,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -54534,11 +55323,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
110
-

xambuild

+

codepush-fix

-

via Jake Barnby

+

via Chin Trinh

-> Fastlane plugin to make Xamarin builds easy +> Fastlane plugin for App Center CodePush actions 🚀
@@ -54554,9 +55343,54 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xambuild + codepush_add_deployment - - Easily build and sign your Xamarin iOS or Android app using `xambuild` + CodePush add deployment action + + + codepush_exists_deployment + - + 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 @@ -54583,7 +55417,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -54608,7 +55442,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 17 + 22 Project that have been around for longer tend to be more stable @@ -54623,12 +55457,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 20 + 0 More downloads = more users have been using the plugin for a while tests - 0 + 18 The more tests a plugin has, the better @@ -54638,7 +55472,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -54646,11 +55480,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
109
-

import_from_url

+

maestro

-

via Doruk Kangal

+

via Marc Bormeth

-> Import another Fastfile from given url to use its lanes +> Running maestro test commands from fastlane
@@ -54666,9 +55500,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - import_from_url + launch_simulator - - Import another Fastfile from given url to use its lanes + Prepares an iOS simulator for Maestro testing + + + maestro + testing + Runs Maestro test @@ -54690,7 +55529,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 @@ -54700,12 +55539,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 10 More stars = more popular project forks - 5 + 15 More forks = more people seem to use/modify this project @@ -54715,12 +55554,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 - 17 + 4 Project that have been around for longer tend to be more stable @@ -54735,7 +55574,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 24 + 4 More downloads = more users have been using the plugin for a while @@ -54750,7 +55589,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -54758,11 +55597,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
109
-

git_status_clean

+

maintenance

-

via zhangqi

+

via Jimmy Dee

-> clean git status +> Maintenance actions for plugin repos.
@@ -54778,9 +55617,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_status_clean + rake - - clean git status + General-purpose rake action to invoke tasks from a Rakefile or elsewhere. + + + update_rubocop + - + Automatically updates RuboCop to the latest version. @@ -54812,7 +55656,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -54832,7 +55676,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 36 Project that have been around for longer tend to be more stable @@ -54847,7 +55691,7 @@ 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 @@ -54862,7 +55706,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -54870,11 +55714,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
109
-

codepush-fix

+

apperian

-

via Chin Trinh

+

via Tomi Blank

-> Fastlane plugin for App Center CodePush actions 🚀 +> Allows to upload your IPA file to Apperian
@@ -54890,54 +55734,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - codepush_add_deployment - - - CodePush add deployment action - - - codepush_exists_deployment - - - 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 + apperian - - CodePush rename deployment action + Allows to upload your app file to Apperian @@ -54959,12 +55758,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 @@ -54984,12 +55783,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 - 21 + 42 Project that have been around for longer tend to be more stable @@ -55004,12 +55803,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 0 + 10 More downloads = more users have been using the plugin for a while tests - 18 + 3 The more tests a plugin has, the better @@ -55019,7 +55818,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -55027,11 +55826,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
109
-

svn_commit

+

nexus_raw_upload

-

via cleexiang

+

via Thang Nguyen

-> svn plugin with fastlane +> Actions related to Nexus blob upload
@@ -55047,9 +55846,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - svn_commit + raw_upload - - Commit to svn repos with fastlane + Upload a raw asset to [Sonatype Nexus platform](https://www.sonatype.com) @@ -55071,7 +55870,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 @@ -55086,7 +55885,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 @@ -55101,27 +55900,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 8 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 - 15 + 5 More downloads = more users have been using the plugin for a while tests - 3 + 15 The more tests a plugin has, the better @@ -55131,7 +55930,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -55139,11 +55938,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
108
-

maintenance

+

wexlane

-

via Jimmy Dee

+

via Chris River

-> Maintenance actions for plugin repos. +> Common tools for CI
@@ -55159,14 +55958,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rake + android_get_version - - General-purpose rake action to invoke tasks from a Rakefile or elsewhere. + Common tools for CI - update_rubocop + ios_get_version - - Automatically updates RuboCop to the latest version. + Common tools for CI @@ -55188,7 +55987,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 @@ -55198,7 +55997,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -55213,12 +56012,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 + 24 Project that have been around for longer tend to be more stable @@ -55233,12 +56032,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 11 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -55248,7 +56047,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -55256,11 +56055,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
108
-

apperian

+

sns_http_subscribe

-

via Tomi Blank

+

via mnk98

-> Allows to upload your IPA file to Apperian +> Subscribe to sns topic using http/https endpoint
@@ -55276,9 +56075,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - apperian + sns_http_subscribe + - - - Allows to upload your app file to Apperian @@ -55300,17 +56099,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 - 0 + 1 More stars = more popular project @@ -55330,7 +56129,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 14 Project that have been around for longer tend to be more stable @@ -55345,7 +56144,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 24 More downloads = more users have been using the plugin for a while @@ -55360,7 +56159,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -55368,11 +56167,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
108
-

xcmonkey

+

gitlab_get_max_version_branch

-

via Alexey Alter-Pesotskiy

+

via xiongzenghui

-> xcmonkey is a tool for doing randomised UI testing of iOS apps +> get a max version branch from a gitlab project, like: master_5.11.9
@@ -55388,9 +56187,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcmonkey + gitlab_get_max_version_branch - - xcmonkey is a tool for doing randomised UI testing of iOS apps + get a max version branch from a gitlab project, like: master_5.11.9 @@ -55437,17 +56236,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 - 3 + 25 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -55457,12 +56256,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 29 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -55472,7 +56271,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -55480,11 +56279,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
108
-

nexus_raw_upload

+

xamversion

-

via Thang Nguyen

+

via Jake Barnby

-> Actions related to Nexus blob upload +> Read and manipulate Android and iOS app versions.
@@ -55500,9 +56299,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - raw_upload + xamversion - - Upload a raw asset to [Sonatype Nexus platform](https://www.sonatype.com) + Read and manipulate Android and iOS app versions. @@ -55539,7 +56338,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 @@ -55549,32 +56348,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 - 7 + 17 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 - 5 + 15 More downloads = more users have been using the plugin for a while tests - 15 + 3 The more tests a plugin has, the better @@ -55584,19 +56383,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
108
+
107
-

xamversion

+

aws_sns_topic

-

via Jake Barnby

+

via Levi Bostian

-> Read and manipulate Android and iOS app versions. +> Fastlane plugin to public message to SNS topic.
@@ -55612,9 +56411,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xamversion + aws_sns_topic - - Read and manipulate Android and iOS app versions. + Public a message to a AWS SNS topic. @@ -55666,7 +56465,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 17 + 24 Project that have been around for longer tend to be more stable @@ -55676,12 +56475,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 - 15 + 8 More downloads = more users have been using the plugin for a while @@ -55696,7 +56495,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -55704,11 +56503,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
107
-

wexlane

+

git_authors

-

via Chris River

+

via Viktor Rutberg

-> Common tools for CI +> List authors of a Git repository
@@ -55724,14 +56523,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_get_version - - - Common tools for CI - - - ios_get_version + git_authors - - Common tools for CI + List all authors of a Git repository @@ -55753,7 +56547,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 @@ -55778,12 +56572,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 - 23 + 36 Project that have been around for longer tend to be more stable @@ -55798,12 +56592,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 8 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -55813,7 +56607,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -55821,11 +56615,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
107
-

build_app_for_simulator

+

google_chat_message

-

via Alexey Alter-Pesotskiy

+

via Douglas Garcia

-> This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. +> Send simple text messages to Google Chat
@@ -55841,9 +56635,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. + google_chat_message + - + Send simple text messages to Google Chat @@ -55875,7 +56669,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -55895,7 +56689,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 14 + 22 Project that have been around for longer tend to be more stable @@ -55910,7 +56704,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 7 More downloads = more users have been using the plugin for a while @@ -55925,7 +56719,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -55933,11 +56727,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
107
-

maestro

+

sequenia_gitflow

-

via Marc Bormeth

+

via Semen Kologrivov

-> Running maestro test commands from fastlane +> Script for communicating with sequenia's git repos
@@ -55953,14 +56747,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - launch_simulator + fetch_merged_tasks - - Prepares an iOS simulator for Maestro testing - - - maestro - testing - Runs Maestro test + Fetch merged into current branch feature tasks after last release tag @@ -55987,17 +56776,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 18 More subscribers = more popular project stars - 10 + 0 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -56007,12 +56796,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 - 3 + 16 Project that have been around for longer tend to be more stable @@ -56027,7 +56816,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 25 More downloads = more users have been using the plugin for a while @@ -56042,19 +56831,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
106
+
107
-

gitlab_get_max_version_branch

+

creator

-

via xiongzenghui

+

via David Ackerman

-> get a max version branch from a gitlab project, like: master_5.11.9 +> Mobile build framework for rust-lang
@@ -56070,9 +56859,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_get_max_version_branch + creator_build_android - - get a max version branch from a gitlab project, like: master_5.11.9 + Builds apk file from rust project + + + creator_build_ios + - + Builds ipa file from rust project @@ -56094,12 +56888,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 @@ -56119,12 +56913,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 - 24 + 16 Project that have been around for longer tend to be more stable @@ -56139,12 +56933,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 15 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -56154,19 +56948,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
106
+
107
-

sns_http_subscribe

+

depman

-

via mnk98

+

via Andrey Shapovalov

-> Subscribe to sns topic using http/https endpoint +> Invokes depman-scanner to programmatically run Depman analysis
@@ -56182,9 +56976,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sns_http_subscribe - - - - + depman + testing + Arcsinus Dependency manager @@ -56206,17 +57000,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 @@ -56231,12 +57025,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 - 13 + 15 Project that have been around for longer tend to be more stable @@ -56251,7 +57045,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 16 More downloads = more users have been using the plugin for a while @@ -56266,13 +57060,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
106
+
107

dropbox_upload

@@ -56348,7 +57142,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 23 Project that have been around for longer tend to be more stable @@ -56386,11 +57180,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
106
-

git_authors

+

checkbuild

-

via Viktor Rutberg

+

via Johannes Steudle

-> List authors of a Git repository +> This plugin will check any binary library for unwanted symbols and architectures
@@ -56406,9 +57200,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_authors + checkbuild - - List all authors of a Git repository + This plugin will check any binary library for unwanted symbols and architectures. @@ -56430,7 +57224,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 @@ -56460,7 +57254,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 29 Project that have been around for longer tend to be more stable @@ -56475,7 +57269,7 @@ 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 @@ -56490,7 +57284,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -56498,7 +57292,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
106
-

aws_sns_topic

+

postmark

via Levi Bostian

@@ -56518,9 +57312,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - aws_sns_topic + postmark - - Public a message to a AWS SNS topic. + Send emails via Postmark in fastlane! @@ -56572,7 +57366,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 22 Project that have been around for longer tend to be more stable @@ -56582,7 +57376,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 @@ -56602,7 +57396,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

google_chat_message

+

simplemdm

-

via Douglas Garcia

+

via Shannon Hicks

-> Send simple text messages to Google Chat +> Fastlane plugin for uploading iOS builds to SimpleMDM
@@ -56630,9 +57424,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - google_chat_message + upload_to_simplemdm - - Send simple text messages to Google Chat + Upload IPA to Simple MDM @@ -56654,17 +57448,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 - 2 + 0 More stars = more popular project @@ -56684,7 +57478,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 14 Project that have been around for longer tend to be more stable @@ -56714,7 +57508,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

sequenia_gitflow

+

linear_api

-

via Semen Kologrivov

+

via Vinícius

-> Script for communicating with sequenia's git repos +> Provide an interface to access the Linear API
@@ -56742,9 +57536,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fetch_merged_tasks + linear_api - - Fetch merged into current branch feature tasks after last release tag + Provide an interface to access the Linear API @@ -56771,124 +57565,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 18 - More subscribers = more popular project - - - stars - 0 - More stars = more popular project - - - forks - 0 - More forks = more people seem to use/modify this project - - - has_mit_license - 20 - fastlane is MIT licensed, it's good to have plugins use MIT too - - - readme_score - 25 - How well is the README of the document written - - - age - 15 - Project that have been around for longer tend to be more stable - - - major_release - 0 - Post 1.0 releases are great - - - github_issues - 0 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 25 - More downloads = more users have been using the plugin for a while - - - tests 3 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
105
- -

simplemdm

- -

via Shannon Hicks

- -> Fastlane plugin for uploading iOS builds to SimpleMDM - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
upload_to_simplemdm-Upload IPA to Simple MDM
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - + @@ -56908,7 +57590,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -56923,7 +57605,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -56938,19 +57620,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
105
+
106
-

creator

+

xcode_tools_select

-

via David Ackerman

+

via Vincent HO-SUNE

-> Mobile build framework for rust-lang +> Sets the DEVELOPER_DIR environment, used by fastlane to run Xcode command line tools, to a specific Xcode version found on the current system.
@@ -56966,14 +57648,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- - - - - - - - + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers6 More subscribers = more popular project
stars02 More stars = more popular project
age1316 Project that have been around for longer tend to be more stable
downloads712 More downloads = more users have been using the plugin for a while
creator_build_android-Builds apk file from rust project
creator_build_ios-Builds ipa file from rust projectxcode_tools_selectbuildingSet the [version] of the default Xcode Command Line Tools path to use.
@@ -56995,12 +57672,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 @@ -57025,7 +57702,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 15 + 24 Project that have been around for longer tend to be more stable @@ -57040,7 +57717,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 9 More downloads = more users have been using the plugin for a while @@ -57055,7 +57732,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -57063,11 +57740,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
105
-

depman

+

schedule

-

via Andrey Shapovalov

+

via marumemomo

-> Invokes depman-scanner to programmatically run Depman analysis +> Run lane from current time
@@ -57083,9 +57760,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - depman - testing - Arcsinus Dependency manager + get_lane + - + Run lane from current time @@ -57112,12 +57789,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 @@ -57132,12 +57809,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 + 33 Project that have been around for longer tend to be more stable @@ -57152,7 +57829,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 23 More downloads = more users have been using the plugin for a while @@ -57167,7 +57844,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -57175,11 +57852,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
105
-

postmark

+

change_domain

-

via Levi Bostian

+

via Anandu

-> Fastlane plugin to public message to SNS topic. +> Change the package name in android project
@@ -57195,9 +57872,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - postmark + change_domain - - Send emails via Postmark in fastlane! + Change the package identifier in the AndroidManifest.xml file @@ -57244,12 +57921,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 - 21 + 12 Project that have been around for longer tend to be more stable @@ -57264,7 +57941,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 42 More downloads = more users have been using the plugin for a while @@ -57279,13 +57956,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
104
+
105

unreleased_changelog

@@ -57381,7 +58058,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 20 + 21 Project that have been around for longer tend to be more stable @@ -57417,13 +58094,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
104
+
105
-

linear_api

+

fileio_upload

-

via Vinícius

+

via Paul Bancarel

-> Provide an interface to access the Linear API +> This plugin enables to upload a file to file.io
@@ -57439,9 +58116,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - linear_api + fileio_upload - - Provide an interface to access the Linear API + Upload file to file.io and share the link with anyone! @@ -57473,7 +58150,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -57493,7 +58170,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 15 + 10 Project that have been around for longer tend to be more stable @@ -57508,7 +58185,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 19 More downloads = more users have been using the plugin for a while @@ -57523,7 +58200,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

xcode_tools_select

+

ding_talk_msg_push

-

via Vincent HO-SUNE

+

via asynclog

-> Sets the DEVELOPER_DIR environment, used by fastlane to run Xcode command line tools, to a specific Xcode version found on the current system. +> dingTalk robot msg push tool
@@ -57551,9 +58228,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. + ding_talk_msg_push + - + dingTalk robot msg push tool @@ -57580,12 +58257,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 @@ -57600,12 +58277,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 - 23 + 33 Project that have been around for longer tend to be more stable @@ -57620,12 +58297,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 22 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -57635,7 +58312,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

schedule

+

hello_test

-

via marumemomo

+

via Gianfranco Manganiello

-> Run lane from current time +> test
@@ -57663,9 +58340,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_lane + hello_test - - Run lane from current time + test @@ -57687,12 +58364,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 @@ -57717,7 +58394,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 37 Project that have been around for longer tend to be more stable @@ -57732,7 +58409,7 @@ 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 @@ -57747,7 +58424,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -57755,11 +58432,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
103
-

checkbuild

+

user_default_get

-

via Johannes Steudle

+

via zhangqi

-> This plugin will check any binary library for unwanted symbols and architectures +> get value like ios userDefault
@@ -57775,9 +58452,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - checkbuild + user_default_get - - This plugin will check any binary library for unwanted symbols and architectures. + get value like ios userDefault @@ -57799,7 +58476,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 @@ -57829,7 +58506,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 38 Project that have been around for longer tend to be more stable @@ -57844,7 +58521,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 24 + 8 More downloads = more users have been using the plugin for a while @@ -57859,7 +58536,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -57867,11 +58544,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
103
-

get_new_build_number

+

pgyer_v2

-

via Bartek Pacia

+

via nice2m

-> Retrieves the new build number for your mobile app. +> pgyer for v2 suppor
@@ -57887,14 +58564,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_new_build_name - - - Retrieves the new build number for your app. - - - get_new_build_number + pgyer - - Retrieves the new build number for your app. + distribute app to pgyer beta testing service @@ -57921,12 +58593,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 15 + 1 More stars = more popular project @@ -57941,12 +58613,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 - 7 + 20 Project that have been around for longer tend to be more stable @@ -57956,12 +58628,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 - 32 + 6 More downloads = more users have been using the plugin for a while @@ -57976,7 +58648,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -57984,11 +58656,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
103
-

change_domain

+

release_version

-

via Anandu

+

via Leon Keijzer

-> Change the package name in android project +> This plugin makes it possible to release an already approved version in AppStore Connect
@@ -58004,9 +58676,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - change_domain + reject_version - - Change the package identifier in the AndroidManifest.xml file + This action makes it possible to reject a binary in AppStore Connect + + + release_version + - + This plugin makes it possible to release an already approved version in AppStore Connect @@ -58058,7 +58735,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 11 + 31 Project that have been around for longer tend to be more stable @@ -58073,7 +58750,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 @@ -58088,7 +58765,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -58096,11 +58773,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
103
-

fileio_upload

+

git_pull_branch

-

via Paul Bancarel

+

via Bhuvanesh BS

-> This plugin enables to upload a file to file.io +> pull code from different branch
@@ -58116,9 +58793,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fileio_upload + git_pull_branch - - Upload file to file.io and share the link with anyone! + pull code from different branch @@ -58165,12 +58842,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 - 9 + 32 Project that have been around for longer tend to be more stable @@ -58185,7 +58862,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 20 More downloads = more users have been using the plugin for a while @@ -58200,7 +58877,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -58208,11 +58885,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
103
-

hello_test

+

user_default_set

-

via Gianfranco Manganiello

+

via zhangqi

-> test +> fastlane save user default like ios userDefault
@@ -58228,9 +58905,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - hello_test + user_default_set - - test + fastlane save user default like ios userDefault @@ -58262,7 +58939,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -58282,7 +58959,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 38 Project that have been around for longer tend to be more stable @@ -58297,7 +58974,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 8 More downloads = more users have been using the plugin for a while @@ -58312,7 +58989,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -58320,11 +58997,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
102
-

user_default_set

+

buggly

-

via zhangqi

+

via zhuyunlong

-> fastlane save user default like ios userDefault +> 上传Bugly
@@ -58340,9 +59017,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - user_default_set + buggly - - fastlane save user default like ios userDefault + Upload the dSYM file to Buggly crash analyze system. @@ -58364,7 +59041,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 @@ -58374,7 +59051,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -58394,7 +59071,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 40 Project that have been around for longer tend to be more stable @@ -58409,7 +59086,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 10 More downloads = more users have been using the plugin for a while @@ -58424,7 +59101,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

ding_talk_msg_push

- -

via asynclog

- -> dingTalk robot msg push tool - +

jira_set_feature_build

-
-Provided actions +

via Tommy Sadiq Hinrichsen

- - - - - - - - - - - - - - - -
NameCategoryDescription
ding_talk_msg_push-dingTalk robot msg push tool
+> Tags passed in Jira issue with a feature build url from parameter :url -
@@ -58476,7 +59131,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 @@ -58486,7 +59141,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -58501,17 +59156,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 - 32 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -58521,12 +59176,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 40 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -58536,7 +59191,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -58544,13 +59199,65 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
102
-

jira_set_feature_build

+

gitlab_tag_release

-

via Tommy Sadiq Hinrichsen

+

via Erick Martins

-> Tags passed in Jira issue with a feature build url from parameter :url +> Simple plugin to manage gitlab releases +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
gitlab_get_release--
gitlab_create_release--
gitlab_collect_release_evidence--
gitlab_list_releases--
gitlab_delete_tag--
gitlab_update_release--
gitlab_delete_release--
+ +
+
Score details @@ -58566,12 +59273,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 + 3 More subscribers = more popular project @@ -58591,17 +59298,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 + 13 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -58611,12 +59318,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 40 + 7 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -58626,7 +59333,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -58634,11 +59341,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
102
-

buggly

+

generate_xliff

-

via zhuyunlong

+

via Kostia Myts

-> 上传Bugly +> Generates XLIFF file
@@ -58654,9 +59361,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - buggly + generate_xliff - - Upload the dSYM file to Buggly crash analyze system. + Generates XLIFF file + + + remove_xliff_artifacts + - + Generates XLIFF file @@ -58683,124 +59395,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 - More subscribers = more popular project - - - stars - 1 - More stars = more popular project - - - forks 0 - More forks = more people seem to use/modify this project - - - has_mit_license - 20 - fastlane is MIT licensed, it's good to have plugins use MIT too - - - readme_score - 25 - How well is the README of the document written - - - age - 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 - 10 - More downloads = more users have been using the plugin for a while - - - tests - 3 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
102
- -

git_pull_branch

- -

via Bhuvanesh BS

- -> pull code from different branch - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
git_pull_branch-pull code from different branch
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - + @@ -58820,7 +59420,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -58835,12 +59435,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -58850,19 +59450,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
102
+
101
-

user_default_get

+

enumerated_translations

-

via zhangqi

+

via Mads Bøgeskov

-> get value like ios userDefault +> Converts a strings file to an enum, to make it more safe to access translations.
@@ -58878,9 +59478,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
subscribers3 More subscribers = more popular project
stars02 More stars = more popular project
age3136 Project that have been around for longer tend to be more stable
downloads2013 More downloads = more users have been using the plugin for a while
tests36 The more tests a plugin has, the better
user_default_getenumerated_translations -get value like ios userDefaultConverts a strings file to an enum, to make it more safe to access translations.
@@ -58932,7 +59532,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 36 Project that have been around for longer tend to be more stable @@ -58962,7 +59562,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -58970,11 +59570,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
101
-

generate_xliff

+

git_add_tag

-

via Kostia Myts

+

via xiongzenghui

-> Generates XLIFF file +> git add tag wrapper
@@ -58990,14 +59590,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - generate_xliff - - - Generates XLIFF file - - - remove_xliff_artifacts - - - Generates XLIFF file + git_add_tag + source_control + git add tag wrapper @@ -59024,12 +59619,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 2 + 0 More stars = more popular project @@ -59049,7 +59644,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 25 Project that have been around for longer tend to be more stable @@ -59064,12 +59659,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 25 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -59079,7 +59674,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -59197,13 +59792,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
101
+
100
-

pgyer_v2

+

bitrise_bcsymbolmaps

-

via nice2m

+

via Oleksandr Skrypnyk

-> pgyer for v2 suppor +> Download BCSymbolMaps from Bitrise
@@ -59219,9 +59814,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - pgyer + bitrise_download_bcsymbolmaps - - distribute app to pgyer beta testing service + Downloads BCSymbolMaps from Bitrise before uploading them to a crash reporting tool. + + + bitrise_clean_bcsymbolmaps + - + Cleans up downloaded artifacts. @@ -59253,7 +59853,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -59273,7 +59873,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 21 Project that have been around for longer tend to be more stable @@ -59288,12 +59888,12 @@ 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 tests - 3 + 0 The more tests a plugin has, the better @@ -59303,19 +59903,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
101
+
100
-

release_version

+

lock_keychain

-

via Leon Keijzer

+

via Alex Antonyuk

-> This plugin makes it possible to release an already approved version in AppStore Connect +> Plugin for locking unlocked keychain
@@ -59331,14 +59931,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - reject_version - - - This action makes it possible to reject a binary in AppStore Connect - - - release_version + lock_keychain - - This plugin makes it possible to release an already approved version in AppStore Connect + Plugin for locking unlocked keychain @@ -59360,12 +59955,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 @@ -59390,7 +59985,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 37 Project that have been around for longer tend to be more stable @@ -59405,7 +60000,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 20 + 9 More downloads = more users have been using the plugin for a while @@ -59420,19 +60015,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
101
+
98
-

gitlab_tag_release

+

post_google_chat

-

via Erick Martins

+

via “tumlw”

-> Simple plugin to manage gitlab releases +> Post google chat webhook
@@ -59448,39 +60043,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 - - + post_google_chat - + Send message to google chat @@ -59502,12 +60067,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 @@ -59527,17 +60092,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 - 12 + 19 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -59547,7 +60112,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 1 More downloads = more users have been using the plugin for a while @@ -59562,19 +60127,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
100
+
97
-

enumerated_translations

+

google_chat_v2

-

via Mads Bøgeskov

+

via “mao-karrostech”

-> Converts a strings file to an enum, to make it more safe to access translations. +> google chat v2
@@ -59590,9 +60155,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - enumerated_translations + google_chat_v2 - - Converts a strings file to an enum, to make it more safe to access translations. + Send message to google chat v2 @@ -59614,7 +60179,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 @@ -59644,7 +60209,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 19 Project that have been around for longer tend to be more stable @@ -59659,7 +60224,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 27 More downloads = more users have been using the plugin for a while @@ -59674,19 +60239,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
100
+
97
-

git_add_tag

+

android_testlab_script_swit

-

via xiongzenghui

+

via 나비이쁜이

-> git add tag wrapper +> 아직 만들고 있습니다...
@@ -59702,9 +60267,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_add_tag - source_control - git add tag wrapper + android_testlab_script_swit + - + Android Firebase TestLab with Robo Script Test @@ -59756,7 +60321,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 1 Project that have been around for longer tend to be more stable @@ -59771,12 +60336,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 48 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -59786,19 +60351,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
99
+
97
-

lock_keychain

+

get_last_circleci_build_number_bitbucket

-

via Alex Antonyuk

+

via Dawid van der Hoven

-> Plugin for locking unlocked keychain +> fetches the last build number from circleci for a bitbucket project.
@@ -59814,9 +60379,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - lock_keychain + get_last_circleci_build_number_bitbucket - - Plugin for locking unlocked keychain + fetches the last build number from circleci. @@ -59838,7 +60403,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 @@ -59863,12 +60428,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 + 21 Project that have been around for longer tend to be more stable @@ -59883,7 +60448,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 3 More downloads = more users have been using the plugin for a while @@ -59898,19 +60463,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
99
+
96
-

bitrise_bcsymbolmaps

+

goyuyun

-

via Oleksandr Skrypnyk

+

via vincentwu08

-> Download BCSymbolMaps from Bitrise +> 一键发布至买好云
@@ -59926,14 +60491,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitrise_download_bcsymbolmaps - - - Downloads BCSymbolMaps from Bitrise before uploading them to a crash reporting tool. - - - bitrise_clean_bcsymbolmaps + goyuyun - - Cleans up downloaded artifacts. + 一键发布至买好云 @@ -59980,12 +60540,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 + 24 Project that have been around for longer tend to be more stable @@ -60000,12 +60560,12 @@ 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 tests - 0 + 3 The more tests a plugin has, the better @@ -60015,7 +60575,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -60023,34 +60583,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
96
-

get_last_circleci_build_number_bitbucket

- -

via Dawid van der Hoven

- -> fetches the last build number from circleci for a bitbucket project. - +

u3d

-
-Provided actions +

via Jerome Lacoste

- - - - - - - - - - - - - - - -
NameCategoryDescription
get_last_circleci_build_number_bitbucket-fetches the last build number from circleci.
+> Fastgame's u3d (a Unity3d CLI) integration -
@@ -60067,7 +60605,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 @@ -60092,12 +60630,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 - 20 + 0 Project that have been around for longer tend to be more stable @@ -60112,12 +60650,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 64 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -60127,19 +60665,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
95
+
96
-

google_chat_v2

+

qr_code

-

via “mao-karrostech”

+

via Mathijs Bernson

-> google chat v2 +> Generates QR codes that you may use in the rest of your workflow.
@@ -60155,9 +60693,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - google_chat_v2 + qr_code - - Send message to google chat v2 + Generates QR codes that you may use in the rest of your workflow. @@ -60204,102 +60742,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 - How well is the README of the document written - - - age - 18 - Project that have been around for longer tend to be more stable - - - major_release - 0 - Post 1.0 releases are great - - - github_issues - 0 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 26 - More downloads = more users have been using the plugin for a while - - - tests - 3 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
95
- -

u3d

- -

via Jerome Lacoste

- -> Fastgame's u3d (a Unity3d CLI) integration - - - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -60314,12 +60762,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -60329,19 +60777,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
95
+
96
-

goyuyun

+

deploy_module_bintray

-

via vincentwu08

+

via Bruno Oliveira

-> 一键发布至买好云 +> Gradle action to deploy a Module from an Android project
@@ -60357,9 +60805,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
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_score050 How well is the README of the document written
age08 Project that have been around for longer tend to be more stable
downloads639 More downloads = more users have been using the plugin for a while
tests06 The more tests a plugin has, the better
goyuyundeploy_module_bintray -一键发布至买好云Gradle actions to deploy a module from an Android project
@@ -60381,7 +60829,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 @@ -60406,12 +60854,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 - 23 + 35 Project that have been around for longer tend to be more stable @@ -60426,12 +60874,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 32 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -60441,19 +60889,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
94
+
95
-

deploy_module_bintray

+

find_replace_regex

-

via Bruno Oliveira

+

via Jonathan Ritchie

-> Gradle action to deploy a Module from an Android project +> Find a string in a file and replace it with a new one.
@@ -60469,9 +60917,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - deploy_module_bintray + find_replace_regex - - Gradle actions to deploy a module from an Android project + Find and replace a string in a project file @@ -60493,12 +60941,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 @@ -60518,12 +60966,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 - 34 + 40 Project that have been around for longer tend to be more stable @@ -60538,12 +60986,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 - 0 + 3 The more tests a plugin has, the better @@ -60553,7 +61001,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

qr_code

+

android_channels

-

via Mathijs Bernson

+

via icyleaf

-> Generates QR codes that you may use in the rest of your workflow. +> Package unsign apk with channels
@@ -60581,9 +61029,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - qr_code - - - Generates QR codes that you may use in the rest of your workflow. + android_channels + building + Package apk file with channels @@ -60630,12 +61078,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 - 7 + 30 Project that have been around for longer tend to be more stable @@ -60650,12 +61098,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 13 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -60665,19 +61113,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
93
+
94
-

asana_task

+

acknowledgements

-

via respecu

+

via Simon Rice, Christophe Knage

-> asana task plugin +> Use Fastlane to give credit where it's rightfully due
@@ -60693,9 +61141,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - asana_task + acknowledgements - - asana task plugin + Use Fastlane to give credit where it's rightfully due. @@ -60717,12 +61165,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 @@ -60737,22 +61185,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 - 25 + 50 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 - 0 + 30 Post 1.0 releases are great @@ -60762,7 +61210,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 15 More downloads = more users have been using the plugin for a while @@ -60777,19 +61225,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
93
+
94
-

acknowledgements

+

gitlab_merge_request_add_note

-

via Simon Rice, Christophe Knage

+

via xiongzenghui

-> Use Fastlane to give credit where it's rightfully due +> add merge request note for gitlab server api
@@ -60805,9 +61253,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - acknowledgements + gitlab_merge_request_add_note - - Use Fastlane to give credit where it's rightfully due. + add merge request note for gitlab server api @@ -60829,12 +61277,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 @@ -60849,22 +61297,22 @@ 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 + 25 How well is the README of the document written age - 39 + 26 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -60874,7 +61322,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 17 More downloads = more users have been using the plugin for a while @@ -60889,19 +61337,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
93
+
94
-

work_wechat

+

push_cert_alert

-

via DevZhang

+

via Nico Richard

-> work wecaht webhook +> Generate alerts for when your APNS push certificate expires or will expire soon
@@ -60917,9 +61365,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - work_wechat + check_push_certificate - - work wecaht webhook + Easily create alerts for your APNS push certificate expiration @@ -60966,12 +61414,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 - 19 + 12 Project that have been around for longer tend to be more stable @@ -60986,12 +61434,12 @@ 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 tests - 9 + 3 The more tests a plugin has, the better @@ -61001,19 +61449,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
93
+
94
-

android_channels

+

asana_task

-

via icyleaf

+

via respecu

-> Package unsign apk with channels +> asana task plugin
@@ -61029,9 +61477,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_channels - building - Package apk file with channels + asana_task + - + asana task plugin @@ -61083,7 +61531,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 16 Project that have been around for longer tend to be more stable @@ -61098,7 +61546,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 27 More downloads = more users have been using the plugin for a while @@ -61113,110 +61561,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub - -

- ------ - -
93
- -

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
downloads43More 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

----- -
93
+
94
-

find_replace_regex

+

work_wechat

-

via Jonathan Ritchie

+

via DevZhang

-> Find a string in a file and replace it with a new one. +> work wecaht webhook
@@ -61232,9 +61589,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - find_replace_regex + work_wechat - - Find and replace a string in a project file + work wecaht webhook @@ -61261,7 +61618,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -61286,7 +61643,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 20 Project that have been around for longer tend to be more stable @@ -61301,12 +61658,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 17 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -61316,19 +61673,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
93
+
94
-

push_cert_alert

+

gsheet_metadata

-

via Nico Richard

+

via Kevin Morais

-> Generate alerts for when your APNS push certificate expires or will expire soon +> Generate metadata from Google Spreadsheet
@@ -61344,9 +61701,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - check_push_certificate + gsheet_metadata - - Easily create alerts for your APNS push certificate expiration + Generate metadata from Google Spreadsheet @@ -61393,12 +61750,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 + 30 Project that have been around for longer tend to be more stable @@ -61413,7 +61770,7 @@ 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 @@ -61428,42 +61785,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
92
- -

mailjet

- -

via thibaut noah

- -> plugin to send mail notifications for build release +
94
+

deploy_aws_s3_cloudfront

-
-Provided actions +

via Hector

- - - - - - - - - - - - - - - -
NameCategoryDescription
mailjet-Send a custom message to an email group with mailjet
+> Deploy local directory to AWS S3 bucket and invalidate CloudFront -
@@ -61490,7 +61825,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -61505,17 +61840,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 - 26 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -61525,12 +61860,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 44 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -61540,19 +61875,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
92
+
93
-

make

+

mailjet

-

via xiongzenghui

+

via thibaut noah

-> Linux GNU Makefile make wrapper +> plugin to send mail notifications for build release
@@ -61568,9 +61904,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - make - building - Linux GNU Makefile make wrapper + mailjet + - + Send a custom message to an email group with mailjet @@ -61597,12 +61933,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 @@ -61622,7 +61958,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 27 Project that have been around for longer tend to be more stable @@ -61637,7 +61973,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 17 More downloads = more users have been using the plugin for a while @@ -61652,13 +61988,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
92
+
93

azuredevops_envvars

@@ -61734,7 +62070,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 @@ -61770,13 +62106,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
92
+
93
-

gitlab_merge_request_add_note

+

s3_cert

-

via xiongzenghui

+

via Josh Lesch

-> add merge request note for gitlab server api +> Store and install encrypted Certs from s3
@@ -61792,9 +62128,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_merge_request_add_note + s3_upload_certs - - add merge request note for gitlab server api + Upload encrypted certs to s3 + + + s3_cert + - + Pull Certs from s3 and install them into keychain. @@ -61821,12 +62162,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 @@ -61846,7 +62187,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 29 Project that have been around for longer tend to be more stable @@ -61861,7 +62202,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 15 More downloads = more users have been using the plugin for a while @@ -61876,19 +62217,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
92
+
93
-

gsheet_metadata

+

make

-

via Kevin Morais

+

via xiongzenghui

-> Generate metadata from Google Spreadsheet +> Linux GNU Makefile make wrapper
@@ -61904,9 +62245,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gsheet_metadata - - - Generate metadata from Google Spreadsheet + make + building + Linux GNU Makefile make wrapper @@ -61958,7 +62299,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 26 Project that have been around for longer tend to be more stable @@ -61973,7 +62314,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 16 More downloads = more users have been using the plugin for a while @@ -61988,13 +62329,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
92
+
93

rm_derived_data

@@ -62070,7 +62411,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 26 Project that have been around for longer tend to be more stable @@ -62106,7 +62447,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
92
+
93

speculid

@@ -62182,119 +62523,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 - Project that have been around for longer tend to be more stable - - - major_release - 0 - Post 1.0 releases are great - - - github_issues - 0 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 13 - More downloads = more users have been using the plugin for a while - - - tests - 3 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
91
- -

aliyunoss

- -

via yigua

- -> upload package to aliyunoss - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
aliyunoss--
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -62309,7 +62538,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -62324,19 +62553,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
91
+
92
-

bitwarden

+

aliyunoss

-

via Ilija Boshkov

+

via yigua

-> Bitwarden CLI warpper plugin +> upload package to aliyunoss
@@ -62352,24 +62581,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- - - - - - - - - - - + - - - - -
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
age1229 Project that have been around for longer tend to be more stable
downloads2213 More downloads = more users have been using the plugin for a while
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_objectaliyunoss -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.
@@ -62391,17 +62605,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 - 15 + 3 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -62421,7 +62635,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 13 Project that have been around for longer tend to be more stable @@ -62436,12 +62650,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 22 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -62451,47 +62665,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
91
- -

s3_cert

- -

via Josh Lesch

- -> Store and install encrypted Certs from s3 +
92
+

discord_webhook_notifier

-
-Provided actions +

via Samuel B Bispo

- - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
s3_upload_certs-Upload encrypted certs to s3
s3_cert-Pull Certs from s3 and install them into keychain.
+> Notify a Discord channel easily when a build breaks -
@@ -62508,7 +62695,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 @@ -62518,7 +62705,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -62533,12 +62720,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 - 28 + 0 Project that have been around for longer tend to be more stable @@ -62553,12 +62740,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 60 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -62568,19 +62755,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
90
+
92
-

gitlab_branch_diff

+

bitwarden

-

via xiongzenghui

+

via Ilija Boshkov

-> gitlab compare two branch to get diffs +> Bitwarden CLI warpper plugin
@@ -62596,9 +62783,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_branch_diff + bitwarden_login - - gitlab compare two branch to get diffs + 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. @@ -62620,17 +62822,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 + 15 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -62650,7 +62852,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 @@ -62665,12 +62867,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 8 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -62680,19 +62882,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
90
+
91
-

slack_message

+

appsigner

-

via Doruk Kangal

+

via Valeriy Makarshin

-> Send a message to your Slack group +> AppSigner
@@ -62708,9 +62910,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - slack_message + appsigner - - Send a message to your [Slack](https://slack.com) group + AppSigner @@ -62757,12 +62959,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 - 6 + 21 Project that have been around for longer tend to be more stable @@ -62777,12 +62979,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 13 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -62792,13 +62994,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
90
+
91

resize_screenshots

@@ -62874,7 +63076,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 @@ -62910,15 +63112,37 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
90
+
91
-

discord_webhook_notifier

+

jira_ticket

-

via Samuel B Bispo

+

via Dorian Cheignon

-> Notify a Discord channel easily when a build breaks +> get ticket in jira board +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
jira_ticket-get ticket in jira board
+ +
+
Score details @@ -62934,12 +63158,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 @@ -62959,12 +63183,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 @@ -62979,12 +63203,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 58 + 22 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -62994,19 +63218,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
89
+
91
-

jira_ticket

+

rustore

-

via Dorian Cheignon

+

via Vladislav Onishchenko

-> get ticket in jira board +> Rustore fastlane integration plugin
@@ -63022,9 +63246,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_ticket + rustore_publish - - get ticket in jira board + Rustore fastlane integration plugin @@ -63056,12 +63280,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 5 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -63071,12 +63295,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 - 17 + 1 Project that have been around for longer tend to be more stable @@ -63091,7 +63315,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 4 More downloads = more users have been using the plugin for a while @@ -63106,19 +63330,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
89
+
91
-

appsigner

+

slack_message

-

via Valeriy Makarshin

+

via Doruk Kangal

-> AppSigner +> Send a message to your Slack group
@@ -63134,9 +63358,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appsigner + slack_message - - AppSigner + Send a message to your [Slack](https://slack.com) group @@ -63183,12 +63407,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 - 20 + 7 Project that have been around for longer tend to be more stable @@ -63203,12 +63427,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 8 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -63218,19 +63442,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
88
+
91
-

bugtags

+

gitlab_branch_diff

-

via wliu6

+

via xiongzenghui

-> Upload symbols to Bugtags +> gitlab compare two branch to get diffs
@@ -63246,9 +63470,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bugtags + gitlab_branch_diff - - Upload symbols to Bugtags + gitlab compare two branch to get diffs @@ -63270,7 +63494,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 @@ -63280,7 +63504,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -63300,7 +63524,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 25 Project that have been around for longer tend to be more stable @@ -63315,7 +63539,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 9 More downloads = more users have been using the plugin for a while @@ -63330,13 +63554,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
88
+
89

create_dmg

@@ -63417,7 +63641,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 12 + 13 Project that have been around for longer tend to be more stable @@ -63453,13 +63677,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
87
+
89
-

fetch_metadata_from_google_sheets

+

bugtags

-

via kurarararara

+

via wliu6

-> Get App Store metadata from Google Sheets. +> Upload symbols to Bugtags
@@ -63475,9 +63699,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fetch_metadata_from_google_sheets + bugtags - - Get App Store metadata from Google Sheets. + Upload symbols to Bugtags @@ -63499,7 +63723,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 @@ -63509,7 +63733,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -63529,7 +63753,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 18 + 30 Project that have been around for longer tend to be more stable @@ -63544,7 +63768,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 7 More downloads = more users have been using the plugin for a while @@ -63559,42 +63783,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
87
- -

app_previews

- -

via Fausto

- -> Upload app previews to the App Store Connect +
89
+

ensure_swift_version

-
-Provided actions +

via Shashikant86

- - - - - - - - - - - - - - - -
NameCategoryDescription
upload_app_previews-Upload app previews to the App Store Connect
+> This plugin ensure version of Swift language used for project -
@@ -63611,12 +63813,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 @@ -63636,12 +63838,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 - 22 + 0 Project that have been around for longer tend to be more stable @@ -63656,12 +63858,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 69 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -63671,20 +63873,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
87
+
88
-

upload_symbols_to_shake

+ -

via Shake Team

+

via David Brooks

-> Upload dSYM to Shake +> This plugin allows you to link two tickets together in JIRA + + +
+Provided actions + + + + + + + + + + + + + + + +
NameCategoryDescription
jira_linkmiscThis plugin allows you to link two tickets together in JIRA
+ +
@@ -63701,12 +63926,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 @@ -63726,17 +63951,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 + 17 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -63746,7 +63971,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 23 More downloads = more users have been using the plugin for a while @@ -63761,19 +63986,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
87
+
88
-

rustore

+

fetch_metadata_from_google_sheets

-

via Vladislav Onishchenko

+

via kurarararara

-> Rustore fastlane integration plugin +> Get App Store metadata from Google Sheets.
@@ -63789,9 +64014,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rustore_publish + fetch_metadata_from_google_sheets - - Rustore fastlane integration plugin + Get App Store metadata from Google Sheets. @@ -63813,7 +64038,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 @@ -63823,12 +64048,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -63838,12 +64063,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 - 0 + 19 Project that have been around for longer tend to be more stable @@ -63858,7 +64083,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 12 More downloads = more users have been using the plugin for a while @@ -63873,19 +64098,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
86
+
88
-

codemagic

+

app_previews

-

via Mikhail Matsera

+

via Fausto

-> Fastlane plugin to trigger a Codemagic build with some options +> Upload app previews to the App Store Connect
@@ -63901,9 +64126,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - codemagic + upload_app_previews - - Fastlane plugin to trigger a Codemagic build with some options + Upload app previews to the App Store Connect @@ -63925,7 +64150,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 @@ -63955,7 +64180,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 18 + 23 Project that have been around for longer tend to be more stable @@ -63970,7 +64195,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 8 More downloads = more users have been using the plugin for a while @@ -63985,19 +64210,109 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
86
+
88
-

git_remove_tag

+

upload_symbols_to_shake

-

via xiongzenghui

+

via Shake Team

+ +> Upload dSYM to Shake -> remove git origin and remote repo tag + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors12The 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
downloads26More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
87
+ +

appcenter_get_recent_release_version

+ +

via Kitti Pariyaakkarakul

+ +> Get recent release version from appcenter
@@ -64013,9 +64328,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 + appcenter_get_recent_release_version + - + Get recent release version from appcenter @@ -64082,7 +64397,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 @@ -64097,19 +64412,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
86
+
87
- +

codemagic

-

via David Brooks

+

via Mikhail Matsera

-> This plugin allows you to link two tickets together in JIRA +> Fastlane plugin to trigger a Codemagic build with some options
@@ -64125,9 +64440,9 @@ 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 + codemagic + - + Fastlane plugin to trigger a Codemagic build with some options @@ -64179,7 +64494,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 16 + 19 Project that have been around for longer tend to be more stable @@ -64194,12 +64509,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 22 + 17 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -64209,19 +64524,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
85
+
87
-

bowl

+

git_remove_tag

-

via Benjamin Wulff

+

via xiongzenghui

-> Handles uploads to BOWL backend +> remove git origin and remote repo tag
@@ -64237,19 +64552,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 - - - Set the value of your project + git_remove_tag + source_control + remove git origin and remote repo tag @@ -64301,7 +64606,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 26 Project that have been around for longer tend to be more stable @@ -64316,7 +64621,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 @@ -64331,19 +64636,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
85
+
86
-

ci_apps

+

circle_ci

-

via JiaqiangSong

+

via Manish Rathi

-> Config multiple apps of CI +> A fastlane plugin for Circle CI. 🚀
@@ -64359,44 +64664,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_extensions - - - A short description with <= 80 characters of what this action does - - - ci_apps - - - Config multiple apps of CI - - - get_ci_apps - - - A short description with <= 80 characters of what this action does - - - get_ci_app_value - - - A short description with <= 80 characters of what this action does - - - get_ci_app + download_circle_ci_artifact - - A short description with <= 80 characters of what this action does + Download the CircleCI artifact file. - get_emtitlements_plist_file_path + trigger_circle_ci_job - - A short description with <= 80 characters of what this action does + Triggers a new CircleCI Job - get_target_type + get_circle_ci_build_status - - A short description with <= 80 characters of what this action does + CircleCI build status - get_info_plist_file_path + get_circle_ci_artifacts - - A short description with <= 80 characters of what this action does + List the CircleCI artifacts. @@ -64418,7 +64703,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 @@ -64448,7 +64733,7 @@ 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 @@ -64463,12 +64748,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 - 3 + 0 The more tests a plugin has, the better @@ -64478,19 +64763,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
85
+
86
-

circle_ci

+

bowl

-

via Manish Rathi

+

via Benjamin Wulff

-> A fastlane plugin for Circle CI. 🚀 +> Handles uploads to BOWL backend
@@ -64506,24 +64791,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_circle_ci_artifact + bowl - - Download the CircleCI artifact file. + Handles uploads to BOWL backend - trigger_circle_ci_job + get_gradle_property - - Triggers a new CircleCI Job - - - get_circle_ci_build_status - - CircleCI build status - get_circle_ci_artifacts + set_gradle_property - - List the CircleCI artifacts. + Set the value of your project @@ -64545,7 +64825,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 @@ -64575,7 +64855,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 28 Project that have been around for longer tend to be more stable @@ -64590,12 +64870,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 7 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -64605,19 +64885,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
85
+
86
-

android_testlab_script_swit

+

ci_apps

-

via 나비이쁜이

+

via JiaqiangSong

-> 아직 만들고 있습니다... +> Config multiple apps of CI
@@ -64633,121 +64913,44 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_testlab_script_swit + get_extensions - - Android Firebase TestLab with Robo Script Test - - - - -
- - -
-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 writtenA short description with <= 80 characters of what this action does
age0Project that have been around for longer tend to be more stableci_apps-Config multiple apps of CI
major_release0Post 1.0 releases are greatget_ci_apps-A short description with <= 80 characters of what this action does
github_issues0Lots of open issues are not a good sign usually, unless the project is really popularget_ci_app_value-A short description with <= 80 characters of what this action does
downloads37More downloads = more users have been using the plugin for a whileget_ci_app-A short description with <= 80 characters of what this action does
tests0The more tests a plugin has, the betterget_emtitlements_plist_file_path-A short description with <= 80 characters of what this action does
- -
- -

- - Open on GitHub - -

- ------ - -
85
- -

appcenter_get_recent_release_version

- -

via Kitti Pariyaakkarakul

- -> Get recent release version from appcenter - - -
-Provided actions - - - - - - + + + - - - + - +
NameCategoryDescriptionget_target_type-A short description with <= 80 characters of what this action does
appcenter_get_recent_release_versionget_info_plist_file_path -Get recent release version from appcenterA short description with <= 80 characters of what this action does
@@ -64799,7 +65002,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 28 Project that have been around for longer tend to be more stable @@ -64814,7 +65017,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 7 More downloads = more users have been using the plugin for a while @@ -64829,13 +65032,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
85
+
86

get_derived_data_path

@@ -64911,7 +65114,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 29 Project that have been around for longer tend to be more stable @@ -64947,7 +65150,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
85
+
86

gitlab_merge_request_participants

@@ -65023,7 +65226,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 26 Project that have been around for longer tend to be more stable @@ -65059,13 +65262,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
84
+
85
-

latest_play_store_version_code

+

approved

-

via Jørgen P. Tjernø

+

via Chalermpong Satayavibul

-> Adds a latest_play_store_version_code action to fetch the latest Google Play Store version code for your project. +> Approval helper
@@ -65081,9 +65284,14 @@ 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 + approved + - + Approval helper + + + approved_precheck + - + Approval pre-check helper @@ -65130,12 +65338,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 - 6 + 11 Project that have been around for longer tend to be more stable @@ -65150,12 +65358,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5 + 23 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -65165,13 +65373,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
84
+
85

cuttly_api

@@ -65247,7 +65455,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 25 Project that have been around for longer tend to be more stable @@ -65283,13 +65491,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
83
+
85
-

approved

+

bugly

-

via Chalermpong Satayavibul

+

via chaosky

-> Approval helper +> Upload dSYM to bugly.
@@ -65305,14 +65513,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - approved - - - Approval helper - - - approved_precheck + bugly - - Approval pre-check helper + Upload dSYM to bugly. @@ -65339,7 +65542,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -65364,7 +65567,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 10 + 26 Project that have been around for longer tend to be more stable @@ -65379,7 +65582,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 22 + 11 More downloads = more users have been using the plugin for a while @@ -65394,19 +65597,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
83
+
85
-

bugly

+

latest_play_store_version_code

-

via chaosky

+

via Jørgen P. Tjernø

-> Upload dSYM to bugly. +> Adds a latest_play_store_version_code action to fetch the latest Google Play Store version code for your project.
@@ -65422,9 +65625,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bugly - - - Upload dSYM to bugly. + latest_play_store_version_code + production + Fetches most recent version code from the Google Play Store @@ -65451,7 +65654,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -65471,12 +65674,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 + 7 Project that have been around for longer tend to be more stable @@ -65491,12 +65694,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 5 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -65506,13 +65709,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
83
+
84

roku_app_util

@@ -65608,7 +65811,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 10 + 11 Project that have been around for longer tend to be more stable @@ -65644,7 +65847,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
82
+
84

flutter_tests

@@ -65720,7 +65923,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 9 + 10 Project that have been around for longer tend to be more stable @@ -65735,7 +65938,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 17 More downloads = more users have been using the plugin for a while @@ -65756,7 +65959,98 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
82
+
84
+ +

yalantis_ci

+ +

via Dima Vorona

+ +> Set of utilities and useful actions to help setup CI for Yalantis 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
downloads64More 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) + +

+ +----- + +
83

moss

@@ -65832,7 +66126,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 28 Project that have been around for longer tend to be more stable @@ -65868,7 +66162,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
82
+
83

gitlab_increate_line_notes

@@ -65944,7 +66238,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 26 Project that have been around for longer tend to be more stable @@ -65982,12 +66276,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
82
-

yalantis_ci

+

gitter

-

via Dima Vorona

+

via Andrew Havens

-> Set of utilities and useful actions to help setup CI for Yalantis projects +> A Fastlane plugin for sending a message to a Gitter room. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
gitter-Send a message to a Gitter room.
+
@@ -66009,7 +66325,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -66029,12 +66345,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 + 23 Project that have been around for longer tend to be more stable @@ -66049,12 +66365,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 62 + 8 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -66064,8 +66380,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -66073,11 +66388,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
81
-

gitter

+

notifyworker

-

via Andrew Havens

+

via zlfyuan

-> A Fastlane plugin for sending a message to a Gitter room. +> Notify some worker App's status
@@ -66093,9 +66408,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitter + notifyworker - - Send a message to a Gitter room. + Notify some worker App's status @@ -66127,7 +66442,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 3 More stars = more popular project @@ -66147,7 +66462,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 13 Project that have been around for longer tend to be more stable @@ -66162,7 +66477,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 14 More downloads = more users have been using the plugin for a while @@ -66177,7 +66492,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -66185,11 +66500,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
81
-

ensure_swift_version

+

pgyer_cl

-

via Shashikant86

+

via chenlei

-> This plugin ensure version of Swift language used for project +> pgyer_cl @@ -66242,7 +66557,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -66252,7 +66567,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 61 + 31 More downloads = more users have been using the plugin for a while @@ -66267,20 +66582,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
80
+
81
-

fabulove

+

auto_version_name

-

via carry

+

via gileadeteixeira

-> "fabulove" distribution system fastlane plugin +> Generate incremented version names from Apple and Google stores
@@ -66296,9 +66611,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fabulove + auto_version_name + - - - 'fabulove' distribution system fastlane plugin @@ -66325,7 +66640,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 9 More subscribers = more popular project @@ -66350,7 +66665,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 18 + 7 Project that have been around for longer tend to be more stable @@ -66365,7 +66680,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 17 More downloads = more users have been using the plugin for a while @@ -66380,19 +66695,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
80
+
81
-

app47

+

fabulove

-

via Shannon Hicks

+

via carry

-> Fastlane plugin for uploading builds to App47 +> "fabulove" distribution system fastlane plugin
@@ -66408,9 +66723,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_app47 + fabulove - - Upload IPA to Simple MDM + 'fabulove' distribution system fastlane plugin @@ -66432,12 +66747,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 @@ -66462,7 +66777,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 13 + 19 Project that have been around for longer tend to be more stable @@ -66477,7 +66792,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 11 More downloads = more users have been using the plugin for a while @@ -66492,19 +66807,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
80
+
81
-

xamarin_native

+

app47

-

via illania

+

via Shannon Hicks

-> Plugin for Xamarin.Native iOS and Android projects +> Fastlane plugin for uploading builds to App47
@@ -66520,24 +66835,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bump_code - - - Increments project build number - - - bump_version - - - Increments project version - - - msbuild - - - Build Xamarin.Native iOS and Android projects using msbuild - - - nuget + upload_to_app47 - - Downloads and installs any packages missing from the packages folder + Upload IPA to Simple MDM @@ -66559,17 +66859,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 + 0 More stars = more popular project @@ -66584,12 +66884,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 - 2 + 14 Project that have been around for longer tend to be more stable @@ -66604,7 +66904,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 7 More downloads = more users have been using the plugin for a while @@ -66619,21 +66919,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
80
+
81
-

pgyer_cl

+

gmail_notify

-

via chenlei

+

via Antony Leons

-> pgyer_cl +> Sends a mail using SMTP +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
gmail_notify-Sends a mail using SMTP
+ +
+
Score details @@ -66654,12 +66976,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 @@ -66674,17 +66996,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 + 1 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -66694,12 +67016,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 3 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -66709,20 +67031,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
80
+
81
-

notifyworker

+

xamarin_native

-

via zlfyuan

+

via illania

-> Notify some worker App's status +> Plugin for Xamarin.Native iOS and Android projects
@@ -66738,9 +67059,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - notifyworker + bump_code - - Notify some worker App's status + Increments project build number + + + bump_version + - + Increments project version + + + msbuild + - + Build Xamarin.Native iOS and Android projects using msbuild + + + nuget + - + Downloads and installs any packages missing from the packages folder @@ -66772,7 +67108,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 1 More stars = more popular project @@ -66787,12 +67123,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 - 12 + 3 Project that have been around for longer tend to be more stable @@ -66807,7 +67143,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 1 More downloads = more users have been using the plugin for a while @@ -66822,43 +67158,112 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
78
+
80
-

pgyer_upload_v2

+

version_from_last_tag

-

via jiahao

+

via Jeff Stein

+ +> Perform a regex on last (latest) git tag and perform a regex to extract a version number such as Release 1.2.3 -> distribute app to pgyer by API V2
-Provided actions +Score details - - + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
pgyer_upload_v2-distribute app to pgyer_upload_v2 beta testing servicecontributors0The 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
downloads60More 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) + +

+ +----- + +
79
+ +

zhuixi_build_app

+ +

via RedSevenMale

+ +> build ios app from different channel + +
Score details @@ -66899,17 +67304,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 - 12 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -66919,12 +67324,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 17 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -66934,19 +67339,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
78
+
79
-

auto_version_name

+

universal_metadata

-

via gileadeteixeira

+

via La Gregance

-> Generate incremented version names from Apple and Google stores +> Unify metadata files for iOS & Android
@@ -66962,9 +67367,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - auto_version_name - - + universal_metadata - + Unify metadata files for iOS & Android @@ -66991,7 +67396,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 3 More subscribers = more popular project @@ -67011,12 +67416,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 - 6 + 4 Project that have been around for longer tend to be more stable @@ -67031,12 +67436,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 2 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -67046,19 +67451,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
78
+
79
-

gmail_notify

+

pgyer_upload_v2

-

via Antony Leons

+

via jiahao

-> Sends a mail using SMTP +> distribute app to pgyer by API V2
@@ -67074,9 +67479,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gmail_notify + pgyer_upload_v2 - - Sends a mail using SMTP + distribute app to pgyer_upload_v2 beta testing service @@ -67098,17 +67503,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 @@ -67123,12 +67528,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 - 0 + 13 Project that have been around for longer tend to be more stable @@ -67143,7 +67548,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 6 More downloads = more users have been using the plugin for a while @@ -67158,19 +67563,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
77
+
78
-

clean_xcarchive

+

itargetchecker

-

via matsuda

+

via Catalin Prata

-> Fastlane plugin to remove xcarchive created when build & archive +> Checks the xcode proj file for targets and points out which files from the project are not present in a certain target.
@@ -67186,9 +67591,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clean_xcarchive + itargetchecker - - Delete the archive created at build + Checks the xcodeproj file for targets and points out which files from the project are not present in a certain target. @@ -67215,32 +67620,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 9 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 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 - 16 + 33 Project that have been around for longer tend to be more stable @@ -67255,7 +67660,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 @@ -67270,19 +67675,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
77
+
78
-

universal_metadata

+

clean_xcarchive

-

via La Gregance

+

via matsuda

-> Unify metadata files for iOS & Android +> Fastlane plugin to remove xcarchive created when build & archive
@@ -67298,9 +67703,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - universal_metadata + clean_xcarchive - - Unify metadata files for iOS & Android + Delete the archive created at build @@ -67347,12 +67752,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 - 3 + 16 Project that have been around for longer tend to be more stable @@ -67367,12 +67772,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 11 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -67382,19 +67787,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
76
+
77
-

itargetchecker

+

teams_message_card

-

via Catalin Prata

+

via Dorian Cheignon

-> Checks the xcode proj file for targets and points out which files from the project are not present in a certain target. +> Send a message card to your Microsoft teams channel
@@ -67410,9 +67815,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - itargetchecker - - - Checks the xcodeproj file for targets and points out which files from the project are not present in a certain target. + teams_message_card + notifications + Send a message card to your Microsoft teams channel @@ -67439,32 +67844,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 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 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 - 32 + 18 Project that have been around for longer tend to be more stable @@ -67479,7 +67884,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 8 More downloads = more users have been using the plugin for a while @@ -67494,7 +67899,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -67502,11 +67907,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
76
-

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.
@@ -67522,9 +67927,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. @@ -67556,7 +67961,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -67576,7 +67981,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 18 + 11 Project that have been around for longer tend to be more stable @@ -67591,12 +67996,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 5 More downloads = more users have been using the plugin for a while tests - 3 + 12 The more tests a plugin has, the better @@ -67606,7 +68011,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -67614,11 +68019,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
76
-

teams_message_card

+

git_import

-

via Dorian Cheignon

+

via Dmitry Frishbuter

-> Send a message card to your Microsoft teams channel +> Import all required fastlane dependencies from the git repository and keep your Fastfile simple!
@@ -67634,9 +68039,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 + git_import + - + Import all required fastlane dependencies from the git repository and keep your Fastfile simple! @@ -67668,7 +68073,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -67688,7 +68093,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 @@ -67703,7 +68108,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 6 More downloads = more users have been using the plugin for a while @@ -67718,7 +68123,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -67726,13 +68131,35 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
75
-

version_from_last_tag

+

execute_api

-

via Jeff Stein

+

via Pasan Eramusugoda

-> Perform a regex on last (latest) git tag and perform a regex to extract a version number such as Release 1.2.3 +> This plugin will be used to execute an api +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
execute_api--
+ +
+
Score details @@ -67753,7 +68180,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -67773,12 +68200,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 + 11 Project that have been around for longer tend to be more stable @@ -67793,12 +68220,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 55 + 10 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -67808,20 +68235,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
75
+
73
-

ns_update_ios_identifier

+

work_feishu

-

via Miyabi Ogino

+

via sunfjun

-> Update iOS's AppIdentifier for NativeScript. +> work feishu webhook
@@ -67837,9 +68263,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ns_update_ios_identifier + work_feishu - - Update iOS's AppIdentifier for NativeScript. + work feishu webhook @@ -67861,12 +68287,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 @@ -67891,7 +68317,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 10 + 9 Project that have been around for longer tend to be more stable @@ -67906,12 +68332,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5 + 4 More downloads = more users have been using the plugin for a while tests - 12 + 3 The more tests a plugin has, the better @@ -67921,7 +68347,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -67929,11 +68355,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
73
-

zhuixi_build_app

+

imagesgoldenrun

-

via RedSevenMale

+

via Luís Esteves

-> build ios app from different channel +> this allows comparing images from a golden run with the actual results @@ -67951,7 +68377,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 @@ -67986,7 +68412,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -67996,7 +68422,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 53 More downloads = more users have been using the plugin for a while @@ -68011,7 +68437,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -68019,11 +68446,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
73
-

execute_api

+

installonair

-

via Pasan Eramusugoda

+

via SpQuyt

-> This plugin will be used to execute an api +> Install On Air plugin integrated with Fastlane
@@ -68039,9 +68466,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - execute_api - - + installonair - + Install On Air plugin integrated with Fastlane @@ -68063,12 +68490,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 @@ -68093,7 +68520,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 10 + 6 Project that have been around for longer tend to be more stable @@ -68108,12 +68535,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 - 6 + 3 The more tests a plugin has, the better @@ -68123,7 +68550,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -68131,11 +68558,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
72
-

installonair

+

dingtalk_msg

-

via SpQuyt

+

via fuzhongqing

-> Install On Air plugin integrated with Fastlane +> dingtalk robot
@@ -68151,9 +68578,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - installonair + dingtalk_msg - - Install On Air plugin integrated with Fastlane + dingtalk robot @@ -68175,12 +68602,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 @@ -68205,7 +68632,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 5 + 17 Project that have been around for longer tend to be more stable @@ -68225,7 +68652,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas tests - 3 + 0 The more tests a plugin has, the better @@ -68235,7 +68662,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -68243,120 +68670,54 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
72
-

imagesgoldenrun

- -

via Luís Esteves

+

fiv_increment_build_no

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

via Fivethree

+> fastlane plugin for ionic 4
-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 greatfivethree_ionic-Fastlane plugin for Ionic v4 Projects
github_issues0Lots of open issues are not a good sign usually, unless the project is really popularfiv_update_version_and_build_no-Fastlane plugin for Ionic v4 Projects
downloads52More downloads = more users have been using the plugin for a whilefiv_update_version-A short description with <= 80 characters of what this action does
tests0The more tests a plugin has, the betterfiv_increment_build_no-fastlane plugin for ionic 4
- -
- -

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

- ------ - -
72
- -

work_feishu

- -

via sunfjun

- -> work feishu webhook - - -
-Provided actions - - - - - - + + + - - - + - +
NameCategoryDescriptionfiv_build_ionic_android-A short description with <= 80 characters of what this action does
work_feishufiv_add_transparent_statusbar -work feishu webhookYou can use this action to do cool things...
@@ -68378,17 +68739,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 + 6 More subscribers = more popular project stars - 0 + 2 More stars = more popular project @@ -68403,12 +68764,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 - 8 + 31 Project that have been around for longer tend to be more stable @@ -68423,12 +68784,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 13 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -68438,7 +68799,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -68446,11 +68807,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
71
-

dingtalk_msg

+

update_associated_domains

-

via fuzhongqing

+

via Lourenco Nicolas

-> dingtalk robot +> This plugin changes the associated domains in the entitlements file
@@ -68466,9 +68827,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dingtalk_msg - - - dingtalk robot + update_associated_domains + project + This plugin changes the associated domains in the entitlements file @@ -68490,12 +68851,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 @@ -68520,7 +68881,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 16 + 8 Project that have been around for longer tend to be more stable @@ -68535,12 +68896,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 3 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -68550,42 +68911,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
71
- -

update_associated_domains

- -

via Lourenco Nicolas

- -> This plugin changes the associated domains in the entitlements file +
70
+

jandi_webhook

-
-Provided actions +

via respecu

- - - - - - - - - - - - - - - -
NameCategoryDescription
update_associated_domainsprojectThis plugin changes the associated domains in the entitlements file
+> webhook for jandi -
@@ -68627,12 +68966,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 - 8 + 0 Project that have been around for longer tend to be more stable @@ -68647,12 +68986,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 38 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -68662,19 +69001,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
71
+
69
-

fiv_increment_build_no

+

xiaomi_devupload

-

via Fivethree

+

via BangZ

-> fastlane plugin for ionic 4 +> Fastlane plugin for upload android app to xiaomi market
@@ -68690,34 +69029,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fivethree_ionic - - - Fastlane plugin for Ionic v4 Projects - - - fiv_update_version_and_build_no - - - Fastlane plugin for Ionic v4 Projects - - - fiv_update_version - - - A short description with <= 80 characters of what this action does - - - fiv_increment_build_no - - - fastlane plugin for ionic 4 - - - fiv_build_ionic_android - - - A short description with <= 80 characters of what this action does - - - fiv_add_transparent_statusbar + xiaomi_devupload - - You can use this action to do cool things... + Fastlane plugin for upload android app to xiaomi market @@ -68744,12 +69058,12 @@ 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 @@ -68764,12 +69078,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 - 30 + 12 Project that have been around for longer tend to be more stable @@ -68779,17 +69093,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 - 13 + 6 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -68799,20 +69113,62 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
70
+
64
-

jandi_webhook

+

generic_version

-

via respecu

+

via Felix Rudat

-> webhook for jandi +> Manage your app version for Android and iOS + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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
+ +
@@ -68829,12 +69185,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 @@ -68854,12 +69210,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 + 9 Project that have been around for longer tend to be more stable @@ -68874,12 +69230,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 38 + 4 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -68889,19 +69245,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
68
+
62
-

xiaomi_devupload

+

googledrive_spquyt

-

via BangZ

+

via QuocTA-Amela

-> Fastlane plugin for upload android app to xiaomi market +> CRUD files and folders on Google Drive
@@ -68917,9 +69273,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xiaomi_devupload + create_google_drive_folder - - Fastlane plugin for upload android app to xiaomi market + 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 @@ -68971,7 +69342,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 11 + 6 Project that have been around for longer tend to be more stable @@ -68981,12 +69352,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 - 6 + 4 More downloads = more users have been using the plugin for a while @@ -69001,7 +69372,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -69009,11 +69380,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
62
-

generic_version

+

appcenter_codepush

-

via Felix Rudat

+

via ledutu

-> Manage your app version for Android and iOS +> Plugin for codepush to appcenter
@@ -69029,29 +69400,121 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - generic_version + appcenter_codepush - - Manage your app version for Android and iOS + Plugin for codepush to appcenter + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
get_app_build-Manage your app build for Android and iOSMetricPointsDescription
get_app_version-Manage your app version for Android and iOScontributors0The more contributors a project has, the more likely it is it stays alive
set_app_build-Manage your app build for Android and iOSsubscribers3More subscribers = more popular project
set_app_versionstars0More 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
age5Project 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
downloads6More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
62
+ +

crashlytics_uploadsymbols_downloader

+ +

via chedabob

+ +> Downloads the upload-symbols binary for projects that use SPM but dont want to have to install all of the packages to use it + + +
+Provided actions + + + + + + + + + + + + - +
NameCategoryDescription
crashlytics_uploadsymbols_downloader -Manage your app version for Android and iOSDownloads the upload-symbols binary for projects that use SPM but don't want to have to install all of the packages to use it
@@ -69133,13 +69596,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
61
+
62

update_device_name

@@ -69208,7 +69671,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29 + 30 More downloads = more users have been using the plugin for a while @@ -69229,13 +69692,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
60
+
61
-

appcenter_codepush

+

flutter_ios_integrate

-

via ledutu

+

via Akring

-> Plugin for codepush to appcenter +> Fastlane plugin to integrate flutter to existing iOS project
@@ -69251,9 +69714,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appcenter_codepush + flutter_ios_integrate - - Plugin for codepush to appcenter + Fastlane plugin to integrate flutter to existing iOS project @@ -69305,7 +69768,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 4 + 5 Project that have been around for longer tend to be more stable @@ -69335,7 +69798,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -69343,11 +69806,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
60
-

googledrive_spquyt

+

appdevops

-

via QuocTA-Amela

+

via yaochenfeng

-> CRUD files and folders on Google Drive +> app自动化
@@ -69363,24 +69826,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_google_drive_folder - - - Create new folder on Google Drive - - - list_files_google_drive + appdevops - - List files on Google Drive + app自动化 - update_google_drive_file + ios_auto_build_ipa - - Update a Google Drive file + iOS自动打包 - upload_to_google_drive + ios_auto_upload - - Upload files to Google Drive + A short description with <= 80 characters of what this action does @@ -69412,7 +69870,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -69432,7 +69890,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 5 + 6 Project that have been around for longer tend to be more stable @@ -69462,42 +69920,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
60
- -

crashlytics_uploadsymbols_downloader

- -

via chedabob

- -> Downloads the upload-symbols binary for projects that use SPM but dont want to have to install all of the packages to use it +
59
+

emoji_fetcher

-
-Provided actions +

via Felix Krause

- - - - - - - - - - - - - - - -
NameCategoryDescription
crashlytics_uploadsymbols_downloader-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
+> Fetch the emoji font file and copy it to a local directory -
@@ -69514,12 +69950,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 @@ -69539,12 +69975,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 - 7 + 0 Project that have been around for longer tend to be more stable @@ -69559,12 +69995,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 27 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -69574,7 +70010,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -69582,11 +70018,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
59
-

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
@@ -69602,9 +70038,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 @@ -69626,7 +70062,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 @@ -69651,12 +70087,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 - 4 + 13 Project that have been around for longer tend to be more stable @@ -69671,7 +70107,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 14 More downloads = more users have been using the plugin for a while @@ -69686,7 +70122,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -69694,103 +70130,35 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
58
-

emoji_fetcher

- -

via Felix Krause

+

appbox_uploadipa

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

via eskaseptian

+> Uploading ipa file to Appbox
-Score details +Provided actions - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +
MetricPointsNameCategory Description
contributors12The 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
downloads26More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the betterappbox_uploadipa-Uploading ipa file to Appbox
-

- - Open on GitHub - -

- ------ - -
58
- -

bw_open_finder

- -

via xubowen

- -> this is tool for mac osx to open finder - -
Score details @@ -69811,7 +70179,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -69831,17 +70199,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 + 6 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -69851,12 +70219,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 1 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -69866,8 +70234,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -69875,34 +70242,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
58
-

flutter_build_increment

- -

via Matthias Seiderer

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

bw_open_finder

-
-Provided actions +

via xubowen

- - - - - - - - - - - - - - - -
NameCategoryDescription
flutter_build_increment-Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2
+> this is tool for mac osx to open finder -
@@ -69919,12 +70264,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 @@ -69949,12 +70294,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 12 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -69964,12 +70309,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 @@ -69979,7 +70324,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -69987,11 +70333,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
58
-

appdevops

+

sendgrid

-

via yaochenfeng

+

via OTVENTURES\Tarek.Mohammed

-> app自动化 +> send email with sendgrid
@@ -70007,19 +70353,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appdevops - - - app自动化 - - - ios_auto_build_ipa - - - iOS自动打包 - - - ios_auto_upload + sendgrid - - A short description with <= 80 characters of what this action does + send email with sendgrid @@ -70071,7 +70407,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 5 + 3 Project that have been around for longer tend to be more stable @@ -70086,7 +70422,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 4 More downloads = more users have been using the plugin for a while @@ -70101,7 +70437,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -70109,34 +70445,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
57
-

appbox_uploadipa

- -

via eskaseptian

+

fetch_itc_versions

-> Uploading ipa file to Appbox +

via Bennett Rogers

+> Returns a listing of all app versions and their latest builds from iTunes Connect. -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
appbox_uploadipa-Uploading ipa file to Appbox
- -
@@ -70153,12 +70467,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 @@ -70178,12 +70492,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 - 5 + 0 Project that have been around for longer tend to be more stable @@ -70198,12 +70512,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 25 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -70213,13 +70527,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
56
+
57

package_submit

@@ -70295,7 +70609,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 4 + 5 Project that have been around for longer tend to be more stable @@ -70424,11 +70738,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
56
-

sendgrid

+

auth_with_github_app

-

via OTVENTURES\Tarek.Mohammed

+

via k-kohey

-> send email with sendgrid +> Get a GitHub access token using the GitHub App
@@ -70444,9 +70758,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sendgrid + auth_with_github_app - - send email with sendgrid + Get a GitHub access token using the GitHub App @@ -70498,7 +70812,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 2 + 4 Project that have been around for longer tend to be more stable @@ -70513,7 +70827,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 1 More downloads = more users have been using the plugin for a while @@ -70528,97 +70842,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub - -

- ------ - -
56
- -

fetch_itc_versions

- -

via Bennett Rogers

- -> Returns a listing of all app versions and their latest builds from iTunes Connect. - - - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors12The 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
downloads24More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
- -
- -

- - Open on GitHub + Open on GitHub

@@ -70717,11 +70941,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
55
-

auth_with_github_app

+

testlane

-

via k-kohey

+

via pawanr@lambdatest.com

-> Get a GitHub access token using the GitHub App +> Testing fastlane
@@ -70737,9 +70961,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - auth_with_github_app + upload_to_lambdatest_app_live - - Get a GitHub access token using the GitHub App + Uploads IPA and APK files to Lambdatest for test. @@ -70821,13 +71045,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
54
+
55

open_folder

@@ -70896,7 +71120,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 @@ -70920,34 +71144,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
54
-

testlane

- -

via pawanr@lambdatest.com

- -> Testing fastlane - +

au_danger_gitlab

-
-Provided actions +

via Emil

- - - - - - - - - - - - - - - -
NameCategoryDescription
upload_to_lambdatest_app_live-Uploads IPA and APK files to Lambdatest for test.
+> Allows to use Danger on GitLab -
@@ -70969,7 +71171,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -70989,12 +71191,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 - 2 + 0 Project that have been around for longer tend to be more stable @@ -71009,12 +71211,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 34 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -71024,20 +71226,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
54
+
53
-

au_danger_gitlab

+

upload_to_oss

-

via Emil

+

via zhaozq

-> Allows to use Danger on GitLab +> 上传ipa文件到oss + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
upload_to_oss--
+
@@ -71059,7 +71284,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -71079,12 +71304,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 + 1 Project that have been around for longer tend to be more stable @@ -71099,12 +71324,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 34 + 1 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -71114,8 +71339,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -71211,36 +71435,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
51
- -

upload_to_oss

- -

via zhaozq

- -> 上传ipa文件到oss +
50
+

carthage_cache_ftps

-
-Provided actions +

via Wolfgang Lutz

- - - - - - - - - - - - - - - -
NameCategoryDescription
upload_to_oss--
+> Allows to publish or install the carthage builds via ftps to avoid recompilation -
@@ -71262,7 +71464,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -71282,7 +71484,7 @@ 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 @@ -71302,12 +71504,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 0 + 30 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -71317,7 +71519,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -71325,11 +71528,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
50
-

carthage_cache_ftps

+

screenshotbot

-

via Wolfgang Lutz

+

via Apadmi Limited

-> Allows to publish or install the carthage builds via ftps to avoid recompilation +> Fastlane pluging to install the Screenshotbot recorder tool and upload your screenshots @@ -71347,7 +71550,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 @@ -71392,7 +71595,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 18 More downloads = more users have been using the plugin for a while @@ -71407,14 +71610,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
49
+
50

install_provisioning_profile

@@ -71483,7 +71685,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29 + 30 More downloads = more users have been using the plugin for a while @@ -71596,7 +71798,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
48
+
49

manage_android_versions

@@ -71665,7 +71867,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 29 More downloads = more users have been using the plugin for a while @@ -71689,11 +71891,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
47
-

appcenter_releases

+

pgyer-password

-

via Qutaibah Esa

+

via Kila2

-> Get app releases information from AppCenter +> distribute app to pgyer beta testing service @@ -71771,7 +71973,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -71870,11 +72072,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
47
-

pgyer-password

+

appcenter_releases

-

via Kila2

+

via Qutaibah Esa

-> distribute app to pgyer beta testing service +> Get app releases information from AppCenter @@ -71952,13 +72154,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
46
+
47

bluepillar

@@ -72027,7 +72229,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 @@ -72051,11 +72253,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
45
-

git_commit_lzx

+

mls_setup_ci

-

via zhenxingliu

+

via MyLittleSuite

-> git commit all add change to git +> MyLittleSuite Setup CI @@ -72133,20 +72335,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
-

easy_deploy

+

git_commit_lzx

-

via Lukas Baranauskas

+

via zhenxingliu

-> Simplified deployment for mobile applications +> git commit all add change to git @@ -72164,7 +72366,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 @@ -72209,7 +72411,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 25 More downloads = more users have been using the plugin for a while @@ -72224,19 +72426,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
43
+
44
-

rescan_flaky_tests

+

easy_deploy

-

via Ichiko Moro

+

via Lukas Baranauskas

-> Re-run `scan` action for each failed test cases. +> Simplified deployment for mobile applications @@ -72299,7 +72502,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 @@ -72314,19 +72517,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
43
+
44
-

transifex_api

+

rescan_flaky_tests

-

via alexander sun

+

via Ichiko Moro

-> basic transifex api wrapper +> Re-run `scan` action for each failed test cases. @@ -72389,7 +72592,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 @@ -72404,7 +72607,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -72412,11 +72615,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
43
-

screenshot_notifier

+

playship

-

via Moyuru Aizawa

+

via Helmut Januschka

-> Post screenshots to a pull request +> Interact with Google Play Api @@ -72494,7 +72697,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -72503,102 +72706,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
43
-

intentconfirmation

- -

via Kamil Krzyk

- -> Halts the lane invocation, asks user to confirm if he wants to continue, may require password or key. - - - -
-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
downloads23More 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) - -

- ------ - -
42
- -

testin

+

transifex_api

-

via rudy.li

+

via alexander sun

-> testin +> basic transifex api wrapper @@ -72661,7 +72773,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 @@ -72676,19 +72788,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
42
+
43
-

xcode8_srgb_workaround

+

screenshot_notifier

-

via Siarhei Fiedartsou

+

via Moyuru Aizawa

-> 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 +> Post screenshots to a pull request @@ -72706,7 +72818,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 @@ -72751,7 +72863,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 23 More downloads = more users have been using the plugin for a while @@ -72766,19 +72878,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
42
+
43
-

playship

+

intentconfirmation

-

via Helmut Januschka

+

via Kamil Krzyk

-> Interact with Google Play Api +> Halts the lane invocation, asks user to confirm if he wants to continue, may require password or key. @@ -72841,7 +72954,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 22 + 23 More downloads = more users have been using the plugin for a while @@ -72856,7 +72969,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -72865,11 +72978,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
42
-

mls_setup_ci

+

lambdatest

-

via MyLittleSuite

+

via LambdaTest

-> MyLittleSuite Setup CI +> fastlane plugin to upload app to lambdatest @@ -72887,7 +73000,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 @@ -72932,7 +73045,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 22 + 10 More downloads = more users have been using the plugin for a while @@ -72947,20 +73060,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
41
+
42
-

gen_dev_workspace

+

testin

-

via Andrew Breckenridge

+

via rudy.li

-> Configures an xcworkspace with specified xcodeprojs +> testin @@ -73023,7 +73135,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 @@ -73038,19 +73150,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
40
+
42
-

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 @@ -73113,7 +73225,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 10 More downloads = more users have been using the plugin for a while @@ -73128,19 +73240,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
40
+
41
-

hello_gem_kimjg

+

outlook

-

via kimjg

+

via OTVENTURES\Tarek.Mohammed

-> hello gem kimjg +> send email using outlook @@ -73203,7 +73315,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 @@ -73218,19 +73330,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
40
+
41
-

parse_json

+

gen_dev_workspace

-

via Felix Krause

+

via Andrew Breckenridge

-> Parse a JSON file +> Configures an xcworkspace with specified xcodeprojs @@ -73293,7 +73405,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 @@ -73308,19 +73420,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
40
+
41
-

ipa_scale

+

nowsecure

-

via Danilo Caetano

+

via Andy Obusek, Onyx Mueller

-> "Checks the size of your built .ipa and warns you if you you are near the given threshold." +> Fastlane plugin for NowSecure @@ -73338,7 +73450,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 @@ -73383,7 +73495,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 21 More downloads = more users have been using the plugin for a while @@ -73398,19 +73510,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
+
40
-

parse_configurations

+

test_demo

-

via Melki

+

via StephenCurry30

-> It is used to parse json configration +> A test demo of fastlane plugin @@ -73473,7 +73586,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 @@ -73488,19 +73601,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
39
+
40
-

outlook

+

hello_gem_kimjg

-

via OTVENTURES\Tarek.Mohammed

+

via kimjg

-> send email using outlook +> hello gem kimjg @@ -73563,7 +73676,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 @@ -73578,19 +73691,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
39
+
40
-

test_demo

+

parse_json

-

via StephenCurry30

+

via Felix Krause

-> A test demo of fastlane plugin +> Parse a JSON file @@ -73653,7 +73766,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 @@ -73668,19 +73781,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
39
+
40
-

jenkins_job_config

+

install_certificates

-

via Jerome Lacoste

+

via Dylan Gyesbreghs

-> Generate the config for a Jenkins job +> Install all the certificates located in you're project. @@ -73698,7 +73811,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 @@ -73743,7 +73856,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19 + 8 More downloads = more users have been using the plugin for a while @@ -73758,20 +73871,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
39
+
40
-

carthage_cache_res

+

ipa_scale

-

via Thi Doan

+

via Danilo Caetano

-> A Fastlane plugin that allows to cache Carthage/Build folder in Amazon S3. +> "Checks the size of your built .ipa and warns you if you you are near the given threshold." @@ -73834,7 +73946,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 @@ -73849,19 +73961,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
39
+
40
-

bluepillarx

+

jenkins_job_config

-

via jterhorst

+

via Jerome Lacoste

-> Fastlane Plugin to Run XCUITests in Parallel using Bluepill. +> Generate the config for a Jenkins job @@ -73879,7 +73991,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 @@ -73924,7 +74036,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 20 More downloads = more users have been using the plugin for a while @@ -73939,19 +74051,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
38
+
39
-

screenshotbot

+

parse_configurations

-

via Apadmi Limited

+

via Melki

-> Fastlane pluging to install the Screenshotbot recorder tool and upload your screenshots +> It is used to parse json configration @@ -74014,7 +74127,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 @@ -74029,19 +74142,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
37
+
39
-

common_fastfile

+

bluepillarx

-

via Pawel Szymanski

+

via jterhorst

-> Gets the requested file, saves it into ./fastlane/imports and return the path +> Fastlane Plugin to Run XCUITests in Parallel using Bluepill. @@ -74059,7 +74172,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 @@ -74104,7 +74217,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 7 More downloads = more users have been using the plugin for a while @@ -74119,20 +74232,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
37
+
39
-

lambdatest

+

carthage_cache_res

-

via LambdaTest

+

via Thi Doan

-> fastlane plugin to upload app to lambdatest +> A Fastlane plugin that allows to cache Carthage/Build folder in Amazon S3. @@ -74195,7 +74307,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5 + 7 More downloads = more users have been using the plugin for a while @@ -74210,19 +74322,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
35
+
38
-

zeeva_discord

+

common_fastfile

-

via Yazan Tarifi

+

via Pawel Szymanski

-> Fastlane Plugin to Send Messages about Builds from Android, IOS Applications Via Fastlane +> Gets the requested file, saves it into ./fastlane/imports and return the path @@ -74240,7 +74352,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 @@ -74285,7 +74397,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 18 More downloads = more users have been using the plugin for a while @@ -74300,7 +74412,8 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -74308,11 +74421,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
35
-

covfefe

+

devicelab_bot

-

via Jakob Jensen

+

via Almouro

-> A templating engine for generating common file structures. +> Automatically install your app on your devicelab with the devicelab bot @@ -74390,7 +74503,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -74399,11 +74512,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
35
-

devicelab_bot

+

covfefe

-

via Almouro

+

via Jakob Jensen

-> Automatically install your app on your devicelab with the devicelab bot +> A templating engine for generating common file structures. @@ -74481,20 +74594,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
33
+
35
-

figure_release

+

zeeva_discord

-

via David Lang

+

via Yazan Tarifi

-> Fastlane plugin for publishing React Native applications. +> Fastlane Plugin to Send Messages about Builds from Android, IOS Applications Via Fastlane @@ -74557,7 +74670,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 3 More downloads = more users have been using the plugin for a while @@ -74572,19 +74685,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
33
+
34
-

bitly

+

figure_release

-

via Thang Nguyen

+

via David Lang

-> create bit.ly short link from url +> Fastlane plugin for publishing React Native applications. @@ -74602,7 +74715,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 @@ -74647,7 +74760,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 @@ -74662,20 +74775,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
32
+
34
-

upload_to_bugly

+

bitly

-

via fisherman

+

via Thang Nguyen

-> 快速上传 .dSYM 到 bugly +> create bit.ly short link from url @@ -74738,7 +74850,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 14 More downloads = more users have been using the plugin for a while @@ -74753,20 +74865,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
32
+
33
-

rocket

+

unp

-

via 三块

+

via Xu Zhen

-> rocket 支持app打包、组件打包等功能 +> 测试 @@ -74829,7 +74941,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 @@ -74844,113 +74956,44 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
32
- -

unp

+
33
-

via Xu Zhen

+

applitoolsify

-> 测试 +

via Applitools Team, Serhii Ovchynnyk

+> Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin
-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 betterapplitoolsify-Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin
-

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

- ------ - -
32
- -

figlet

- -

via Jeff Stein

- -> Wrapper around figlet which makes large ascii text words - -
Score details @@ -74971,7 +75014,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project @@ -74986,17 +75029,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 + 11 Project that have been around for longer tend to be more stable @@ -75011,12 +75054,12 @@ 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 tests - 0 + 3 The more tests a plugin has, the better @@ -75026,20 +75069,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
31
+
32
-

xcodebuildonlytesting

+

figlet

-

via Luís Esteves

+

via Jeff Stein

-> Creates a array of tests from a junit to feed the xcodebuild only-testing +> Wrapper around figlet which makes large ascii text words @@ -75102,7 +75144,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 @@ -75117,43 +75159,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
31
- -

applitoolsify

- -

via Applitools Team, Serhii Ovchynnyk

- -> Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin +
32
+

upload_to_bugly

-
-Provided actions +

via fisherman

- - - - - - - - - - - - - - - -
NameCategoryDescription
applitoolsify-Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin
+> 快速上传 .dSYM 到 bugly -
@@ -75175,7 +75195,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project @@ -75190,17 +75210,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 - 10 + 0 Project that have been around for longer tend to be more stable @@ -75220,7 +75240,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas tests - 3 + 0 The more tests a plugin has, the better @@ -75230,19 +75250,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
29
+
32
-

devresponse

+

rocket

-

via Helmut Januschka

+

via 三块

-> Enables Spaceship to deal with developer response +> rocket 支持app打包、组件打包等功能 @@ -75305,7 +75326,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 12 More downloads = more users have been using the plugin for a while @@ -75320,20 +75341,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
29
+
31
-

gitlab_increate_swiftlint

+

xcodebuildonlytesting

-

via xiongzenghui

+

via Luís Esteves

-> Incremental Code Check using swiftlint for swift language files on gitlab platform ! +> Creates a array of tests from a junit to feed the xcodebuild only-testing @@ -75396,7 +75417,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 @@ -75411,20 +75432,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
-

bump_android_version

+

add_fix_version

-

via Seán Labastille

+

via Dmitry Krasulia

-> Bump Android Manifest Version +> Create and makr tickets with fix version @@ -75487,7 +75508,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 @@ -75502,7 +75523,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -75511,11 +75532,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
29
-

add_fix_version

+

gitlab_increate_swiftlint

-

via Dmitry Krasulia

+

via xiongzenghui

-> Create and makr tickets with fix version +> Incremental Code Check using swiftlint for swift language files on gitlab platform ! @@ -75593,7 +75614,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -75691,13 +75712,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
28
+
29
-

mobile_common

+

youtrack

-

via Alexander Semenov

+

via Semen Kologrivov

-> Collection of common CI actions for Android, iOS and MacOSX projects - like unit tests, app publishing, version increment, screenshots, etc. +> Use for communicating with YouTrack (fetching issue's info, adding comments and tags etc.) @@ -75760,7 +75781,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 @@ -75775,20 +75796,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
-

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 @@ -75851,7 +75872,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 @@ -75866,20 +75887,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
-

upload_to_gitlab

+

bump_android_version

-

via Hackintosh 5

+

via Seán Labastille

-> Fastlane plugin to upload releases to GitLab +> Bump Android Manifest Version @@ -75942,7 +75963,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 @@ -75957,7 +75978,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -75966,11 +75987,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
28
-

asciii

+

ram_disk

-

via Danielle Tomlinson

+

via icyleaf

-> Add ascii text to your fastlane output +> Use a temporary ram disk to do anything else @@ -76048,7 +76069,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -76057,11 +76078,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
28
-

mynewplu

+

mobile_common

-

via lingshijun

+

via Alexander Semenov

-> new plugin +> Collection of common CI actions for Android, iOS and MacOSX projects - like unit tests, app publishing, version increment, screenshots, etc. @@ -76139,7 +76160,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -76239,11 +76260,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
28
-

ram_disk

+

upload_to_gitlab

-

via icyleaf

+

via Hackintosh 5

-> Use a temporary ram disk to do anything else +> Fastlane plugin to upload releases to GitLab @@ -76321,7 +76342,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -76330,11 +76351,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
28
-

youtrack

+

aomi

-

via Semen Kologrivov

+

via lihaijian

-> Use for communicating with YouTrack (fetching issue's info, adding comments and tags etc.) +> this is fastlane plugin for aomi @@ -76412,7 +76433,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -76421,11 +76442,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
28
-

aomi

+

mynewplu

-

via lihaijian

+

via lingshijun

-> this is fastlane plugin for aomi +> new plugin @@ -76503,20 +76524,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
-

teamify

+

asciii

-

via Ron June Valdoz

+

via Danielle Tomlinson

-> MS Teams message card fastlane plugin +> Add ascii text to your fastlane output @@ -76579,7 +76600,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 @@ -76594,7 +76615,98 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

+ +----- + +
28
+ +

ms_teams

+ +

via Thang Nguyen

+ +> Send a success/error message to your Microsoft Teams channel + + + +
+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)

@@ -76603,11 +76715,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
27
-

android_version_helper

+

incloud_xamarin_build

-

via Doruk Kangal

+

via punksta, torben.carstens@incloud.de

-> An easy way to manage your Android app version name and code +> Build xamarin android\ios projects @@ -76685,7 +76797,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -76694,11 +76806,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
27
-

android_unpack

+

android_version_helper

-

via yejinxin

+

via Doruk Kangal

-> Fastlane Android Unpack +> An easy way to manage your Android app version name and code @@ -76776,7 +76888,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -76876,11 +76988,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
27
-

nowsecure

+

teamify

-

via Andy Obusek, Onyx Mueller

+

via Ron June Valdoz

-> Fastlane plugin for NowSecure +> MS Teams message card fastlane plugin @@ -76958,7 +77070,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -76967,11 +77079,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
27
-

feishu_bot

+

binary

-

via cook

+

via huanglei

-> A fastlane plugin to customize your automation workflow(s) with a Feishu Bot +> 用于打iOS二进制包 @@ -77049,7 +77161,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -77058,11 +77170,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
27
-

binary

+

feishu_bot

-

via huanglei

+

via cook

-> 用于打iOS二进制包 +> A fastlane plugin to customize your automation workflow(s) with a Feishu Bot @@ -77140,7 +77252,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -77149,11 +77261,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
27
-

incloud_xamarin_build

+

android_unpack

-

via punksta, torben.carstens@incloud.de

+

via yejinxin

-> Build xamarin android\ios projects +> Fastlane Android Unpack @@ -77231,7 +77343,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -77331,11 +77443,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
26
-

switchmedia_xamarin_build

+

my

-

via punksta

+

via lujun10446

-> Build xamarin android\ios projects +> Hello fastlane plugin demo @@ -77413,7 +77525,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -77422,11 +77534,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
26
-

my

+

setapp

-

via lujun10446

+

via Setapp Limited

-> Hello fastlane plugin demo +> Upload new version to Setapp @@ -77504,20 +77616,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
-

opendir

+

switchmedia_xamarin_build

-

via majianjie

+

via punksta

-> open dir +> Build xamarin android\ios projects @@ -77580,7 +77692,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 @@ -77595,7 +77707,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -77695,11 +77807,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
25
-

setapp

+

opendir

-

via Setapp Limited

+

via majianjie

-> Upload new version to Setapp +> open dir @@ -77777,7 +77889,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -77786,11 +77898,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
23
-

catappultuploader

+

rustore_developer

-

via Catappult

+

via RimiX2

-> 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" ) +> RUSTORE beta API integration plugin @@ -77868,20 +77980,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
22
+
23
-

rustore_developer

+

catappultuploader

-

via RimiX2

+

via Catappult

-> RUSTORE beta API integration plugin +> 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" ) @@ -77944,7 +78056,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 3 More downloads = more users have been using the plugin for a while @@ -77959,20 +78071,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
-

google_chat_message_v2

+

autodevops

-

via Mohanned Binmiskeen

+

via yaochenfeng

-> Sending Google Chat Messages +> 自动化 @@ -78035,7 +78147,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 @@ -78050,7 +78162,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -78241,11 +78353,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
21
-

autodevops

+

google_chat_message_v2

-

via yaochenfeng

+

via Mohanned Binmiskeen

-> 自动化 +> Sending Google Chat Messages @@ -78323,14 +78435,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
14
+
15

clang_tools

@@ -78406,7 +78518,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 @@ -78442,7 +78554,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
-2
+
-1

retry_failed_tests

@@ -78512,7 +78624,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 diff --git a/plugin_scores_cache.yml b/plugin_scores_cache.yml index 90964ce0b..1d4414ef4 100644 --- a/plugin_scores_cache.yml +++ b/plugin_scores_cache.yml @@ -268,7 +268,7 @@ fastlane-plugin-tpa: :github_contributors: 0 fastlane-plugin-sentry: :initial_commit: 2016-06-01 - :age_in_days: 2454 + :age_in_days: 2723 :readme_score: 100 :tests: 92 :actions: @@ -322,11 +322,11 @@ fastlane-plugin-sentry: category: description: Upload one or more sourcemap(s) to a release of a project on Sentry details: " " - :sha: 60ee95ded986e049989510ef09528576d377be27a3fde170d38960deaf72fa0d - :github_stars: 111 - :github_subscribers: 34 + :sha: 4953da56a6263632326abb2990393f5fddad5227c161443003dd4df8d2e6aa60 + :github_stars: 124 + :github_subscribers: 44 :github_issues: 4 - :github_forks: 50 + :github_forks: 52 :github_contributors: 0 fastlane-plugin-carthage_cache: :initial_commit: 2016-06-04 @@ -772,7 +772,7 @@ fastlane-plugin-unzip: :github_contributors: 1 fastlane-plugin-cordova: :initial_commit: 2016-12-10 - :age_in_days: 1434 + :age_in_days: 2531 :readme_score: 100 :tests: 0 :actions: @@ -781,12 +781,12 @@ fastlane-plugin-cordova: category: building description: Build your Cordova app details: Easily integrate your cordova build into a Fastlane setup - :sha: 7bad4b0f0f9340e0b21094287b55a7d17ddf50de0eb22226a05e8c53768c9076 - :github_stars: 108 - :github_subscribers: 7 - :github_issues: 19 - :github_forks: 32 - :github_contributors: 13 + :sha: f5a1023b31c3a9c09a2005e5b5d7eb75029b9174a5a97f9827fccb3d0352e866 + :github_stars: 114 + :github_subscribers: 10 + :github_issues: 21 + :github_forks: 39 + :github_contributors: 0 fastlane-plugin-clubmate: :initial_commit: 2016-05-30 :age_in_days: 636 @@ -1541,7 +1541,7 @@ fastlane-plugin-xamarin_build: :github_contributors: 4 fastlane-plugin-pgyer: :initial_commit: 2017-01-21 - :age_in_days: 2314 + :age_in_days: 2489 :readme_score: 100 :tests: 1 :actions: @@ -1550,11 +1550,11 @@ fastlane-plugin-pgyer: category: description: details: - :sha: b4865fabee470ee4d4b44fb183f2ba09bfcd6a6b30a865759d255e639a8aa6d8 - :github_stars: 53 + :sha: add82bf98af1c996d65cbb7b5ca20adfe7a04256f928bea669890fb650480980 + :github_stars: 62 :github_subscribers: 4 - :github_issues: 3 - :github_forks: 27 + :github_issues: 4 + :github_forks: 30 :github_contributors: 0 fastlane-plugin-act: :initial_commit: 2016-08-11 @@ -7868,9 +7868,9 @@ fastlane-plugin-set_sonar_properties: :github_contributors: 0 fastlane-plugin-firebase_app_distribution: :initial_commit: 2019-08-01 - :age_in_days: 1508 + :age_in_days: 1567 :readme_score: 100 - :tests: 123 + :tests: 124 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: firebase_app_distribution @@ -7911,10 +7911,10 @@ fastlane-plugin-firebase_app_distribution: category: description: Delete testers in bulk from a comma-separated list or a file details: Delete testers in bulk from a comma-separated list or a file - :sha: 7c9ff1e74ff64d28b051425f4b27d736f5c08127eaa7fc6e17c99fffde003217 - :github_stars: 151 + :sha: e9f91aa31e82d40f5082739f78241665fc5f483ea79f31948f7e467061e615b1 + :github_stars: 156 :github_subscribers: 45 - :github_issues: 2 + :github_issues: 1 :github_forks: 29 :github_contributors: 0 fastlane-plugin-secrets: @@ -9768,7 +9768,7 @@ fastlane-plugin-semantic_convention_release: :github_contributors: 0 fastlane-plugin-simple_loco: :initial_commit: 2020-08-28 - :age_in_days: 445 + :age_in_days: 1174 :readme_score: 100 :tests: 1 :actions: @@ -9780,8 +9780,8 @@ fastlane-plugin-simple_loco: See https://localise.biz/api/docs/export/exportlocale for all options. Common mobile platforms (Android, iOS, Xamarin, Flutter) have some extra logic to create the correct paths, and a custom implementation is provided for other platforms. - :sha: bb6eddf804e458cb42a889a2683ec816afac1a28f1453be6cd9cf20287e90787 - :github_stars: 2 + :sha: 2493e2c602715c668f12465a81a8e303ecda7150bd68895e10cc98c3efb96ea6 + :github_stars: 3 :github_subscribers: 1 :github_issues: 0 :github_forks: 2 @@ -10140,7 +10140,7 @@ fastlane-plugin-jira_issue_link: :github_contributors: 0 fastlane-plugin-emerge: :initial_commit: 2020-12-07 - :age_in_days: 466 + :age_in_days: 1073 :readme_score: 100 :tests: 1 :actions: @@ -10154,11 +10154,11 @@ fastlane-plugin-emerge: category: description: Fastlane plugin to download order files details: - :sha: b09a1c16acb9310d6afd0a7e9a09f08dbb98a1af0181cb22a7dad6a7a83cd117 - :github_stars: 4 - :github_subscribers: 3 + :sha: 33f376308949b47dc5b57f42aef1fab95089a07df06fb8765600f333c475174d + :github_stars: 12 + :github_subscribers: 4 :github_issues: 0 - :github_forks: 0 + :github_forks: 1 :github_contributors: 0 fastlane-plugin-jira_link: :initial_commit: 2021-01-09 @@ -10693,15 +10693,15 @@ fastlane-plugin-build_app_for_simulator: :github_contributors: 0 fastlane-plugin-wpmreleasetoolkit: :initial_commit: 2018-07-10 - :age_in_days: 1895 + :age_in_days: 1954 :readme_score: 100 - :tests: 427 + :tests: 501 :actions: [] - :sha: 6498f499e98bd1ac6579bf145d19cb6d3b44d26350fc5731dd895292a31e1206 - :github_stars: 31 - :github_subscribers: 22 + :sha: d351aeb0b49bff4d5b663350cbc5a42c1c79417a8ec1be6468fb5e27d02fc5b8 + :github_stars: 30 + :github_subscribers: 23 :github_issues: 38 - :github_forks: 10 + :github_forks: 9 :github_contributors: 0 fastlane-plugin-allure_zephyr: :initial_commit: 2021-05-24 @@ -12080,7 +12080,7 @@ fastlane-plugin-get_last_circleci_build_number_bitbucket: :github_contributors: 0 fastlane-plugin-stream_actions: :initial_commit: 2022-10-27 - :age_in_days: 325 + :age_in_days: 384 :readme_score: 100 :tests: 24 :actions: @@ -12170,9 +12170,9 @@ fastlane-plugin-stream_actions: category: description: details: - :sha: 2a16c10957fce8cfc7ad916d290eee4d821058d961cb53889861e5c9ed481114 + :sha: 6a588704c07664996a0da5c6766a2cff134cfac6de9c07c61f15aee51e554600 :github_stars: 3 - :github_subscribers: 23 + :github_subscribers: 25 :github_issues: 0 :github_forks: 0 :github_contributors: 0 @@ -13066,3 +13066,20 @@ fastlane-plugin-upload_to_oss: :github_issues: 0 :github_forks: 0 :github_contributors: 0 +fastlane-plugin-post_google_chat: + :initial_commit: 2020-09-30 + :age_in_days: 1141 + :readme_score: 50 + :tests: 1 + :actions: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: post_google_chat + category: + description: Send message to google chat + details: post google chat + :sha: 31929e8fcdcfcba08c39d8d748b2f4e0c322143d28f6f9bfdf21679f881a536e + :github_stars: 0 + :github_subscribers: 0 + :github_issues: 0 + :github_forks: 0 + :github_contributors: 0