From 4f141145cd92c018e95938577278f2c24a9ff0bb Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Tue, 10 Jun 2025 14:16:18 -0300 Subject: [PATCH 1/3] =?UTF-8?q?Update=20docs=20for=20latest=20fastlane=20r?= =?UTF-8?q?elease=202.228.0=20(actions.md,=20available-plugins.md)=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/generated/actions.md | 71 +- .../actions/app_store_connect_api_key.md | 2 +- docs/generated/actions/appstore.md | 9 +- docs/generated/actions/build_app.md | 1 + docs/generated/actions/build_ios_app.md | 1 + docs/generated/actions/build_mac_app.md | 1 + .../actions/capture_ios_screenshots.md | 1 + docs/generated/actions/capture_screenshots.md | 1 + .../actions/changelog_from_git_commits.md | 1 + docs/generated/actions/deliver.md | 9 +- docs/generated/actions/download_dsyms.md | 2 +- .../actions/get_provisioning_profile.md | 2 +- docs/generated/actions/gym.md | 1 + docs/generated/actions/import_from_git.md | 4 +- docs/generated/actions/match.md | 19 +- docs/generated/actions/match_nuke.md | 3 +- docs/generated/actions/pilot.md | 12 +- docs/generated/actions/run_tests.md | 5 +- docs/generated/actions/scan.md | 5 +- docs/generated/actions/set_changelog.md | 2 +- docs/generated/actions/setup_ci.md | 11 +- docs/generated/actions/sigh.md | 2 +- docs/generated/actions/slack.md | 3 +- docs/generated/actions/snapshot.md | 1 + docs/generated/actions/spm.md | 1 + docs/generated/actions/sync_code_signing.md | 19 +- docs/generated/actions/testfairy.md | 11 +- docs/generated/actions/testflight.md | 12 +- docs/generated/actions/trainer.md | 1 + docs/generated/actions/upload_to_app_store.md | 9 +- .../generated/actions/upload_to_testflight.md | 12 +- docs/plugins/available-plugins.md | 33348 +++++++++------- mkdocs.yml | 1 - plugin_scores_cache.yml | 1530 +- 34 files changed, 20487 insertions(+), 14626 deletions(-) diff --git a/docs/generated/actions.md b/docs/generated/actions.md index 7da8ee91dc..a28bd98346 100644 --- a/docs/generated/actions.md +++ b/docs/generated/actions.md @@ -78,18 +78,18 @@ Action | Description | Supported Platforms clean_cocoapods_cache | Remove the cache for pods | ios, mac verify_xcode | Verifies that the Xcode installation is properly signed by Apple | ios, mac verify_pod_keys | Verifies all keys referenced from the Podfile are non-empty | ios, mac -xcodes | Make sure a certain version of Xcode is installed, installing it only if needed | ios, mac -xcclean | Cleans the project using `xcodebuild` | ios, mac +create_xcframework | Package multiple build configs of a library/framework into a single xcframework | ios, mac spm | Runs Swift Package Manager on your project | ios, android, mac -xcbuild | Builds the project using `xcodebuild` | ios, mac -xctest | Runs tests on the given simulator | ios, mac -build_app | Easily build and sign your app (via _gym_) | ios, mac +build_mac_app | Alias for the `build_app` action but only for macOS | mac xcarchive | Archives the project using `xcodebuild` | ios, mac -create_xcframework | Package multiple build configs of a library/framework into a single xcframework | ios, mac -xcexport | Exports the project using `xcodebuild` | ios, mac build_android_app | Alias for the `gradle` action | ios, android +xcclean | Cleans the project using `xcodebuild` | ios, mac +xcexport | Exports the project using `xcodebuild` | ios, mac +xcodes | Make sure a certain version of Xcode is installed, installing it only if needed | ios, mac build_ios_app | Alias for the `build_app` action but only for iOS | ios -build_mac_app | Alias for the `build_app` action but only for macOS | mac +xcbuild | Builds the project using `xcodebuild` | ios, mac +xctest | Runs tests on the given simulator | ios, mac +build_app | Easily build and sign your app (via _gym_) | ios, mac @@ -100,10 +100,10 @@ Action | Description | Supported Platforms snapshot | Alias for the `capture_ios_screenshots` action | ios, mac screengrab | Alias for the `capture_android_screenshots` action | android frameit | Alias for the `frame_screenshots` action | ios, android, mac +capture_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 -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 +frame_screenshots | Adds device frames around all screenshots (via _frameit_) | ios, android, mac @@ -126,8 +126,8 @@ Action | Description | Supported Platforms update_url_schemes | Updates the URL schemes in the given Info.plist | ios, mac set_build_number_repository | Set the build number from the current repository | ios, mac set_pod_key | Sets a value for a key with cocoapods-keys | ios, mac -update_keychain_access_groups | This action changes the keychain access groups in the entitlements file | ios update_plist | Update a plist file | ios +update_keychain_access_groups | This action changes the keychain access groups in the entitlements file | ios @@ -143,13 +143,13 @@ Action | Description | Supported Platforms resign | Codesign an existing ipa file | ios register_devices | Registers new devices to the Apple Dev Portal | ios, mac register_device | Registers a new device to the Apple Dev Portal | ios -get_provisioning_profile | Generates a provisioning profile, saving it in the current folder (via _sigh_) | ios, mac -get_certificates | Create new iOS code signing certificates (via _cert_) | ios -notarize | Notarizes a macOS app | mac +install_provisioning_profile | Install provisioning profile from path | ios, mac update_code_signing_settings | Configures Xcode's Codesigning options | ios, mac +get_certificates | Create new iOS code signing certificates (via _cert_) | ios match_nuke | Easily nuke your certificate and provisioning profiles (via _match_) | ios, mac -install_provisioning_profile | Install provisioning profile from path | ios, mac sync_code_signing | Easily sync your certificates and profiles across your team (via _match_) | ios, mac +get_provisioning_profile | Generates a provisioning profile, saving it in the current folder (via _sigh_) | ios, mac +notarize | Notarizes a macOS app | mac @@ -172,14 +172,14 @@ Action | Description | Supported Platforms deploygate | Upload a new build to [DeployGate](https://deploygate.com/) | ios, android apteligent | Upload dSYM file to [Apteligent (Crittercism)](http://www.apteligent.com/) | ios appetize | Upload your app to [Appetize.io](https://appetize.io/) to stream it in browser | ios, android -testfairy | Upload a new build to [TestFairy](https://www.testfairy.com/) | ios, android +testfairy | Upload a new build to SauceLabs' TestFairy | ios, android appaloosa | Upload your app to [Appaloosa Store](https://www.appaloosa-store.com/) | ios, android, mac nexus_upload | Upload a file to [Sonatype Nexus platform](https://www.sonatype.com) | ios, android, mac 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 -upload_to_play_store_internal_app_sharing | Upload binaries to Google Play Internal App Sharing (via _supply_) | android +upload_to_play_store | Upload metadata, screenshots and binaries to Google Play (via _supply_) | android +upload_app_privacy_details_to_app_store | Upload App Privacy Details for an app in App Store Connect | ios, mac download_app_privacy_details_from_app_store | Download App Privacy Details from an app in App Store Connect | ios, mac +upload_to_play_store_internal_app_sharing | Upload binaries to Google Play Internal App Sharing (via _supply_) | android upload_to_app_store | Upload metadata and binary to App Store Connect (via _deliver_) | 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 download_from_play_store | Download metadata and binaries from Google Play (via _supply_) | android -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 @@ -241,8 +241,8 @@ Action | Description | Supported Platforms 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 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 git_remote_branch | Returns the name of the current git remote default branch | ios, android, mac +git_submodule_update | Executes a git submodule update command | ios, android, mac @@ -252,7 +252,6 @@ Action | Description | Supported Platforms ---|---|--- slack | Send a success/error message to your [Slack](https://slack.com) group | ios, android, mac notification | Display a macOS notification with custom message and title | ios, android, mac -hipchat | Send a error/success message to [HipChat](https://www.hipchat.com/) | ios, android, mac mailgun | Send a success/error message to an email group | ios, android, mac chatwork | Send a success/error message to [ChatWork](https://go.chatwork.com/) | ios, android, mac ifttt | Connect to the [IFTTT Maker Channel](https://ifttt.com/maker) | ios, android, mac @@ -272,9 +271,9 @@ Action | Description | Supported Platforms download_dsyms | Download dSYM files from App Store Connect for Bitcode apps | ios app_store_build_number | Returns the current build_number of either live or edit version | ios, mac set_changelog | Set the changelog for all languages on App Store Connect | ios, mac +create_app_online | Creates the given application on iTC and the Dev Portal (via _produce_) | ios 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 -create_app_online | Creates the given application on iTC and the Dev Portal (via _produce_) | ios @@ -338,26 +337,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 +validate_play_store_json_key | Validate that the Google Play Store `json_key` works | android create_app_on_managed_play_store | Create Managed Google Play Apps | android -plugin_scores | No description provided | ios, android, mac -ruby_version | Verifies the minimum ruby version required | ios, android, mac -opt_out_usage | This will stop uploading the information which actions were run | ios, android, mac +google_play_track_release_names | Retrieves release names for a Google Play track | android setup_travis | Setup the keychain and match to work with Travis CI | ios, android, mac -min_fastlane_version | Verifies the minimum fastlane version required | ios, android, mac -environment_variable | Sets/gets env vars for Fastlane.swift. Don't use in ruby, use `ENV[key] = val` | ios, android, mac +plugin_scores | No description provided | ios, android, mac println | Alias for the `puts` action | ios, android, mac +setup_ci | Setup the keychain and match to work with CI | ios, mac google_play_track_version_codes | Retrieves version codes for a Google Play track | android +spaceship_stats | Print out Spaceship stats from this session (number of request to each domain) | ios, android, mac +ensure_env_vars | Raises an exception if the specified env vars are not set | ios, android, mac get_managed_play_store_publishing_rights | Obtain publishing rights for custom apps on Managed Google Play Store | android -ensure_bundle_exec | Raises an exception if not using `bundle exec` to run fastlane | ios, android, mac +opt_out_usage | This will stop uploading the information which actions were run | ios, android, mac +ruby_version | Verifies the minimum ruby version required | ios, android, mac setup_circle_ci | Setup the keychain and match to work with CircleCI | ios, android, mac -setup_ci | Setup the keychain and match to work with CI | ios, mac -modify_services | Modifies the services of the app created on Developer Portal | ios -validate_play_store_json_key | Validate that the Google Play Store `json_key` works | android -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 spaceship_logs | Find, print, and copy Spaceship logs | ios, android, mac -google_play_track_release_names | Retrieves release names for a Google Play track | android +environment_variable | Sets/gets env vars for Fastlane.swift. Don't use in ruby, use `ENV[key] = val` | ios, android, mac +ensure_bundle_exec | Raises an exception if not using `bundle exec` to run fastlane | ios, android, mac echo | Alias for the `puts` action | ios, android, mac +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 diff --git a/docs/generated/actions/app_store_connect_api_key.md b/docs/generated/actions/app_store_connect_api_key.md index a3763a2f65..1f3c6e3158 100644 --- a/docs/generated/actions/app_store_connect_api_key.md +++ b/docs/generated/actions/app_store_connect_api_key.md @@ -58,7 +58,7 @@ app_store_connect_api_key( Key | Description | Default ----|-------------|-------- `key_id` | The key ID | - `issuer_id` | The issuer ID | + `issuer_id` | The issuer ID. It can be nil if the key is individual API key | `key_filepath` | The path to the key p8 file | `key_content` | The content of the key p8 file | `is_key_content_base64` | Whether :key_content is Base64 encoded or not | `false` diff --git a/docs/generated/actions/appstore.md b/docs/generated/actions/appstore.md index d5b1d57435..07ec20e6a5 100644 --- a/docs/generated/actions/appstore.md +++ b/docs/generated/actions/appstore.md @@ -387,6 +387,7 @@ The available options: - 'ios' - 'appletvos' +- 'xros' - 'osx' @@ -444,12 +445,12 @@ end Omit `build_number` to let _fastlane_ automatically select the latest build number for the current version being edited for release from App Store Connect. -### Compliance and IDFA settings +### Compliance settings -Use the `submission_information` parameter for additional submission specifiers, including compliance and IDFA settings. Look at the Spaceship's [`app_submission.rb`](https://github.com/fastlane/fastlane/blob/master/spaceship/lib/spaceship/tunes/app_submission.rb) file for options. See [this example](https://github.com/artsy/eigen/blob/faa02e2746194d8d7c11899474de9c517435eca4/fastlane/Fastfile#L131-L149). +Use the `submission_information` parameter for additional submission specifiers, including compliance settings. Look at the Spaceship's [`app_submission.rb`](https://github.com/fastlane/fastlane/blob/master/spaceship/lib/spaceship/tunes/app_submission.rb) file for options. See [this example](https://github.com/artsy/eigen/blob/faa02e2746194d8d7c11899474de9c517435eca4/fastlane/Fastfile#L131-L149). ```no-highlight -fastlane deliver submit_build --build_number 830 --submission_information "{\"export_compliance_uses_encryption\": false, \"add_id_info_uses_idfa\": false }" +fastlane deliver submit_build --build_number 830 --submission_information "{\"export_compliance_uses_encryption\": false }" ``` ### App Privacy Details @@ -843,7 +844,7 @@ Key | Description | Default `reset_ratings` | Reset the summary rating when you release a new version of the application | `false` `price_tier` | The price tier of this application | `app_rating_config_path` | Path to the app rating's config | - `submission_information` | Extra information for the submission (e.g. compliance specifications, IDFA settings) | + `submission_information` | Extra information for the submission (e.g. compliance specifications) | `team_id` | The ID of your App Store Connect team if you're in multiple teams | [*](#parameters-legend-dynamic) `team_name` | The name of your App Store Connect team if you're in multiple teams | [*](#parameters-legend-dynamic) `dev_portal_team_id` | The short ID of your Developer Portal team, if you're in multiple teams. Different from your iTC team ID! | [*](#parameters-legend-dynamic) diff --git a/docs/generated/actions/build_app.md b/docs/generated/actions/build_app.md index b282a22423..53276ceb77 100644 --- a/docs/generated/actions/build_app.md +++ b/docs/generated/actions/build_app.md @@ -357,6 +357,7 @@ Key | Description | Default `skip_package_dependencies_resolution` | Skips resolution of Swift Package Manager dependencies | `false` `disable_package_automatic_updates` | Prevents packages from automatically being resolved to versions other than those recorded in the `Package.resolved` file | `false` `use_system_scm` | Lets xcodebuild use system's scm configuration | `false` + `package_authorization_provider` | Lets xcodebuild use a specified package authorization provider (keychain\|netrc) | * = default value is dependent on the user's system diff --git a/docs/generated/actions/build_ios_app.md b/docs/generated/actions/build_ios_app.md index fd530bb37d..8d1cf708df 100644 --- a/docs/generated/actions/build_ios_app.md +++ b/docs/generated/actions/build_ios_app.md @@ -354,6 +354,7 @@ Key | Description | Default `skip_package_dependencies_resolution` | Skips resolution of Swift Package Manager dependencies | `false` `disable_package_automatic_updates` | Prevents packages from automatically being resolved to versions other than those recorded in the `Package.resolved` file | `false` `use_system_scm` | Lets xcodebuild use system's scm configuration | `false` + `package_authorization_provider` | Lets xcodebuild use a specified package authorization provider (keychain\|netrc) | * = default value is dependent on the user's system diff --git a/docs/generated/actions/build_mac_app.md b/docs/generated/actions/build_mac_app.md index fd5f629649..a2b710013b 100644 --- a/docs/generated/actions/build_mac_app.md +++ b/docs/generated/actions/build_mac_app.md @@ -355,6 +355,7 @@ Key | Description | Default `skip_package_dependencies_resolution` | Skips resolution of Swift Package Manager dependencies | `false` `disable_package_automatic_updates` | Prevents packages from automatically being resolved to versions other than those recorded in the `Package.resolved` file | `false` `use_system_scm` | Lets xcodebuild use system's scm configuration | `false` + `package_authorization_provider` | Lets xcodebuild use a specified package authorization provider (keychain\|netrc) | * = default value is dependent on the user's system diff --git a/docs/generated/actions/capture_ios_screenshots.md b/docs/generated/actions/capture_ios_screenshots.md index 1b95a86ce6..e3261e092f 100644 --- a/docs/generated/actions/capture_ios_screenshots.md +++ b/docs/generated/actions/capture_ios_screenshots.md @@ -463,6 +463,7 @@ Key | Description | Default `cloned_source_packages_path` | Sets a custom path for Swift Package Manager dependencies | `skip_package_dependencies_resolution` | Skips resolution of Swift Package Manager dependencies | `false` `disable_package_automatic_updates` | Prevents packages from automatically being resolved to versions other than those recorded in the `Package.resolved` file | `false` + `package_authorization_provider` | Lets xcodebuild use a specified package authorization provider (keychain\|netrc) | `testplan` | The testplan associated with the scheme that should be used for testing | `only_testing` | Array of strings matching Test Bundle/Test Suite/Test Cases to run | `skip_testing` | Array of strings matching Test Bundle/Test Suite/Test Cases to skip | diff --git a/docs/generated/actions/capture_screenshots.md b/docs/generated/actions/capture_screenshots.md index 4b158f76b6..05b3552421 100644 --- a/docs/generated/actions/capture_screenshots.md +++ b/docs/generated/actions/capture_screenshots.md @@ -463,6 +463,7 @@ Key | Description | Default `cloned_source_packages_path` | Sets a custom path for Swift Package Manager dependencies | `skip_package_dependencies_resolution` | Skips resolution of Swift Package Manager dependencies | `false` `disable_package_automatic_updates` | Prevents packages from automatically being resolved to versions other than those recorded in the `Package.resolved` file | `false` + `package_authorization_provider` | Lets xcodebuild use a specified package authorization provider (keychain\|netrc) | `testplan` | The testplan associated with the scheme that should be used for testing | `only_testing` | Array of strings matching Test Bundle/Test Suite/Test Cases to run | `skip_testing` | Array of strings matching Test Bundle/Test Suite/Test Cases to skip | diff --git a/docs/generated/actions/changelog_from_git_commits.md b/docs/generated/actions/changelog_from_git_commits.md index 4c0f1189a9..b798f0f0fb 100644 --- a/docs/generated/actions/changelog_from_git_commits.md +++ b/docs/generated/actions/changelog_from_git_commits.md @@ -57,6 +57,7 @@ Key | Description | Default `quiet` | Whether or not to disable changelog output | `false` `include_merges` | **DEPRECATED!** Use `:merge_commit_filtering` instead - Whether or not to include any commits that are merges | `merge_commit_filtering` | Controls inclusion of merge commits when collecting the changelog. Valid values: 'include_merges', 'exclude_merges', 'only_include_merges' | `include_merges` + `app_path` | Scopes the changelog to a specific subdirectory of the repository | * = default value is dependent on the user's system diff --git a/docs/generated/actions/deliver.md b/docs/generated/actions/deliver.md index ab2eedfb68..f0098df59b 100644 --- a/docs/generated/actions/deliver.md +++ b/docs/generated/actions/deliver.md @@ -387,6 +387,7 @@ The available options: - 'ios' - 'appletvos' +- 'xros' - 'osx' @@ -444,12 +445,12 @@ end Omit `build_number` to let _fastlane_ automatically select the latest build number for the current version being edited for release from App Store Connect. -### Compliance and IDFA settings +### Compliance settings -Use the `submission_information` parameter for additional submission specifiers, including compliance and IDFA settings. Look at the Spaceship's [`app_submission.rb`](https://github.com/fastlane/fastlane/blob/master/spaceship/lib/spaceship/tunes/app_submission.rb) file for options. See [this example](https://github.com/artsy/eigen/blob/faa02e2746194d8d7c11899474de9c517435eca4/fastlane/Fastfile#L131-L149). +Use the `submission_information` parameter for additional submission specifiers, including compliance settings. Look at the Spaceship's [`app_submission.rb`](https://github.com/fastlane/fastlane/blob/master/spaceship/lib/spaceship/tunes/app_submission.rb) file for options. See [this example](https://github.com/artsy/eigen/blob/faa02e2746194d8d7c11899474de9c517435eca4/fastlane/Fastfile#L131-L149). ```no-highlight -fastlane deliver submit_build --build_number 830 --submission_information "{\"export_compliance_uses_encryption\": false, \"add_id_info_uses_idfa\": false }" +fastlane deliver submit_build --build_number 830 --submission_information "{\"export_compliance_uses_encryption\": false }" ``` ### App Privacy Details @@ -843,7 +844,7 @@ Key | Description | Default `reset_ratings` | Reset the summary rating when you release a new version of the application | `false` `price_tier` | The price tier of this application | `app_rating_config_path` | Path to the app rating's config | - `submission_information` | Extra information for the submission (e.g. compliance specifications, IDFA settings) | + `submission_information` | Extra information for the submission (e.g. compliance specifications) | `team_id` | The ID of your App Store Connect team if you're in multiple teams | [*](#parameters-legend-dynamic) `team_name` | The name of your App Store Connect team if you're in multiple teams | [*](#parameters-legend-dynamic) `dev_portal_team_id` | The short ID of your Developer Portal team, if you're in multiple teams. Different from your iTC team ID! | [*](#parameters-legend-dynamic) diff --git a/docs/generated/actions/download_dsyms.md b/docs/generated/actions/download_dsyms.md index 1adcfa024c..1dbd5425ad 100644 --- a/docs/generated/actions/download_dsyms.md +++ b/docs/generated/actions/download_dsyms.md @@ -70,7 +70,7 @@ Key | Description | Default `app_identifier` | The bundle identifier of your app | [*](#parameters-legend-dynamic) `team_id` | The ID of your App Store Connect team if you're in multiple teams | [*](#parameters-legend-dynamic) `team_name` | The name of your App Store Connect team if you're in multiple teams | [*](#parameters-legend-dynamic) - `platform` | The app platform for dSYMs you wish to download (ios, appletvos) | `:ios` + `platform` | The app platform for dSYMs you wish to download (ios, xros, appletvos) | `:ios` `version` | The app version for dSYMs you wish to download, pass in 'latest' to download only the latest build's dSYMs or 'live' to download only the live version dSYMs | `build_number` | The app build_number for dSYMs you wish to download | `min_version` | The minimum app version for dSYMs you wish to download | diff --git a/docs/generated/actions/get_provisioning_profile.md b/docs/generated/actions/get_provisioning_profile.md index 207326adc1..4c3d020954 100644 --- a/docs/generated/actions/get_provisioning_profile.md +++ b/docs/generated/actions/get_provisioning_profile.md @@ -295,7 +295,7 @@ Key | Description | Default `skip_certificate_verification` | Skips the verification of the certificates for every existing profiles. This will make sure the provisioning profile can be used on the local machine | [*](#parameters-legend-dynamic) `platform` | Set the provisioning profile's platform (i.e. ios, tvos, macos, catalyst) | `ios` `readonly` | Only fetch existing profile, don't generate new ones | `false` - `template_name` | The name of provisioning profile template. If the developer account has provisioning profile templates (aka: custom entitlements), the template name can be found by inspecting the Entitlements drop-down while creating/editing a provisioning profile (e.g. "Apple Pay Pass Suppression Development") | + `template_name` | **DEPRECATED!** Removed since May 2025 on App Store Connect API OpenAPI v3.8.0 - Learn more: https://docs.fastlane.tools/actions/match/#managed-capabilities - The name of provisioning profile template. If the developer account has provisioning profile templates (aka: custom entitlements), the template name can be found by inspecting the Entitlements drop-down while creating/editing a provisioning profile (e.g. "Apple Pay Pass Suppression Development") | `fail_on_name_taken` | Should the command fail if it was about to create a duplicate of an existing provisioning profile. It can happen due to issues on Apple Developer Portal, when profile to be recreated was not properly deleted first | `false` `cached_certificates` | A list of cached certificates | `cached_devices` | A list of cached devices | diff --git a/docs/generated/actions/gym.md b/docs/generated/actions/gym.md index e3eaeb6653..7ef99e3486 100644 --- a/docs/generated/actions/gym.md +++ b/docs/generated/actions/gym.md @@ -357,6 +357,7 @@ Key | Description | Default `skip_package_dependencies_resolution` | Skips resolution of Swift Package Manager dependencies | `false` `disable_package_automatic_updates` | Prevents packages from automatically being resolved to versions other than those recorded in the `Package.resolved` file | `false` `use_system_scm` | Lets xcodebuild use system's scm configuration | `false` + `package_authorization_provider` | Lets xcodebuild use a specified package authorization provider (keychain\|netrc) | * = default value is dependent on the user's system diff --git a/docs/generated/actions/import_from_git.md b/docs/generated/actions/import_from_git.md index 58161bcf58..22ccebefc6 100644 --- a/docs/generated/actions/import_from_git.md +++ b/docs/generated/actions/import_from_git.md @@ -38,7 +38,8 @@ import_from_git( branch: "HEAD", # The branch to checkout on the repository. path: "fastlane/Fastfile", # The path of the Fastfile in the repository. version: [">= 1.1.0", "< 2.0.0"], # The version to checkout on the repository. Multiple conditions can be used to select the latest version within constraints. - cache_path: "~/.cache/fastlane/imported" # A directory in which the repository will be added, which means that it will not be cloned again on subsequent calls. + cache_path: "~/.cache/fastlane/imported", # A directory in which the repository will be added, which means that it will not be cloned again on subsequent calls. + git_extra_headers: ["Authorization: Basic ", "Cache-Control: no-cache"] ) ``` @@ -56,6 +57,7 @@ Key | Description | Default `path` | The path of the Fastfile in the repository | `fastlane/Fastfile` `version` | The version to checkout on the repository. Optimistic match operator or multiple conditions can be used to select the latest version within constraints | `cache_path` | The path to a directory where the repository should be cloned into. Defaults to `nil`, which causes the repository to be cloned on every call, to a temporary directory | + `git_extra_headers` | An optional list of custom HTTP headers to access the git repo (`Authorization: Basic `, `Cache-Control: no-cache`, etc.) | `[]` * = default value is dependent on the user's system diff --git a/docs/generated/actions/match.md b/docs/generated/actions/match.md index 50335cdc43..8a75a1cf63 100644 --- a/docs/generated/actions/match.md +++ b/docs/generated/actions/match.md @@ -419,14 +419,16 @@ If you're not using `Fastfile`, you can also use the `force_for_new_devices` opt fastlane match adhoc --force_for_new_devices ``` -##### Templates (aka: custom entitlements) +##### Managed capabilities -_match_ can generate profiles that contain custom entitlements by passing in the entitlement's name with the `template_name` parameter. +> [!IMPORTANT] +> This feature has been deprecated since May 2025, until Apple provides a new solution. We will update this documentation once we have more information on how to handle managed capabilities in the future. -``` -match(type: "development", - template_name: "Apple Pay Pass Suppression Development") -``` +Managed capabilities — formerly known as "additional entitlements" or "custom entitlements", enabled via "templates" — are additional capabilities that require Apple's review and approval before they can be distributed. + +These capabilities used to be enabled by passing a `template_name` parameter to the _match_ action, which would then generate a provisioning profile with the entitlements specified by the given template. However, this feature was never officially supported by Apple's API (undocumented), and they eventually removed it in May 2025 ([see issue #29498](https://github.com/fastlane/fastlane/issues/29498)). Apple still hasn't provided a replacement for this functionality. + +As a result, the `template_name` parameter was deprecated in the _match_ action, and it will not generate provisioning profiles with custom entitlements. ### Setup Xcode project @@ -577,7 +579,7 @@ What's the worst that could happen for each of the profile types? #### App Store Profiles -An App Store profile can't be used for anything as long as it's not re-signed by Apple. The only way to get an app resigned is to submit an app for review which could take anywhere from 24 hours to a few days (checkout [appreviewtimes.com](http://appreviewtimes.com) for up-to-date expectations). Attackers could only submit an app for review, if they also got access to your App Store Connect credentials (which are not stored in git, but in your local keychain). Additionally you get an email notification every time a build gets uploaded to cancel the submission even before your app gets into the review stage. +An App Store profile can't be used for anything as long as it's not re-signed by Apple. The only way to get an app resigned is to submit an app for review which could take anywhere from 24 hours to a few days. Attackers could only submit an app for review, if they also got access to your App Store Connect credentials (which are not stored in git, but in your local keychain). Additionally you get an email notification every time a build gets uploaded to cancel the submission even before your app gets into the review stage. #### Development and Ad Hoc Profiles @@ -681,12 +683,13 @@ Key | Description | Default `skip_docs` | Skip generation of a README.md for the created git repository | `false` `platform` | Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst) | [*](#parameters-legend-dynamic) `derive_catalyst_app_identifier` | Enable this if you have the Mac Catalyst capability enabled and your project was created with Xcode 11.3 or earlier. Prepends 'maccatalyst.' to the app identifier for the provisioning profile mapping | `false` - `template_name` | The name of provisioning profile template. If the developer account has provisioning profile templates (aka: custom entitlements), the template name can be found by inspecting the Entitlements drop-down while creating/editing a provisioning profile (e.g. "Apple Pay Pass Suppression Development") | + `template_name` | **DEPRECATED!** Removed since May 2025 on App Store Connect API OpenAPI v3.8.0 - Learn more: https://docs.fastlane.tools/actions/match/#managed-capabilities - The name of provisioning profile template. If the developer account has provisioning profile templates (aka: custom entitlements), the template name can be found by inspecting the Entitlements drop-down while creating/editing a provisioning profile (e.g. "Apple Pay Pass Suppression Development") | `profile_name` | A custom name for the provisioning profile. This will replace the default provisioning profile name if specified | `fail_on_name_taken` | Should the command fail if it was about to create a duplicate of an existing provisioning profile. It can happen due to issues on Apple Developer Portal, when profile to be recreated was not properly deleted first | `false` `skip_certificate_matching` | Set to true if there is no access to Apple developer portal but there are certificates, keys and profiles provided. Only works with match import action | `false` `output_path` | Path in which to export certificates, key and profile | `skip_set_partition_list` | Skips setting the partition list (which can sometimes take a long time). Setting the partition list is usually needed to prevent Xcode from prompting to allow a cert to be used for signing | `false` + `force_legacy_encryption` | Force encryption to use legacy cbc algorithm for backwards compatibility with older match versions | `false` `verbose` | Print out extra information and all commands | `false` * = default value is dependent on the user's system diff --git a/docs/generated/actions/match_nuke.md b/docs/generated/actions/match_nuke.md index 82429eaa81..e699c094e7 100644 --- a/docs/generated/actions/match_nuke.md +++ b/docs/generated/actions/match_nuke.md @@ -87,12 +87,13 @@ Key | Description | Default `skip_docs` | Skip generation of a README.md for the created git repository | `false` `platform` | Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst) | [*](#parameters-legend-dynamic) `derive_catalyst_app_identifier` | Enable this if you have the Mac Catalyst capability enabled and your project was created with Xcode 11.3 or earlier. Prepends 'maccatalyst.' to the app identifier for the provisioning profile mapping | `false` - `template_name` | The name of provisioning profile template. If the developer account has provisioning profile templates (aka: custom entitlements), the template name can be found by inspecting the Entitlements drop-down while creating/editing a provisioning profile (e.g. "Apple Pay Pass Suppression Development") | + `template_name` | **DEPRECATED!** Removed since May 2025 on App Store Connect API OpenAPI v3.8.0 - Learn more: https://docs.fastlane.tools/actions/match/#managed-capabilities - The name of provisioning profile template. If the developer account has provisioning profile templates (aka: custom entitlements), the template name can be found by inspecting the Entitlements drop-down while creating/editing a provisioning profile (e.g. "Apple Pay Pass Suppression Development") | `profile_name` | A custom name for the provisioning profile. This will replace the default provisioning profile name if specified | `fail_on_name_taken` | Should the command fail if it was about to create a duplicate of an existing provisioning profile. It can happen due to issues on Apple Developer Portal, when profile to be recreated was not properly deleted first | `false` `skip_certificate_matching` | Set to true if there is no access to Apple developer portal but there are certificates, keys and profiles provided. Only works with match import action | `false` `output_path` | Path in which to export certificates, key and profile | `skip_set_partition_list` | Skips setting the partition list (which can sometimes take a long time). Setting the partition list is usually needed to prevent Xcode from prompting to allow a cert to be used for signing | `false` + `force_legacy_encryption` | Force encryption to use legacy cbc algorithm for backwards compatibility with older match versions | `false` `verbose` | Print out extra information and all commands | `false` * = default value is dependent on the user's system diff --git a/docs/generated/actions/pilot.md b/docs/generated/actions/pilot.md index f587dcb61f..9a10aa26e9 100644 --- a/docs/generated/actions/pilot.md +++ b/docs/generated/actions/pilot.md @@ -90,7 +90,17 @@ _pilot_ does all kinds of magic for you: - Automatically detects the bundle identifier from your `ipa` file - Automatically fetch the AppID of your app based on the bundle identifier -_pilot_ uses [_spaceship_](https://spaceship.airforce) to submit the build metadata and the iTunes Transporter to upload the binary. Because iTunes Transporter's upload capability is only supported on OS X, `pilot upload` does not work on Linux, as described [in this issue](https://github.com/fastlane/fastlane/issues/5789) +_pilot_ uses [_spaceship_](https://spaceship.airforce) to submit the build metadata and the iTunes Transporter to upload the binary. + +### Upload from Linux + +To upload binaries from Linux: +- make sure you have [Transporter on Linux](https://help.apple.com/itc/transporteruserguide/en.lproj/static.html) installed +- set the following environment variables: + - `FASTLANE_ITUNES_TRANSPORTER_USE_SHELL_SCRIPT=true` + - `FASTLANE_ITUNES_TRANSPORTER_PATH=/usr/local/itms` (_or the path where Transporter is installed_) + +_Note: fastlane will temporarily save the upload credentials in `$HOME/.appstoreconnect/private_keys/`. Any other files in that directory will be deleted upon upload completion._ ## List builds diff --git a/docs/generated/actions/run_tests.md b/docs/generated/actions/run_tests.md index 89a391f34c..47460af6ea 100644 --- a/docs/generated/actions/run_tests.md +++ b/docs/generated/actions/run_tests.md @@ -237,8 +237,8 @@ Key | Description | Default `prelaunch_simulator` | Enabling this option will launch the first simulator prior to calling any xcodebuild command | `reinstall_app` | Enabling this option will automatically uninstall the application before running it | `false` `app_identifier` | The bundle identifier of the app to uninstall (only needed when enabling reinstall_app) | [*](#parameters-legend-dynamic) - `only_testing` | Array of strings matching Test Bundle/Test Suite/Test Cases to run | - `skip_testing` | Array of strings matching Test Bundle/Test Suite/Test Cases to skip | + `only_testing` | Array of test identifiers to run. Expected format: TestTarget[/TestSuite[/TestCase]] | + `skip_testing` | Array of test identifiers to skip. Expected format: TestTarget[/TestSuite[/TestCase]] | `testplan` | The testplan associated with the scheme that should be used for testing | `only_test_configurations` | Array of strings matching test plan configurations to run | `skip_test_configurations` | Array of strings matching test plan configurations to skip | @@ -301,6 +301,7 @@ Key | Description | Default `use_system_scm` | Lets xcodebuild use system's scm configuration | `false` `number_of_retries` | The number of times a test can fail | `0` `fail_build` | Should this step stop the build if the tests fail? Set this to false if you're using trainer | `true` + `package_authorization_provider` | Lets xcodebuild use a specified package authorization provider (keychain\|netrc) | * = default value is dependent on the user's system diff --git a/docs/generated/actions/scan.md b/docs/generated/actions/scan.md index 19b3d0df1b..4fbb97e13f 100644 --- a/docs/generated/actions/scan.md +++ b/docs/generated/actions/scan.md @@ -237,8 +237,8 @@ Key | Description | Default `prelaunch_simulator` | Enabling this option will launch the first simulator prior to calling any xcodebuild command | `reinstall_app` | Enabling this option will automatically uninstall the application before running it | `false` `app_identifier` | The bundle identifier of the app to uninstall (only needed when enabling reinstall_app) | [*](#parameters-legend-dynamic) - `only_testing` | Array of strings matching Test Bundle/Test Suite/Test Cases to run | - `skip_testing` | Array of strings matching Test Bundle/Test Suite/Test Cases to skip | + `only_testing` | Array of test identifiers to run. Expected format: TestTarget[/TestSuite[/TestCase]] | + `skip_testing` | Array of test identifiers to skip. Expected format: TestTarget[/TestSuite[/TestCase]] | `testplan` | The testplan associated with the scheme that should be used for testing | `only_test_configurations` | Array of strings matching test plan configurations to run | `skip_test_configurations` | Array of strings matching test plan configurations to skip | @@ -301,6 +301,7 @@ Key | Description | Default `use_system_scm` | Lets xcodebuild use system's scm configuration | `false` `number_of_retries` | The number of times a test can fail | `0` `fail_build` | Should this step stop the build if the tests fail? Set this to false if you're using trainer | `true` + `package_authorization_provider` | Lets xcodebuild use a specified package authorization provider (keychain\|netrc) | * = default value is dependent on the user's system diff --git a/docs/generated/actions/set_changelog.md b/docs/generated/actions/set_changelog.md index b8f9d6dcd2..b3e84a041f 100644 --- a/docs/generated/actions/set_changelog.md +++ b/docs/generated/actions/set_changelog.md @@ -47,7 +47,7 @@ Key | Description | Default `changelog` | Changelog text that should be uploaded to App Store Connect | `team_id` | The ID of your App Store Connect team if you're in multiple teams | [*](#parameters-legend-dynamic) `team_name` | The name of your App Store Connect team if you're in multiple teams | [*](#parameters-legend-dynamic) - `platform` | The platform of the app (ios, appletvos, mac) | `ios` + `platform` | The platform of the app (ios, appletvos, xros, mac) | `ios` * = default value is dependent on the user's system diff --git a/docs/generated/actions/setup_ci.md b/docs/generated/actions/setup_ci.md index bb75643f02..c5ca85d758 100644 --- a/docs/generated/actions/setup_ci.md +++ b/docs/generated/actions/setup_ci.md @@ -25,7 +25,7 @@ Author | @mollyIV, @svenmuennich -## 2 Examples +## 3 Examples ```ruby setup_ci( @@ -40,6 +40,14 @@ setup_ci( ) ``` +```ruby +setup_ci( + provider: "circleci", + timeout: 0, + keychain_name: "custom_keychain_name" +) +``` + @@ -51,6 +59,7 @@ Key | Description | Default `force` | Force setup, even if not executed by CI | `false` `provider` | CI provider. If none is set, the provider is detected automatically | `timeout` | Set a custom timeout in seconds for keychain. Set `0` if you want to specify 'no time-out' | `3600` + `keychain_name` | Set a custom keychain name | `fastlane_tmp_keychain` * = default value is dependent on the user's system diff --git a/docs/generated/actions/sigh.md b/docs/generated/actions/sigh.md index 890251aabe..6a93a99161 100644 --- a/docs/generated/actions/sigh.md +++ b/docs/generated/actions/sigh.md @@ -295,7 +295,7 @@ Key | Description | Default `skip_certificate_verification` | Skips the verification of the certificates for every existing profiles. This will make sure the provisioning profile can be used on the local machine | [*](#parameters-legend-dynamic) `platform` | Set the provisioning profile's platform (i.e. ios, tvos, macos, catalyst) | `ios` `readonly` | Only fetch existing profile, don't generate new ones | `false` - `template_name` | The name of provisioning profile template. If the developer account has provisioning profile templates (aka: custom entitlements), the template name can be found by inspecting the Entitlements drop-down while creating/editing a provisioning profile (e.g. "Apple Pay Pass Suppression Development") | + `template_name` | **DEPRECATED!** Removed since May 2025 on App Store Connect API OpenAPI v3.8.0 - Learn more: https://docs.fastlane.tools/actions/match/#managed-capabilities - The name of provisioning profile template. If the developer account has provisioning profile templates (aka: custom entitlements), the template name can be found by inspecting the Entitlements drop-down while creating/editing a provisioning profile (e.g. "Apple Pay Pass Suppression Development") | `fail_on_name_taken` | Should the command fail if it was about to create a duplicate of an existing provisioning profile. It can happen due to issues on Apple Developer Portal, when profile to be recreated was not properly deleted first | `false` `cached_certificates` | A list of cached certificates | `cached_devices` | A list of cached devices | diff --git a/docs/generated/actions/slack.md b/docs/generated/actions/slack.md index 004da65337..8540f0ee2f 100644 --- a/docs/generated/actions/slack.md +++ b/docs/generated/actions/slack.md @@ -63,7 +63,8 @@ Key | Description | Default `use_webhook_configured_username_and_icon` | Use webhook's default username and icon settings? (true/false) | `false` `slack_url` | Create an Incoming WebHook for your Slack group | `username` | Overrides the webhook's username property if use_webhook_configured_username_and_icon is false | `fastlane` - `icon_url` | Overrides the webhook's image property if use_webhook_configured_username_and_icon is false | `https://fastlane.tools/assets/img/fastlane_icon.png` + `icon_url` | Specifies a URL of an image to use as the photo of the message. Overrides the webhook's image property if use_webhook_configured_username_and_icon is false | `https://fastlane.tools/assets/img/fastlane_icon.png` + `icon_emoji` | Specifies an emoji (using colon shortcodes, eg. :white_check_mark:) to use as the photo of the message. Overrides the webhook's image property if use_webhook_configured_username_and_icon is false. This parameter takes precedence over icon_url | `payload` | Add additional information to this post. payload must be a hash containing any key with any value | `{}` `default_payloads` | Specifies default payloads to include. Pass an empty array to suppress all the default payloads | `["lane", "test_result", "git_branch", "git_author", "last_git_commit", "last_git_commit_hash"]` `attachment_properties` | Merge additional properties in the slack attachment, see https://api.slack.com/docs/attachments | `{}` diff --git a/docs/generated/actions/snapshot.md b/docs/generated/actions/snapshot.md index 9c9f97999f..333ecb5553 100644 --- a/docs/generated/actions/snapshot.md +++ b/docs/generated/actions/snapshot.md @@ -463,6 +463,7 @@ Key | Description | Default `cloned_source_packages_path` | Sets a custom path for Swift Package Manager dependencies | `skip_package_dependencies_resolution` | Skips resolution of Swift Package Manager dependencies | `false` `disable_package_automatic_updates` | Prevents packages from automatically being resolved to versions other than those recorded in the `Package.resolved` file | `false` + `package_authorization_provider` | Lets xcodebuild use a specified package authorization provider (keychain\|netrc) | `testplan` | The testplan associated with the scheme that should be used for testing | `only_testing` | Array of strings matching Test Bundle/Test Suite/Test Cases to run | `skip_testing` | Array of strings matching Test Bundle/Test Suite/Test Cases to skip | diff --git a/docs/generated/actions/spm.md b/docs/generated/actions/spm.md index 0fe44b1efe..a805cea3a1 100644 --- a/docs/generated/actions/spm.md +++ b/docs/generated/actions/spm.md @@ -82,6 +82,7 @@ Key | Description | Default `xcpretty_output` | Specifies the output type for xcpretty. eg. 'test', or 'simple' | `xcpretty_args` | Pass in xcpretty additional command line arguments (e.g. '--test --no-color' or '--tap --no-utf'), requires xcpretty_output to be specified also | `verbose` | Increase verbosity of informational output | `false` + `very_verbose` | Increase verbosity to include debug output | `false` `simulator` | Specifies the simulator to pass for Swift Compiler (one of: iphonesimulator, macosx) | `simulator_arch` | Specifies the architecture of the simulator to pass for Swift Compiler (one of: x86_64, arm64). Requires the simulator option to be specified also, otherwise, it's ignored | `arm64` diff --git a/docs/generated/actions/sync_code_signing.md b/docs/generated/actions/sync_code_signing.md index 9ee08d900e..46146cd2ce 100644 --- a/docs/generated/actions/sync_code_signing.md +++ b/docs/generated/actions/sync_code_signing.md @@ -419,14 +419,16 @@ If you're not using `Fastfile`, you can also use the `force_for_new_devices` opt fastlane match adhoc --force_for_new_devices ``` -##### Templates (aka: custom entitlements) +##### Managed capabilities -_match_ can generate profiles that contain custom entitlements by passing in the entitlement's name with the `template_name` parameter. +> [!IMPORTANT] +> This feature has been deprecated since May 2025, until Apple provides a new solution. We will update this documentation once we have more information on how to handle managed capabilities in the future. -``` -match(type: "development", - template_name: "Apple Pay Pass Suppression Development") -``` +Managed capabilities — formerly known as "additional entitlements" or "custom entitlements", enabled via "templates" — are additional capabilities that require Apple's review and approval before they can be distributed. + +These capabilities used to be enabled by passing a `template_name` parameter to the _match_ action, which would then generate a provisioning profile with the entitlements specified by the given template. However, this feature was never officially supported by Apple's API (undocumented), and they eventually removed it in May 2025 ([see issue #29498](https://github.com/fastlane/fastlane/issues/29498)). Apple still hasn't provided a replacement for this functionality. + +As a result, the `template_name` parameter was deprecated in the _match_ action, and it will not generate provisioning profiles with custom entitlements. ### Setup Xcode project @@ -577,7 +579,7 @@ What's the worst that could happen for each of the profile types? #### App Store Profiles -An App Store profile can't be used for anything as long as it's not re-signed by Apple. The only way to get an app resigned is to submit an app for review which could take anywhere from 24 hours to a few days (checkout [appreviewtimes.com](http://appreviewtimes.com) for up-to-date expectations). Attackers could only submit an app for review, if they also got access to your App Store Connect credentials (which are not stored in git, but in your local keychain). Additionally you get an email notification every time a build gets uploaded to cancel the submission even before your app gets into the review stage. +An App Store profile can't be used for anything as long as it's not re-signed by Apple. The only way to get an app resigned is to submit an app for review which could take anywhere from 24 hours to a few days. Attackers could only submit an app for review, if they also got access to your App Store Connect credentials (which are not stored in git, but in your local keychain). Additionally you get an email notification every time a build gets uploaded to cancel the submission even before your app gets into the review stage. #### Development and Ad Hoc Profiles @@ -681,12 +683,13 @@ Key | Description | Default `skip_docs` | Skip generation of a README.md for the created git repository | `false` `platform` | Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst) | [*](#parameters-legend-dynamic) `derive_catalyst_app_identifier` | Enable this if you have the Mac Catalyst capability enabled and your project was created with Xcode 11.3 or earlier. Prepends 'maccatalyst.' to the app identifier for the provisioning profile mapping | `false` - `template_name` | The name of provisioning profile template. If the developer account has provisioning profile templates (aka: custom entitlements), the template name can be found by inspecting the Entitlements drop-down while creating/editing a provisioning profile (e.g. "Apple Pay Pass Suppression Development") | + `template_name` | **DEPRECATED!** Removed since May 2025 on App Store Connect API OpenAPI v3.8.0 - Learn more: https://docs.fastlane.tools/actions/match/#managed-capabilities - The name of provisioning profile template. If the developer account has provisioning profile templates (aka: custom entitlements), the template name can be found by inspecting the Entitlements drop-down while creating/editing a provisioning profile (e.g. "Apple Pay Pass Suppression Development") | `profile_name` | A custom name for the provisioning profile. This will replace the default provisioning profile name if specified | `fail_on_name_taken` | Should the command fail if it was about to create a duplicate of an existing provisioning profile. It can happen due to issues on Apple Developer Portal, when profile to be recreated was not properly deleted first | `false` `skip_certificate_matching` | Set to true if there is no access to Apple developer portal but there are certificates, keys and profiles provided. Only works with match import action | `false` `output_path` | Path in which to export certificates, key and profile | `skip_set_partition_list` | Skips setting the partition list (which can sometimes take a long time). Setting the partition list is usually needed to prevent Xcode from prompting to allow a cert to be used for signing | `false` + `force_legacy_encryption` | Force encryption to use legacy cbc algorithm for backwards compatibility with older match versions | `false` `verbose` | Print out extra information and all commands | `false` * = default value is dependent on the user's system diff --git a/docs/generated/actions/testfairy.md b/docs/generated/actions/testfairy.md index 6230db0516..719a9b8749 100644 --- a/docs/generated/actions/testfairy.md +++ b/docs/generated/actions/testfairy.md @@ -6,12 +6,12 @@ To modify it, go to its source at https://github.com/fastlane/fastlane/blob/mast # testfairy -Upload a new build to [TestFairy](https://www.testfairy.com/) +Upload a new build to SauceLabs' TestFairy -> You can retrieve your API key on [your settings page](https://free.testfairy.com/settings/) +> Upload a new build to [TestFairy](https://saucelabs.com/products/mobile-testing/app-betas).
You can retrieve your API key on [your settings page](https://app.testfairy.com/settings/access-key)
testfairy || @@ -58,8 +58,13 @@ Key | Description | Default `auto_update` | Allows an easy upgrade of all users to the current version. To enable set to 'on' | `off` `notify` | Send email to testers | `off` `options` | Array of options (shake,video_only_wifi,anonymous) | `[]` - `custom` | Array of custom options. Contact support@testfairy.com for more information | `''` + `custom` | Array of custom options. Contact support for more information | `''` `timeout` | Request timeout in seconds | + `tags` | Custom tags that can be used to organize your builds | `[]` + `folder_name` | Name of the dashboard folder that contains this app | `''` + `landing_page_mode` | Visibility of build landing after upload. Can be 'open' or 'closed' | `open` + `upload_to_saucelabs` | Upload file directly to Sauce Labs. It can be 'on' or 'off' | `off` + `platform` | Use if upload build is not iOS or Android. Contact support for more information | `''` * = default value is dependent on the user's system diff --git a/docs/generated/actions/testflight.md b/docs/generated/actions/testflight.md index 54fc7ca90c..9f0cdb4722 100644 --- a/docs/generated/actions/testflight.md +++ b/docs/generated/actions/testflight.md @@ -90,7 +90,17 @@ _pilot_ does all kinds of magic for you: - Automatically detects the bundle identifier from your `ipa` file - Automatically fetch the AppID of your app based on the bundle identifier -_pilot_ uses [_spaceship_](https://spaceship.airforce) to submit the build metadata and the iTunes Transporter to upload the binary. Because iTunes Transporter's upload capability is only supported on OS X, `pilot upload` does not work on Linux, as described [in this issue](https://github.com/fastlane/fastlane/issues/5789) +_pilot_ uses [_spaceship_](https://spaceship.airforce) to submit the build metadata and the iTunes Transporter to upload the binary. + +### Upload from Linux + +To upload binaries from Linux: +- make sure you have [Transporter on Linux](https://help.apple.com/itc/transporteruserguide/en.lproj/static.html) installed +- set the following environment variables: + - `FASTLANE_ITUNES_TRANSPORTER_USE_SHELL_SCRIPT=true` + - `FASTLANE_ITUNES_TRANSPORTER_PATH=/usr/local/itms` (_or the path where Transporter is installed_) + +_Note: fastlane will temporarily save the upload credentials in `$HOME/.appstoreconnect/private_keys/`. Any other files in that directory will be deleted upon upload completion._ ## List builds diff --git a/docs/generated/actions/trainer.md b/docs/generated/actions/trainer.md index ac70a178cd..ced318cd3d 100644 --- a/docs/generated/actions/trainer.md +++ b/docs/generated/actions/trainer.md @@ -34,6 +34,7 @@ Key | Description | Default `output_filename` | Filename the xml file should be written to. Defaults to name of input file. (Only works if one input file is used) | `fail_build` | Should this step stop the build if the tests fail? Set this to false if you're handling this with a test reporter | `true` `xcpretty_naming` | Produces class name and test name identical to xcpretty naming in junit file | `false` + `force_legacy_xcresulttool` | Force the use of the '--legacy' flag for xcresulttool instead of using the new commands | `false` `silent` | Silences all output | `false` `output_remove_retry_attempts` | Doesn't include retry attempts in the output | `false` diff --git a/docs/generated/actions/upload_to_app_store.md b/docs/generated/actions/upload_to_app_store.md index e9f071573f..6c1a4208ad 100644 --- a/docs/generated/actions/upload_to_app_store.md +++ b/docs/generated/actions/upload_to_app_store.md @@ -387,6 +387,7 @@ The available options: - 'ios' - 'appletvos' +- 'xros' - 'osx' @@ -444,12 +445,12 @@ end Omit `build_number` to let _fastlane_ automatically select the latest build number for the current version being edited for release from App Store Connect. -### Compliance and IDFA settings +### Compliance settings -Use the `submission_information` parameter for additional submission specifiers, including compliance and IDFA settings. Look at the Spaceship's [`app_submission.rb`](https://github.com/fastlane/fastlane/blob/master/spaceship/lib/spaceship/tunes/app_submission.rb) file for options. See [this example](https://github.com/artsy/eigen/blob/faa02e2746194d8d7c11899474de9c517435eca4/fastlane/Fastfile#L131-L149). +Use the `submission_information` parameter for additional submission specifiers, including compliance settings. Look at the Spaceship's [`app_submission.rb`](https://github.com/fastlane/fastlane/blob/master/spaceship/lib/spaceship/tunes/app_submission.rb) file for options. See [this example](https://github.com/artsy/eigen/blob/faa02e2746194d8d7c11899474de9c517435eca4/fastlane/Fastfile#L131-L149). ```no-highlight -fastlane deliver submit_build --build_number 830 --submission_information "{\"export_compliance_uses_encryption\": false, \"add_id_info_uses_idfa\": false }" +fastlane deliver submit_build --build_number 830 --submission_information "{\"export_compliance_uses_encryption\": false }" ``` ### App Privacy Details @@ -843,7 +844,7 @@ Key | Description | Default `reset_ratings` | Reset the summary rating when you release a new version of the application | `false` `price_tier` | The price tier of this application | `app_rating_config_path` | Path to the app rating's config | - `submission_information` | Extra information for the submission (e.g. compliance specifications, IDFA settings) | + `submission_information` | Extra information for the submission (e.g. compliance specifications) | `team_id` | The ID of your App Store Connect team if you're in multiple teams | [*](#parameters-legend-dynamic) `team_name` | The name of your App Store Connect team if you're in multiple teams | [*](#parameters-legend-dynamic) `dev_portal_team_id` | The short ID of your Developer Portal team, if you're in multiple teams. Different from your iTC team ID! | [*](#parameters-legend-dynamic) diff --git a/docs/generated/actions/upload_to_testflight.md b/docs/generated/actions/upload_to_testflight.md index ee448578f1..19ca58ccab 100644 --- a/docs/generated/actions/upload_to_testflight.md +++ b/docs/generated/actions/upload_to_testflight.md @@ -90,7 +90,17 @@ _pilot_ does all kinds of magic for you: - Automatically detects the bundle identifier from your `ipa` file - Automatically fetch the AppID of your app based on the bundle identifier -_pilot_ uses [_spaceship_](https://spaceship.airforce) to submit the build metadata and the iTunes Transporter to upload the binary. Because iTunes Transporter's upload capability is only supported on OS X, `pilot upload` does not work on Linux, as described [in this issue](https://github.com/fastlane/fastlane/issues/5789) +_pilot_ uses [_spaceship_](https://spaceship.airforce) to submit the build metadata and the iTunes Transporter to upload the binary. + +### Upload from Linux + +To upload binaries from Linux: +- make sure you have [Transporter on Linux](https://help.apple.com/itc/transporteruserguide/en.lproj/static.html) installed +- set the following environment variables: + - `FASTLANE_ITUNES_TRANSPORTER_USE_SHELL_SCRIPT=true` + - `FASTLANE_ITUNES_TRANSPORTER_PATH=/usr/local/itms` (_or the path where Transporter is installed_) + +_Note: fastlane will temporarily save the upload credentials in `$HOME/.appstoreconnect/private_keys/`. Any other files in that directory will be deleted upon upload completion._ ## List builds diff --git a/docs/plugins/available-plugins.md b/docs/plugins/available-plugins.md index 1ce38d0a61..c9cbb55e92 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 ----- -
103060
+
152038

firebase_app_distribution

@@ -29,14 +29,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - firebase_app_distribution + firebase_app_distribution_add_testers - - Release your beta builds with Firebase App Distribution + Create testers in bulk from a comma-separated list or a file - firebase_app_distribution_add_testers + firebase_app_distribution_get_udids - - Create testers in bulk from a comma-separated list or a file + Download the UDIDs of your Firebase App Distribution testers firebase_app_distribution_create_group @@ -49,14 +49,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas Delete a tester group - firebase_app_distribution_get_latest_release + firebase_app_distribution - - Fetches the latest release in Firebase App Distribution + Release your beta builds with Firebase App Distribution - firebase_app_distribution_get_udids + firebase_app_distribution_get_latest_release - - Download the UDIDs of your Firebase App Distribution testers + Fetches the latest release in Firebase App Distribution firebase_app_distribution_remove_testers @@ -88,17 +88,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 132 + 129 More subscribers = more popular project stars - 162 + 180 More stars = more popular project forks - 150 + 170 More forks = more people seem to use/modify this project @@ -113,7 +113,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 35 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 - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 102438 + 151375 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 ----- -
77451
+
112193

appcenter

@@ -171,9 +171,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appcenter_codepush_release_react + appcenter_fetch_version_number - - CodePush release react action + Fetches the latest version number of an app or the last build number of a version from App Center appcenter_fetch_devices @@ -181,9 +181,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas Fetches a list of devices from App Center to distribute an iOS app to - appcenter_fetch_version_number + appcenter_codepush_release_react - - Fetches the latest version number of an app or the last build number of a version from App Center + CodePush release react action appcenter_upload @@ -215,17 +215,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 42 + 39 More subscribers = more popular project stars - 504 + 510 More stars = more popular project forks - 670 + 620 More forks = more people seem to use/modify this project @@ -240,7 +240,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 49 Project that have been around for longer tend to be more stable @@ -250,12 +250,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -43 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 76056 + 110795 More downloads = more users have been using the plugin for a while @@ -276,13 +276,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
36795
+
53013
-

versioning

+

sentry

-

via Siarhei Fiedartsou, John Douglas

+

via Sentry

-> Allows to set/get app version and build number directly to/from Info.plist +> Upload symbols to Sentry
@@ -298,64 +298,59 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ci_build_number - building - Detects current build number defined by CI system - - - get_app_store_version_number + sentry_upload_dsym - - Get the version number of your app in the App Store + Upload dSYM symbolication files to Sentry - get_build_number_from_plist + sentry_set_commits - - Get the build number of your project + Set commits of a release - get_build_number_from_xcodeproj + sentry_debug_files_upload - - Get the build number of your project + Upload debugging information files. - get_info_plist_path + sentry_upload_sourcemap - - Get the version number of your project + Upload one or more sourcemap(s) to a release of a project on Sentry - get_version_number_from_git_branch + sentry_finalize_release - - Extract version number from git branch name + Finalize a release for a project on Sentry - get_version_number_from_plist + sentry_upload_file - - Get the version number of your project + Upload files to a release of a project on Sentry - get_version_number_from_xcodeproj + sentry_create_deploy - - Get the version number of your project + Creates a new release deployment for a project on Sentry - increment_build_number_in_plist + sentry_upload_proguard - - Increment the build number of your project + Upload mapping to a project on Sentry - increment_build_number_in_xcodeproj + sentry_create_release - - Increment build number in xcodeproj + Create new releases for a project on Sentry - increment_version_number_in_plist + sentry_check_cli_installed - - Increment the version number of your project + Checks that sentry-cli with the correct version is installed - increment_version_number_in_xcodeproj + sentry_upload_dif - - Increment build number in xcodeproj + Upload debugging information files. @@ -382,17 +377,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 18 + 150 More subscribers = more popular project stars - 483 + 142 More stars = more popular project forks - 295 + 255 More forks = more people seem to use/modify this project @@ -407,22 +402,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 54 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -8 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 35810 + 52236 More downloads = more users have been using the plugin for a while @@ -437,19 +432,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
31748
+
51544
-

sentry

+

versioning

-

via Sentry

+

via Siarhei Fiedartsou, John Douglas

-> Upload symbols to Sentry +> Allows to set/get app version and build number directly to/from Info.plist
@@ -465,59 +460,64 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sentry_check_cli_installed + get_version_number_from_git_branch - - Checks that sentry-cli with the correct version is installed + Extract version number from git branch name - sentry_create_deploy + increment_build_number_in_xcodeproj - - Creates a new release deployment for a project on Sentry + Increment build number in xcodeproj - sentry_create_release + get_version_number_from_plist - - Create new releases for a project on Sentry + Get the version number of your project - sentry_debug_files_upload + get_build_number_from_plist - - Upload debugging information files. + Get the build number of your project - sentry_finalize_release + ci_build_number + building + Detects current build number defined by CI system + + + get_version_number_from_xcodeproj - - Finalize a release for a project on Sentry + Get the version number of your project - sentry_set_commits + increment_version_number_in_xcodeproj - - Set commits of a release + Increment build number in xcodeproj - sentry_upload_dif + increment_version_number_in_plist - - Upload debugging information files. + Increment the version number of your project - sentry_upload_dsym + get_app_store_version_number - - Upload dSYM symbolication files to Sentry + Get the version number of your app in the App Store - sentry_upload_file + get_info_plist_path - - Upload files to a release of a project on Sentry + Get the version number of your project - sentry_upload_proguard + get_build_number_from_xcodeproj - - Upload mapping to a project on Sentry + Get the build number of your project - sentry_upload_sourcemap + increment_build_number_in_plist - - Upload one or more sourcemap(s) to a release of a project on Sentry + Increment the build number of your project @@ -544,17 +544,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 129 + 21 More subscribers = more popular project stars - 131 + 526 More stars = more popular project forks - 250 + 320 More forks = more people seem to use/modify this project @@ -569,22 +569,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 54 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -9 + -14 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 31020 + 50487 More downloads = more users have been using the plugin for a while @@ -599,13 +599,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
31503
+
40711

badge

@@ -681,7 +681,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 51 Project that have been around for longer tend to be more stable @@ -696,7 +696,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 31092 + 40293 More downloads = more users have been using the plugin for a while @@ -717,7 +717,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
19953
+
28964

increment_version_code

@@ -793,7 +793,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 53 Project that have been around for longer tend to be more stable @@ -808,7 +808,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19768 + 28772 More downloads = more users have been using the plugin for a while @@ -829,7 +829,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
18209
+
26232

versioning_android

@@ -920,7 +920,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 45 Project that have been around for longer tend to be more stable @@ -935,7 +935,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17842 + 25858 More downloads = more users have been using the plugin for a while @@ -956,13 +956,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
16389
+
20613
-

bugsnag

+

test_center

-

via Delisa Mason

+

via Lyndsey Ferguson

+ +> 🎯 Understand, tame, and train your iOS & Mac tests 🎉 -> Uploads dSYM files to Bugsnag
@@ -978,14 +979,79 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - send_build_to_bugsnag - building - Notifies Bugsnag of a build + collate_html_reports + testing + 🔶 Combines multiple html report files into one html report file - upload_symbols_to_bugsnag + collate_json_reports + testing + 🔹 Combines multiple json report files into one json report file + + + collate_junit_reports + testing + 🔷 Combines multiple junit report files into one junit report file + + + collate_test_result_bundles + testing + 🔸 Combines multiple test_result bundles into one test_result bundle + + + collate_xcresults - - Uploads dSYM debug symbol files to Bugsnag + 🔸 Combines multiple xcresult bundles into one xcresult bundle + + + multi_scan + testing + ♻️ Uses scan to run Xcode tests a given number of times, with the option of batching and/or parallelizing them, only re-testing failing tests. + + + quit_core_simulator_service + testing + 📲 Force-quits the com.apple.CoreSimulator.CoreSimulatorService to fix mysterious iOS Simulator issues. + + + suppress_tests + testing + 🗜 Suppresses specific tests in a specific or all Xcode Schemes in a given project + + + suppress_tests_from_junit + testing + 🗜 Uses a junit xml report file to suppress either passing or failing tests in an Xcode Scheme + + + suppressed_tests + testing + 🗜 Retrieves a list of tests that are suppressed in a specific or all Xcode Schemes in a project + + + test_options_from_testplan + testing + ☑️ Gets test info from a given test plan + + + testplans_from_scheme + testing + ☑️Gets all the testplans that a Scheme references + + + tests_from_junit + testing + ☑️ Retrieves the failing and passing tests as reported in a junit xml file + + + tests_from_xcresult + testing + ☑️ Retrieves the failing, passing, skipped, and expected failing tests as reported in a xcresult bundle + + + tests_from_xctestrun + testing + ️️☑️ Retrieves all of the tests from xctest bundles referenced by the xctestrun file @@ -1012,17 +1078,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 63 + 45 More subscribers = more popular project stars - 31 + 270 More stars = more popular project forks - 45 + 300 More forks = more people seem to use/modify this project @@ -1047,17 +1113,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -4 + -22 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 16108 + 19794 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -1067,20 +1133,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
15371
+
20478
-

test_center

- -

via Lyndsey Ferguson

+

aws_s3

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

via Josh Holtz

+> Upload IPA and APK to S3
@@ -1096,79 +1161,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - collate_html_reports - testing - 🔶 Combines multiple html report files into one html report file - - - collate_json_reports - testing - 🔹 Combines multiple json report files into one json report file - - - collate_junit_reports - testing - 🔷 Combines multiple junit report files into one junit report file - - - collate_test_result_bundles - testing - 🔸 Combines multiple test_result bundles into one test_result bundle - - - collate_xcresults + aws_s3 - - 🔸 Combines multiple xcresult bundles into one xcresult bundle - - - multi_scan - testing - ♻️ Uses scan to run Xcode tests a given number of times, with the option of batching and/or parallelizing them, only re-testing failing tests. - - - quit_core_simulator_service - testing - 📲 Force-quits the com.apple.CoreSimulator.CoreSimulatorService to fix mysterious iOS Simulator issues. - - - suppress_tests - testing - 🗜 Suppresses specific tests in a specific or all Xcode Schemes in a given project - - - suppress_tests_from_junit - testing - 🗜 Uses a junit xml report file to suppress either passing or failing tests in an Xcode Scheme - - - suppressed_tests - testing - 🗜 Retrieves a list of tests that are suppressed in a specific or all Xcode Schemes in a project - - - test_options_from_testplan - testing - ☑️ Gets test info from a given test plan - - - testplans_from_scheme - testing - ☑️Gets all the testplans that a Scheme references - - - tests_from_junit - testing - ☑️ Retrieves the failing and passing tests as reported in a junit xml file - - - tests_from_xcresult - testing - ☑️ Retrieves the failing, passing, skipped, and expected failing tests as reported in a xcresult bundle - - - tests_from_xctestrun - testing - ️️☑️ Retrieves all of the tests from xctest bundles referenced by the xctestrun file + Generates a plist file and uploads all to AWS S3 @@ -1190,17 +1185,17 @@ 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 - 45 + 12 More subscribers = more popular project stars - 270 + 121 More stars = more popular project @@ -1220,7 +1215,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 54 Project that have been around for longer tend to be more stable @@ -1230,17 +1225,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -22 + -18 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 14559 + 19738 More downloads = more users have been using the plugin for a while tests - 80 + 9 The more tests a plugin has, the better @@ -1250,19 +1245,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
14929
+
19553
-

aws_s3

+

bugsnag

-

via Josh Holtz

+

via Delisa Mason

-> Upload IPA and APK to S3 +> Uploads dSYM files to Bugsnag
@@ -1278,9 +1273,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - aws_s3 + upload_symbols_to_bugsnag - - Generates a plist file and uploads all to AWS S3 + Uploads dSYM debug symbol files to Bugsnag + + + send_build_to_bugsnag + building + Notifies Bugsnag of a build @@ -1302,22 +1302,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 + 87 More subscribers = more popular project stars - 121 + 37 More stars = more popular project forks - 300 + 65 More forks = more people seem to use/modify this project @@ -1332,7 +1332,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 53 Project that have been around for longer tend to be more stable @@ -1342,17 +1342,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 - 14196 + 19215 More downloads = more users have been using the plugin for a while tests - 9 + 0 The more tests a plugin has, the better @@ -1362,13 +1362,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
11899
+
17552

bundletool

@@ -1424,12 +1424,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 30 + 34 More stars = more popular project forks - 40 + 60 More forks = more people seem to use/modify this project @@ -1444,7 +1444,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 33 Project that have been around for longer tend to be more stable @@ -1454,17 +1454,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 - 11689 + 17307 More downloads = more users have been using the plugin for a while tests - 12 + 15 The more tests a plugin has, the better @@ -1480,13 +1480,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
10398
+
16149
-

browserstack

+

json

-

via BrowserStack

+

via Martin Gonzalez

-> Uploads IPA and APK files to BrowserStack for automation and manual testing. +> actions related to json files
@@ -1502,14 +1502,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_browserstack_app_automate + write_json - - Uploads IPA and APK files to BrowserStack AppAutomate for running automated tests. + Write a json file from a hash at the provided path - upload_to_browserstack_app_live + download_json - - Uploads IPA and APK files to BrowserStack AppLive for running manual tests. + 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 @@ -1531,22 +1541,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 + 11 More stars = more popular project forks - 35 + 20 More forks = more people seem to use/modify this project @@ -1561,22 +1571,22 @@ 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 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 - 10148 + 15936 More downloads = more users have been using the plugin for a while @@ -1591,19 +1601,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
9918
+
15669
-

load_json

+

xcconfig

-

via Felix Krause

+

via Sergii Ovcharenko

-> Loads a local JSON file and parses it +> Adds 2 actions to fastlane to read and update xcconfig files.
@@ -1619,9 +1629,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - load_json + update_xcconfig_value - - Loads a local JSON file and parses it + Updates value of a setting in xcconfig file. + + + set_xcconfig_value + - + Sets the value of a setting in xcconfig file. + + + get_xcconfig_value + - + Reads a value of a setting from xcconfig file. @@ -1643,7 +1663,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 @@ -1653,12 +1673,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 52 More stars = more popular project forks - 0 + 35 More forks = more people seem to use/modify this project @@ -1668,17 +1688,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 42 + 44 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -1688,12 +1708,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9819 + 15405 More downloads = more users have been using the plugin for a while tests - 0 + 30 The more tests a plugin has, the better @@ -1703,19 +1723,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
9664
+
15622
-

json

+

browserstack

-

via Martin Gonzalez

+

via BrowserStack

-> actions related to json files +> Uploads IPA and APK files to BrowserStack for automation and manual testing.
@@ -1731,24 +1751,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_json - - - Downloads a json file and expose a hash with symbolized names as result - - - merge_jsons - - - Merge a group of jsons files and expose a hash with symbolized names as result. Last json predominate over the rest - - - read_json + upload_to_browserstack_app_automate - - Read a json file and expose a hash with symbolized names as result + Uploads IPA and APK files to BrowserStack AppAutomate for running automated tests. - write_json + upload_to_browserstack_app_live - - Write a json file from a hash at the provided path + Uploads IPA and APK files to BrowserStack AppLive for running manual tests. @@ -1770,22 +1780,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 + 30 More subscribers = more popular project stars - 8 + 21 More stars = more popular project forks - 10 + 85 More forks = more people seem to use/modify this project @@ -1800,27 +1810,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 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 + -10 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 9464 + 15312 More downloads = more users have been using the plugin for a while tests - 51 + 72 The more tests a plugin has, the better @@ -1830,19 +1840,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
9376
+
13577
-

xcconfig

+

load_json

-

via Sergii Ovcharenko

+

via Felix Krause

-> Adds 2 actions to fastlane to read and update xcconfig files. +> Loads a local JSON file and parses it
@@ -1858,19 +1868,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_xcconfig_value - - - Updates value of a setting in xcconfig file. - - - set_xcconfig_value - - - Sets the value of a setting in xcconfig file. - - - get_xcconfig_value + load_json - - Reads a value of a setting from xcconfig file. + Loads a local JSON file and parses it @@ -1892,7 +1892,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 @@ -1902,12 +1902,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 6 + 3 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -1917,17 +1917,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 - 37 + 49 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -1937,12 +1937,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9185 + 13471 More downloads = more users have been using the plugin for a while tests - 30 + 0 The more tests a plugin has, the better @@ -1952,13 +1952,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
9216
+
11668

appicon

@@ -2039,7 +2039,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 54 Project that have been around for longer tend to be more stable @@ -2054,7 +2054,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8471 + 10916 More downloads = more users have been using the plugin for a while @@ -2075,13 +2075,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
8427
+
10461
-

trainer

+

slack_bot

-

via KrauseFx

+

via Manish Rathi

-> Convert xcodebuild plist files to JUnit reports +> A fastlane plugin to post slack message using bot api token. 🚀
@@ -2097,9 +2097,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - trainer + delete_slack_message - - Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed + Deleate a slack message using time-stamp(ts) value + + + file_upload_to_slack + - + Upload a file to slack channel + + + post_to_slack + - + Post a slack message + + + fetch_files_slack + - + List files of any #channel using Slack bot `files.list` api. + + + update_slack_message + - + Update a slack message using time-stamp(ts) value @@ -2121,22 +2141,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 - 18 + 3 More subscribers = more popular project stars - 132 + 38 More stars = more popular project forks - 110 + 30 More forks = more people seem to use/modify this project @@ -2151,27 +2171,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 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 - -8 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 7993 + 10259 More downloads = more users have been using the plugin for a while tests - 24 + 3 The more tests a plugin has, the better @@ -2181,13 +2201,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
7939
+
10178

changelog

@@ -2278,7 +2298,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 54 Project that have been around for longer tend to be more stable @@ -2293,7 +2313,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7280 + 9512 More downloads = more users have been using the plugin for a while @@ -2314,7 +2334,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
7929
+
9744

get_version_name

@@ -2390,7 +2410,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 53 Project that have been around for longer tend to be more stable @@ -2405,7 +2425,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7807 + 9615 More downloads = more users have been using the plugin for a while @@ -2426,7 +2446,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
6031
+
8858

emerge

@@ -2447,6 +2467,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas + + emerge_snapshot + - + Fastlane plugin for Emerge to generate iOS snapshots + emerge - @@ -2457,11 +2482,6 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - Fastlane plugin to download order files - - emerge_snapshot - - - Fastlane plugin for Emerge to generate iOS snapshots - @@ -2492,12 +2512,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 12 + 14 More stars = more popular project forks - 10 + 25 More forks = more people seem to use/modify this project @@ -2512,7 +2532,7 @@ 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 @@ -2522,12 +2542,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 - 5904 + 8708 More downloads = more users have been using the plugin for a while @@ -2548,13 +2568,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
5841
+
8478
-

yarn

+

trainer

-

via Josh Lesch

+

via KrauseFx

-> Execute Yarn commands from your Fastfile +> Convert xcodebuild plist files to JUnit reports
@@ -2570,9 +2590,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - yarn + trainer - - Execute Yarn commands from your Fastfile + Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed @@ -2594,22 +2614,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 24 + 42 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 18 More subscribers = more popular project stars - 16 + 132 More stars = more popular project forks - 30 + 110 More forks = more people seem to use/modify this project @@ -2624,119 +2644,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 - 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 - 5600 - More downloads = more users have been using the plugin for a while - - - tests - 21 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
5711
- -

get_version_code

- -

via Jems

- -> Get the version code of anAndroid project. This action will return the version code of your project according to the one set in your build.gradle file - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
get_version_code-Get the version code of an Android project. This action will return the version code of your project according to the one set in your build.gradle file
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -2746,17 +2654,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + - + @@ -2766,19 +2674,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
5238
+
8088
-

lizard

+

yarn

-

via Moses Liao

+

via Josh Lesch

-> Run swift code complexity analytics using Lizard +> Execute Yarn commands from your Fastfile
@@ -2794,9 +2702,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
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
age4654 Project that have been around for longer tend to be more stable
github_issues0-8 Lots of open issues are not a good sign usually, unless the project is really popular
downloads55898036 More downloads = more users have been using the plugin for a while
tests324 The more tests a plugin has, the better
lizardyarn -Run lizard code cyclomatic complexity analysis.Execute Yarn commands from your Fastfile
@@ -2818,22 +2726,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 - 21 + 6 More subscribers = more popular project stars - 19 + 16 More stars = more popular project forks - 55 + 30 More forks = more people seem to use/modify this project @@ -2848,7 +2756,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 51 Project that have been around for longer tend to be more stable @@ -2863,12 +2771,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4934 + 7840 More downloads = more users have been using the plugin for a while tests - 72 + 21 The more tests a plugin has, the better @@ -2878,13 +2786,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
4749
+
6923

increment_version_name

@@ -2960,7 +2868,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 53 Project that have been around for longer tend to be more stable @@ -2975,7 +2883,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4652 + 6819 More downloads = more users have been using the plugin for a while @@ -2996,13 +2904,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
4610
+
6853
-

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
@@ -3018,9 +2926,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 @@ -3042,7 +2950,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 @@ -3052,12 +2960,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 @@ -3067,12 +2975,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 + 53 Project that have been around for longer tend to be more stable @@ -3082,17 +2990,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 - 4500 + 6724 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -3102,19 +3010,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
4496
+
6634
-

rome

+

lizard

-

via François Benaiteau, Tommaso Piazza

+

via Moses Liao

-> A cache tool for Carthage +> Run swift code complexity analytics using Lizard
@@ -3130,9 +3038,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rome + lizard - - An S3 cache tool for Carthage + Run lizard code cyclomatic complexity analysis. @@ -3154,22 +3062,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 36 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 9 + 21 More subscribers = more popular project stars - 16 + 19 More stars = more popular project forks - 30 + 55 More forks = more people seem to use/modify this project @@ -3184,27 +3092,27 @@ 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 github_issues - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 4290 + 6323 More downloads = more users have been using the plugin for a while tests - 6 + 72 The more tests a plugin has, the better @@ -3214,13 +3122,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
4453
+
6414

huawei_appgallery_connect

@@ -3242,32 +3150,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - huawei_appgallery_connect + huawei_appgallery_connect_update_app_localization - Huawei AppGallery Connect Plugin - huawei_appgallery_connect_get_app_id + huawei_appgallery_connect_submit_for_review - Huawei AppGallery Connect Plugin - huawei_appgallery_connect_get_app_info + huawei_appgallery_connect_set_gms_dependency - Huawei AppGallery Connect Plugin - huawei_appgallery_connect_set_gms_dependency + huawei_appgallery_connect - Huawei AppGallery Connect Plugin - huawei_appgallery_connect_submit_for_review + huawei_appgallery_connect_get_app_info - Huawei AppGallery Connect Plugin - huawei_appgallery_connect_update_app_localization + huawei_appgallery_connect_get_app_id - Huawei AppGallery Connect Plugin @@ -3296,17 +3204,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 18 + 15 More subscribers = more popular project stars - 81 + 88 More stars = more popular project forks - 95 + 135 More forks = more people seem to use/modify this project @@ -3321,7 +3229,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 33 Project that have been around for longer tend to be more stable @@ -3331,12 +3239,12 @@ 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 - 4131 + 6045 More downloads = more users have been using the plugin for a while @@ -3357,13 +3265,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
3961
+
6285
-

android_versioning

+

xchtmlreport

-

via Manabu OHTAKE

+

via Titouan Van Belle

-> Allows to set/get app version name and version code directly to/from build.gradle +> Plugin for XCHTMLReport
@@ -3379,34 +3287,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 + xchtmlreport - - Set the value of your project + Xcode-like HTML report for Unit and UI Tests @@ -3428,22 +3311,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 + 10 More forks = more people seem to use/modify this project @@ -3453,12 +3336,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 + 35 Project that have been around for longer tend to be more stable @@ -3473,12 +3356,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3644 + 6168 More downloads = more users have been using the plugin for a while tests - 66 + 0 The more tests a plugin has, the better @@ -3488,19 +3371,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3818
+
6167
-

brew

+

teams

-

via Michael Ruhl

+

via Morten Bøgh

-> Run Homebrew/Linuxbrew command +> Send a success/error message to your Microsoft Teams channel
@@ -3516,9 +3399,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - brew - - - Run Homebrew/Linuxbrew command + teams + notifications + Send a message to your Microsoft Teams channel via the webhook connector @@ -3540,22 +3423,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 - 36 + 6 More subscribers = more popular project stars - 2 + 6 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -3570,7 +3453,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 49 Project that have been around for longer tend to be more stable @@ -3585,7 +3468,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3659 + 6028 More downloads = more users have been using the plugin for a while @@ -3600,42 +3483,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3778
- -

slack_upload

- -

via Dawid Cieslak

- -> Uploads specified file to Slack +
6073
+

wpmreleasetoolkit

-
-Provided actions +

via Automattic

- - - - - - - - - - - - - - - -
NameCategoryDescription
slack_upload-Uploads given file to Slack
+> GitHub helper functions -
@@ -3657,17 +3518,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 57 More subscribers = more popular project stars - 0 + 32 More stars = more popular project forks - 0 + 45 More forks = more people seem to use/modify this project @@ -3682,27 +3543,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 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 - 0 + -46 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 3670 + 5763 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -3712,13 +3573,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3711
+
5794

properties

@@ -3819,7 +3680,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 35 Project that have been around for longer tend to be more stable @@ -3834,7 +3695,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3563 + 5639 More downloads = more users have been using the plugin for a while @@ -3855,13 +3716,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
3544
+
5151
-

slack_bot

+

brew

-

via Manish Rathi

+

via Michael Ruhl

-> A fastlane plugin to post slack message using bot api token. 🚀 +> Run Homebrew/Linuxbrew command
@@ -3877,29 +3738,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - delete_slack_message - - - Deleate a slack message using time-stamp(ts) value - - - fetch_files_slack - - - List files of any #channel using Slack bot `files.list` api. - - - file_upload_to_slack - - - Upload a file to slack channel - - - post_to_slack - - - Post a slack message - - - update_slack_message + brew - - Update a slack message using time-stamp(ts) value + Run Homebrew/Linuxbrew command @@ -3921,22 +3762,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 + 36 More subscribers = more popular project stars - 33 + 2 More stars = more popular project forks - 25 + 0 More forks = more people seem to use/modify this project @@ -3951,12 +3792,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 49 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -3966,7 +3807,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3357 + 4985 More downloads = more users have been using the plugin for a while @@ -3981,19 +3822,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3495
+
5011
-

teams

+

android_versioning

-

via Morten Bøgh

+

via Manabu OHTAKE

-> Send a success/error message to your Microsoft Teams channel +> Allows to set/get app version name and version code directly to/from build.gradle
@@ -4009,9 +3850,34 @@ 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 + 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 @@ -4033,7 +3899,7 @@ 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 @@ -4043,12 +3909,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 6 + 51 More stars = more popular project forks - 5 + 65 More forks = more people seem to use/modify this project @@ -4058,12 +3924,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 + 50 Project that have been around for longer tend to be more stable @@ -4073,17 +3939,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 - 3364 + 4687 More downloads = more users have been using the plugin for a while tests - 3 + 66 The more tests a plugin has, the better @@ -4093,19 +3959,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3322
+
4935
-

xcodegen

+

rome

-

via Michael Ruhl

+

via François Benaiteau, Tommaso Piazza

-> Run xcodegen for the project +> A cache tool for Carthage
@@ -4121,9 +3987,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcodegen + rome - - Runs `xcodegen` for the project + An S3 cache tool for Carthage @@ -4145,22 +4011,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 36 The more contributors a project has, the more likely it is it stays alive subscribers - 21 + 9 More subscribers = more popular project stars - 17 + 16 More stars = more popular project forks - 15 + 30 More forks = more people seem to use/modify this project @@ -4175,27 +4041,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 49 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 3079 + 4722 More downloads = more users have been using the plugin for a while tests - 36 + 6 The more tests a plugin has, the better @@ -4205,19 +4071,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
3195
+
4932
-

semantic_release

+

slack_upload

-

via Jiří Otáhal

+

via Dawid Cieslak

-> Automated version managment and generator of release notes. +> Uploads specified file to Slack
@@ -4233,14 +4099,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 @@ -4267,17 +4128,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 @@ -4292,27 +4153,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 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 - -11 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2557 + 4817 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -4322,20 +4183,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2936
+
4689
-

update_android_strings

+

docc

-

via bang

+

via Kukurijek

-> Update Android res strings.xml +> Automate docc - documentation for swift frameworks and packages + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
docc-Automate docc - documentation for swift frameworks and packages
+
@@ -4357,12 +4240,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 3 More stars = more popular project @@ -4377,32 +4260,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 + 24 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 - 2916 + 4545 More downloads = more users have been using the plugin for a while tests - 0 + 15 The more tests a plugin has, the better @@ -4412,20 +4295,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
2842
+
4389
-

update_provisioning_profile_specifier

+

datadog

-

via Jordan Bondo

+

via Datadog, Inc.

-> Update the provisioning profile in the Xcode Project file for a specified target +> Datadog actions for iOS development
@@ -4441,9 +4323,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_provisioning_profile_specifier - - - Update the provisioning profile in the Xcode Project file for a specified target + upload_symbols_to_datadog + misc + Uploads dSYM files to Datadog in order to symbolicate crash reports @@ -4465,42 +4347,42 @@ 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 + 27 More subscribers = more popular project stars - 20 + 3 More stars = more popular project forks - 30 + 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 readme_score - 25 + 50 How well is the README of the document written age - 45 + 21 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -4510,12 +4392,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2663 + 4311 More downloads = more users have been using the plugin for a while tests - 3 + 15 The more tests a plugin has, the better @@ -4525,19 +4407,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2562
+
4360
-

commit_android_version_bump

+

xcodegen

-

via jems

+

via Michael Ruhl

-> 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 +> Run xcodegen for the project
@@ -4553,9 +4435,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - commit_android_version_bump + xcodegen - - 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 + Runs `xcodegen` for the project @@ -4577,22 +4459,22 @@ 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 subscribers - 3 + 21 More subscribers = more popular project stars - 4 + 17 More stars = more popular project forks - 20 + 15 More forks = more people seem to use/modify this project @@ -4602,32 +4484,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 - 46 + 43 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2432 + 4110 More downloads = more users have been using the plugin for a while tests - 3 + 36 The more tests a plugin has, the better @@ -4637,19 +4519,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2482
+
3761
-

automated_test_emulator_run

+

semantic_release

-

via Kamil Krzyk

+

via Jiří Otáhal

-> 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. +> Automated version managment and generator of release notes.
@@ -4665,9 +4547,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - automated_test_emulator_run + analyze_commits + - - - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. + + + conventional_changelog + - + Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. @@ -4689,22 +4576,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 30 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 9 + 12 More subscribers = more popular project stars - 75 + 187 More stars = more popular project forks - 85 + 240 More forks = more people seem to use/modify this project @@ -4719,7 +4606,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 37 Project that have been around for longer tend to be more stable @@ -4729,17 +4616,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -5 + -11 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2139 + 3116 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -4749,42 +4636,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2480
- -

dropbox

- -

via Dominik Kapusta

- -> Uploads files to Dropbox +
3734
+

update_android_strings

-
-Provided actions +

via bang

- - - - - - - - - - - - - - - -
NameCategoryDescription
dropbox-Uploads files to Dropbox
+> Update Android res strings.xml -
@@ -4801,22 +4666,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 + 0 More subscribers = more popular project stars - 3 + 0 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -4826,12 +4691,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 - 38 + 0 Project that have been around for longer tend to be more stable @@ -4841,17 +4706,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 - 2301 + 3714 More downloads = more users have been using the plugin for a while tests - 30 + 0 The more tests a plugin has, the better @@ -4861,19 +4726,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
2249
+
3593
-

google_drive

+

update_provisioning_profile_specifier

-

via Bumsoo Kim

+

via Jordan Bondo

-> Upload files to Google Drive +> Update the provisioning profile in the Xcode Project file for a specified target
@@ -4889,29 +4755,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - 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 + update_provisioning_profile_specifier - - Upload files to Google Drive + Update the provisioning profile in the Xcode Project file for a specified target @@ -4938,17 +4784,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 51 + 20 More stars = more popular project forks - 70 + 30 More forks = more people seem to use/modify this project @@ -4958,32 +4804,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 37 + 52 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1940 + 3407 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -4993,19 +4839,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2233
+
3268
-

aws_device_farm

+

unzip

-

via Helmut Januschka

+

via Massimo Oliviero

-> Run UI Tests on AWS Devicefarm +> Extract compressed files in a ZIP
@@ -5021,14 +4867,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 + unzip - - Packages .app from deriveddata to an aws-compatible ipa + Extract compressed files in a ZIP @@ -5050,22 +4891,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 - 18 + 3 More subscribers = more popular project stars - 85 + 2 More stars = more popular project forks - 165 + 0 More forks = more people seem to use/modify this project @@ -5080,22 +4921,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 54 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -5 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1852 + 3100 More downloads = more users have been using the plugin for a while @@ -5110,19 +4951,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2214
+
3226
-

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
@@ -5138,9 +4979,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 @@ -5162,22 +5003,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 - 30 + 3 More subscribers = more popular project stars - 115 + 4 More stars = more popular project forks - 190 + 20 More forks = more people seem to use/modify this project @@ -5187,32 +5028,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 - 44 + 53 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -21 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1756 + 3089 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -5222,19 +5063,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
2090
+
3131
-

telegram

+

google_drive

-

via sergpetrov

+

via Bumsoo Kim

-> Allows post messages to telegram channel +> Upload files to Google Drive
@@ -5250,105 +5091,35 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - telegram + update_google_drive_file - - Allows post messages to telegram channel - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + + - - - + + + - - - + + + - - - + + +
MetricPointsDescription
contributors30The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars43More stars = more popular project
forks30More 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
age40Project that have been around for longer tend to be more stableUpdate a Google Drive file
major_release0Post 1.0 releases are greatupload_to_google_drive-Upload files to Google Drive
github_issues-3Lots of open issues are not a good sign usually, unless the project is really popularfind_google_drive_file_by_id-Find a Google Drive file or folder by ID
downloads1896More downloads = more users have been using the plugin for a whilefind_google_drive_file_by_title-Find a Google Drive file or folder by title
tests3The more tests a plugin has, the bettercreate_google_drive_folder-Create new folder on Google Drive
-

- - Open on GitHub - -

- ------ - -
2082
- -

upload_symbols_to_new_relic

- -

via Helmut Januschka

- -> Uploads dSym to New Relic - -
Score details @@ -5369,17 +5140,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project stars - 0 + 54 More stars = more popular project forks - 0 + 75 More forks = more people seem to use/modify this project @@ -5389,12 +5160,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 @@ -5404,17 +5175,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 - 2062 + 2806 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -5424,20 +5195,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
1755
+
3083
-

settings_bundle

+

automated_test_emulator_run

-

via Jimmy Dee

+

via Kamil Krzyk

-> Fastlane plugin to update static settings in an iOS settings bundle +> 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.
@@ -5453,9 +5223,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_settings_bundle - project - actions. + automated_test_emulator_run + - + Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. @@ -5477,22 +5247,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 - 6 + 9 More subscribers = more popular project stars - 20 + 75 More stars = more popular project forks - 40 + 85 More forks = more people seem to use/modify this project @@ -5507,7 +5277,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 54 Project that have been around for longer tend to be more stable @@ -5517,17 +5287,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 - 1465 + 2732 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -5537,19 +5307,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1723
+
3019
-

unzip

+

dynatrace

-

via Massimo Oliviero

+

via Dynatrace LLC

-> Extract compressed files in a ZIP +> This action processes and uploads your symbol files to Dynatrace
@@ -5565,9 +5335,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - unzip + dynatrace_process_symbols - - Extract compressed files in a ZIP + This action processes and uploads your symbol files to Dynatrace. @@ -5589,27 +5359,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 + 21 More subscribers = more popular project stars - 2 + 11 More stars = more popular project forks - 0 + 30 More forks = more people seem to use/modify this project has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -5619,7 +5389,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 37 Project that have been around for longer tend to be more stable @@ -5634,12 +5404,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1562 + 2810 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -5649,19 +5419,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1715
+
2874
-

datadog

+

dropbox

-

via Datadog, Inc.

+

via Dominik Kapusta

-> Datadog actions for iOS development +> Uploads files to Dropbox
@@ -5677,9 +5447,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_symbols_to_datadog - misc - Uploads dSYM files to Datadog in order to symbolicate crash reports + dropbox + - + Uploads files to Dropbox @@ -5701,12 +5471,12 @@ 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 subscribers - 27 + 6 More subscribers = more popular project @@ -5716,12 +5486,12 @@ 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 has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -5731,7 +5501,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 14 + 45 Project that have been around for longer tend to be more stable @@ -5741,17 +5511,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 - 1644 + 2688 More downloads = more users have been using the plugin for a while tests - 15 + 30 The more tests a plugin has, the better @@ -5761,19 +5531,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1672
+
2641
-

run_tests_firebase_testlab

+

telegram

-

via Bruno Correia

+

via sergpetrov

-> Runs Android tests in Firebase Test Lab. +> Allows post messages to telegram channel
@@ -5789,9 +5559,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - run_tests_firebase_testlab - - + telegram - + Allows post messages to telegram channel @@ -5813,22 +5583,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 - 9 + 6 More subscribers = more popular project stars - 25 + 43 More stars = more popular project forks - 40 + 30 More forks = more people seem to use/modify this project @@ -5838,12 +5608,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 + 47 Project that have been around for longer tend to be more stable @@ -5858,12 +5628,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1414 + 2440 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -5873,42 +5643,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1629
- -

update_xcodeproj

- -

via Fumiya Nakamura

- -> Update Xcode projects +
2462
+

upload_symbols_to_new_relic

-
-Provided actions +

via Helmut Januschka

- - - - - - - - - - - - - - - -
NameCategoryDescription
update_xcodeproj-Update Xcode projects
+> Uploads dSym to New Relic -
@@ -5925,22 +5673,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 - 6 + 0 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -5950,17 +5698,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 - 45 + 0 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -5970,12 +5718,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1441 + 2442 More downloads = more users have been using the plugin for a while tests - 12 + 0 The more tests a plugin has, the better @@ -5985,19 +5733,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
1563
+
2455
-

docc

+

cordova

-

via Kukurijek

+

via Almouro

-> Automate docc - documentation for swift frameworks and packages +> Build your Cordova app
@@ -6013,9 +5762,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - docc - - - Automate docc - documentation for swift frameworks and packages + cordova + building + Build your Cordova app @@ -6042,17 +5791,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 30 More subscribers = more popular project stars - 0 + 115 More stars = more popular project forks - 0 + 190 More forks = more people seem to use/modify this project @@ -6067,7 +5816,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 16 + 51 Project that have been around for longer tend to be more stable @@ -6077,17 +5826,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -21 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1429 + 1990 More downloads = more users have been using the plugin for a while tests - 15 + 0 The more tests a plugin has, the better @@ -6097,21 +5846,48 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1503
+
2437
-

android_change_package_identifier

+

aws_device_farm

-

via MaximusMcCann

+

via Helmut Januschka

-> Change the package identifier in the AndroidManifest.xml file. Can revert as well. +> 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 @@ -6132,17 +5908,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 @@ -6152,12 +5928,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 + 52 Project that have been around for longer tend to be more stable @@ -6167,17 +5943,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 - 1483 + 2049 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -6187,20 +5963,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
1470
+
2114
-

property_file_read

+

run_tests_firebase_testlab

-

via United Classifieds

+

via Bruno Correia

-> Reads property file into dictionary +> Runs Android tests in Firebase Test Lab.
@@ -6216,9 +5991,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - property_file_read + run_tests_firebase_testlab + - - - Reads property file into dictionary @@ -6240,22 +6015,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 + 9 More subscribers = more popular project stars - 1 + 25 More stars = more popular project forks - 0 + 40 More forks = more people seem to use/modify this project @@ -6265,32 +6040,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 40 + 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 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1345 + 1849 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -6300,19 +6075,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1380
+
2043
-

git_tags

+

update_xcodeproj

-

via Fernando Saragoca

+

via Fumiya Nakamura

-> List git tags sorted by taggerdate +> Update Xcode projects
@@ -6328,9 +6103,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_tags - source_control - List git tags + update_xcodeproj + - + Update Xcode projects @@ -6352,22 +6127,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 + 6 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -6382,12 +6157,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 53 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -6397,12 +6172,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1251 + 1847 More downloads = more users have been using the plugin for a while tests - 9 + 12 The more tests a plugin has, the better @@ -6412,19 +6187,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1376
+
2021
-

get_product_bundle_id

+

settings_bundle

-

via Lyndsey Ferguson

+

via Jimmy Dee

-> Gets PRODUCT_BUNDLE_IDENTIFIER from the first buildable target in a given scheme +> Fastlane plugin to update static settings in an iOS settings bundle
@@ -6440,9 +6215,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_product_bundle_id - - - Gets PRODUCT_BUNDLE_IDENTIFIER from a buildable target in an Xcode project using a provided scheme + update_settings_bundle + project + actions. @@ -6464,22 +6239,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 + 6 More subscribers = more popular project stars - 6 + 20 More stars = more popular project forks - 10 + 40 More forks = more people seem to use/modify this project @@ -6489,32 +6264,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 - 42 + 52 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 - 1231 + 1724 More downloads = more users have been using the plugin for a while tests - 27 + 80 The more tests a plugin has, the better @@ -6524,19 +6299,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1370
+
1937
-

waldo

+

get_product_bundle_id

-

via John Pusey

+

via Lyndsey Ferguson

-> Upload build to Waldo +> Gets PRODUCT_BUNDLE_IDENTIFIER from the first buildable target in a given scheme
@@ -6552,9 +6327,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - waldo - testing - Upload a new build to [Waldo](https://www.waldo.io) + get_product_bundle_id + - + Gets PRODUCT_BUNDLE_IDENTIFIER from a buildable target in an Xcode project using a provided scheme @@ -6576,134 +6351,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 - 18 - More subscribers = more popular project - - - stars - 6 - More stars = more popular project - - - forks - 15 - More forks = more people seem to use/modify this project - - - has_mit_license - 20 - fastlane is MIT licensed, it's good to have plugins use MIT too - - - readme_score - 50 - How well is the README of the document written - - - age - 35 - 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 - 1193 - More downloads = more users have been using the plugin for a while - - - tests 3 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
1347
- -

synx

- -

via Afonso Graça

- -> Organise your Xcode project folder to match your Xcode groups. - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
synx-Organise your Xcode project folder to match your Xcode groups.
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - + - + @@ -6718,7 +6381,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -6733,12 +6396,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -6748,19 +6411,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1340
+
1888
-

dynatrace

+

firebase_test_lab_android

-

via Dynatrace LLC

+

via wasabeef

-> This action processes and uploads your symbol files to Dynatrace +> Test your app with Firebase Test Lab with ease using fastlane
@@ -6776,9 +6439,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
subscribers6 More subscribers = more popular project
stars266 More stars = more popular project
forks2010 More forks = more people seem to use/modify this project
age4749 Project that have been around for longer tend to be more stable
downloads12001785 More downloads = more users have been using the plugin for a while
tests327 The more tests a plugin has, the better
dynatrace_process_symbolsfirebase_test_lab_android -This action processes and uploads your symbol files to Dynatrace.Runs Android tests in Firebase Test Lab.
@@ -6800,27 +6463,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 21 + 51 More subscribers = more popular project stars - 11 + 25 More stars = more popular project forks - 25 + 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 @@ -6830,7 +6493,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 38 Project that have been around for longer tend to be more stable @@ -6840,17 +6503,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 - 1143 + 1658 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -6860,19 +6523,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1287
+
1802
-

instabug_official

+

appmetrica

-

via Instabug

+

via AppMetrica

-> Plugin to upload DSYMs to Instabug Dashboard. +> Upload dSYM symbolication files to AppMetrica
@@ -6888,9 +6551,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - instabug_official - - + upload_symbols_to_appmetrica - + Upload dSYM symbolication files to AppMetrica @@ -6917,7 +6580,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 27 More subscribers = more popular project @@ -6927,7 +6590,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 25 + 0 More forks = more people seem to use/modify this project @@ -6942,7 +6605,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 34 Project that have been around for longer tend to be more stable @@ -6952,12 +6615,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1136 + 1665 More downloads = more users have been using the plugin for a while @@ -6972,19 +6635,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1273
+
1776
-

tpa

+

forsis

-

via The Perfect App

+

via Azadeh Bagheri

-> TPA gives you advanced user behaviour analytics, app distribution, crash analytics and more +> This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane.
@@ -7000,14 +6663,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_tpa - beta - Upload app builds to The Perfect App (tpa.io) - - - upload_symbols_to_tpa - misc - Upload dsym files downloaded from App Store Connect directly to TPA + forsis + - + This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane @@ -7034,17 +6692,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 6 More subscribers = more popular project stars - 9 + 5 More stars = more popular project forks - 35 + 10 More forks = more people seem to use/modify this project @@ -7059,27 +6717,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 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 - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 991 + 1622 More downloads = more users have been using the plugin for a while tests - 80 + 24 The more tests a plugin has, the better @@ -7089,19 +6747,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1239
+
1769
-

google_cloud_storage

+

git_tags

via Fernando Saragoca

-> Google Cloud Storage +> List git tags sorted by taggerdate
@@ -7117,19 +6775,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - google_cloud_storage_check_file - - - Check if file exists in Google Cloud Storage - - - google_cloud_storage_download - - - Download a file from Google Cloud Storage - - - google_cloud_storage_upload - - - Upload a file to Google Cloud Storage + git_tags + source_control + List git tags @@ -7161,7 +6809,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -7181,7 +6829,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 51 Project that have been around for longer tend to be more stable @@ -7191,17 +6839,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 - 1120 + 1633 More downloads = more users have been using the plugin for a while tests - 0 + 9 The more tests a plugin has, the better @@ -7211,19 +6859,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1218
+
1762
-

xcake

+

property_file_read

-

via James Campbell

+

via United Classifieds

-> Create your Xcode projects automatically using a stupid simple DSL. +> Reads property file into dictionary
@@ -7239,9 +6887,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcake + property_file_read - - Runs `xcake` for the project + Reads property file into dictionary @@ -7263,22 +6911,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 114 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 48 + 0 More subscribers = more popular project stars - 464 + 1 More stars = more popular project forks - 190 + 0 More forks = more people seem to use/modify this project @@ -7288,32 +6936,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 - 51 + 47 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 - 206 + 1630 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -7323,19 +6971,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1217
+
1757
-

act

+

waldo

-

via Richard Szalay

+

via John Pusey

-> Applies changes to plists and app icons inside a compiled IPA or xcarchive +> Upload build to Waldo
@@ -7351,9 +6999,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - act - - - Reconfigures .plists and icons inside a compiled IPA + waldo + testing + Upload a new build to [Waldo](https://www.waldo.io) @@ -7380,17 +7028,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 21 More subscribers = more popular project stars - 20 + 5 More stars = more popular project forks - 30 + 15 More forks = more people seem to use/modify this project @@ -7405,7 +7053,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 43 Project that have been around for longer tend to be more stable @@ -7415,17 +7063,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 - 941 + 1570 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -7435,19 +7083,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1206
+
1741
-

download_file

+

instabug_official

-

via Massimo Oliviero

+

via Instabug

-> This action downloads a file from an HTTP/HTTPS url (e.g. ZIP file) and puts it in a destination path +> Plugin to upload DSYMs to Instabug Dashboard.
@@ -7463,7 +7111,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_file + instabug_official - - @@ -7487,22 +7135,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 - 1 + 6 More stars = more popular project forks - 5 + 30 More forks = more people seem to use/modify this project @@ -7517,12 +7165,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 44 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -7532,12 +7180,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1039 + 1577 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -7547,19 +7195,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1179
+
1720
-

flutter

+

mattermost

-

via Artem Sheremet

+

via cpfriend1721994

-> Flutter actions plugin for Fastlane +> Fastlane plugin for push messages to Mattermost
@@ -7575,24 +7223,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - 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 + mattermost - - (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. + Fastlane plugin for push messages to Mattermost @@ -7614,22 +7247,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 - 9 + 3 More subscribers = more popular project stars - 26 + 4 More stars = more popular project forks - 30 + 15 More forks = more people seem to use/modify this project @@ -7639,32 +7272,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 - 36 + 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 - -3 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 951 + 1591 More downloads = more users have been using the plugin for a while tests - 54 + 3 The more tests a plugin has, the better @@ -7674,19 +7307,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1156
+
1713
-

firebase_test_lab_android

+

flutter_version

-

via wasabeef

+

via tianhaoz95

-> Test your app with Firebase Test Lab with ease using fastlane +> A plugin to retrieve versioning information for Flutter projects.
@@ -7702,9 +7335,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - firebase_test_lab_android + flutter_version - - Runs Android tests in Firebase Test Lab. + A plugin to retrieve versioning information for Flutter projects. @@ -7726,22 +7359,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 51 + 9 More subscribers = more popular project stars - 25 + 76 More stars = more popular project forks - 5 + 70 More forks = more people seem to use/modify this project @@ -7756,7 +7389,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 @@ -7766,17 +7399,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 - 933 + 1387 More downloads = more users have been using the plugin for a while tests - 0 + 39 The more tests a plugin has, the better @@ -7786,42 +7419,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1145
- -

gradle_properties

- -

via Ryo Sakaguchi

- -> Read properties in your Fastfile easily +
1667
+

android_change_package_identifier

-
-Provided actions +

via MaximusMcCann

- - - - - - - - - - - - - - - -
NameCategoryDescription
gradle_properties-Read properties in your Fastfile easily
+> Change the package identifier in the AndroidManifest.xml file. Can revert as well. -
@@ -7863,12 +7474,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 - 35 + 0 Project that have been around for longer tend to be more stable @@ -7883,12 +7494,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1062 + 1647 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -7898,19 +7509,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
1132
+
1604
-

appmetrica

+

act

-

via Yandex, LLC

+

via Richard Szalay

-> Upload dSYM symbolication files to AppMetrica +> Applies changes to plists and app icons inside a compiled IPA or xcarchive
@@ -7926,9 +7538,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_symbols_to_appmetrica + act - - Upload dSYM symbolication files to AppMetrica + Reconfigures .plists and icons inside a compiled IPA @@ -7955,22 +7567,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 27 + 3 More subscribers = more popular project stars - 5 + 20 More stars = more popular project forks - 0 + 30 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 @@ -7980,27 +7592,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 53 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -1 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 1071 + 1321 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -8010,19 +7622,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1132
+
1514
-

flutter_version

+

patch

-

via tianhaoz95

+

via Jimmy Dee

-> A plugin to retrieve versioning information for Flutter projects. +> Apply and revert pattern-based patches to any text file.
@@ -8038,9 +7650,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_version - - - A plugin to retrieve versioning information for Flutter projects. + 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. @@ -8062,22 +7684,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 + 6 More subscribers = more popular project stars - 76 + 3 More stars = more popular project forks - 70 + 0 More forks = more people seem to use/modify this project @@ -8092,12 +7714,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 48 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -8107,12 +7729,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 814 + 1321 More downloads = more users have been using the plugin for a while tests - 39 + 60 The more tests a plugin has, the better @@ -8122,19 +7744,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1104
+
1393
-

firebase_test_lab

+

gradle_properties

-

via Shihua Zheng

+

via Ryo Sakaguchi

-> Test your app with Firebase Test Lab with ease using fastlane +> Read properties in your Fastfile easily
@@ -8150,9 +7772,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - firebase_test_lab_ios_xctest + gradle_properties - - Submit an iOS XCTest job to Firebase Test Lab + Read properties in your Fastfile easily @@ -8174,22 +7796,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 - 39 + 0 More subscribers = more popular project stars - 54 + 0 More stars = more popular project forks - 105 + 0 More forks = more people seem to use/modify this project @@ -8199,32 +7821,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 - 34 + 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 - -8 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 738 + 1302 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -8234,19 +7856,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1091
+
1391
-

setup_fragile_tests_for_rescan

+

google_cloud_storage

-

via Lyndsey Ferguson

+

via Fernando Saragoca

-> Suppress stabile tests so that 'scan' can run the fragile tests again +> Google Cloud Storage
@@ -8262,9 +7884,19 @@ 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 + google_cloud_storage_check_file + - + Check if file exists in Google Cloud Storage + + + google_cloud_storage_download + - + Download a file from Google Cloud Storage + + + google_cloud_storage_upload + - + Upload a file to Google Cloud Storage @@ -8286,22 +7918,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 6 + 2 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -8316,27 +7948,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 51 Project that have been around for longer tend to be more stable 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 - 899 + 1265 More downloads = more users have been using the plugin for a while tests - 36 + 0 The more tests a plugin has, the better @@ -8346,19 +7978,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1091
+
1384
-

forsis

+

synx

-

via Azadeh Bagheri

+

via Afonso Graça

-> This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane. +> Organise your Xcode project folder to match your Xcode groups.
@@ -8374,9 +8006,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - forsis + synx - - This plugin produces generic test execution reports supported by SonarQube from JUnit test reports generated by fastlane + Organise your Xcode project folder to match your Xcode groups. @@ -8408,12 +8040,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 26 More stars = more popular project forks - 10 + 20 More forks = more people seem to use/modify this project @@ -8423,12 +8055,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 32 + 54 Project that have been around for longer tend to be more stable @@ -8443,12 +8075,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 944 + 1230 More downloads = more users have been using the plugin for a while tests - 24 + 3 The more tests a plugin has, the better @@ -8458,19 +8090,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
1007
+
1373
-

download_github_release_asset

+

flutter

-

via Anton Domashnev

+

via Artem Sheremet

-> 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. +> Flutter actions plugin for Fastlane
@@ -8486,9 +8118,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_github_release_asset + flutter_bootstrap - - Downloads a GitHub release's asset + Flutter SDK installation, upgrade and application bootstrap + + + flutter + - + Run "flutter" binary with the specified arguments + + + flutter_build + - + - + + + flutter_generate + - + (1) Run `flutter packages get`; (2) Run `build_runner build` if build_runner is in dev_dependencies; (3) According to `package:intl`, take `$strings_file` and generate `${strings_file.dirname}/arb/intl_messages.arb`, then take all files matching `${strings_file.dirname}/intl_*.arb`, fix them and generate .dart files from them. (4) Generate an empty test importing all files, which would be used to calculate correct full coverage numbers. @@ -8510,22 +8157,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 + 38 More stars = more popular project forks - 0 + 30 More forks = more people seem to use/modify this project @@ -8540,27 +8187,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 43 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -9 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 845 + 1138 More downloads = more users have been using the plugin for a while tests - 6 + 54 The more tests a plugin has, the better @@ -8570,21 +8217,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
999
+
1367
-

simctl

+

download_file

-

via Renzo Crisostomo

+

via Massimo Oliviero

-> Fastlane plugin to interact with xcrun simctl +> This action downloads a file from an HTTP/HTTPS url (e.g. ZIP file) and puts it in a destination path +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
download_file--
+ +
+
Score details @@ -8600,22 +8269,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 + 1 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -8625,32 +8294,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 + 54 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 979 + 1193 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -8660,43 +8329,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
967
- -

merge_junit_report

- -

via Derek Yang

- -> Merges multiple junit reports into one +
1308
+

simctl

-
-Provided actions +

via Renzo Crisostomo

- - - - - - - - - - - - - - - -
NameCategoryDescription
merge_junit_report-Provides the ability to merge multiple junit reports into one
+> Fastlane plugin to interact with xcrun simctl -
@@ -8713,22 +8359,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 4 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -8738,12 +8384,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 - 43 + 0 Project that have been around for longer tend to be more stable @@ -8758,12 +8404,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 806 + 1288 More downloads = more users have been using the plugin for a while tests - 30 + 0 The more tests a plugin has, the better @@ -8773,19 +8419,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
953
+
1291
-

ionic

+

tpa

-

via Jan Piotrowski

+

via The Perfect App

-> Build your Ionic app +> TPA gives you advanced user behaviour analytics, app distribution, crash analytics and more
@@ -8801,9 +8448,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ionic - building - Build your Ionic app + upload_to_tpa + beta + Upload app builds to The Perfect App (tpa.io) + + + upload_symbols_to_tpa + misc + Upload dsym files downloaded from App Store Connect directly to TPA @@ -8825,22 +8477,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 72 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 15 + 12 More subscribers = more popular project stars - 41 + 9 More stars = more popular project forks - 55 + 35 More forks = more people seem to use/modify this project @@ -8855,27 +8507,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 54 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -23 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 679 + 1002 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -8885,19 +8537,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
928
+
1277
-

codecov_reporter

+

xcake

-

via BinaryBeard

+

via James Campbell

-> Uploads coverage report to Codecov.io +> Create your Xcode projects automatically using a stupid simple DSL.
@@ -8913,9 +8565,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - codecov_reporter + xcake - - Uploads coverage report to Codecov.io + Runs `xcake` for the project @@ -8937,22 +8589,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 114 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 48 More subscribers = more popular project stars - 5 + 464 More stars = more popular project forks - 15 + 190 More forks = more people seem to use/modify this project @@ -8967,7 +8619,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 58 Project that have been around for longer tend to be more stable @@ -8977,17 +8629,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 - 780 + 258 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -8997,19 +8649,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
918
+
1168
-

carthage_cache

+

create_xcframework

-

via Thi Doan

+

via Boris Bielik, Alexey Alter-Pesotskiy

-> A Fastlane plugin that allows to cache Carthage/Build folder in Amazon S3. +> Fastlane plugin that creates xcframework for given list of destinations.
@@ -9025,19 +8677,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - carthage_cache_install - - - Download Carthage cache from Amazon S3 - - - carthage_cache_publish - - - Upload Carthage cache to Amazon S3 - - - carthage_cache_exist - - - Check if Carthage cache exists for Cartfile.resolved in Amazon S3 + create_xcframework + building + Fastlane plugin that creates xcframework for given list of destinations. @@ -9059,17 +8701,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 + 12 More subscribers = more popular project stars - 10 + 11 More stars = more popular project @@ -9089,22 +8731,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 30 Project that have been around for longer tend to be more stable 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 - 776 + 1014 More downloads = more users have been using the plugin for a while @@ -9119,19 +8761,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
908
+
1147
-

prepare_build_resources

+

setup_fragile_tests_for_rescan

-

via Jakob Jensen

+

via Lyndsey Ferguson

-> Prepares certificates and provisioning profiles for building and removes them afterwards. +> Suppress stabile tests so that 'scan' can run the fragile tests again
@@ -9147,9 +8789,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - prepare_build_resources - - - Prepares certificates and provisioning profiles for building and removes them afterwards. + setup_fragile_tests_for_rescan + deprecated + Suppress stabile tests so that 'scan' can run the fragile tests again @@ -9171,12 +8813,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 9 + 3 More subscribers = more popular project @@ -9191,7 +8833,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too @@ -9201,7 +8843,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 49 Project that have been around for longer tend to be more stable @@ -9211,17 +8853,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 - 785 + 948 More downloads = more users have been using the plugin for a while tests - 9 + 36 The more tests a plugin has, the better @@ -9231,19 +8873,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
893
+
1132
-

create_xcframework

+

codepush

-

via Boris Bielik, Alexey Alter-Pesotskiy

+

via Pranit Harekar

-> Fastlane plugin that creates xcframework for given list of destinations. +> Fastlane plugin for App Center CodePush actions 🚀
@@ -9259,121 +8901,54 @@ 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. - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers12More subscribers = more popular project
stars11More stars = more popular project
forks0More forks = more people seem to use/modify this projectcodepush_exists_deployment-CodePush check if deployment exists
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT toocodepush_release_react-CodePush release-react action
readme_score50How well is the README of the document writtencodepush_login-CodePush login action
age22Project that have been around for longer tend to be more stablecodepush_get_deployment_key-CodePush get deployment key given deployment name
major_release30Post 1.0 releases are greatcodepush_list_deployment-CodePush list deployment action
github_issues-2Lots of open issues are not a good sign usually, unless the project is really popularcodepush_remove_deployment-CodePush remove deployment action
downloads747More downloads = more users have been using the plugin for a whilecodepush_logout-CodePush logout action
tests3The more tests a plugin has, the bettercodepush_rename_deployment-CodePush rename deployment action
- -
- -

- - Open on GitHub - -

- ------ - -
879
- -

jira_release_notes

- -

via Alexander Ignition

- -> Release notes from JIRA for version - - -
-Provided actions - - - - - - + + + - - - + - +
NameCategoryDescriptioncodepush_add_deployment-CodePush add deployment action
jira_release_notescodepush_promote -Jira release notesCodePush promote action
@@ -9395,22 +8970,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 21 + 3 More subscribers = more popular project stars - 13 + 10 More stars = more popular project forks - 20 + 5 More forks = more people seem to use/modify this project @@ -9440,12 +9015,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 686 + 990 More downloads = more users have been using the plugin for a while tests - 39 + 18 The more tests a plugin has, the better @@ -9455,19 +9030,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
862
+
1123
-

codepush

+

firebase_test_lab

-

via Pranit Harekar

+

via Shihua Zheng

-> Fastlane plugin for App Center CodePush actions 🚀 +> Test your app with Firebase Test Lab with ease using fastlane
@@ -9483,54 +9058,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 - - - CodePush add deployment action - - - codepush_promote + firebase_test_lab_ios_xctest - - CodePush promote action + Submit an iOS XCTest job to Firebase Test Lab @@ -9552,22 +9082,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 - 3 + 39 More subscribers = more popular project stars - 10 + 54 More stars = more popular project forks - 5 + 105 More forks = more people seem to use/modify this project @@ -9582,27 +9112,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 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 - -2 + -8 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 728 + 750 More downloads = more users have been using the plugin for a while tests - 18 + 0 The more tests a plugin has, the better @@ -9612,13 +9142,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
861
+
1096

ruby

@@ -9699,7 +9229,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 55 Project that have been around for longer tend to be more stable @@ -9714,7 +9244,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 718 + 945 More downloads = more users have been using the plugin for a while @@ -9735,13 +9265,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
828
+
1094
-

patch

+

swiftformat

-

via Jimmy Dee

+

via Felix Mau

-> Apply and revert pattern-based patches to any text file. +> Run swift code formatting using SwiftFormat
@@ -9757,19 +9287,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - apply_patch - deprecated - Apply pattern-based patches to any text file. - - - revert_patch - deprecated - Revert the action of apply_patch - - - patch - project - Apply pattern-based patches to any text file. + swiftformat + testing + Run swift code formatting using SwiftFormat @@ -9791,22 +9311,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 + 4 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -9821,7 +9341,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 32 Project that have been around for longer tend to be more stable @@ -9836,12 +9356,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 643 + 947 More downloads = more users have been using the plugin for a while tests - 60 + 33 The more tests a plugin has, the better @@ -9851,19 +9371,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
792
+
1092
-

clean_testflight_testers

+

teams_bot

-

via Felix Krause

+

via Hugo EXTRAT

-> Automatically remove TestFlight testers that are not actually testing your app +> Easily alert a Microsoft Teams channel
@@ -9879,9 +9399,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clean_testflight_testers + teams_bot - - Automatically remove TestFlight testers that are not actually testing your app + Easily send a message to a Microsoft Teams channel through the Webhook connector @@ -9903,134 +9423,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 - The more contributors a project has, the more likely it is it stays alive - - - subscribers 6 - More subscribers = more popular project - - - stars - 26 - More stars = more popular project - - - forks - 15 - More forks = more people seem to use/modify this project - - - has_mit_license - 20 - fastlane is MIT licensed, it's good to have plugins use MIT too - - - readme_score - 50 - How well is the README of the document written - - - age - 40 - 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 - 619 - 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 - -

- ------ - -
775
- -

tunes

- -

via Boris Bügling

- -> Play music using fastlane, because you can. - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
tunes-Play music using fastlane, because you can
- -
- - -
-Score details - - - - - - - - - - - - - - + - + - + @@ -10045,27 +9453,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + - + - + - + @@ -10075,19 +9483,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
770
+
1070
-

danger-device_grid

+

android_change_app_name

-

via Felix Krause, Boris Bügling

+

via MaximusMcCann

-> Danger plugin for the fastlane device grid. +> Changes the manifest's label attribute (appName). Stores the original name for revertinng. @@ -10110,17 +9518,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + - + @@ -10130,12 +9538,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -10150,12 +9558,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -10165,19 +9573,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
766
+
1049
-

pgyer

+

ionic

-

via rexshi

+

via Jan Piotrowski

-> distribute app to pgyer beta testing service +> Build your Ionic app
@@ -10193,9 +9602,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- - - + + +
MetricPointsDescription
contributors12 The more contributors a project has, the more likely it is it stays alive
subscribers63 More subscribers = more popular project
stars81 More stars = more popular project
forks100 More forks = more people seem to use/modify this project
age4726 Project that have been around for longer tend to be more stable
major_release030 Post 1.0 releases are great
github_issues-10 Lots of open issues are not a good sign usually, unless the project is really popular
downloads623953 More downloads = more users have been using the plugin for a while
tests03 The more tests a plugin has, the better
subscribers210 More subscribers = more popular project
stars50 More stars = more popular project
forks200 More forks = more people seem to use/modify this project
readme_score500 How well is the README of the document written
age470 Project that have been around for longer tend to be more stable
downloads6011050 More downloads = more users have been using the plugin for a while
tests60 The more tests a plugin has, the better
pgyer--ionicbuildingBuild your Ionic app
@@ -10217,22 +9626,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 72 The more contributors a project has, the more likely it is it stays alive subscribers - 12 + 15 More subscribers = more popular project stars - 62 + 41 More stars = more popular project forks - 150 + 55 More forks = more people seem to use/modify this project @@ -10247,7 +9656,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 51 Project that have been around for longer tend to be more stable @@ -10257,17 +9666,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -5 + -23 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 431 + 768 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -10277,19 +9686,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
753
+
1027
-

remove_provisioning_profile

+

merge_junit_report

-

via Anton Domashnev

+

via Derek Yang

-> Remove provision profile from your local machine +> Merges multiple junit reports into one
@@ -10305,9 +9714,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - remove_provisioning_profile + merge_junit_report - - Remove the provisioning profile for the given app_identifier and type from local machine + Provides the ability to merge multiple junit reports into one @@ -10329,22 +9738,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 7 + 4 More stars = more popular project forks - 10 + 5 More forks = more people seem to use/modify this project @@ -10359,12 +9768,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 50 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -10374,12 +9783,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 512 + 859 More downloads = more users have been using the plugin for a while tests - 60 + 30 The more tests a plugin has, the better @@ -10389,19 +9798,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
740
+
1025
-

mango

+

codecov_reporter

-

via Serghei Moret, Daniel Hartwich

+

via BinaryBeard

-> This plugin orchtestrates Android tasks on docker images +> Uploads coverage report to Codecov.io
@@ -10417,9 +9826,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - run_dockerized_task + codecov_reporter - - Action that runs Android tasks on a specified Docker image + Uploads coverage report to Codecov.io @@ -10441,22 +9850,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 30 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 66 + 3 More subscribers = more popular project stars - 49 + 5 More stars = more popular project forks - 35 + 15 More forks = more people seem to use/modify this project @@ -10471,7 +9880,119 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 47 + Project that have been around for longer tend to be more stable + + + major_release + 0 + Post 1.0 releases are great + + + github_issues + 0 + Lots of open issues are not a good sign usually, unless the project is really popular + + + downloads + 870 + More downloads = more users have been using the plugin for a while + + + tests + 3 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
1022
+ +

download_github_release_asset

+ +

via Anton Domashnev

+ +> This action downloads a GitHub release's asset using the GitHub API and puts it in a destination path.\nIf the file has been previously downloaded, it will be overrided. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
download_github_release_asset-Downloads a GitHub release's asset
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -10486,12 +10007,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -10501,19 +10022,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
733
+
1019
-

onesky

+

versioning_ios

-

via Daniel Kiedrowski

+

via Igor Lamoš

-> Helps to update the translations of your app using the OneSky service. +> iOS Versioning Plugin for Fastlane
@@ -10529,14 +10050,24 @@ 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
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
age52 Project that have been around for longer tend to be more stable
downloads346853 More downloads = more users have been using the plugin for a while
tests806 The more tests a plugin has, the better
onesky_uploadios_set_build_number -Upload a strings file to OneSkySet the Build Number of your iOS project
onesky_downloadios_get_build_number -Download a translation file from OneSkyGet the Build Number of your iOS project
ios_set_version-Set the Version of your iOS project
ios_get_version-Get the Version of your iOS project
@@ -10563,17 +10094,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 15 + 3 More stars = more popular project forks - 65 + 0 More forks = more people seem to use/modify this project @@ -10583,7 +10114,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 @@ -10598,17 +10129,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 - 524 + 866 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -10618,19 +10149,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
709
+
1018
-

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.
@@ -10646,9 +10177,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 @@ -10670,22 +10201,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 @@ -10700,27 +10231,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 54 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -2 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 404 + 859 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -10730,19 +10261,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
697
+
971
-

upgrade_super_old_xcode_project

+

jira_release_notes

-

via Jan Piotrowski

+

via Alexander Ignition

-> Upgrades super old Xcode projects to Xcode 8 +> Release notes from JIRA for version
@@ -10758,9 +10289,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upgrade_super_old_xcode_project + jira_release_notes - - Upgrades super old Xcode projects to Xcode 8 + Jira release notes @@ -10782,22 +10313,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 + 21 More subscribers = more popular project stars - 3 + 13 More stars = more popular project forks - 5 + 20 More forks = more people seem to use/modify this project @@ -10827,12 +10358,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 564 + 771 More downloads = more users have been using the plugin for a while tests - 3 + 39 The more tests a plugin has, the better @@ -10842,19 +10373,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
695
+
963
-

semaphore

+

prepare_build_resources

-

via Dmitry Bespalov

+

via Jakob Jensen

-> Semaphore CI integration +> Prepares certificates and provisioning profiles for building and removes them afterwards.
@@ -10870,9 +10401,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - setup_semaphore + prepare_build_resources - - Semaphore CI integration + Prepares certificates and provisioning profiles for building and removes them afterwards. @@ -10894,17 +10425,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 - 18 + 9 More subscribers = more popular project stars - 1 + 6 More stars = more popular project @@ -10914,7 +10445,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 @@ -10924,27 +10455,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 54 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -2 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 546 + 833 More downloads = more users have been using the plugin for a while tests - 27 + 9 The more tests a plugin has, the better @@ -10954,19 +10485,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
695
+
947
-

semantic_release2

+

carthage_cache

-

via William Lauze

+

via Thi Doan

-> Fork for: Automated version managment and generator of release notes. +> A Fastlane plugin that allows to cache Carthage/Build folder in Amazon S3.
@@ -10982,14 +10513,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - conventional_changelog + carthage_cache_install - - Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. + Download Carthage cache from Amazon S3 - analyze_commits + carthage_cache_publish - - Finds a tag of last release and determinates version of next release + Upload Carthage cache to Amazon S3 + + + carthage_cache_exist + - + Check if Carthage cache exists for Cartfile.resolved in Amazon S3 @@ -11011,7 +10547,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 30 + 6 The more contributors a project has, the more likely it is it stays alive @@ -11021,12 +10557,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 83 + 10 More stars = more popular project forks - 120 + 0 More forks = more people seem to use/modify this project @@ -11041,27 +10577,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 54 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 248 + 798 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -11071,19 +10607,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
689
+
940
-

verify_ipa_with_app_store_connect

+

remove_provisioning_profile

-

via Onno Bergob

+

via Anton Domashnev

-> Uses altool to verify an ipa with App Store Connect. +> Remove provision profile from your local machine
@@ -11099,9 +10635,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - verify_ipa_with_app_store_connect + remove_provisioning_profile - - Uses the command line tool iTMSTransporter provided with Xcode to verify the ipa. + Remove the provisioning profile for the given app_identifier and type from local machine @@ -11123,22 +10659,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 + 6 More subscribers = more popular project stars - 0 + 7 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -11148,12 +10684,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 - 16 + 53 Project that have been around for longer tend to be more stable @@ -11168,12 +10704,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 592 + 692 More downloads = more users have been using the plugin for a while tests - 3 + 60 The more tests a plugin has, the better @@ -11183,19 +10719,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
684
+
915
-

gs_deliver

+

clean_testflight_testers

-

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

+

via Felix Krause

-> Gradoservice plugin to rule apps releases +> Automatically remove TestFlight testers that are not actually testing your app
@@ -11211,44 +10747,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gs_move_to_ready_for_sale - - - Gradoservice plugin to rule apps releases - - - gs_remove_from_testflight_review - - - Gradoservice plugin to rule apps releases - - - gs_get_release_notes - - - Gradoservice plugin to rule apps releases - - - gs_get_app_status - - - Gradoservice plugin to rule apps releases - - - gs_move_rc_to_beta_review - - - Gradoservice plugin to rule apps releases - - - gs_start_external_testing - - - Gradoservice plugin to rule apps releases - - - gs_reject_latest_version - - - Gradoservice plugin to rule apps releases - - - gs_execute_command + clean_testflight_testers - - Gradoservice plugin to rule apps releases + Automatically remove TestFlight testers that are not actually testing your app @@ -11270,22 +10771,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 1 + 26 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -11295,12 +10796,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 + 47 Project that have been around for longer tend to be more stable @@ -11310,107 +10811,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 - 588 + 735 More downloads = more users have been using the plugin for a while tests - 3 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
683
- -

wpmreleasetoolkit

- -

via Automattic

- -> GitHub helper functions - - - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -11420,19 +10831,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
682
+
908
-

icon_banner

+

hours

-

via Émile Bélair

+

via Rishabh Tayal

-> IconBanner adds custom nice-looking banners over your mobile app icons +> Record total time saved by fastlane
@@ -11448,14 +10859,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
subscribers66More 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
age34Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues-40Lots of open issues are not a good sign usually, unless the project is really popular
downloads367More downloads = more users have been using the plugin for a while
tests80 The more tests a plugin has, the better
icon_banner-Adds custom nice-looking banners over your mobile app icons
icon_banner_restorehours -Restores the original app icons (can be used after build to clean up the repository)Record total time saved by fastlane
@@ -11477,22 +10883,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 - 24 + 3 More stars = more popular project forks - 30 + 0 More forks = more people seem to use/modify this project @@ -11507,27 +10913,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 46 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 - 526 + 747 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -11537,19 +10943,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
682
+
897
-

versioning_ios

+

onesky

-

via Igor Lamoš

+

via Daniel Kiedrowski

-> iOS Versioning Plugin for Fastlane +> Helps to update the translations of your app using the OneSky service.
@@ -11565,24 +10971,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ios_set_build_number - - - Set the Build Number of your iOS project - - - ios_get_build_number - - - Get the Build Number of your iOS project - - - ios_set_version + onesky_upload - - Set the Version of your iOS project + Upload a strings file to OneSky - ios_get_version + onesky_download - - Get the Version of your iOS project + Download a translation file from OneSky @@ -11609,17 +11005,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 3 + 15 More stars = more popular project forks - 0 + 65 More forks = more people seem to use/modify this project @@ -11629,12 +11025,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 38 + 52 Project that have been around for longer tend to be more stable @@ -11644,17 +11040,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 - 536 + 681 More downloads = more users have been using the plugin for a while tests - 51 + 3 The more tests a plugin has, the better @@ -11664,19 +11060,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
662
+
881
-

mattermost

+

pgyer

-

via cpfriend1721994

+

via rexshi

-> Fastlane plugin for push messages to Mattermost +> distribute app to pgyer beta testing service
@@ -11692,9 +11088,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - mattermost + pgyer + - - - Fastlane plugin for push messages to Mattermost @@ -11721,17 +11117,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 12 More subscribers = more popular project stars - 4 + 62 More stars = more popular project forks - 15 + 150 More forks = more people seem to use/modify this project @@ -11741,27 +11137,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 - 22 + 51 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 + -5 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 541 + 538 More downloads = more users have been using the plugin for a while @@ -11776,19 +11172,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
660
+
858
-

hours

+

poeditor_export

-

via Rishabh Tayal

+

via James Campbell

-> Record total time saved by fastlane +> Exports translations from POEditor.com
@@ -11804,9 +11200,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - hours + poeditor_export - - Record total time saved by fastlane + Exports translations from POEditor.com @@ -11833,17 +11229,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 3 + 8 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -11858,97 +11254,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 - 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 - 506 - More downloads = more users have been using the plugin for a while - - - tests - 3 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
658
- -

gs_project_flow_ios

- -

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

- -> Plugin contains project flow code for code sharing between projects - - - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -11963,12 +11269,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -11978,20 +11284,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
653
+
849
-

android_change_string_app_name

+

icon_banner

-

via MaximusMcCann

+

via Émile Bélair

-> Change the app_name in the strings.xml file & revert method +> IconBanner adds custom nice-looking banners over your mobile app icons
@@ -12007,14 +11312,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
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
age054 Project that have been around for longer tend to be more stable
downloads638706 More downloads = more users have been using the plugin for a while
tests03 The more tests a plugin has, the better
android_change_string_app_nameicon_banner_restore -Change the app_name in the strings.xml file & revert methodRestores the original app icons (can be used after build to clean up the repository)
android_change_string_app_name_reverticon_banner -Revert strings.xml app_name using ANDROID_CHANGE_STRING_APP_NAME_ORIGINAL_NAMEAdds custom nice-looking banners over your mobile app icons
@@ -12036,22 +11341,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 0 + 35 More stars = more popular project forks - 5 + 40 More forks = more people seem to use/modify this project @@ -12061,12 +11366,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 - 45 + 37 Project that have been around for longer tend to be more stable @@ -12076,17 +11381,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 - 540 + 665 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -12096,19 +11401,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
652
+
845
-

android_emulator

+

applivery

-

via Michael Ruhl

+

via Alejandro Jimenez

-> Creates and starts an Android Emulator (AVD) +> Upload new build to Applivery
@@ -12124,9 +11429,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_emulator - - - Creates and starts an Android Emulator (AVD) + applivery + beta + Upload new iOS or Android build to Applivery @@ -12158,12 +11463,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 7 + 12 More stars = more popular project forks - 75 + 40 More forks = more people seem to use/modify this project @@ -12178,7 +11483,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 54 Project that have been around for longer tend to be more stable @@ -12193,12 +11498,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 417 + 626 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -12208,42 +11513,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
621
- -

swiftformat

- -

via Felix Mau

- -> Run swift code formatting using SwiftFormat +
837
+

danger-device_grid

-
-Provided actions +

via Felix Krause, Boris Bügling

- - - - - - - - - - - - - - - -
NameCategoryDescription
swiftformattestingRun swift code formatting using SwiftFormat
+> Danger plugin for the fastlane device grid. -
@@ -12265,17 +11548,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 21 More subscribers = more popular project stars - 4 + 5 More stars = more popular project forks - 5 + 20 More forks = more people seem to use/modify this project @@ -12290,7 +11573,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 54 Project that have been around for longer tend to be more stable @@ -12305,12 +11588,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 481 + 661 More downloads = more users have been using the plugin for a while tests - 33 + 6 The more tests a plugin has, the better @@ -12320,19 +11603,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
608
+
834
-

google_sheet_localize

+

android_change_string_app_name

-

via Mario Hahn

+

via MaximusMcCann

-> Creates .strings files for iOS and strings.xml files for Android +> Change the app_name in the strings.xml file & revert method
@@ -12348,9 +11631,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - google_sheet_localize + android_change_string_app_name - - Creates .strings files for iOS and strings.xml files for Android + 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 @@ -12372,22 +11660,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 - 18 + 3 More subscribers = more popular project stars - 17 + 0 More stars = more popular project forks - 15 + 5 More forks = more people seem to use/modify this project @@ -12397,12 +11685,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 + 52 Project that have been around for longer tend to be more stable @@ -12412,12 +11700,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 - 441 + 714 More downloads = more users have been using the plugin for a while @@ -12432,19 +11720,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
605
+
801
-

rocket_chat

+

android_versioning_kts

-

via Thiago Felix

+

via zmunm

-> Send message to Rocket.Chat right from fastlane +> android versioning for gradle kotlin DSL
@@ -12460,9 +11748,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rocket_chat + get_value_from_build - - Send a success/error message to your RocketChat group + - + + + increment_version_code + - + Increment the version code of your project + + + set_value_in_build + - + Set the value of your project + + + get_version_name + - + Get the version name of your project + + + increment_version_name + - + Increment the version name of your project + + + get_version_code + - + Get the version code of your project @@ -12489,17 +11802,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 6 + 5 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -12509,12 +11822,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 45 + 34 Project that have been around for longer tend to be more stable @@ -12529,12 +11842,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 476 + 639 More downloads = more users have been using the plugin for a while tests - 9 + 66 The more tests a plugin has, the better @@ -12544,19 +11857,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
605
+
788
-

mobile_center

+

semaphore

-

via Microsoft Corporation

+

via Dmitry Bespalov

-> Fastlane plugin for Mobile Center +> Semaphore CI integration
@@ -12572,9 +11885,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appcenter_upload + setup_semaphore - - Distribute new release to App Center + Semaphore CI integration @@ -12596,22 +11909,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 - 33 + 18 More subscribers = more popular project stars - 47 + 1 More stars = more popular project forks - 45 + 5 More forks = more people seem to use/modify this project @@ -12626,7 +11939,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 37 Project that have been around for longer tend to be more stable @@ -12636,17 +11949,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -11 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 257 + 632 More downloads = more users have been using the plugin for a while tests - 80 + 27 The more tests a plugin has, the better @@ -12656,19 +11969,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
596
+
788
-

s3_actions

+

bitrise_automation

-

via Fernando Saragoca

+

via Mario Cecchi

-> Download and upload files to AWS S3 +> Trigger builds on Bitrise, check their status and download artifacts using Fastlane
@@ -12684,19 +11997,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - s3_download + bitrise_build_artifacts - - Download a file from AWS S3 + Get the list or full contents of the artifacts produced by a build on Bitrise - s3_check_file + trigger_bitrise_workflow - - Check if file exists in AWS S3 + Trigger a Bitrise workflow with the specified parameters, synchronously or asynchronously - s3_upload + bitrise_build_status - - Upload a file to AWS S3 + Get the status of the Bitrise build @@ -12718,12 +12031,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 + 36 More subscribers = more popular project @@ -12733,12 +12046,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 10 + 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 @@ -12748,7 +12061,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 30 Project that have been around for longer tend to be more stable @@ -12763,12 +12076,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 466 + 642 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -12778,20 +12091,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
581
+
782
-

android_change_app_name

+

android_emulator

-

via MaximusMcCann

+

via Michael Ruhl

-> Changes the manifest's label attribute (appName). Stores the original name for revertinng. +> Creates and starts an Android Emulator (AVD) + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
android_emulator-Creates and starts an Android Emulator (AVD)
+
@@ -12813,17 +12148,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 12 More subscribers = more popular project stars - 0 + 7 More stars = more popular project forks - 0 + 75 More forks = more people seem to use/modify this project @@ -12833,32 +12168,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 + 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 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 561 + 540 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -12868,20 +12203,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
580
+
772
-

bitrise_automation

+

upgrade_super_old_xcode_project

-

via Mario Cecchi

+

via Jan Piotrowski

-> Trigger builds on Bitrise, check their status and download artifacts using Fastlane +> Upgrades super old Xcode projects to Xcode 8
@@ -12897,19 +12231,121 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitrise_build_artifacts + upgrade_super_old_xcode_project - - Get the list or full contents of the artifacts produced by a build on Bitrise + Upgrades super old Xcode projects to Xcode 8 + + + + +
+ + +
+Score details + + + + + + + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
trigger_bitrise_workflow-Trigger a Bitrise workflow with the specified parameters, synchronously or asynchronouslycontributors12The more contributors a project has, the more likely it is it stays alive
bitrise_build_statussubscribers3More subscribers = more popular project
stars3More 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
age46Project 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
downloads632More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
769
+ +

mango

+ +

via Serghei Moret, Daniel Hartwich

+ +> This plugin orchtestrates Android tasks on docker images + + +
+Provided actions + + + + + + + + + + + + - +
NameCategoryDescription
run_dockerized_task -Get the status of the Bitrise buildAction that runs Android tasks on a specified Docker image
@@ -12931,27 +12367,27 @@ 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 - 36 + 66 More subscribers = more popular project stars - 1 + 49 More stars = more popular project forks - 0 + 35 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 @@ -12961,22 +12397,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 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 - 442 + 368 More downloads = more users have been using the plugin for a while @@ -12991,19 +12427,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
575
+
758
-

git_switch_branch

+

icon_versioning

-

via zhangqi

+

via Iulian Onofrei

-> switch to branch +> Overlay build information on top of your app icon
@@ -13019,9 +12455,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_switch_branch + version_icon - - switch to branch + Overlay build information on top of your app icon. Based on original work by Krzysztof Zabłocki (https://github.com/krzysztofzablocki/Bootstrap). @@ -13043,7 +12479,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 @@ -13053,12 +12489,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 48 More stars = more popular project forks - 0 + 20 More forks = more people seem to use/modify this project @@ -13068,32 +12504,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 40 + 45 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 - 477 + 446 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -13103,19 +12539,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
569
+
748
-

cryptex

+

semantic_release2

-

via Helmut Januschka

+

via William Lauze

-> fastlane Crypt Store Git repo +> Fork for: Automated version managment and generator of release notes.
@@ -13131,14 +12567,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - cryptex + conventional_changelog - - Secure Git-Backed Storage + Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. - cryptex_generate_keystore + analyze_commits - - Generate a new Android Keystore + Finds a tag of last release and determinates version of next release @@ -13160,22 +12596,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 36 + 30 The more contributors a project has, the more likely it is it stays alive subscribers - 12 + 6 More subscribers = more popular project stars - 26 + 83 More stars = more popular project forks - 55 + 120 More forks = more people seem to use/modify this project @@ -13190,27 +12626,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 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 - -4 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 326 + 294 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -13220,19 +12656,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
569
+
740
-

android_versioning_kts

+

gs_deliver

-

via zmunm

+

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

-> android versioning for gradle kotlin DSL +> Gradoservice plugin to rule apps releases
@@ -13248,34 +12684,44 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_value_from_build + gs_move_to_ready_for_sale + - + Gradoservice plugin to rule apps releases + + + gs_remove_from_testflight_review - + Gradoservice plugin to rule apps releases + + + gs_get_release_notes - + Gradoservice plugin to rule apps releases - increment_version_code + gs_get_app_status - - Increment the version code of your project + Gradoservice plugin to rule apps releases - set_value_in_build + gs_move_rc_to_beta_review - - Set the value of your project + Gradoservice plugin to rule apps releases - get_version_name + gs_start_external_testing - - Get the version name of your project + Gradoservice plugin to rule apps releases - increment_version_name + gs_reject_latest_version - - Increment the version name of your project + Gradoservice plugin to rule apps releases - get_version_code + gs_execute_command - - Get the version code of your project + Gradoservice plugin to rule apps releases @@ -13297,7 +12743,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 @@ -13307,12 +12753,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -13327,7 +12773,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 51 Project that have been around for longer tend to be more stable @@ -13342,12 +12788,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 408 + 637 More downloads = more users have been using the plugin for a while tests - 66 + 3 The more tests a plugin has, the better @@ -13357,19 +12803,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
561
+
738
-

translate_gpt

+

git_switch_branch

-

via Aleksei Cherepanov

+

via zhangqi

-> This fastlane plugin provides an easy way to use the OpenAI GPT language model to translate strings in your iOS application. +> switch to branch
@@ -13385,9 +12831,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - translate_gpt + git_switch_branch - - Translate a strings file using OpenAI's GPT API + switch to branch @@ -13409,22 +12855,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 - 39 + 1 More stars = more popular project forks - 425 + 0 More forks = more people seem to use/modify this project @@ -13434,12 +12880,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 - 5 + 48 Project that have been around for longer tend to be more stable @@ -13454,7 +12900,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 632 More downloads = more users have been using the plugin for a while @@ -13469,13 +12915,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
556
+
721

file_manager

@@ -13556,7 +13002,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 37 Project that have been around for longer tend to be more stable @@ -13571,7 +13017,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 447 + 604 More downloads = more users have been using the plugin for a while @@ -13592,13 +13038,104 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
556
+
714
-

file_manager

+

gs_project_flow_ios

-

via Jason Nam

+

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

-> Copy and remove files +> Plugin contains project flow code for code sharing between 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
downloads694More 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) + +

+ +----- + +
707
+ +

s3_actions

+ +

via Fernando Saragoca

+ +> Download and upload files to AWS S3
@@ -13614,14 +13151,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - remove_files + s3_download - - Remove files + Download a file from AWS S3 - copy_files + s3_check_file - - Copy files + Check if file exists in AWS S3 + + + s3_upload + - + Upload a file to AWS S3 @@ -13643,12 +13185,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 @@ -13658,7 +13200,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 @@ -13673,7 +13215,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 51 Project that have been around for longer tend to be more stable @@ -13683,17 +13225,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 - 447 + 570 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -13703,19 +13245,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
555
+
704
-

teams_bot

+

verify_ipa_with_app_store_connect

-

via Hugo EXTRAT

+

via Onno Bergob

-> Easily alert a Microsoft Teams channel +> Uses altool to verify an ipa with App Store Connect.
@@ -13731,9 +13273,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - teams_bot + verify_ipa_with_app_store_connect - - Easily send a message to a Microsoft Teams channel through the Webhook connector + Uses the command line tool iTMSTransporter provided with Xcode to verify the ipa. @@ -13755,7 +13297,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 @@ -13765,7 +13307,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -13780,12 +13322,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 - 19 + 24 Project that have been around for longer tend to be more stable @@ -13800,7 +13342,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 423 + 599 More downloads = more users have been using the plugin for a while @@ -13815,19 +13357,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
548
+
703
-

jira_util

+

google_sheet_localize

-

via %q{Alexey Martynov}

+

via Mario Hahn

-> %q{Create JIRA issues and manage versions with this plugin} +> Creates .strings files for iOS and strings.xml files for Android
@@ -13843,34 +13385,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - release_jira_version - - - Releases a version in your JIRA project - - - get_jira_release_report_link - - - Return link to JIRA release report. - - - create_jira_issue - - - Creates a new issue in your JIRA project - - - update_jira_version - - - Creates a new version in your JIRA project - - - create_jira_version - - - Creates a new version in your JIRA project - - - get_jira_version + google_sheet_localize - - Finds project version in your JIRA project by id or by name + Creates .strings files for iOS and strings.xml files for Android @@ -13892,22 +13409,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 18 More subscribers = more popular project stars - 0 + 17 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -13922,7 +13439,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 38 Project that have been around for longer tend to be more stable @@ -13932,12 +13449,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 - 426 + 529 More downloads = more users have been using the plugin for a while @@ -13952,19 +13469,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
518
+
696
-

microsft_teams_message_card

+

google_chat

-

via Dorian Cheignon

+

via Narlei Américo Moreira

-> Send a message card to your Microsoft teams channel +> Send messages to Google Chat
@@ -13980,9 +13497,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 + google_chat + - + Send messages to Google Chat @@ -14004,22 +13521,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 0 + 13 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -14034,7 +13551,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 36 Project that have been around for longer tend to be more stable @@ -14049,7 +13566,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 446 + 582 More downloads = more users have been using the plugin for a while @@ -14064,104 +13581,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub - -

- ------ - -
515
- -

rename_android_package

- -

via Josh Holtz

- -> Renames Android package - - - -
-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
downloads495More 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

----- -
511
+
685

simple_loco

@@ -14237,7 +13663,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 29 Project that have been around for longer tend to be more stable @@ -14252,7 +13678,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 370 + 536 More downloads = more users have been using the plugin for a while @@ -14273,13 +13699,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
497
+
672
-

git_status

+

microsft_teams_message_card

-

via Bruno Coelho

+

via Dorian Cheignon

-> Show the status of one or multiple files/directories +> Send a message card to your Microsoft teams channel
@@ -14295,9 +13721,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_status - - - Show the status of one or multiple files/directories + microsft_teams_message_card + notifications + Send a message card to your Microsoft teams channel @@ -14319,7 +13745,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 @@ -14344,12 +13770,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 + 28 Project that have been around for longer tend to be more stable @@ -14364,12 +13790,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 365 + 593 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -14379,19 +13805,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
489
+
669
-

setup_app_feedback_sdk

+

xcresult_to_junit

-

via Yahoo Japan Corporation

+

via Shane Birdsall

-> Setup the Info.plist for App Feedback SDK +> Produces junit xml files from Xcode 11+ xcresult files
@@ -14407,9 +13833,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - setup_app_feedback_sdk + xcresult_to_junit - - Setup the Info.plist for App Feedback SDK + Produces junit xml files from Xcode 11+ xcresult files @@ -14436,17 +13862,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 21 + 3 More subscribers = more popular project stars - 2 + 16 More stars = more popular project forks - 0 + 25 More forks = more people seem to use/modify this project @@ -14461,7 +13887,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 @@ -14471,17 +13897,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 - 356 + 519 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -14491,19 +13917,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
483
+
661
-

try_scan

+

rocket_chat

-

via Alexey Alter-Pesotskiy

+

via Thiago Felix

-> The easiest way to retry your fastlane scan action +> Send message to Rocket.Chat right from fastlane
@@ -14519,9 +13945,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - try_scan - testing - Simple way to retry your scan action + rocket_chat + - + Send a success/error message to your RocketChat group @@ -14548,12 +13974,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project stars - 7 + 6 More stars = more popular project @@ -14573,27 +13999,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 53 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 347 + 524 More downloads = more users have been using the plugin for a while tests - 0 + 9 The more tests a plugin has, the better @@ -14603,19 +14029,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
481
+
657
-

notarize

+

cryptex

-

via Zeplin, Inc.

+

via Helmut Januschka

-> fastlane plugin to notarize a macOS app +> fastlane Crypt Store Git repo
@@ -14631,9 +14057,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - notarize - deprecated - Notarizes a macOS app + cryptex + - + Secure Git-Backed Storage + + + cryptex_generate_keystore + - + Generate a new Android Keystore @@ -14655,22 +14086,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 - 60 + 12 More subscribers = more popular project stars - 64 + 26 More stars = more popular project forks - 35 + 55 More forks = more people seem to use/modify this project @@ -14685,22 +14116,112 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 52 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -3 + -4 + Lots of open issues are not a good sign usually, unless the project is really popular + + + downloads + 407 + More downloads = more users have been using the plugin for a while + + + tests + 3 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
638
+ +

rename_android_package

+ +

via Josh Holtz

+ +> Renames Android package + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -14715,19 +14236,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
475
+
634
-

applivery

+

jira_util

-

via Alejandro Jimenez

+

via %q{Alexey Martynov}

-> Upload new build to Applivery +> %q{Create JIRA issues and manage versions with this plugin}
@@ -14743,9 +14265,34 @@ 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_release0Post 1.0 releases are great
github_issues0 Lots of open issues are not a good sign usually, unless the project is really popular
downloads194618 More downloads = more users have been using the plugin for a while
appliverybetaUpload new iOS or Android build to Appliveryrelease_jira_version-Releases a version in your JIRA project
get_jira_release_report_link-Return link to JIRA release report.
create_jira_issue-Creates a new issue in your JIRA project
update_jira_version-Creates a new version in your JIRA project
create_jira_version-Creates a new version in your JIRA project
get_jira_version-Finds project version in your JIRA project by id or by name
@@ -14772,17 +14319,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 3 More subscribers = more popular project stars - 12 + 0 More stars = more popular project forks - 20 + 0 More forks = more people seem to use/modify this project @@ -14797,12 +14344,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 53 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -14812,7 +14359,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 285 + 505 More downloads = more users have been using the plugin for a while @@ -14827,19 +14374,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
467
+
631
-

pretty_junit

+

saucelabs

-

via GaryJohnson

+

via ivan kat

-> Pretty JUnit test results for your Android projects. +> Sauce Labs android & ios configuraiton
@@ -14855,9 +14402,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - pretty_junit + saucelabs_upload - - Pretty JUnit test results for your Android projects. + Sauce labs android & ios Fastlane plugin @@ -14884,12 +14431,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 21 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -14909,7 +14456,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 22 Project that have been around for longer tend to be more stable @@ -14924,7 +14471,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 346 + 555 More downloads = more users have been using the plugin for a while @@ -14939,19 +14486,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
464
+
623
-

code_push

+

npm

-

via Manuel Koch

+

via Erick Martins

-> CodePush functionality for fastlane +> A very simple plugin to run npm scripts
@@ -14967,24 +14514,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - code_push_promote + npm_test - - CodePush promote + A very simple plugin to run npm scripts - code_push_login + npm_run - - CodePush login with accessKey + A very simple plugin to run npm scripts - code_push_release_react + npm_post_install - - CodePush release-react functionality for fastlane + A very simple plugin to run npm scripts - code_push_release_cordova + npm_install - - CodePush release-cordova functionality for fastlane + A very simple plugin to run npm scripts + + + upgrade_package_json_version + - + A very simple plugin to run npm scripts + + + npm_lint + - + Runs lint script @@ -15006,7 +14563,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 @@ -15016,12 +14573,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 23 + 0 More stars = more popular project forks - 25 + 0 More forks = more people seem to use/modify this project @@ -15031,12 +14588,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 + 23 Project that have been around for longer tend to be more stable @@ -15046,17 +14603,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 - 281 + 543 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -15066,19 +14623,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
458
+
617
-

jira_versions

+

create_merge_request

-

via Sandy Chapman

+

via masashi mizuno

-> Manage your JIRA project's releases/versions with this plugin. +> This will create a new merge request on GitLab.
@@ -15094,19 +14651,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 - - - Gets a list of all versions for a JIRA project + create_merge_request + source_control + This will create a new marge request on GitLab @@ -15128,22 +14675,22 @@ 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 subscribers - 3 + 6 More subscribers = more popular project stars - 14 + 1 More stars = more popular project forks - 15 + 10 More forks = more people seem to use/modify this project @@ -15158,7 +14705,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 35 Project that have been around for longer tend to be more stable @@ -15168,17 +14715,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 - 298 + 477 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -15188,19 +14735,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
458
+
616
-

create_merge_request

+

mobile_center

-

via masashi mizuno

+

via Microsoft Corporation

-> This will create a new merge request on GitLab. +> Fastlane plugin for Mobile Center
@@ -15216,9 +14763,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 + appcenter_upload + - + Distribute new release to App Center @@ -15240,22 +14787,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 42 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 33 More subscribers = more popular project stars - 1 + 47 More stars = more popular project forks - 10 + 45 More forks = more people seem to use/modify this project @@ -15270,7 +14817,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 49 Project that have been around for longer tend to be more stable @@ -15280,17 +14827,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -11 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 325 + 261 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -15300,19 +14847,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
454
+
591
-

upload_to_server

+

git_status

-

via Maxim Toyberman

+

via Bruno Coelho

-> Upload IPA and APK to your own server +> Show the status of one or multiple files/directories
@@ -15328,9 +14875,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_server - - + git_status - + Show the status of one or multiple files/directories @@ -15352,7 +14899,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 @@ -15362,12 +14909,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 @@ -15377,12 +14924,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 + 51 Project that have been around for longer tend to be more stable @@ -15397,7 +14944,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 328 + 452 More downloads = more users have been using the plugin for a while @@ -15412,19 +14959,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
454
+
587
-

firebase_management

+

try_scan

-

via Ackee

+

via Alexey Alter-Pesotskiy

-> Unofficial tool to access Firebase project settings +> The easiest way to retry your fastlane scan action
@@ -15440,19 +14987,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - 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 + try_scan + testing + Simple way to retry your scan action @@ -15479,17 +15016,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 15 + 6 More subscribers = more popular project stars - 8 + 7 More stars = more popular project forks - 25 + 0 More forks = more people seem to use/modify this project @@ -15504,7 +15041,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 30 Project that have been around for longer tend to be more stable @@ -15519,12 +15056,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 261 + 444 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -15534,19 +15071,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
450
+
576
-

fir_cli

+

firebase_management

-

via atpking

+

via Ackee

-> upload ipa or apk to fir.im +> Unofficial tool to access Firebase project settings
@@ -15562,121 +15099,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fir_cli + firebase_management_add_app - - invoke fir-cli from fastlane plugin directly. \nfir-cli: https://github.com/FIRHQ/fir-cli - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers15More subscribers = more popular project
stars44More 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
age26Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues-2Lots of open issues are not a good sign usually, unless the project is really popular
downloads219More downloads = more users have been using the plugin for a whileAdd new app to Firebase project
tests3The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
448
- -

google_chat

- -

via Narlei Américo Moreira

- -> Send messages to Google Chat - - -
-Provided actions - - - - - - - + + + - - - + - +
NameCategoryDescriptionfirebase_management_list-List all Firebase projects and their apps
google_chatfirebase_management_download_config -Send messages to Google ChatDownload configuration file for Firebase app
@@ -15698,22 +15133,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 + 15 More subscribers = more popular project stars - 13 + 8 More stars = more popular project forks - 5 + 25 More forks = more people seem to use/modify this project @@ -15723,17 +15158,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 + 49 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -15743,7 +15178,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 341 + 376 More downloads = more users have been using the plugin for a while @@ -15758,19 +15193,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
445
+
570
-

lokalise

+

setup_app_feedback_sdk

-

via Abbas Jaffery

+

via Yahoo Japan Corporation

-> Sync metadata with Lokalise +> Setup the Info.plist for App Feedback SDK
@@ -15786,19 +15221,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 + setup_app_feedback_sdk - - Upload metadata to lokalise. + Setup the Info.plist for App Feedback SDK @@ -15825,17 +15250,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 21 More subscribers = more popular project stars - 0 + 2 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -15850,12 +15275,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 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 @@ -15865,12 +15290,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 307 + 430 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -15880,19 +15305,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
438
+
565
-

app_info

+

jira_issue_details

-

via icyleaf

+

via Zaim Ramlan

-> Teardown tool for mobile app(ipa, apk and aab files), analysis metedata like version, name, icon etc. +> Get the details for the given jira issue key(s)
@@ -15908,9 +15333,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - app_info + get_jira_issue - - Parse and dump mobile app(ipa, apk and aab file) metedata. + Get the details for the given jira issue key(s). @@ -15942,7 +15367,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 0 More stars = more popular project @@ -15962,7 +15387,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 39 Project that have been around for longer tend to be more stable @@ -15972,17 +15397,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 - 262 + 432 More downloads = more users have been using the plugin for a while tests - 57 + 21 The more tests a plugin has, the better @@ -15992,19 +15417,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
438
+
556
-

secret_keeper

+

upload_to_server

-

via Daniel Jankowski

+

via Maxim Toyberman

-> secret_keeper is a wrapped on keychain access. +> Upload IPA and APK to your own server
@@ -16020,19 +15445,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - remove_item_from_keychain + upload_to_server - - 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 @@ -16064,12 +15479,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 19 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -16079,17 +15494,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 + 43 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -16099,12 +15514,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 299 + 422 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -16114,19 +15529,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
433
+
536
-

jira_issue_details

+

androidmanifest_editor

-

via Zaim Ramlan

+

via 任福新

-> Get the details for the given jira issue key(s) +> edit meta-data in AndroidManifest.xml
@@ -16142,9 +15557,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_jira_issue + modify_meta_data - - Get the details for the given jira issue key(s). + 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 @@ -16191,12 +15616,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 32 + 39 Project that have been around for longer tend to be more stable @@ -16211,12 +15636,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 307 + 446 More downloads = more users have been using the plugin for a while tests - 21 + 3 The more tests a plugin has, the better @@ -16226,19 +15651,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
433
+
531
-

analyze_ios_ipa

+

pretty_junit

-

via xiongzenghui

+

via GaryJohnson

-> analysis iOS app/ipa multiple data. eg: 1) ipa basic info 2) Size occupied by each component = code + resource +> Pretty JUnit test results for your Android projects.
@@ -16254,9 +15679,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - analyze_ios_ipa + pretty_junit - - analysis iOS app/ipa multiple data. eg: 1) ipa basic info 2) Size occupied by each component = code + resource + Pretty JUnit test results for your Android projects. @@ -16278,17 +15703,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 21 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -16303,12 +15728,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 + 53 Project that have been around for longer tend to be more stable @@ -16323,12 +15748,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 326 + 402 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -16338,20 +15763,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
431
+
526
-

polidea

+

analyze_ios_ipa

-

via Piotrek Dubiel

+

via xiongzenghui

-> Polidea's fastlane action +> analysis iOS app/ipa multiple data. eg: 1) ipa basic info 2) Size occupied by each component = code + resource + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
analyze_ios_ipa-analysis iOS app/ipa multiple data. eg: 1) ipa basic info 2) Size occupied by each component = code + resource
+
@@ -16373,7 +15820,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -16393,17 +15840,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 + 35 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -16413,12 +15860,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 381 + 412 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -16428,20 +15875,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
414
+
510
-

xcresult_to_junit

+

discord_notifier

-

via Shane Birdsall

+

via Nikos Theodosis

-> Produces junit xml files from Xcode 11+ xcresult files +> Discord Notifier
@@ -16457,9 +15903,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcresult_to_junit + discord_notifier - - Produces junit xml files from Xcode 11+ xcresult files + Discord Webhook Notifier @@ -16496,7 +15942,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 20 + 0 More forks = more people seem to use/modify this project @@ -16511,7 +15957,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 31 Project that have been around for longer tend to be more stable @@ -16521,12 +15967,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 - 284 + 396 More downloads = more users have been using the plugin for a while @@ -16541,19 +15987,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
410
+
510
-

jira_set_fix_version

+

amazon_app_submission

-

via Tommy Sadiq Hinrichsen

+

via mohammedhemaid

-> Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name +> This is the first version of the Amazon App Submission
@@ -16569,9 +16015,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_set_fix_version + amazon_app_submission - - Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name + Fastlane plugin for Amazon App Submissions @@ -16598,17 +16044,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 3 More subscribers = more popular project stars - 3 + 4 More stars = more popular project forks - 10 + 15 More forks = more people seem to use/modify this project @@ -16623,22 +16069,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 18 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 - 248 + 400 More downloads = more users have been using the plugin for a while @@ -16653,19 +16099,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
409
+
510
-

androidmanifest_editor

+

app_info

-

via 任福新

+

via icyleaf

-> edit meta-data in AndroidManifest.xml +> Teardown tool for mobile app(ipa, apk and aab files), analysis metedata like version, name, icon etc.
@@ -16681,19 +16127,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - modify_meta_data - - - edit meta-data in AndroidManifest.xml - - - modify_intent_scheme - - - edit scheme data of intent-filter in AndroidManifest.xml - - - androidmanifest_editor + app_info - - edit meta-data in AndroidManifest.xml + Parse and dump mobile app(ipa, apk and aab file) metedata. @@ -16725,7 +16161,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 3 More stars = more popular project @@ -16740,12 +16176,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 + 51 Project that have been around for longer tend to be more stable @@ -16755,17 +16191,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 - 326 + 327 More downloads = more users have been using the plugin for a while tests - 3 + 57 The more tests a plugin has, the better @@ -16775,20 +16211,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
398
+
500
-

retry

+

latest_appcenter_build_number

-

via gmgchow

+

via Jack Spargo

-> Retries failed XCUITest test cases +> Use AppCenter API to get the latest version and build number for an App Center app + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
latest_appcenter_build_number-Gets latest version number of the app from AppCenter
+
@@ -16805,22 +16263,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 + 6 More subscribers = more popular project stars - 0 + 2 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -16830,12 +16288,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 + 35 Project that have been around for longer tend to be more stable @@ -16850,12 +16308,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 348 + 298 More downloads = more users have been using the plugin for a while tests - 0 + 48 The more tests a plugin has, the better @@ -16865,20 +16323,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
398
+
498
-

gmail

+

notarize

-

via Alexander Ignition

+

via Zeplin, Inc.

-> send mail from gmail +> fastlane plugin to notarize a macOS app
@@ -16894,9 +16351,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gmail - - - A short description with <= 80 characters of what this action does + notarize + deprecated + Notarizes a macOS app @@ -16918,22 +16375,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 + 60 More subscribers = more popular project stars - 7 + 64 More stars = more popular project forks - 0 + 35 More forks = more people seem to use/modify this project @@ -16948,27 +16405,27 @@ 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 - 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 - 244 + 203 More downloads = more users have been using the plugin for a while tests - 18 + 0 The more tests a plugin has, the better @@ -16978,19 +16435,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
392
+
495
-

cosigner

+

code_push

-

via André Pacheco Neves, Luís Portela Afonso

+

via Manuel Koch

-> A fastlane plugin to help you sign your iOS builds +> CodePush functionality for fastlane
@@ -17006,9 +16463,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - cosigner + code_push_promote - - A fastlane plugin to help you sign your iOS builds + CodePush promote + + + code_push_login + - + CodePush login with accessKey + + + code_push_release_react + - + CodePush release-react functionality for fastlane + + + code_push_release_cordova + - + CodePush release-cordova functionality for fastlane @@ -17030,22 +16502,22 @@ 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 subscribers - 39 + 3 More subscribers = more popular project stars - 21 + 23 More stars = more popular project forks - 5 + 25 More forks = more people seem to use/modify this project @@ -17060,27 +16532,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 50 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 - 172 + 304 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -17090,19 +16562,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
384
+
481
-

sharethemeal

+

fir_cli

-

via Helmut Januschka

+

via atpking

-> ShareTheMeal +> upload ipa or apk to fir.im
@@ -17118,9 +16590,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sharethemeal + fir_cli - - Donate food via ShareTheMeal + invoke fir-cli from fastlane plugin directly. \nfir-cli: https://github.com/FIRHQ/fir-cli @@ -17142,22 +16614,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 - 7 + 44 More stars = more popular project forks - 10 + 45 More forks = more people seem to use/modify this project @@ -17172,22 +16644,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 33 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 228 + 243 More downloads = more users have been using the plugin for a while @@ -17202,19 +16674,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
381
+
473
-

latest_appcenter_build_number

+

xcresult_actions

-

via Jack Spargo

+

via yutailang0119

-> Use AppCenter API to get the latest version and build number for an App Center app +> fastlane actions for `.xcresult`
@@ -17230,9 +16702,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - latest_appcenter_build_number + summarize_xcresult_report - - Gets latest version number of the app from AppCenter + Summarize about test coverage rate from `.xcresult` file @@ -17254,22 +16726,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 2 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -17284,27 +16756,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 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 - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 187 + 361 More downloads = more users have been using the plugin for a while tests - 48 + 9 The more tests a plugin has, the better @@ -17314,19 +16786,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
379
+
472
-

android_sdk_update

+

jira_versions

-

via Philipp Burgk, Michael Ruhl

+

via Sandy Chapman

-> Install required Android-SDK packages +> Manage your JIRA project's releases/versions with this plugin.
@@ -17342,9 +16814,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_sdk_update + release_jira_version - - Install and update required Android-SDK packages + 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 @@ -17366,22 +16848,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 27 + 3 More subscribers = more popular project stars - 10 + 14 More stars = more popular project forks - 20 + 15 More forks = more people seem to use/modify this project @@ -17396,27 +16878,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 53 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -1 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 172 + 305 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -17426,19 +16908,109 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
377
+
462
-

clubmate

+

update_app_associated_domains

-

via KrauseFx

+

via Nicolas TRUTET

+ +> [iOS] Replace associated domains array for the key in the entitlement file. -> Print the Club Mate logo in your build output + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors18The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads424More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
460
+ +

lokalise

+ +

via Abbas Jaffery

+ +> Sync metadata with Lokalise
@@ -17454,9 +17026,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clubmate + add_keys_to_lokalise - - Print a Club Mate in your build output + Add keys to lokalise + + + lokalise + - + Download Lokalise localization + + + lokalise_metadata + - + Upload metadata to lokalise. @@ -17478,22 +17060,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 + 0 More subscribers = more popular project stars - 8 + 0 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -17508,12 +17090,102 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 38 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 + 315 + More downloads = more users have been using the plugin for a while + + + tests + 3 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
458
+ +

polidea

+ +

via Piotrek Dubiel

+ +> Polidea's fastlane action + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -17523,12 +17195,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -17538,19 +17210,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
375
+
458
-

poeditor_export

+

secret_keeper

-

via James Campbell

+

via Daniel Jankowski

-> Exports translations from POEditor.com +> secret_keeper is a wrapped on keychain access.
@@ -17566,9 +17239,19 @@ 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
age 0Project that have been around for longer tend to be more stable
major_release30 Post 1.0 releases are great
downloads225408 More downloads = more users have been using the plugin for a while
tests30 The more tests a plugin has, the better
poeditor_exportremove_item_from_keychain -Exports translations from POEditor.comRemoves 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
@@ -17590,22 +17273,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 + 2 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -17620,12 +17303,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 38 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -17635,7 +17318,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 230 + 312 More downloads = more users have been using the plugin for a while @@ -17650,21 +17333,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
373
+
457
-

github_job_status

+

android_sdk_update

-

via Justin Singer

+

via Philipp Burgk, Michael Ruhl

-> Post the status of your test jobs to your pull requests +> Install required Android-SDK packages +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
android_sdk_update-Install and update required Android-SDK packages
+ +
+
Score details @@ -17680,22 +17385,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 + 27 More subscribers = more popular project stars - 0 + 10 More stars = more popular project forks - 0 + 20 More forks = more people seem to use/modify this project @@ -17705,32 +17410,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 + 49 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 341 + 243 More downloads = more users have been using the plugin for a while tests - 0 + 9 The more tests a plugin has, the better @@ -17740,20 +17445,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
371
+
454
-

profile_expiration_info

+ -

via Steven Chung

+

via Aleksey Novikov

-> Returns if the provisioning profile has expired and the DateTime it expires +> Plugin to add remote link to jira issue + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
jira_issue_link-Plugin to add remote link to jira issue
+
@@ -17770,12 +17497,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 @@ -17795,12 +17522,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 + 27 Project that have been around for longer tend to be more stable @@ -17815,12 +17542,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 339 + 351 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -17830,19 +17557,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
371
+
453
-

xcconfig_actions

+

sftp

-

via Maksym Grebenets

+

via Oliver Limberg

-> Adds actions to fastlane to work with xcconfig files +> Plugin to upload files via SFTP
@@ -17858,19 +17585,14 @@ 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 + sftp_download + misc + download files from a remote Server via SFTP - validate_xcconfig - linting - Validate xcconfig file + sftp_upload + misc + upload files to a remote Server via SFTP @@ -17892,7 +17614,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 @@ -17902,12 +17624,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 6 + 2 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -17922,7 +17644,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 38 Project that have been around for longer tend to be more stable @@ -17932,17 +17654,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 - 147 + 230 More downloads = more users have been using the plugin for a while tests - 80 + 63 The more tests a plugin has, the better @@ -17952,19 +17674,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
370
+
445
-

ci_changelog

+

jira_set_fix_version

-

via icyleaf

+

via Tommy Sadiq Hinrichsen

-> Automate generate changelog between previous build failed and the latest commit of scm in CI +> Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name
@@ -17980,9 +17702,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ci_changelog - - + jira_set_fix_version - + Tags all Jira issues mentioned in git changelog with with a fix version from parameter :name @@ -18009,17 +17731,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 9 More subscribers = more popular project stars - 6 + 3 More stars = more popular project forks - 5 + 10 More forks = more people seem to use/modify this project @@ -18034,12 +17756,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 44 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -18049,12 +17771,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 158 + 276 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -18064,19 +17786,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
369
+
438
-

saucelabs

+

gmail

-

via ivan kat

+

via Alexander Ignition

-> Sauce Labs android & ios configuraiton +> send mail from gmail
@@ -18092,9 +17814,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - saucelabs_upload + gmail - - Sauce labs android & ios Fastlane plugin + A short description with <= 80 characters of what this action does @@ -18121,12 +17843,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 21 More subscribers = more popular project stars - 0 + 7 More stars = more popular project @@ -18141,12 +17863,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 - 15 + 39 Project that have been around for longer tend to be more stable @@ -18161,12 +17883,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 300 + 277 More downloads = more users have been using the plugin for a while tests - 3 + 18 The more tests a plugin has, the better @@ -18176,19 +17898,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
367
+
431
-

sftp

+

match_import

-

via Oliver Limberg

+

via Serhii Batsevych

-> Plugin to upload files via SFTP +> Match repository custom import
@@ -18204,14 +17926,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sftp_download - misc - download files from a remote Server via SFTP + match_export_apns + - + Match repository apns certs export - sftp_upload - misc - upload files to a remote Server via SFTP + 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 @@ -18233,22 +17975,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 + 6 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 @@ -18263,12 +18005,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 31 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -18278,12 +18020,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 152 + 320 More downloads = more users have been using the plugin for a while tests - 63 + 3 The more tests a plugin has, the better @@ -18293,19 +18035,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
363
+
422
-

discord_notifier

+

latest_hockeyapp_version_number

-

via Nikos Theodosis

+

via Travis Palmer

-> Discord Notifier +> Easily fetch the most recent HockeyApp version number for your app
@@ -18321,9 +18063,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - discord_notifier + latest_hockeyapp_version_number - - Discord Webhook Notifier + Easily fetch the most recent HockeyApp version number for your app @@ -18345,7 +18087,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 @@ -18355,12 +18097,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 8 + 6 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -18370,32 +18112,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 - 24 + 54 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -1 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 256 + 271 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -18405,19 +18147,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
362
+
418
-

build_log_info

+

stream_actions

-

via tarappo

+

via GetStream

-> show build log info +> stream custom actions
@@ -18433,161 +18175,154 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - build_log_info + pr_comment - - build log information + Comment in the PR - - - -
- - -
-Score details - - - - - - + + + - - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - -
MetricPointsDescriptionupdate_release_version_to_snapshot-Bump a release version and add a snapshot postfix
contributors6The more contributors a project has, the more likely it is it stays alivepublish_ios_sdk-Publish iOS SDKs
subscribers0More subscribers = more popular projectupdate_sdk_size_in_readme-Update SDKs size in README.md
stars1More stars = more popular projectallure_create_testcase-Creates testcase on Allure Testops
forks0More forks = more people seem to use/modify this projectallure_api-Allure Testops API
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT toocurrent_branch-Get current branch name
readme_score50How well is the README of the document writtenread_changelog-Gets updates from the CHANGELOG.md
age34Project that have been around for longer tend to be more stableselect_xcode-Select Xcode version
major_release0Post 1.0 releases are greatupdate_testplan-Adds environment variables to a test plan
github_issues0Lots of open issues are not a good sign usually, unless the project is really populargit_status-Git status
downloads251More downloads = more users have been using the plugin for a whileis_check_required-Analyzes the impact of changes on PR
tests0The more tests a plugin has, the betterallure_create_launch-Creates launch on Allure Testops
- -
- -

- - Open on GitHub - -

- ------ - -
361
- -

airwatch_workspaceone

- -

via Ram Awadhesh Sharan

- -> The main purpose of this plugin is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise instance/console. - - -
-Provided actions - - - - - - + + + - - - + - + - + + - - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescriptionmerge_main_to_develop-Merge main branch to develop
add_or_update_assignmentsallure_run_testplan -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.Sync and run testplan on Allure Testops
unretire_specific_versionwait_android_emu_idle- -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_versionsinstall_ios_runtime -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.Install iOS Runtime
delete_specific_versionsetup_git_config -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.Update git config details
latest_versionrelease_ios_sdk -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.Releases iOS SDKs
deploy_buildshow_sdk_size -The main purpose of this action is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise console.Show SDKs size
delete_previous_versionstestflight_build -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.Builds a DemoApp and uploads it to TestFlight
retire_specific_versionprepare_simulator -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.Prepares simulator for tests
unretire_all_versionspr_create -The main purpose of this action is to unretire all retired versions of an application.Create PR
merge_release_to_main-Merge release branch to main
pod_push_safely-Safely push a Podspec to Trunk or a private repository
custom_match--
touch_changelog-Updates CHANGELOG.md file with release
update_copyright-Updates copyright headers in source files
build_app_for_ios_simulatorbuildingThis plugin builds apps exclusively for iOS, tvOS or watchOS Simulators.
retrieve_xctest_names-Retrieves test names from xctestrun file
@@ -18614,22 +18349,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 90 More subscribers = more popular project stars - 6 + 2 More stars = more popular project forks - 25 + 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 @@ -18639,12 +18374,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 15 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -18654,12 +18389,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 192 + 239 More downloads = more users have been using the plugin for a while tests - 3 + 72 The more tests a plugin has, the better @@ -18669,19 +18404,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
361
+
417
-

create_bitbucket_pull_request

+

cosigner

-

via Issarapong Poesua

+

via André Pacheco Neves, Luís Portela Afonso

-> This lane creates create bitbucket pull request +> A fastlane plugin to help you sign your iOS builds
@@ -18697,9 +18432,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_bitbucket_pull_request + cosigner - - This lane creates create bitbucket pull request + A fastlane plugin to help you sign your iOS builds @@ -18721,22 +18456,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 + 39 More subscribers = more popular project stars - 1 + 21 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -18746,12 +18481,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 + 50 Project that have been around for longer tend to be more stable @@ -18766,12 +18501,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 255 + 190 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -18781,13 +18516,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
358
+
416

instrumented_tests

@@ -18863,7 +18598,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 54 Project that have been around for longer tend to be more stable @@ -18878,7 +18613,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 204 + 255 More downloads = more users have been using the plugin for a while @@ -18899,13 +18634,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
354
+
412
-

latest_hockeyapp_version_number

+

clubmate

-

via Travis Palmer

+

via KrauseFx

-> Easily fetch the most recent HockeyApp version number for your app +> Print the Club Mate logo in your build output
@@ -18921,9 +18656,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - latest_hockeyapp_version_number + clubmate - - Easily fetch the most recent HockeyApp version number for your app + Print a Club Mate in your build output @@ -18945,22 +18680,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 + 6 More subscribers = more popular project stars - 6 + 8 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -18970,32 +18705,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 - 46 + 54 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -4 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 211 + 253 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -19005,19 +18740,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
351
+
412
-

get_android_version

+

build_log_info

-

via MaximusMcCann

+

via tarappo

-> gets the android versionName and versionCode from the `AndroidManifest.xml` file located in the provided apk +> show build log info
@@ -19033,9 +18768,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_android_version + build_log_info - - Gets the android versionName, versionCode and parsed appName (label) from AndroidManifest.xml file in provided apk + build log information @@ -19062,12 +18797,12 @@ 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 @@ -19082,12 +18817,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 - 45 + 41 Project that have been around for longer tend to be more stable @@ -19102,12 +18837,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 246 + 294 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -19117,19 +18852,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
349
+
409
-

xcode_log_parser

+

get_android_version

-

via KrauseFx

+

via MaximusMcCann

-> Convert the Xcode plist log to a JUnit report +> gets the android versionName and versionCode from the `AndroidManifest.xml` file located in the provided apk
@@ -19145,9 +18880,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - trainer + get_android_version - - Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed + Gets the android versionName, versionCode and parsed appName (label) from AndroidManifest.xml file in provided apk @@ -19169,22 +18904,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 30 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 12 + 3 More subscribers = more popular project stars - 102 + 3 More stars = more popular project forks - 60 + 0 More forks = more people seem to use/modify this project @@ -19194,12 +18929,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 - 46 + 52 Project that have been around for longer tend to be more stable @@ -19209,17 +18944,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 - 10 + 297 More downloads = more users have been using the plugin for a while tests - 24 + 3 The more tests a plugin has, the better @@ -19229,19 +18964,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
349
+
408
-

swiftlint_codequality

+

sharethemeal

-

via Mads Bøgeskov

+

via Helmut Januschka

-> Converts SwiftLint reports into GitLab support CodeQuality reports +> ShareTheMeal
@@ -19257,9 +18992,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - swiftlint_codequality + sharethemeal - - Converts SwiftLint reports into GitLab support CodeQuality reports + Donate food via ShareTheMeal @@ -19281,7 +19016,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 @@ -19289,6 +19024,96 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 3 More subscribers = more popular project + + stars + 7 + More stars = more popular project + + + forks + 10 + More forks = more people seem to use/modify this project + + + has_mit_license + 20 + fastlane is MIT licensed, it's good to have plugins use MIT too + + + readme_score + 50 + How well is the README of the document written + + + age + 52 + Project that have been around for longer tend to be more stable + + + major_release + 0 + Post 1.0 releases are great + + + github_issues + 0 + Lots of open issues are not a good sign usually, unless the project is really popular + + + downloads + 245 + More downloads = more users have been using the plugin for a while + + + tests + 3 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
403
+ +

retry

+ +

via gmgchow

+ +> Retries failed XCUITest test cases + + + +
+Score details + + + + + + + + + + + + + + + + + + + + @@ -19296,7 +19121,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -19306,12 +19131,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -19326,12 +19151,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -19341,19 +19166,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
349
+
396
-

changelog_generator

+

xcconfig_actions

-

via Fernando Saragoca

+

via Maksym Grebenets

-> Changelog generation based on merged pull requests & tags +> Adds actions to fastlane to work with xcconfig files
@@ -19369,14 +19195,19 @@ 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 0
forks50 More forks = more people seem to use/modify this project
readme_score250 How well is the README of the document written
age270 Project that have been around for longer tend to be more stable
downloads215353 More downloads = more users have been using the plugin for a while
tests240 The more tests a plugin has, the better
generate_changelog-Changelog generation based on merged pull requests & tagsbuild_settings_to_flagsbuildingMap xcconfig build settings to compiler and linker build flags
generate_release_changelog-Changelog generation based on merged pull requests & tags, filtered by one or two tagsread_xcconfigbuildingRead and resolve contents of xcconfig file and return as JSON
validate_xcconfiglintingValidate xcconfig file
@@ -19398,22 +19229,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 - 8 + 6 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -19428,12 +19259,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 38 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -19443,12 +19274,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 212 + 165 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -19458,19 +19289,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
347
+
395
- +

latest_hockey_build_number

-

via Aleksey Novikov

+

via Sergii Stotskyi, Kirill Pahnev

-> Plugin to add remote link to jira issue +> Gets latest version number of the app with the bundle id from HockeyApp
@@ -19486,9 +19317,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_issue_link + latest_hockey_build_number - - Plugin to add remote link to jira issue + Gets latest version number of the app with the bundle id from HockeyApp @@ -19510,7 +19341,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 @@ -19520,7 +19351,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 3 More stars = more popular project @@ -19540,7 +19371,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 20 + 53 Project that have been around for longer tend to be more stable @@ -19570,19 +19401,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
346
+
394
-

xcresult_actions

+

unity

-

via yutailang0119

+

via safu9

-> fastlane actions for `.xcresult` +> Fastlane plugin for Unity
@@ -19598,9 +19429,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - summarize_xcresult_report + unity - - Summarize about test coverage rate from `.xcresult` file + Fastlane plugin for Unity @@ -19627,17 +19458,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 1 + 31 More stars = more popular project forks - 0 + 35 More forks = more people seem to use/modify this project @@ -19652,22 +19483,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 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 - -1 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 241 + 187 More downloads = more users have been using the plugin for a while @@ -19682,62 +19513,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
345
- -

branch

- -

via Branch, Jimmy Dee

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

profile_expiration_info

-
-Provided actions +

via Steven Chung

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
update_action_docs-Generate a standard action page for each action
update_readme-Update the contents of the README in this repo
branch_reportprojectGenerate a brief summary or a full build report for your project.
setup_branchprojectconfiguration for Xcode projects.
validate_universal_linksprojectValidates Universal Link configuration for an Xcode project.
+> Returns if the provisioning profile has expired and the DateTime it expires -
@@ -19754,22 +19543,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 - 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 @@ -19779,12 +19568,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 @@ -19799,12 +19588,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 110 + 352 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -19814,19 +19603,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
344
+
389
-

cerberus

+

demo_mode

-

via Harry Singh

+

via Florian Rauscha

-> Cerberus is a fastlane plugin for extracting Jira issues from commit messages and sharing information on its respective Jenkins job and HockeyApp upload. +> Sets your connected android devices to demo mode
@@ -19842,24 +19631,9 @@ 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 - - - find_tickets - - - Extracts the Jira issue keys between commits - - - release_notes - - + demo_mode - + Sets your device to demo mode @@ -19881,22 +19655,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 - 57 + 3 More subscribers = more popular project stars - 6 + 4 More stars = more popular project forks - 15 + 5 More forks = more people seem to use/modify this project @@ -19911,12 +19685,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 49 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -19926,12 +19700,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 133 + 213 More downloads = more users have been using the plugin for a while tests - 30 + 3 The more tests a plugin has, the better @@ -19941,19 +19715,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
344
+
388
-

ftp

+

create_bitbucket_pull_request

-

via Allan Vialatte

+

via Issarapong Poesua

-> Simple ftp upload and download for Fastlane +> This lane creates create bitbucket pull request
@@ -19969,9 +19743,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ftp + create_bitbucket_pull_request - - Upload and Download files via FTP + This lane creates create bitbucket pull request @@ -19998,17 +19772,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 27 + 1 More stars = more popular project forks - 50 + 0 More forks = more people seem to use/modify this project @@ -20018,27 +19792,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 - 47 + 32 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 - 144 + 274 More downloads = more users have been using the plugin for a while @@ -20053,19 +19827,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
343
+
387
-

android_version_manager

+

ci_changelog

-

via Jonathan Cardoso Machado

+

via icyleaf

-> Android's App Version Managment +> Automate generate changelog between previous build failed and the latest commit of scm in CI
@@ -20081,7 +19855,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_base + ci_changelog - - @@ -20105,7 +19879,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 @@ -20115,7 +19889,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 6 More stars = more popular project @@ -20135,7 +19909,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 53 Project that have been around for longer tend to be more stable @@ -20145,12 +19919,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 - 142 + 167 More downloads = more users have been using the plugin for a while @@ -20165,47 +19939,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
341
- -

souyuz

- -

via Felix Rudat

- -> A fastlane component to make Xamarin builds a breeze +
384
+

github_job_status

-
-Provided actions +

via Justin Singer

- - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
app_version-Easily set or print app version with `app_version`
souyuz-Easily build and sign your app using `souyuz`
+> Post the status of your test jobs to your pull requests -
@@ -20227,17 +19974,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 15 + 0 More subscribers = more popular project stars - 34 + 0 More stars = more popular project forks - 45 + 0 More forks = more people seem to use/modify this project @@ -20247,12 +19994,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 - 48 + 0 Project that have been around for longer tend to be more stable @@ -20262,12 +20009,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 - 141 + 346 More downloads = more users have been using the plugin for a while @@ -20282,21 +20029,83 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
333
+
381
-

update_app_associated_domains

+

airwatch_workspaceone

-

via Nicolas TRUTET

+

via Ram Awadhesh Sharan

-> [iOS] Replace associated domains array for the key in the entitlement file. +> The main purpose of this plugin is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise instance/console. +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
add_or_update_assignments-The main purpose of this action is to add a new smart group assignment to an application or to update an existing smart group assignment of an application with a given dictionary of deployment/assignment parameters. If a smart group name is provided which does not exist yet on Console, assignment for that smart group is ignored.
unretire_specific_version-The main purpose of this action is to unretire a specific version of an application. This action takes a string parameter where you can specify the version number to unretire.
retire_previous_versions-The main purpose of this action is to retire previous active versions of an application. This action takes a string parameter where you can specify the number of latest versions to keep if you do not want to retire all the previous active versions.
delete_specific_version-The main purpose of this action is to delete a specific version of an application. This action takes a string parameter where you can specify the version number to delete.
latest_version-The main purpose of this action is to find the version number of the latest version of the app on the console and output the same. It also finds and outputs arrays of active app version numbers and retired app version numbers of the app.
deploy_build-The main purpose of this action is to upload an IPA or an APK file to an AirWatch or Workspace ONE enterprise console.
delete_previous_versions-The main purpose of this action is to delete versions of an application. This action takes a string parameter where you can specify the number of latest versions to keep if you do not want to delete all the versions.
retire_specific_version-The main purpose of this action is to retire a specific version of an application. This action takes a string parameter where you can specify the version number to retire.
unretire_all_versions-The main purpose of this action is to unretire all retired versions of an application.
+ +
+
Score details @@ -20312,22 +20121,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 + 6 More stars = more popular project forks - 0 + 25 More forks = more people seem to use/modify this project @@ -20337,17 +20146,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 + 36 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -20357,12 +20166,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 301 + 205 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -20372,19 +20181,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
331
+
381
-

framer

+

ftp

-

via DrAL3X

+

via Allan Vialatte

-> Create images combining app screenshots with templates to make nice pictures for the App Store +> Simple ftp upload and download for Fastlane
@@ -20400,9 +20209,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - framer + ftp - - Create images combining app screenshots to templates to make a nice \'screenshot\' to upload in App Store and Google Play + Upload and Download files via FTP @@ -20424,22 +20233,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 + 6 More subscribers = more popular project stars - 31 + 27 More stars = more popular project forks - 15 + 50 More forks = more people seem to use/modify this project @@ -20454,27 +20263,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 54 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 61 + 174 More downloads = more users have been using the plugin for a while tests - 51 + 3 The more tests a plugin has, the better @@ -20484,19 +20293,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
329
+
380
-

demo_mode

+

android_version_manager

-

via Florian Rauscha

+

via Jonathan Cardoso Machado

-> Sets your connected android devices to demo mode +> Android's App Version Managment
@@ -20512,9 +20321,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - demo_mode + android_base + - - - Sets your device to demo mode @@ -20541,12 +20350,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 4 + 3 More stars = more popular project @@ -20566,27 +20375,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 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 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 160 + 172 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -20596,42 +20405,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
326
- -

latest_hockey_build_number

- -

via Sergii Stotskyi, Kirill Pahnev

- -> Gets latest version number of the app with the bundle id from HockeyApp +
370
+

lambdatest

-
-Provided actions +

via LambdaTest

- - - - - - - - - - - - - - - -
NameCategoryDescription
latest_hockey_build_number-Gets latest version number of the app with the bundle id from HockeyApp
+> fastlane plugin to upload app to lambdatest -
@@ -20648,17 +20435,17 @@ 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 subscribers - 3 + 0 More subscribers = more popular project stars - 3 + 0 More stars = more popular project @@ -20673,12 +20460,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 - 45 + 0 Project that have been around for longer tend to be more stable @@ -20693,12 +20480,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 190 + 332 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -20708,19 +20495,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
326
+
370
-

rollbar

+

ixguard

-

via Evgrafov Denis

+

via Evgeniy Kubyshin

-> Helps to upload sourcemaps/dsyms/proguard mapping/deploy report to Rollbar +> ixguard plugin
@@ -20736,30 +20523,105 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rollbar_proguard_upload + ixguard - - Helps to upload Proguard mappings to Rollbar + iXGuard build plugin + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
rollbar_dsym_upload-Helps to upload Dsym to RollbarMetricPointsDescription
rollbar_report_deploy-Helps to report deploy to Rollbarcontributors0The more contributors a project has, the more likely it is it stays alive
rollbar_sourcemaps_upload-Helps to upload sourcemaps to Rollbarsubscribers3More 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
age46Project 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
downloads273More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+

+ + Open on GitHub + +

+ +----- + +
365
+ +

apadmi_grout

+ +

via Apadmi

+ +> A fastlane wrapper for the apadmi build tools plugin + +
Score details @@ -20780,12 +20642,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 @@ -20800,17 +20662,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 - 23 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -20820,12 +20682,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 221 + 315 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -20835,19 +20697,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
321
+
364
-

xcov_report

+

cerberus

-

via Gianfranco Manganiello

+

via Harry Singh

-> Generate custom HTML for coverage +> Cerberus is a fastlane plugin for extracting Jira issues from commit messages and sharing information on its respective Jenkins job and HockeyApp upload.
@@ -20863,9 +20726,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcov_report + 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 + - - - Generate custom HTML for coverage @@ -20887,22 +20765,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 + 57 More subscribers = more popular project stars - 4 + 6 More stars = more popular project forks - 5 + 15 More forks = more people seem to use/modify this project @@ -20917,27 +20795,27 @@ 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 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 - 151 + 145 More downloads = more users have been using the plugin for a while tests - 3 + 30 The more tests a plugin has, the better @@ -20947,19 +20825,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
320
+
361
-

perfecto

+

branch

-

via Perfecto

+

via Branch, Jimmy Dee

-> This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing +> Adds Branch keys, custom URI schemes and domains to iOS and Android projects. Validates the Universal Link configuration for any Xcode project.
@@ -20975,9 +20853,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - perfecto + update_action_docs - - This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing + 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. @@ -21009,7 +20907,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 8 More stars = more popular project @@ -21029,7 +20927,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 49 Project that have been around for longer tend to be more stable @@ -21044,12 +20942,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 138 + 119 More downloads = more users have been using the plugin for a while tests - 51 + 80 The more tests a plugin has, the better @@ -21059,19 +20957,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
320
+
360
-

set_jira_fix_version

+

testdroid_runner

-

via yuriy-tolstoguzov

+

via josepmc

-> Adds fix version to specified JIRA issues. Creates version if needed +> Allows to run BitBar tests on fastlane
@@ -21087,14 +20985,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - set_jira_fix_version - misc - Adds fix version to specified JIRA issues. Creates version if needed + testdroid_runner + - + BitBar Test Runner - jira_issue_keys_from_changelog - misc - Gets list of JIRA issues kyes from git log starting from specified tag + upload_testdroid + - + Uploads a file to bitbar @@ -21126,12 +21024,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -21141,12 +21039,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 + 30 Project that have been around for longer tend to be more stable @@ -21161,12 +21059,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 185 + 216 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -21176,19 +21074,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
313
+
359
-

gs_versioning

+

perfecto

-

via SAVeselovskiy

+

via Perfecto

-> Plugin for GradoService versioning system +> This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing
@@ -21204,49 +21102,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 + perfecto - - Plugin for GradoService versioning system + This plugin allows you to automatically upload ipa/apk files to Perfecto for manual/automation testing @@ -21268,22 +21126,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 - 0 + 1 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -21293,12 +21151,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 - 45 + 32 Project that have been around for longer tend to be more stable @@ -21313,12 +21171,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 217 + 170 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -21328,112 +21186,48 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
310
- -

slack_train

+
359
-

via Felix Krause

+

souyuz

-> Show a train of the fastlane progress +

via Felix Rudat

+> A fastlane component to make Xamarin builds a breeze
-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
downloads290More downloads = more users have been using the plugin for a whileapp_version-Easily set or print app version with `app_version`
tests0The more tests a plugin has, the bettersouyuz-Easily build and sign your app using `souyuz`
-

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

- ------ - -
310
- -

resetsims

- -

via Luís Esteves

- -> Makes an reset on xcode simulators - -
Score details @@ -21449,22 +21243,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 15 More subscribers = more popular project stars - 0 + 34 More stars = more popular project forks - 0 + 45 More forks = more people seem to use/modify this project @@ -21474,12 +21268,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 + 55 Project that have been around for longer tend to be more stable @@ -21489,12 +21283,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 - 290 + 152 More downloads = more users have been using the plugin for a while @@ -21509,20 +21303,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
309
+
359
-

huawei_appgallery

+

swiftlint_codequality

-

via Arne Kaiser

+

via Mads Bøgeskov

-> Plugin to deploy an app to the Huawei AppGallery +> Converts SwiftLint reports into GitLab support CodeQuality reports
@@ -21538,9 +21331,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - huawei_appgallery + swiftlint_codequality - - Plugin to deploy an app to the Huawei AppGallery + Converts SwiftLint reports into GitLab support CodeQuality reports @@ -21567,17 +21360,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 15 + 3 More subscribers = more popular project stars - 27 + 0 More stars = more popular project forks - 70 + 5 More forks = more people seem to use/modify this project @@ -21587,17 +21380,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 - 28 + 34 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -21607,12 +21400,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 96 + 218 More downloads = more users have been using the plugin for a while tests - 3 + 24 The more tests a plugin has, the better @@ -21622,19 +21415,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
309
+
359
-

automated_test_emulator_run_mik

+

changelog_generator

-

via Kamil Krzyk

+

via Fernando Saragoca

-> 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. +> Changelog generation based on merged pull requests & tags
@@ -21650,9 +21443,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - automated_test_emulator_run + generate_changelog - - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. + Changelog generation based on merged pull requests & tags + + + generate_release_changelog + - + Changelog generation based on merged pull requests & tags, filtered by one or two tags @@ -21674,22 +21472,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 @@ -21704,27 +21502,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 51 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 - 157 + 215 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -21734,19 +21532,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
309
+
358
-

automated_test_emulator_run_xing

+

xcode_log_parser

-

via Daniel Hartwich

+

via KrauseFx

-> 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. +> Convert the Xcode plist log to a JUnit report
@@ -21762,9 +21560,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - automated_test_emulator_run_xing + trainer - - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. + Convert the Xcode plist log to a JUnit report. This will raise an exception if the tests failed @@ -21786,22 +21584,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 36 + 30 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 12 More subscribers = more popular project stars - 0 + 102 More stars = more popular project forks - 5 + 60 More forks = more people seem to use/modify this project @@ -21816,27 +21614,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 54 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -3 + -5 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 116 + 11 More downloads = more users have been using the plugin for a while tests - 3 + 24 The more tests a plugin has, the better @@ -21846,19 +21644,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
303
+
350
-

get_unprovisioned_devices_from_hockey

+

set_jira_fix_version

-

via GaryJohnson

+

via yuriy-tolstoguzov

-> Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices. +> Adds fix version to specified JIRA issues. Creates version if needed
@@ -21874,9 +21672,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_unprovisioned_devices_from_hockey - - - Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices. + set_jira_fix_version + misc + Adds fix version to specified JIRA issues. Creates version if needed + + + jira_issue_keys_from_changelog + misc + Gets list of JIRA issues kyes from git log starting from specified tag @@ -21898,22 +21701,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 - 24 + 3 More subscribers = more popular project stars - 6 + 2 More stars = more popular project forks - 10 + 5 More forks = more people seem to use/modify this project @@ -21923,27 +21726,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 - 45 + 50 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 133 + 207 More downloads = more users have been using the plugin for a while @@ -21958,19 +21761,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
301
+
349
-

npm

+

rollbar

-

via Erick Martins

+

via Evgrafov Denis

-> A very simple plugin to run npm scripts +> Helps to upload sourcemaps/dsyms/proguard mapping/deploy report to Rollbar
@@ -21986,34 +21789,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - npm_test - - - A very simple plugin to run npm scripts - - - npm_run - - - A very simple plugin to run npm scripts - - - npm_post_install + rollbar_proguard_upload - - A very simple plugin to run npm scripts + Helps to upload Proguard mappings to Rollbar - npm_install + rollbar_dsym_upload - - A very simple plugin to run npm scripts + Helps to upload Dsym to Rollbar - upgrade_package_json_version + rollbar_report_deploy - - A very simple plugin to run npm scripts + Helps to report deploy to Rollbar - npm_lint + rollbar_sourcemaps_upload - - Runs lint script + Helps to upload sourcemaps to Rollbar @@ -22035,7 +21828,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 @@ -22045,7 +21838,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 6 More stars = more popular project @@ -22060,12 +21853,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 - 15 + 30 Project that have been around for longer tend to be more stable @@ -22080,7 +21873,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 229 + 237 More downloads = more users have been using the plugin for a while @@ -22095,19 +21888,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
300
+
343
-

uninow-sentry

+

huawei_appgallery

-

via Tom Krusch

+

via Arne Kaiser

-> Upload symbols to Sentry +> Plugin to deploy an app to the Huawei AppGallery
@@ -22123,39 +21916,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 + huawei_appgallery - - Upload mapping to a project on Sentry + Plugin to deploy an app to the Huawei AppGallery @@ -22177,22 +21940,22 @@ 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 + 15 More subscribers = more popular project stars - 0 + 27 More stars = more popular project forks - 0 + 70 More forks = more people seem to use/modify this project @@ -22207,12 +21970,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 35 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -22222,12 +21985,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 123 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -22237,19 +22000,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
300
+
343
-

bugsee

+

framer

-

via Dmitry Fink

+

via DrAL3X

-> Bugsee symbols uploader +> Create images combining app screenshots with templates to make nice pictures for the App Store
@@ -22265,9 +22028,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_symbols_to_bugsee - - + framer - + Create images combining app screenshots to templates to make a nice \'screenshot\' to upload in App Store and Google Play @@ -22289,22 +22052,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 + 15 More subscribers = more popular project stars - 1 + 31 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -22319,7 +22082,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 53 Project that have been around for longer tend to be more stable @@ -22334,12 +22097,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 150 + 66 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -22349,19 +22112,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
299
+
341
-

giffy

+

install_provisioning_profiles

-

via SiarheiFiedartsou

+

via Dylan Gyesbreghs

-> Fastlane plugin for Giffy.com API +> Install all the provisioning profiles located in you're project.
@@ -22377,14 +22140,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 + install_provisioning_profiles - - Allows to obtain URL to some random funny GIF from Giffy.com + Install all the provisioning profiles located in you're project. @@ -22406,7 +22164,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 @@ -22416,7 +22174,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 1 More stars = more popular project @@ -22451,12 +22209,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 146 + 213 More downloads = more users have been using the plugin for a while tests - 12 + 3 The more tests a plugin has, the better @@ -22466,19 +22224,110 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
299
+
339
-

ciutils

+

slack_train

-

via Nicolae Ghimbovschi

+

via Felix Krause

-> Various utilities for iOS CI +> Show a train of the fastlane progress + + + +
+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
downloads319More 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) + +

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

gs_versioning

+ +

via SAVeselovskiy

+ +> Plugin for GradoService versioning system
@@ -22494,54 +22343,49 @@ 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 + gs_save_beta_version - - Copies recursively all provisioning profiles from current folder to system Provisioning Profiles + Plugin for GradoService versioning system - en_profile_name + gs_increment_rc_version - - A short description with <= 80 characters of what this action does + Plugin for GradoService versioning system - en_remove_keychain + gs_get_beta_version - - Removes the keychain setup by en_setup_keychain + Plugin for GradoService versioning system - en_ci_utils_init + gs_increment_release_version - - Sets env variables for gym, scan, swiftlint and lizard actions + Plugin for GradoService versioning system - en_setup_project + gs_get_release_version - - Updates Xcode project, plist and entitlements file if config file is provided + Plugin for GradoService versioning system - en_setup_keychain + gs_save_rc_version - - Creates the keychain, and imports the provided certificate + Plugin for GradoService versioning system - en_git_changelog + gs_increment_beta_version - - Creates a change log from git commits by filtering commits by a pattern (e.g. JIRA task prefix) + Plugin for GradoService versioning system - en_close_simulator + gs_get_rc_version - - Closes all simulator instances + Plugin for GradoService versioning system - en_create_sonar_reports + gs_save_release_version - - Creates swiftlint, lizard and oclint reports and adjusts junit reports for sonarqube (with the open source swift/objc plugin) + Plugin for GradoService versioning system @@ -22568,12 +22412,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 5 + 0 More stars = more popular project @@ -22588,12 +22432,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 + 52 Project that have been around for longer tend to be more stable @@ -22608,7 +22452,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 171 + 236 More downloads = more users have been using the plugin for a while @@ -22623,19 +22467,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
298
+
336
-

code_static_analyzer

+

xcov_report

-

via Olga Kniazska

+

via Gianfranco Manganiello

-> Runs different Static Analyzers and generate report +> Generate custom HTML for coverage
@@ -22651,29 +22495,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ruby_analyzer - - - This analyzer detect warnings, errors and check syntax in ruby files. This is based on rubocop - - - cpd_analyzer - - - 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 - - + xcov_report - + Generate custom HTML for coverage @@ -22695,7 +22519,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 @@ -22705,12 +22529,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 4 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -22725,22 +22549,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 47 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 - 167 + 159 More downloads = more users have been using the plugin for a while @@ -22755,19 +22579,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
291
+
336
-

jira_transition

+

automated_test_emulator_run_mik

-

via Valerio Mazzeo

+

via Kamil Krzyk

-> Apply a JIRA transition to issues mentioned in the changelog +> 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.
@@ -22783,9 +22607,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_transition + automated_test_emulator_run - - Apply a JIRA transition to issues mentioned in the changelog + Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. @@ -22807,17 +22631,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 12 + 0 More stars = more popular project @@ -22832,17 +22656,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 - 47 + 54 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -22852,7 +22676,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 172 + 176 More downloads = more users have been using the plugin for a while @@ -22867,19 +22691,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
290
+
335
-

stream_actions

+

giffy

-

via GetStream

+

via SiarheiFiedartsou

-> stream custom actions +> Fastlane plugin for Giffy.com API
@@ -22895,94 +22719,126 @@ 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 + giffy_random_sticker_url - - Creates testcase on Allure Testops + Allows to obtain URL to some random GIF sticker from Giffy.com - allure_run_testplan + giffy_random_gif_url - - Sync and run testplan on Allure Testops + Allows to obtain URL to some random funny GIF from Giffy.com + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + + +
build_app_for_ios_simulatorbuildingThis plugin builds apps exclusively for iOS, tvOS or watchOS Simulators.MetricPointsDescription
custom_match--contributors12The more contributors a project has, the more likely it is it stays alive
is_check_required-Analyzes the impact of changes on PRsubscribers3More subscribers = more popular project
pod_push_safely-Safely push a Podspec to Trunk or a private repositorystars5More stars = more popular project
prepare_simulator-Prepares simulator for testsforks5More forks = more people seem to use/modify this project
publish_ios_sdk-Publish iOS SDKshas_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
read_changelog-Gets updates from the CHANGELOG.mdreadme_score50How well is the README of the document written
release_ios_sdk-Releases iOS SDKsage53Project that have been around for longer tend to be more stable
retrieve_xctest_names-Retrieves test names from xctestrun filemajor_release0Post 1.0 releases are great
testflight_build-Builds a DemoApp and uploads it to TestFlightgithub_issues0Lots of open issues are not a good sign usually, unless the project is really popular
touch_changelog-Updates CHANGELOG.md file with releasedownloads175More downloads = more users have been using the plugin for a while
update_copyright-Updates copyright headers in source filestests12The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
332
+ +

dmg

+ +

via Alexey Dvoryanskiy

+ +> Easily create dmg for your Mac app + + +
+Provided actions + + + - - - + + + + + - - - + + +
update_testplan-Adds environment variables to a test planNameCategoryDescription
wait_android_emu_idle--dmgmiscCreate DMG for your Mac app
@@ -23009,22 +22865,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 81 + 6 More subscribers = more popular project stars - 3 + 7 More stars = more popular project forks - 0 + 25 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 @@ -23034,27 +22890,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 8 + 46 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 - 126 + 122 More downloads = more users have been using the plugin for a while tests - 72 + 27 The more tests a plugin has, the better @@ -23064,19 +22920,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
290
+
329
-

dingtalk_robot

+

transporter

-

via InfiniteReverse

+

via Maksym Grebenets

-> webhook for dingtalk robot +> Manage Apple iTMSTransporter installation
@@ -23092,9 +22948,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dingtalk_robot + configure_transporter - - webhook for dingtalk robot + Configure Apple iTMSTransporter installation + + + update_transporter_path + - + Configure Fastlane to use custom Transporter installation + + + install_transporter + - + Install Apple iTMSTransporter @@ -23116,17 +22982,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -23146,12 +23012,12 @@ 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 major_release - 0 + 30 Post 1.0 releases are great @@ -23161,12 +23027,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 176 + 128 More downloads = more users have been using the plugin for a while tests - 0 + 60 The more tests a plugin has, the better @@ -23176,19 +23042,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
289
+
329
-

install_provisioning_profiles

+

delete_files

-

via Dylan Gyesbreghs

+

via GaryJohnson

-> Install all the provisioning profiles located in you're project. +> Deletes a file, folder or multiple files using shell glob pattern.
@@ -23204,9 +23070,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - install_provisioning_profiles + delete_files - - Install all the provisioning profiles located in you're project. + Deletes a file, folder or multiple files using shell glob pattern. @@ -23228,22 +23094,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 + 21 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 @@ -23253,12 +23119,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 38 + 53 Project that have been around for longer tend to be more stable @@ -23273,7 +23139,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 169 + 201 More downloads = more users have been using the plugin for a while @@ -23288,19 +23154,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
287
+
326
-

match_import

+

automated_test_emulator_run_xing

-

via Serhii Batsevych

+

via Daniel Hartwich

-> Match repository custom import +> 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.
@@ -23316,34 +23182,9 @@ 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 - - - Match repository custom import - - - match_import_apns - - - Match repository apns certs import - - - match_remove_invalid_apns - - - Match repository apns certs remove invalid - - - match_remove + automated_test_emulator_run_xing - - Match repository custom export + Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. @@ -23365,7 +23206,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 36 The more contributors a project has, the more likely it is it stays alive @@ -23375,12 +23216,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -23395,22 +23236,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 54 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 183 + 125 More downloads = more users have been using the plugin for a while @@ -23425,19 +23266,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
287
+
325
-

amazon_app_submission

+

flutter_version_manager

-

via mohammedhemaid

+

via Davor Maric

-> This is the first version of the Amazon App Submission +> Manages app versioning of Flutter project
@@ -23453,9 +23294,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - amazon_app_submission + flutter_version_manager - - Fastlane plugin for Amazon App Submissions + Manages app versioning of a Flutter project. @@ -23477,7 +23318,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 @@ -23487,12 +23328,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 1 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -23507,27 +23348,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 11 + 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 - -3 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 184 + 186 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -23537,19 +23378,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
286
+
324
-

release_helper

+

bugsee

-

via Artem Ivanov

+

via Dmitry Fink

-> release heper +> Bugsee symbols uploader
@@ -23565,9 +23406,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - release_helper + upload_symbols_to_bugsee + - - - release heper @@ -23589,22 +23430,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 + 5 More forks = more people seem to use/modify this project @@ -23614,27 +23455,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 - 29 + 51 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 - 197 + 157 More downloads = more users have been using the plugin for a while @@ -23649,19 +23490,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
283
+
323
-

altool

+

ciutils

-

via Shashikant Jagtap

+

via Nicolae Ghimbovschi

-> Upload IPA to iTunes Connect using altool +> Various utilities for iOS CI
@@ -23677,121 +23518,54 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - altool + en_build_number - - Upload IPA to iTunes Connect using altool - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars12More stars = more popular project
forks30More forks = more people seem to use/modify this projectGet the value for build number from environment
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT tooen_install_provisioning_profiles-Copies recursively all provisioning profiles from current folder to system Provisioning Profiles
readme_score50How well is the README of the document writtenen_profile_name-A short description with <= 80 characters of what this action does
age37Project that have been around for longer tend to be more stableen_remove_keychain-Removes the keychain setup by en_setup_keychain
major_release30Post 1.0 releases are greaten_ci_utils_init-Sets env variables for gym, scan, swiftlint and lizard actions
github_issues-1Lots of open issues are not a good sign usually, unless the project is really popularen_setup_project-Updates Xcode project, plist and entitlements file if config file is provided
downloads96More downloads = more users have been using the plugin for a whileen_setup_keychain-Creates the keychain, and imports the provided certificate
tests3The more tests a plugin has, the betteren_git_changelog-Creates a change log from git commits by filtering commits by a pattern (e.g. JIRA task prefix)
- -
- -

- - Open on GitHub - -

- ------ - -
280
- -

ti_build_app

- -

via Adam Armstrong

- -> Build Axway Appcelerator Mobile Applications from within fastlane - - -
-Provided actions - - - - - - + + + - - - + - +
NameCategoryDescriptionen_close_simulator-Closes all simulator instances
ti_build_appen_create_sonar_reports -Build Axway Appcelerator Mobile Applications from within fastlaneCreates swiftlint, lizard and oclint reports and adjusts junit reports for sonarqube (with the open source swift/objc plugin)
@@ -23818,17 +23592,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 6 More subscribers = more popular project stars - 6 + 5 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -23843,7 +23617,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 52 Project that have been around for longer tend to be more stable @@ -23858,7 +23632,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 146 + 187 More downloads = more users have been using the plugin for a while @@ -23873,19 +23647,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
279
+
321
-

saucectl

+

code_static_analyzer

-

via Ian Hamilton

+

via Olga Kniazska

-> 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. +> Runs different Static Analyzers and generate report
@@ -23901,44 +23675,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - delete_from_storage - testing - Delete test artifacts from sauce labs storage - - - disabled_tests - testing - Fetches any disabled ui test cases (for android searches for @Ignore tests, and for ios skipped tests within an xcode test plan). Will be used in future for generating pretty HTML reports - - - install_saucectl - testing - Installs the Sauce Labs saucectl cli binary - - - sauce_apps - testing - Returns the set of files by specific app id that have been uploaded to Sauce Storage by the requester + ruby_analyzer + - + This analyzer detect warnings, errors and check syntax in ruby files. This is based on rubocop - sauce_config - testing - Create SauceLabs configuration file for test execution based on given parameters + cpd_analyzer + - + This analyzer detect copy paste code (it uses PMD CPD) - sauce_devices - testing - Returns a list of Device IDs for all devices in the data center that are currently free for testing. + clang_analyzer + - + A short description with <= 80 characters of what this action does - sauce_runner - testing - Execute automated tests on sauce labs platform via saucectl binary for specified configuration + warning_analyzer + - + This analyzer detect warnings in Xcode projects. - sauce_upload - testing - Upload test artifacts to sauce labs storage + code_static_analyzer + - + - @@ -23960,22 +23719,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 15 + 3 More subscribers = more popular project stars - 3 + 5 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -23985,12 +23744,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 - 14 + 51 Project that have been around for longer tend to be more stable @@ -24005,12 +23764,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 112 + 183 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -24020,19 +23779,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
276
+
315
-

killsimulator

+

resetsims

via Luís Esteves

-> Kill all the open simulatores +> Makes an reset on xcode simulators @@ -24095,7 +23854,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 256 + 295 More downloads = more users have been using the plugin for a while @@ -24110,20 +23869,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
272
+
312
-

dmg

+

get_unprovisioned_devices_from_hockey

-

via Alexey Dvoryanskiy

+

via GaryJohnson

-> Easily create dmg for your Mac app +> Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices.
@@ -24139,9 +23898,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dmg - misc - Create DMG for your Mac app + get_unprovisioned_devices_from_hockey + - + Retrieves a list of unprovisioned devices from Hockey which can be passed directly into register_devices. @@ -24163,22 +23922,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 + 24 More subscribers = more popular project stars - 7 + 6 More stars = more popular project forks - 25 + 10 More forks = more people seem to use/modify this project @@ -24193,27 +23952,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 53 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 70 + 134 More downloads = more users have been using the plugin for a while tests - 27 + 3 The more tests a plugin has, the better @@ -24223,19 +23982,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
272
+
311
-

delete_files

+

altool

-

via GaryJohnson

+

via Shashikant Jagtap

-> Deletes a file, folder or multiple files using shell glob pattern. +> Upload IPA to iTunes Connect using altool
@@ -24251,9 +24010,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - delete_files + altool - - Deletes a file, folder or multiple files using shell glob pattern. + Upload IPA to iTunes Connect using altool @@ -24275,22 +24034,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 + 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 @@ -24300,7 +24059,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 @@ -24310,17 +24069,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 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 - 152 + 116 More downloads = more users have been using the plugin for a while @@ -24335,19 +24094,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
270
+
310
-

transporter

+

saucectl

-

via Maksym Grebenets

+

via Ian Hamilton

-> Manage Apple iTMSTransporter installation +> 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.
@@ -24363,19 +24122,44 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - configure_transporter - - - Configure Apple iTMSTransporter installation + delete_from_storage + testing + Delete test artifacts from sauce labs storage - update_transporter_path - - - Configure Fastlane to use custom Transporter installation + disabled_tests + testing + Fetches any disabled ui test cases (for android searches for @Ignore tests, and for ios skipped tests within an xcode test plan). Will be used in future for generating pretty HTML reports - install_transporter - - - Install Apple iTMSTransporter + install_saucectl + testing + Installs the Sauce Labs saucectl cli binary + + + sauce_apps + testing + Returns the set of files by specific app id that have been uploaded to Sauce Storage by the requester + + + sauce_config + testing + Create SauceLabs configuration file for test execution based on given parameters + + + sauce_devices + testing + Returns a list of Device IDs for all devices in the data center that are currently free for testing. + + + sauce_runner + testing + Execute automated tests on sauce labs platform via saucectl binary for specified configuration + + + sauce_upload + testing + Upload test artifacts to sauce labs storage @@ -24402,17 +24186,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 15 More subscribers = more popular project stars - 1 + 3 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -24422,17 +24206,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 - 30 + 21 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -24442,12 +24226,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 76 + 136 More downloads = more users have been using the plugin for a while tests - 60 + 80 The more tests a plugin has, the better @@ -24457,19 +24241,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
268
+
309
-

upload_folder_to_s3

+

release_helper

-

via teriiehina

+

via Artem Ivanov

-> Upload a folder to S3 +> release heper
@@ -24485,9 +24269,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_folder_to_s3 + release_helper - - Upload a folder to S3 + release heper @@ -24509,22 +24293,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 30 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 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 @@ -24534,12 +24318,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 - 47 + 36 Project that have been around for longer tend to be more stable @@ -24554,12 +24338,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 83 + 213 More downloads = more users have been using the plugin for a while tests - 18 + 3 The more tests a plugin has, the better @@ -24569,19 +24353,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
265
+
308
-

localization

+

uninow-sentry

-

via Viktor Malyi

+

via Tom Krusch

-> Export/import app localizations with help of xcodebuild -exportLocalizations/-importLocalizations tool +> Upload symbols to Sentry
@@ -24597,14 +24381,39 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - import_localizations + sentry_upload_sourcemap - - Import app localizations with help of xcodebuild -importLocalizations tool + Upload a sourcemap to a release of a project on Sentry - export_localizations + sentry_finalize_release - - Export app localizations with help of xcodebuild -exportLocalizations tool + 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 @@ -24626,7 +24435,7 @@ 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 @@ -24636,12 +24445,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 9 + 0 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -24656,27 +24465,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 54 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 117 + 8 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -24686,19 +24495,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
264
+
306
-

semantic_convention_release

+

jira_transition

-

via Jiří Otáhal, Sergio Fierro

+

via Valerio Mazzeo

-> Automated version managment and generator of release notes. +> Apply a JIRA transition to issues mentioned in the changelog
@@ -24714,14 +24523,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 + jira_transition - - Finds a tag of last release and determinates version of next release + Apply a JIRA transition to issues mentioned in the changelog @@ -24743,17 +24547,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 + 12 More stars = more popular project @@ -24768,17 +24572,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 - 30 + 54 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -24788,12 +24592,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 54 + 180 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -24803,19 +24607,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
264
+
301
-

ipa_info

+

wait_xcrun

-

via tarappo

+

via Maksym Grebenets

-> show ipa info +> Wait for Xcode toolchain to come back online after switching Xcode versions.
@@ -24831,9 +24635,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ipa_info + wait_xcrun - - Show information of an ipa file. + Wait for Xcode toolchain to come back online after switching Xcode versions. @@ -24860,12 +24664,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 2 + 1 More stars = more popular project @@ -24885,105 +24689,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 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 - 146 - More downloads = more users have been using the plugin for a while - - - tests - 12 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
264
- -

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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -24998,12 +24704,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -25013,19 +24719,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
261
+
301
-

humanable_build_number

+

dingtalk_robot

-

via icyleaf

+

via InfiniteReverse

-> Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android. +> webhook for dingtalk robot
@@ -25041,9 +24747,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_score0How well is the README of the document written
age053 Project that have been around for longer tend to be more stable
downloads202138 More downloads = more users have been using the plugin for a while
tests06 The more tests a plugin has, the better
humanable_build_numberdingtalk_robot -Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android.webhook for dingtalk robot
@@ -25065,17 +24771,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 - 4 + 0 More stars = more popular project @@ -25095,7 +24801,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 40 Project that have been around for longer tend to be more stable @@ -25110,12 +24816,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 131 + 179 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -25125,19 +24831,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
261
+
300
-

uninow_sentry

+

ti_build_app

-

via Tom Krusch

+

via Adam Armstrong

-> Upload symbols to Sentry +> Build Axway Appcelerator Mobile Applications from within fastlane
@@ -25153,39 +24859,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 + ti_build_app - - Upload mapping to a project on Sentry + Build Axway Appcelerator Mobile Applications from within fastlane @@ -25212,17 +24888,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 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 @@ -25237,12 +24913,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 43 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -25252,12 +24928,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 34 + 159 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -25267,19 +24943,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
260
+
299
-

blackberry_mam

+

android_version_manage

-

via Lyndsey Ferguson

+

via futabooo

-> A fastlane plugin that works with Blackberry Dynamics (formerly Good Dynamics) provides Mobile Application Management +> Manage Android App Versioning
@@ -25295,19 +24971,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_info_plist_for_blackberry_mam + android_set_version_code - - updates the plist so that the built application can be deployed and managed within BlackBerry's Good Dynamics Control Center for Enterprise Mobility Management. + Set the Version Code of your Android project - blackberry_mam_network_check + android_commit_version_bump - - Checks to see if the required network ports for BlackBerry Dynamics are open on the network + This action is like a commit_version_bump action for Android - blackberry_mam_version + android_set_version_name - - Checks the version of the installed Good framework + Set the Version Name of your Android project @@ -25344,7 +25020,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 @@ -25354,17 +25030,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 + 33 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -25374,12 +25050,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 191 More downloads = more users have been using the plugin for a while tests - 80 + 27 The more tests a plugin has, the better @@ -25389,19 +25065,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
260
+
297
-

wait_xcrun

+

dependency_check_ios_analyzer

-

via Maksym Grebenets

+

via Alexey Alter-Pesotskiy

-> Wait for Xcode toolchain to come back online after switching Xcode versions. +> Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods).
@@ -25417,9 +25093,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - wait_xcrun - - - Wait for Xcode toolchain to come back online after switching Xcode versions. + dependency_check_ios_analyzer + testing + Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods). @@ -25451,12 +25127,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 3 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -25471,7 +25147,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 25 Project that have been around for longer tend to be more stable @@ -25481,17 +25157,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 - 105 + 149 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -25501,19 +25177,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
260
+
296
-

ensure_xcode_build_version

+

testappio

-

via Fumiya Nakamura

+

via TestApp.io

-> Ensure Xcode Build Version for working with Beta, GM and Release +> Deploy your Android & iOS to TestApp.io
@@ -25529,9 +25205,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ensure_xcode_build_version + upload_to_testappio - - Ensure the selected Xcode Build version with xcode-select matches a value + Uploading ipa/apk packages to TestApp.io for testing. @@ -25553,12 +25229,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 + 6 More subscribers = more popular project @@ -25568,7 +25244,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 @@ -25583,7 +25259,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 19 Project that have been around for longer tend to be more stable @@ -25598,12 +25274,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 88 + 161 More downloads = more users have been using the plugin for a while tests - 15 + 3 The more tests a plugin has, the better @@ -25613,19 +25289,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
260
+
294
-

unity

+

humanable_build_number

-

via safu9

+

via icyleaf

-> Fastlane plugin for Unity +> Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android.
@@ -25641,9 +25317,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - unity + humanable_build_number - - Fastlane plugin for Unity + Automatic generate app build number unque and human readable friendly, like yymmHHMM. both support iOS and Android. @@ -25665,7 +25341,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 @@ -25675,12 +25351,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 4 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -25695,27 +25371,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 20 + 51 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 - 122 + 157 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -25725,19 +25401,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
259
+
293
-

upload_dsym_to_bugly

+

localization

-

via liubo

+

via Viktor Malyi

-> upload_dsym_to_bugly +> Export/import app localizations with help of xcodebuild -exportLocalizations/-importLocalizations tool
@@ -25753,9 +25429,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_dsym_to_bugly + import_localizations - - upload_dsym_to_bugly + Import app localizations with help of xcodebuild -importLocalizations tool + + + export_localizations + - + Export app localizations with help of xcodebuild -exportLocalizations tool @@ -25777,22 +25458,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 30 + 9 More stars = more popular project forks - 30 + 15 More forks = more people seem to use/modify this project @@ -25807,12 +25488,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 53 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -25822,7 +25503,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 62 + 138 More downloads = more users have been using the plugin for a while @@ -25837,19 +25518,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
256
+
292
-

xamarin_build

+

menigit

-

via punksta

+

via Meniga

-> Build xamarin android\ios projects +> Missing git actions
@@ -25865,19 +25546,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - extract_certificate - - - Extract certificate public key from provision profile + add_git_remote + source_control + This will add a remote repository - xamarin_update_configuration - - - Set properties of specific build configuration in Xamarin configuration file + remove_git_remote + source_control + This will remove a remote repository - xamarin_build - - - Build xamarin android and ios projects + 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 @@ -25899,7 +25590,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 24 + 6 The more contributors a project has, the more likely it is it stays alive @@ -25909,12 +25600,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 7 + 1 More stars = more popular project forks - 40 + 0 More forks = more people seem to use/modify this project @@ -25929,27 +25620,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 32 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 - 57 + 111 More downloads = more users have been using the plugin for a while tests - 3 + 33 The more tests a plugin has, the better @@ -25959,19 +25650,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
256
+
291
-

semantic_release_workflow

+

ipa_info

-

via Phong Nguyen

+

via tarappo

-> Automated version managment, generator of release notes, create gitlab release then notify +> show ipa info
@@ -25987,19 +25678,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. - - - create_release - - - Create Gitlab release - - - analyze_commits + ipa_info - - Finds a tag of last release and determinates version of next release + Show information of an ipa file. @@ -26031,7 +25712,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -26051,27 +25732,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 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 - 46 + 166 More downloads = more users have been using the plugin for a while tests - 80 + 12 The more tests a plugin has, the better @@ -26081,42 +25762,28 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
255
- -

testappio

- -

via TestApp.io

+
289
-> Deploy your Android & iOS to TestApp.io +

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
upload_to_testappio-Uploading ipa/apk packages to TestApp.io for testing.
-
@@ -26133,22 +25800,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 + 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 @@ -26158,12 +25825,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 - 12 + 0 Project that have been around for longer tend to be more stable @@ -26178,12 +25845,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 127 + 221 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -26193,57 +25860,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
255
- -

msbuild

- -

via Jeff Ward

- -> Build a Xamarin.iOS or Xamarin.Android project using msbuild +
288
+

coveralls

-
-Provided actions +

via Atsushi Nagase

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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
+> Send coverage information to Coveralls -
@@ -26260,22 +25890,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 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -26285,27 +25915,27 @@ 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 - 43 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -2 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 127 + 238 More downloads = more users have been using the plugin for a while @@ -26320,19 +25950,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
252
+
287
-

testdroid_runner

+

bugsnag_sourcemaps_upload

-

via josepmc

+

via Evgrafov Denis

-> Allows to run BitBar tests on fastlane +> Helps to upload sourcemaps to Bugsnag
@@ -26348,14 +25979,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - testdroid_runner + bugsnag_sourcemaps_upload - - BitBar Test Runner - - - upload_testdroid - - Uploads a file to bitbar @@ -26377,22 +26003,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 0 + 4 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -26407,12 +26033,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 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 @@ -26422,12 +26048,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 116 + 149 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -26437,21 +26063,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
251
+
284
-

coveralls

+

taiwan_number_one

-

via Atsushi Nagase

+

via andrew54068

-> Send coverage information to Coveralls +> approve or reject first if status is Pending Developer Release. +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
taiwan_number_one--
+ +
+
Score details @@ -26472,12 +26120,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 @@ -26492,12 +26140,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 @@ -26512,7 +26160,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 201 + 144 More downloads = more users have been using the plugin for a while @@ -26527,20 +26175,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
251
+
282
-

menigit

+

semantic_convention_release

-

via Meniga

+

via Jiří Otáhal, Sergio Fierro

-> Missing git actions +> Automated version managment and generator of release notes.
@@ -26556,29 +26203,14 @@ 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 + conventional_changelog + - + Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. - set_git_config_user - source_control - This will set git config user + analyze_commits + - + Finds a tag of last release and determinates version of next release @@ -26600,17 +26232,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 - 9 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -26630,7 +26262,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 37 Project that have been around for longer tend to be more stable @@ -26645,12 +26277,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 77 + 65 More downloads = more users have been using the plugin for a while tests - 33 + 80 The more tests a plugin has, the better @@ -26660,42 +26292,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
251
- -

android_keystore

- -

via Josh Holtz

- -> Generate an Android keystore file +
281
+

match_android_keystore

-
-Provided actions +

via izzis92

- - - - - - - - - - - - - - - -
NameCategoryDescription
android_keystore-Generate an Android keystore file
+> Get android keystores from github -
@@ -26712,12 +26322,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -26737,12 +26347,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 @@ -26757,12 +26367,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 129 + 243 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -26772,19 +26382,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
251
+
280
-

snapshot_test

+

get_application_id_flavor

-

via Moyuru Aizawa

+

via Helder Pinhal

-> Compare snapshots +> Get the applicationId of an Android project.
@@ -26800,9 +26410,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - take_screenshot + get_application_id_flavor - - Take screenshots + Get the applicationId of an Android project. @@ -26829,17 +26439,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 60 + 3 More subscribers = more popular project stars - 4 + 0 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -26849,12 +26459,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 + 46 Project that have been around for longer tend to be more stable @@ -26869,12 +26479,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 77 + 168 More downloads = more users have been using the plugin for a while tests - 12 + 3 The more tests a plugin has, the better @@ -26884,47 +26494,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
250
- -

better_semantic_release

- -

via Tom Greco

- -> Automated version managment and generator of release notes. +
280
+

killsimulator

-
-Provided actions +

via Luís Esteves

- - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
analyze_commits--
conventional_changelog--
+> Kill all the open simulatores -
@@ -26966,17 +26549,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 - 30 + 0 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -26986,12 +26569,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 40 + 260 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -27001,19 +26584,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
248
+
279
-

flutter_version_manager

+

upload_folder_to_s3

-

via Davor Maric

+

via teriiehina

-> Manages app versioning of Flutter project +> Upload a folder to S3
@@ -27029,9 +26613,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_version_manager + upload_folder_to_s3 - - Manages app versioning of a Flutter project. + Upload a folder to S3 @@ -27053,7 +26637,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 30 The more contributors a project has, the more likely it is it stays alive @@ -27063,12 +26647,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 7 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -27083,12 +26667,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 55 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -27098,12 +26682,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 117 + 86 More downloads = more users have been using the plugin for a while tests - 0 + 18 The more tests a plugin has, the better @@ -27113,19 +26697,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
248
+
278
-

git_info_extract

+

android_keystore

-

via alexander sun

+

via Josh Holtz

-> Extract JIRA information from git merge +> Generate an Android keystore file
@@ -27141,9 +26725,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_info_extract + android_keystore - - Extract JIRA information from git merge + Generate an Android keystore file @@ -27165,17 +26749,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 - 1 + 0 More stars = more popular project @@ -27190,12 +26774,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 + 47 Project that have been around for longer tend to be more stable @@ -27210,7 +26794,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 156 + 149 More downloads = more users have been using the plugin for a while @@ -27225,19 +26809,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
247
+
276
-

trigger_bitrise_build

+

upload_dsym_to_bugly

-

via Nick Hammond

+

via liubo

-> Trigger a Bitrise build from Fastlane +> upload_dsym_to_bugly
@@ -27253,9 +26837,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - trigger_bitrise_build + upload_dsym_to_bugly - - Trigger a Bitrise build from Fastlane + upload_dsym_to_bugly @@ -27277,22 +26861,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 + 3 More subscribers = more popular project stars - 2 + 30 More stars = more popular project forks - 0 + 30 More forks = more people seem to use/modify this project @@ -27307,7 +26891,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 @@ -27317,12 +26901,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 - 85 + 71 More downloads = more users have been using the plugin for a while @@ -27337,19 +26921,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
247
+
275
-

trigger_bitrise_build

+

ensure_xcode_build_version

-

via Nick Hammond

+

via Fumiya Nakamura

-> Trigger a Bitrise build from Fastlane +> Ensure Xcode Build Version for working with Beta, GM and Release
@@ -27365,9 +26949,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - trigger_bitrise_build + ensure_xcode_build_version - - Trigger a Bitrise build from Fastlane + Ensure the selected Xcode Build version with xcode-select matches a value @@ -27394,7 +26978,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 3 More subscribers = more popular project @@ -27419,7 +27003,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 53 Project that have been around for longer tend to be more stable @@ -27434,12 +27018,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 85 + 96 More downloads = more users have been using the plugin for a while tests - 3 + 15 The more tests a plugin has, the better @@ -27449,19 +27033,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
244
+
274
-

match_keystore

+

zealot

-

via Christopher NEY

+

via icyleaf

-> Easily sync your Android keystores across your team +> Upload IPA/APK/AAB/EXE/APP/ZIP/dSYM/Proguard files to Zealot which it provides a self-host Over The Air Server for deployment of Android, iOS, macOS, Windows and Linux apps.
@@ -27477,9 +27061,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - match_keystore + zealot_version_check + - + Check app version exists from Zealot + + + zealot_sync_devices + - + Sync ios devices list to 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 + - - - Easily sync your Android keystores across your team @@ -27501,22 +27100,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 + 6 More subscribers = more popular project stars - 5 + 9 More stars = more popular project forks - 25 + 5 More forks = more people seem to use/modify this project @@ -27526,27 +27125,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 - 24 + 33 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -5 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 132 + 118 More downloads = more users have been using the plugin for a while @@ -27561,19 +27160,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
242
+
273
-

ixguard

+

better_semantic_release

-

via Evgeniy Kubyshin

+

via Tom Greco

-> ixguard plugin +> Automated version managment and generator of release notes.
@@ -27589,9 +27188,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ixguard + conventional_changelog + - + - + + + analyze_commits + - - - iXGuard build plugin @@ -27618,7 +27222,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -27638,17 +27242,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 39 + 37 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -27658,12 +27262,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 152 + 56 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -27673,19 +27277,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
242
+
273
-

bugsnag_sourcemaps_upload

+

uninow_sentry

-

via Evgrafov Denis

+

via Tom Krusch

-> Helps to upload sourcemaps to Bugsnag +> Upload symbols to Sentry
@@ -27701,121 +27305,39 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bugsnag_sourcemaps_upload - - + sentry_upload_sourcemap - - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + + - - - + + + - - - + + + - - - + + + - -
MetricPointsDescription
contributors12The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars4More stars = more popular project
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
age26Project that have been around for longer tend to be more stableUpload a sourcemap to a release of a project on Sentry
major_release0Post 1.0 releases are greatsentry_finalize_release-Finalize a release for a project on Sentry
github_issues-1Lots of open issues are not a good sign usually, unless the project is really popularsentry_create_release-Create new releases for a project on Sentry
downloads112More downloads = more users have been using the plugin for a whilesentry_upload_file-Upload files to a release of a project on Sentry
tests3The more tests a plugin has, the bettersentry_upload_dsym-Upload dSYM symbolication files to Sentry
- -
- -

- - Open on GitHub - -

- ------ - -
241
- -

taiwan_number_one

- -

via andrew54068

- -> approve or reject first if status is Pending Developer Release. - - -
-Provided actions - - - - - - + + + - - - - + +
NameCategoryDescriptionsentry_set_commits-Set commits of a release
taiwan_number_one-sentry_upload_proguard -Upload mapping to a project on Sentry
@@ -27842,12 +27364,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 @@ -27867,7 +27389,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 18 + 54 Project that have been around for longer tend to be more stable @@ -27882,12 +27404,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 109 + 39 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -27897,19 +27419,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
241
+
270
-

facelift

+

blackberry_mam

-

via Richard Szalay

+

via Lyndsey Ferguson

-> Deprecated in favor of 'fastlane-plugin-act' +> A fastlane plugin that works with Blackberry Dynamics (formerly Good Dynamics) provides Mobile Application Management
@@ -27925,9 +27447,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - act + update_info_plist_for_blackberry_mam - - Reconfigures .plists and icons inside a compiled IPA + updates the plist so that the built application can be deployed and managed within BlackBerry's Good Dynamics Control Center for Enterprise Mobility Management. + + + blackberry_mam_network_check + - + Checks to see if the required network ports for BlackBerry Dynamics are open on the network + + + blackberry_mam_version + - + Checks the version of the installed Good framework @@ -27949,7 +27481,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 @@ -27959,12 +27491,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 17 + 0 More stars = more popular project forks - 10 + 5 More forks = more people seem to use/modify this project @@ -27979,27 +27511,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 49 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -4 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 21 + 33 More downloads = more users have been using the plugin for a while tests - 72 + 80 The more tests a plugin has, the better @@ -28009,19 +27541,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
239
+
268
-

apprepo

+

semantic_release_workflow

-

via Matej Sychra

+

via Phong Nguyen

-> Fastlane plugin SFTP/AppRepo uploader +> Automated version managment, generator of release notes, create gitlab release then notify
@@ -28037,29 +27569,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_manifest - - - Runs the Apprepo plugin - - - apprepo - - - - - - - init + conventional_changelog - - Initializes Repofile + Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. - run + create_release - - Runs the default Apprepo action + Create Gitlab release - submit + analyze_commits - - Submits IPA to Apprepo + Finds a tag of last release and determinates version of next release @@ -28086,12 +27608,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 4 + 0 More stars = more popular project @@ -28106,32 +27628,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 - 47 + 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 - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 141 + 51 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -28141,19 +27663,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
238
+
268
-

analyze_apk

+

xamarin_build

-

via kochavi-daniel

+

via punksta

-> Analyzes an apk to fetch: versionCode, versionName, apk size, etc. +> Build xamarin android\ios projects
@@ -28169,9 +27691,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - analyze_apk + extract_certificate - - Analyzes an apk to fetch: versionCode, versionName, apk size, permissions, etc. + Extract certificate public key from provision profile + + + xamarin_update_configuration + - + Set properties of specific build configuration in Xamarin configuration file + + + xamarin_build + - + Build xamarin android and ios projects @@ -28193,22 +27725,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 24 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 9 More subscribers = more popular project stars - 5 + 7 More stars = more popular project forks - 5 + 40 More forks = more people seem to use/modify this project @@ -28223,7 +27755,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 54 Project that have been around for longer tend to be more stable @@ -28233,17 +27765,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 - 117 + 62 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -28253,19 +27785,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
237
+
266
-

aws_sns

+

match_keystore

-

via Josh Holtz

+

via Christopher NEY

-> Creates AWS SNS platform applications +> Easily sync your Android keystores across your team
@@ -28281,9 +27813,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - aws_sns + match_keystore - - Creates AWS SNS platform applications + Easily sync your Android keystores across your team @@ -28305,22 +27837,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 - 10 + 5 More stars = more popular project forks - 35 + 25 More forks = more people seem to use/modify this project @@ -28335,7 +27867,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 @@ -28345,12 +27877,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -2 + -5 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 96 + 147 More downloads = more users have been using the plugin for a while @@ -28365,20 +27897,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
237
+
265
-

android_reporter

+

snapshot_test

-

via Yazan Tarifi

+

via Moyuru Aizawa

-> Open Android Emeulators Then Generate Report File From Tests then Upload the File To Slack +> Compare snapshots + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
take_screenshot-Take screenshots
+
@@ -28395,17 +27949,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 + 60 More subscribers = more popular project stars - 0 + 4 More stars = more popular project @@ -28420,12 +27974,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 + 35 Project that have been around for longer tend to be more stable @@ -28440,12 +27994,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 205 + 84 More downloads = more users have been using the plugin for a while tests - 0 + 12 The more tests a plugin has, the better @@ -28455,21 +28009,58 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
234
+
265
-

elux_actions

+

msbuild

-

via Dennis Granath

+

via Jeff Ward

-> Plugin including actions for releasing the android SDK +> 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 @@ -28485,22 +28076,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 + 27 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 @@ -28510,27 +28101,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 25 How well is the README of the document written age - 0 + 50 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 184 + 130 More downloads = more users have been using the plugin for a while @@ -28545,20 +28136,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
234
+
263
-

dependency_check_ios_analyzer

+

retrieve_devices

-

via Alexey Alter-Pesotskiy

+

via Lachlan Young, BuiltByProxy

-> Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods). +> retrieve all devices registered to your apple certrificate
@@ -28574,9 +28164,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dependency_check_ios_analyzer - testing - Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods). + retrieve_devices + misc + This action will retrieve a list of each device registered with Apple @@ -28598,22 +28188,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 0 + 2 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -28623,17 +28213,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 - 17 + 23 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -28643,7 +28233,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 91 + 181 More downloads = more users have been using the plugin for a while @@ -28658,19 +28248,109 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
232
+
261
-

flurry

+

android_reporter

-

via Akash Duseja

+

via Yazan Tarifi

-> Upload dSYM symbolication files to Flurry +> Open Android Emeulators Then Generate Report File From Tests then Upload the File To Slack + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors18The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads223More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
261
+ +

android_change_package_name

+ +

via yeppao

+ +> Change the package name in the AndroidManifest.xml file
@@ -28686,9 +28366,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flurry_upload_dsym - misc - Upload dSYM symbolication files to Flurry + android_change_package_name + - + Change the package identifier in the AndroidManifest.xml file @@ -28710,17 +28390,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 30 + 3 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -28735,12 +28415,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 + 40 Project that have been around for longer tend to be more stable @@ -28755,12 +28435,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 69 + 170 More downloads = more users have been using the plugin for a while tests - 12 + 3 The more tests a plugin has, the better @@ -28770,19 +28450,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
232
+
260
-

accessibility_test

+

ad_licenselint

-

via Takeshi Tsukamoto

+

via Pierre Felgines

-> Accessibility test with Firebase Test Lab for Android. +> Lint the licenses for iOS projects
@@ -28798,9 +28478,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - accessibility_test + ad_licenselint - - Accessibility test with Firebase Test Lab for Android. + Lint the licenses for iOS projects @@ -28822,22 +28502,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 + 33 More subscribers = more popular project stars - 5 + 26 More stars = more popular project forks - 0 + 20 More forks = more people seem to use/modify this project @@ -28847,32 +28527,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 27 + 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 - 134 + 53 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -28882,19 +28562,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
231
+
258
-

instabug

+

trigger_bitrise_build

-

via Siarhei Fiedartsou

+

via Nick Hammond

-> Uploads dSYM to Instabug +> Trigger a Bitrise build from Fastlane
@@ -28910,9 +28590,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - instabug - - + trigger_bitrise_build - + Trigger a Bitrise build from Fastlane @@ -28939,17 +28619,17 @@ 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 forks - 10 + 0 More forks = more people seem to use/modify this project @@ -28964,12 +28644,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 46 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -28979,12 +28659,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 73 + 89 More downloads = more users have been using the plugin for a while tests - 21 + 3 The more tests a plugin has, the better @@ -28994,19 +28674,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
230
+
258
-

translation

+

apprepo

-

via Jakob Jensen

+

via Matej Sychra

-> Handling translations from Google sheet. +> Fastlane plugin SFTP/AppRepo uploader
@@ -29022,14 +28702,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_translation + download_manifest - - Create sheet for translations in Google sheets. + Runs the Apprepo plugin - translation + apprepo - - Output translations from Google sheet into templates. + - + + + init + - + Initializes Repofile + + + run + - + Runs the default Apprepo action + + + submit + - + Submits IPA to Apprepo @@ -29056,17 +28751,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 3 + 4 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -29081,27 +28776,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 55 Project that have been around for longer tend to be more stable 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 - 89 + 152 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -29111,19 +28806,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
228
+
258
-

twine

+

sourcery

-

via Jonas Rottmann

+

via Marcin Stepnowski

-> A fastlane plugin providing actions related to twine +> 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.
@@ -29139,19 +28834,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 + sourcery building - Validates all twine files mentioned in the config file + 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. @@ -29173,17 +28858,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 4 + 0 More stars = more popular project @@ -29203,7 +28888,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 21 Project that have been around for longer tend to be more stable @@ -29218,12 +28903,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 38 + 113 More downloads = more users have been using the plugin for a while tests - 36 + 21 The more tests a plugin has, the better @@ -29233,19 +28918,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
227
+
256
-

android_version_manage

+

analyze_apk

-

via futabooo

+

via kochavi-daniel

-> Manage Android App Versioning +> Analyzes an apk to fetch: versionCode, versionName, apk size, etc.
@@ -29261,19 +28946,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 + analyze_apk - - Set the Version Name of your Android project + Analyzes an apk to fetch: versionCode, versionName, apk size, permissions, etc. @@ -29300,17 +28975,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 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 @@ -29320,12 +28995,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 26 + 48 Project that have been around for longer tend to be more stable @@ -29340,12 +29015,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 126 + 128 More downloads = more users have been using the plugin for a while tests - 27 + 0 The more tests a plugin has, the better @@ -29355,19 +29030,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
225
+
256
-

github_status

+

git_info_extract

-

via Michael Furtak

+

via alexander sun

-> Provides the ability to display and act upon GitHub server status as part of your build +> Extract JIRA information from git merge
@@ -29383,9 +29058,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - github_status + git_info_extract - - Provides the ability to check on GitHub server status as part of your build + Extract JIRA information from git merge @@ -29407,7 +29082,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 @@ -29417,7 +29092,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 8 + 1 More stars = more popular project @@ -29432,12 +29107,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 - 47 + 50 Project that have been around for longer tend to be more stable @@ -29452,12 +29127,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 46 + 157 More downloads = more users have been using the plugin for a while tests - 48 + 3 The more tests a plugin has, the better @@ -29467,19 +29142,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
222
+
252
-

store_sizer

+

flurry

-

via Marcelo Oliveira

+

via Akash Duseja

-> Estimates download and install sizes for your app, also checks if sizes fit the requirements +> Upload dSYM symbolication files to Flurry
@@ -29495,14 +29170,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 - - - Estimates download and install sizes for your app + flurry_upload_dsym + misc + Upload dSYM symbolication files to Flurry @@ -29524,22 +29194,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 + 30 More subscribers = more popular project stars - 11 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -29554,7 +29224,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 41 + 52 Project that have been around for longer tend to be more stable @@ -29564,17 +29234,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 - 46 + 81 More downloads = more users have been using the plugin for a while tests - 39 + 12 The more tests a plugin has, the better @@ -29584,19 +29254,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
222
+
252
-

mackerel_api

+

increment_build_number

-

via yutailang0119

+

via Miyabi Ogino

-> Call a Mackerel API endpoint and get the resulting JSON response +> Update build numbers for iOS/Android.
@@ -29612,9 +29282,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - mackerel_api - source_control - Call a Mackerel API endpoint and get the resulting JSON response + increment_bundle_version + - + Increment bundle version for iOS. + + + increment_version_code + - + Increment version code for Android. @@ -29636,7 +29311,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 @@ -29661,12 +29336,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 + 21 Project that have been around for longer tend to be more stable @@ -29681,12 +29356,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 86 + 146 More downloads = more users have been using the plugin for a while tests - 39 + 30 The more tests a plugin has, the better @@ -29696,19 +29371,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
222
+
251
-

branding

+

version

-

via Stefan Natchev

+

via Jason Nam

-> Add some branding to your fastlane output +> Set version
@@ -29724,105 +29399,15 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - branding + set_version - - Add some branding to your fastlane output - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
MetricPointsDescription
contributors24The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars13More 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
age47Project 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
downloads49More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the betterSet version
-

- - Open on GitHub - -

- ------ - -
218
- -

apadmi_grout

- -

via Apadmi

- -> A fastlane wrapper for the apadmi build tools plugin - -
Score details @@ -29843,7 +29428,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -29863,17 +29448,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 + 37 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -29883,12 +29468,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 168 + 132 More downloads = more users have been using the plugin for a while tests - 0 + 9 The more tests a plugin has, the better @@ -29898,20 +29483,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
218
+
251
-

appbox

+

accessibility_test

-

via Vineet Choudhary

+

via Takeshi Tsukamoto

-> Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly to the devices from your Dropbox account. +> Accessibility test with Firebase Test Lab for Android.
@@ -29927,9 +29511,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appbox + accessibility_test - - Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly to the devices from your Dropbox account. + Accessibility test with Firebase Test Lab for Android. @@ -29951,7 +29535,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 @@ -29961,12 +29545,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 12 + 5 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -29976,27 +29560,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 - 32 + 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 - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 56 + 145 More downloads = more users have been using the plugin for a while @@ -30011,19 +29595,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
218
+
249
-

xcpretty_report

+

amazon_appstore

-

via Fernando Saragoca

+

via ntsk

-> Generate xcodebuild reports using xcpretty +> Upload apps to Amazon Appstore
@@ -30039,9 +29623,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcpretty_report + upload_to_amazon_appstore - - xcpretty + Upload apps to Amazon Appstore @@ -30063,22 +29647,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 - 1 + 6 More stars = more popular project forks - 5 + 15 More forks = more people seem to use/modify this project @@ -30093,27 +29677,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 21 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 - 92 + 26 More downloads = more users have been using the plugin for a while tests - 0 + 80 The more tests a plugin has, the better @@ -30123,20 +29707,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
217
+
249
-

match_android_keystore

+

facelift

-

via izzis92

+

via Richard Szalay

-> Get android keystores from github +> Deprecated in favor of 'fastlane-plugin-act' + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
act-Reconfigures .plists and icons inside a compiled IPA
+
@@ -30153,22 +29759,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 + 17 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -30178,12 +29784,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 0 + 50 How well is the README of the document written age - 0 + 53 Project that have been around for longer tend to be more stable @@ -30193,17 +29799,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 - 185 + 22 More downloads = more users have been using the plugin for a while tests - 0 + 72 The more tests a plugin has, the better @@ -30213,47 +29819,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
214
- -

sem_release

- -

via pboulch

- -> Automated version managment and generator of release notes. +
248
+

elux_actions

-
-Provided actions +

via Dennis Granath

- - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
analyze_commits--
conventional_changelog-Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format.
+> Plugin including actions for releasing the android SDK -
@@ -30295,12 +29874,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 - 30 + 0 Project that have been around for longer tend to be more stable @@ -30315,12 +29894,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 198 More downloads = more users have been using the plugin for a while tests - 80 + 0 The more tests a plugin has, the better @@ -30330,19 +29909,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
214
+
248
-

raven

+

aws_sns

-

via Marten Klitzke

+

via Josh Holtz

-> Plugin to manage Releases and upload JS Sourcemaps +> Creates AWS SNS platform applications
@@ -30358,9 +29938,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - raven + aws_sns - - Create new Sentry/Raven Release and Upload Sourcemaps + Creates AWS SNS platform applications @@ -30382,22 +29962,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 18 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 30 + 6 More subscribers = more popular project stars - 2 + 10 More stars = more popular project forks - 5 + 35 More forks = more people seem to use/modify this project @@ -30412,7 +29992,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 52 Project that have been around for longer tend to be more stable @@ -30422,12 +30002,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 70 + 99 More downloads = more users have been using the plugin for a while @@ -30442,19 +30022,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
212
+
245
-

sourcery

+

periphery

-

via Marcin Stepnowski

+

via Liam Nichols

-> 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. +> Identifies unused code in Swift projects using Periphery
@@ -30470,9 +30050,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. + periphery + - + - @@ -30499,17 +30079,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 0 + 2 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -30519,32 +30099,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 - 14 + 23 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 - 74 + 138 More downloads = more users have been using the plugin for a while tests - 21 + 27 The more tests a plugin has, the better @@ -30554,19 +30134,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
211
+
245
-

teak

+

github_action

-

via Pat Wilson

+

via Josh Holtz

-> Fastlane plugins for the Teak SDK +> Helper to setup GitHub actions for fastlane and match
@@ -30582,19 +30162,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - teak_extensions - - - Add App Extension - - - teak_sdk - - - Download the Teak SDK - - - teak + github_action - - Fastlane plugins for the Teak SDK + Helper to setup GitHub actions for fastlane and match @@ -30621,12 +30191,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 0 More subscribers = more popular project stars - 0 + 4 More stars = more popular project @@ -30641,12 +30211,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 + 30 Project that have been around for longer tend to be more stable @@ -30661,7 +30231,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 88 + 108 More downloads = more users have been using the plugin for a while @@ -30676,19 +30246,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
211
+
245
-

repack_ios

+

translation

-

via Omer Duzyol

+

via Jakob Jensen

-> Enables your build pipeline to repack your pre-built ipa with new assets without rebuilding the native code. +> Handling translations from Google sheet.
@@ -30704,9 +30274,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - repack_ios + create_translation - - Enables your build pipeline to repack your pre-built ipa with new assets without rebuilding the native code. + Create sheet for translations in Google sheets. + + + translation + - + Output translations from Google sheet into templates. @@ -30733,17 +30308,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 6 More subscribers = more popular project stars - 11 + 3 More stars = more popular project forks - 15 + 10 More forks = more people seem to use/modify this project @@ -30753,12 +30328,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 + 51 Project that have been around for longer tend to be more stable @@ -30773,12 +30348,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 50 + 97 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -30788,19 +30363,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
210
+
244
-

github_action

+

twine

-

via Josh Holtz

+

via Jonas Rottmann

-> Helper to setup GitHub actions for fastlane and match +> A fastlane plugin providing actions related to twine
@@ -30816,9 +30391,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - github_action - - - Helper to setup GitHub actions for fastlane and match + 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 @@ -30840,12 +30425,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 + 6 More subscribers = more popular project @@ -30870,7 +30455,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 @@ -30885,12 +30470,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 80 + 47 More downloads = more users have been using the plugin for a while tests - 3 + 36 The more tests a plugin has, the better @@ -30900,19 +30485,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
210
+
242
-

unity_exporter

+

set_sonar_properties

-

via ar:met

+

via Paldom

-> Plugin for 'fastlane' that defines an action to export iOS and Android projects via Unity3d. This allows Unity3d to more easily integrate with 'fastlane'. +> Load and edit sonar-project.properties files
@@ -30928,24 +30513,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 + set_sonar_properties - - 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. + Load and edit sonar properties file @@ -30967,7 +30537,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 @@ -30977,7 +30547,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -30997,7 +30567,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 16 + 35 Project that have been around for longer tend to be more stable @@ -31007,17 +30577,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 - 59 + 92 More downloads = more users have been using the plugin for a while tests - 27 + 12 The more tests a plugin has, the better @@ -31027,19 +30597,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
206
+
241
-

android_change_package_name

+

github_status

-

via yeppao

+

via Michael Furtak

-> Change the package name in the AndroidManifest.xml file +> Provides the ability to display and act upon GitHub server status as part of your build
@@ -31055,9 +30625,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_change_package_name + github_status - - Change the package identifier in the AndroidManifest.xml file + Provides the ability to check on GitHub server status as part of your build @@ -31079,17 +30649,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 0 + 8 More stars = more popular project @@ -31104,12 +30674,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 + 54 Project that have been around for longer tend to be more stable @@ -31124,12 +30694,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 122 + 55 More downloads = more users have been using the plugin for a while tests - 3 + 48 The more tests a plugin has, the better @@ -31139,19 +30709,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
206
+
240
-

docker

+

appbox

-

via Manu Wallner

+

via Vineet Choudhary

-> fastlane Actions to support building images, logging into Docker Hub, and pushing those images to the Hub +> Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly to the devices from your Dropbox account.
@@ -31167,29 +30737,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - docker_build - - - Build docker images in the current directory - - - docker_login - - - Login to Docker Hub - - - ensure_docker_machine_available - - - Makes sure a docker machine is created and available for us to use - - - docker_compose - - - Define and run multi-container applications with Docker - - - docker_push + appbox - - Push a docker image to its' repository + Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly to the devices from your Dropbox account. @@ -31211,7 +30761,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 @@ -31221,12 +30771,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 6 + 18 More stars = more popular project forks - 10 + 15 More forks = more people seem to use/modify this project @@ -31241,12 +30791,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 39 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -31256,7 +30806,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 58 + 63 More downloads = more users have been using the plugin for a while @@ -31271,19 +30821,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
206
+
240
-

ionic_integration

+

instabug

-

via Adrian Regan

+

via Siarhei Fiedartsou

-> Integrating Fastlane with Ionic Generated Projects +> Uploads dSYM to Instabug
@@ -31299,14 +30849,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ionic_ios_config_snapshot + instabug - - 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 @@ -31328,17 +30873,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 - 22 + 1 More stars = more popular project @@ -31358,7 +30903,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 54 Project that have been around for longer tend to be more stable @@ -31368,17 +30913,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 - 33 + 75 More downloads = more users have been using the plugin for a while tests - 15 + 21 The more tests a plugin has, the better @@ -31388,19 +30933,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
206
+
240
-

provisioning

+

maestro

-

via Pawel Jankowski

+

via Marc Bormeth

-> Helps provision your app in the CI environment +> Running maestro test commands from fastlane
@@ -31416,14 +30961,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - set_key_partition_list - - - Sets key partition list (required by macOS Sierra) + maestro_test + testing + Runs Maestro test - install_profiles + maestro + testing + Runs the Maestro CLI + + + launch_simulator - - Install profiles from specified directory + Prepares an iOS simulator for Maestro testing @@ -31445,22 +30995,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 + 18 More stars = more popular project forks - 0 + 30 More forks = more people seem to use/modify this project @@ -31475,22 +31025,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 13 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 53 + 104 More downloads = more users have been using the plugin for a while @@ -31505,19 +31055,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
206
+
239
-

remove_git_tag

+

increment_version_code_android

-

via Marker Digital

+

via SimoneCorsini

-> This will remove a specific tag from your remote branch +> Increment the version code of your android project, supporting different product flavors.
@@ -31533,9 +31083,9 @@ 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 + increment_version_code_android + - + Increment the version code of your android project, supporting different flavors. @@ -31557,17 +31107,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -31587,7 +31137,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 49 Project that have been around for longer tend to be more stable @@ -31602,7 +31152,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 110 + 138 More downloads = more users have been using the plugin for a while @@ -31617,19 +31167,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
206
+
239
-

android_emulator_kami

+

bitrise

-

via Michael Ruhl

+

via Robin AUTHIAT

-> Creates and starts an Android Emulator (AVD) +> Fastlane plugin to trigger a bitrise build with some options
@@ -31645,9 +31195,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_emulator_kami + bitrise - - Creates and starts an Android Emulator (AVD) + Trigger a bitrise build @@ -31699,12 +31249,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 39 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -31714,7 +31264,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 60 + 121 More downloads = more users have been using the plugin for a while @@ -31729,19 +31279,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
205
+
238
-

property_file_write

+

podspec_dependency_versioning

-

via Jan Meier

+

via Cole Dunsby

-> writes property files +> Edit the versions of your podspec dependencies
@@ -31757,9 +31307,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - property_file_write + change_podspec_dependency_version - - Writes value into properties file + This action will modify the version of a dependency in your podspec. @@ -31806,17 +31356,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 + 42 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -31826,7 +31376,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 84 + 120 More downloads = more users have been using the plugin for a while @@ -31841,19 +31391,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
204
+
235
-

localize

+

mackerel_api

-

via Wolfgang Lutz

+

via yutailang0119

-> Searches the code for extractable strings and allows interactive extraction to .strings file. +> Call a Mackerel API endpoint and get the resulting JSON response
@@ -31869,9 +31419,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - localize - - - Searches the code for extractable strings and allows interactive extraction to .strings file. + mackerel_api + source_control + Call a Mackerel API endpoint and get the resulting JSON response @@ -31893,22 +31443,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 - 7 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -31923,12 +31473,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 31 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -31938,12 +31488,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 34 + 91 More downloads = more users have been using the plugin for a while tests - 3 + 39 The more tests a plugin has, the better @@ -31953,19 +31503,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
204
+
234
-

git_build_versioning

+

update_team_identifier

-

via Mikko Välimäki

+

via Jordan Bondo

-> Store build numbers in git tags for distributed sequential builds +> Updates the Team Identifier for a given target
@@ -31981,14 +31531,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 + update_team_identifier - - Use git for tagging your builds for unique distributed sequential build numbers + Updates the Team Identifier for a given target @@ -32025,7 +31570,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 @@ -32040,12 +31585,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 40 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -32055,12 +31600,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 105 + 108 More downloads = more users have been using the plugin for a while tests - 18 + 3 The more tests a plugin has, the better @@ -32070,19 +31615,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
203
+
233
-

version

+

teak

-

via Jason Nam

+

via Pat Wilson

-> Set version +> Fastlane plugins for the Teak SDK
@@ -32098,9 +31643,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - set_version + teak_extensions - - Set version + Add App Extension + + + teak_sdk + - + Download the Teak SDK + + + teak + - + Fastlane plugins for the Teak SDK @@ -32127,7 +31682,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 9 More subscribers = more popular project @@ -32147,17 +31702,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 - 29 + 43 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -32167,12 +31722,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 92 + 103 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -32182,19 +31737,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
203
+
233
-

set_sonar_properties

+

store_sizer

-

via Paldom

+

via Marcelo Oliveira

-> Load and edit sonar-project.properties files +> Estimates download and install sizes for your app, also checks if sizes fit the requirements
@@ -32210,9 +31765,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - set_sonar_properties + store_size_xcarchive_check - - Load and edit sonar properties file + Checks if the size report fits the requirements + + + store_size_xcarchive + - + Estimates download and install sizes for your app @@ -32234,22 +31794,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 + 11 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -32264,27 +31824,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 48 Project that have been around for longer tend to be more stable 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 - 60 + 50 More downloads = more users have been using the plugin for a while tests - 12 + 39 The more tests a plugin has, the better @@ -32294,19 +31854,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
202
+
232
-

bitrise

+

branding

-

via Robin AUTHIAT

+

via Stefan Natchev

-> Fastlane plugin to trigger a bitrise build with some options +> Add some branding to your fastlane output
@@ -32322,9 +31882,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitrise + branding - - Trigger a bitrise build + Add some branding to your fastlane output @@ -32346,22 +31906,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 - 0 + 13 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -32376,7 +31936,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 54 Project that have been around for longer tend to be more stable @@ -32391,12 +31951,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 91 + 52 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -32406,19 +31966,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
202
+
227
-

bluepill

+

raven

-

via tbrand

+

via Marten Klitzke

-> Fastlane plugin to use bluepill in fastlane +> Plugin to manage Releases and upload JS Sourcemaps
@@ -32434,9 +31994,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bluepill + raven - - Plugin to use bluepill in fastlane + Create new Sentry/Raven Release and Upload Sourcemaps @@ -32458,22 +32018,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 - 15 + 30 More subscribers = more popular project stars - 13 + 2 More stars = more popular project forks - 15 + 5 More forks = more people seem to use/modify this project @@ -32483,12 +32043,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 + 49 Project that have been around for longer tend to be more stable @@ -32498,12 +32058,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 - 40 + 76 More downloads = more users have been using the plugin for a while @@ -32518,19 +32078,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
202
+
227
-

verify_ipa

+

xcpretty_report

-

via Derek Yang

+

via Fernando Saragoca

-> Verify various aspects of iOS ipa file +> Generate xcodebuild reports using xcpretty
@@ -32546,14 +32106,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - verify_ipa_files - - - Verify files in ipa file - - - verify_ipa_entitlements + xcpretty_report - - Verify ipa entitlements + xcpretty @@ -32580,17 +32135,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 + 5 More forks = more people seem to use/modify this project @@ -32605,7 +32160,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 51 Project that have been around for longer tend to be more stable @@ -32620,12 +32175,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 26 + 94 More downloads = more users have been using the plugin for a while tests - 51 + 0 The more tests a plugin has, the better @@ -32635,19 +32190,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
202
+
226
-

validate_app

+

provisioning

-

via Thi

+

via Pawel Jankowski

-> Validate your build before uploading to iTunes Connect +> Helps provision your app in the CI environment
@@ -32663,9 +32218,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - validate_app + set_key_partition_list - - Validate your ipa file + Sets key partition list (required by macOS Sierra) + + + install_profiles + - + Install profiles from specified directory @@ -32687,22 +32247,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 11 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -32717,12 +32277,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 51 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -32732,12 +32292,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 76 + 66 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -32747,19 +32307,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
201
+
225
-

line_notify

+

unity_exporter

-

via AKKHARAWAT CHAYAPIWAT

+

via ar:met

-> To be able to send message to Line Notify +> Plugin for 'fastlane' that defines an action to export iOS and Android projects via Unity3d. This allows Unity3d to more easily integrate with 'fastlane'.
@@ -32775,9 +32335,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - line_notify + unity_commit_version_bump - - You can use this action to send message via Line Notify + 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 + - + 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. @@ -32799,7 +32374,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 @@ -32809,7 +32384,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -32824,32 +32399,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 - 35 + 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 - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 115 + 67 More downloads = more users have been using the plugin for a while tests - 3 + 27 The more tests a plugin has, the better @@ -32859,19 +32434,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
201
+
225
-

number_of_swift_lines

+

remove_git_tag

-

via Dennis Charmington

+

via Marker Digital

-> Outputs the total number of swift lines and other useful statistics +> This will remove a specific tag from your remote branch
@@ -32887,9 +32462,9 @@ 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 + remove_git_tag + source_control + This will remove a tag from the remote repository @@ -32911,12 +32486,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 @@ -32941,7 +32516,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 44 Project that have been around for longer tend to be more stable @@ -32956,7 +32531,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 106 + 121 More downloads = more users have been using the plugin for a while @@ -32971,19 +32546,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
200
+
225
-

xcode_test_reporter

+

mint

-

via Taisuke Hori

+

via Marcin Stepnowski

-> Generates JUnit or HTML report from Xcode `plist` test report files. +> Run Mint with fastlane! Mint is a package manager that installs and runs Swift command line tool packages.
@@ -32999,9 +32574,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcode_test_reporter - - - Generates JUnit or HTML report from Xcode `plist` test report files + 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 @@ -33028,12 +32618,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 @@ -33053,7 +32643,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 17 Project that have been around for longer tend to be more stable @@ -33068,12 +32658,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 58 + 77 More downloads = more users have been using the plugin for a while tests - 3 + 24 The more tests a plugin has, the better @@ -33083,19 +32673,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
200
+
225
-

testbm

+

flutter_dart_version_manager

-

via Bemobile

+

via Marvin Moeltgen

-> A Test plugin +> A version manager for flutter
@@ -33111,39 +32701,14 @@ 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 + flutter_dart_version_manager - - TODO + A version manager for flutter - bmslack + flutter_set_version - - Sends a message to a Slack chat specified in the SLACK_URL environment variable + A version manager for flutter @@ -33175,7 +32740,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -33190,12 +32755,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 + 26 Project that have been around for longer tend to be more stable @@ -33210,7 +32775,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 130 + 122 More downloads = more users have been using the plugin for a while @@ -33225,19 +32790,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
199
+
224
-

zealot

+

repack_ios

-

via icyleaf

+

via Omer Duzyol

-> 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. +> Enables your build pipeline to repack your pre-built ipa with new assets without rebuilding the native code.
@@ -33253,30 +32818,105 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - zealot - - + repack_ios - + Enables your build pipeline to repack your pre-built ipa with new assets without rebuilding the native code. + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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.MetricPointsDescription
zealot_sync_devices-Check app version exists from Zealotcontributors0The more contributors a project has, the more likely it is it stays alive
zealot_version_check-Check app version exists from Zealotsubscribers9More subscribers = more popular project
stars11More stars = more popular project
forks15More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age33Project 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
downloads56More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+

+ + Open on GitHub + +

+ +----- + +
223
+ +

get_application_id

+ +

via Helder Pinhal

+ +> Get the applicationId of an Android project. + +
Score details @@ -33292,22 +32932,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 - 6 + 0 More subscribers = more popular project stars - 3 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -33317,12 +32957,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 - 26 + 0 Project that have been around for longer tend to be more stable @@ -33337,12 +32977,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 80 + 185 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -33352,19 +32992,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
199
+
223
-

podspec_dependency_versioning

+

automated_test_emulator_run_next

-

via Cole Dunsby

+

via Hiroto Nakamura

-> Edit the versions of your podspec dependencies +> 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.
@@ -33380,9 +33020,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - change_podspec_dependency_version + automated_test_emulator_run - - This action will modify the version of a dependency in your podspec. + Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. @@ -33409,7 +33049,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project @@ -33419,7 +33059,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 @@ -33434,22 +33074,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 54 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - 0 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 88 + 47 More downloads = more users have been using the plugin for a while @@ -33464,19 +33104,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
198
+
222
-

update_team_identifier

+

sem_release

-

via Jordan Bondo

+

via pboulch

-> Updates the Team Identifier for a given target +> Automated version managment and generator of release notes.
@@ -33492,9 +33132,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_team_identifier + analyze_commits + - - - Updates the Team Identifier for a given target + + + conventional_changelog + - + Uses conventional commits. It groups commits by their types and generates release notes in markdown or slack format. @@ -33521,7 +33166,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -33531,7 +33176,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 @@ -33541,12 +33186,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 + 37 Project that have been around for longer tend to be more stable @@ -33561,12 +33206,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 79 + 5 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -33576,19 +33221,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
197
+
222
-

xcodebuild_analyze

+

testbm

-

via Meniga

+

via Bemobile

-> Run code analyzer using xcodebuild +> A Test plugin
@@ -33604,19 +33249,39 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcodebuild_analyze - building - Run code analyzer using xcodebuild + testbm + - + A Test plugin - xcodebuild_analyze_and_ensure_no_results - building - Run code analyzer using xcodebuild and fail if any vulnerability is found + bmversion + - + TODO - ensure_no_results_from_xcodebuild_analyze - building - Check if the are any vulnerabilities under provided analyzer output path + bmdistribution + - + Distributes an app version via firebase, testflight, browsertack or the play store. + + + bmbuild + - + TODO + + + salutation + - + Returns hello world + + + bminfo + - + TODO + + + bmslack + - + Sends a message to a Slack chat specified in the SLACK_URL environment variable @@ -33638,17 +33303,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 @@ -33663,17 +33328,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 + 26 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -33683,12 +33348,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 145 More downloads = more users have been using the plugin for a while tests - 45 + 3 The more tests a plugin has, the better @@ -33698,19 +33363,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
196
+
220
-

download_object_from_s3

+

android_emulator_kami

-

via aomathwift

+

via Michael Ruhl

-> Download objects from AWS S3 +> Creates and starts an Android Emulator (AVD)
@@ -33726,105 +33391,15 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_object_from_s3 + android_emulator_kami - - Download objects from AWS S3 - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age23Project 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
downloads104More downloads = more users have been using the plugin for a while
tests15The more tests a plugin has, the betterCreates and starts an Android Emulator (AVD)
-

- - Open on GitHub - -

- ------ - -
196
- -

deploy_file_provider

- -

via Kamil Krzyk, Przemysław Wośko

- -> Prepares metadata files with structure ready for AppStore, PlayStore deploy - -
Score details @@ -33845,7 +33420,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -33865,17 +33440,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 @@ -33885,12 +33460,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 176 + 67 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -33900,20 +33475,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
196
+
219
-

compilation_time_report

+

create_github_issue

-

via Tinkoff.ru

+

via Ryo Sakaguchi

-> Generate custom HTML report compilation time of each Swift func +> Create GitHub issue
@@ -33929,9 +33503,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - compilation_time_report + create_github_issue - - Generate custom HTML report compilation time of each Swift func + Create GitHub issue @@ -33953,17 +33527,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 + 0 More subscribers = more popular project stars - 5 + 1 More stars = more popular project @@ -33978,17 +33552,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 + 39 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -33998,7 +33572,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 131 More downloads = more users have been using the plugin for a while @@ -34013,19 +33587,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
194
+
219
-

gitlab_release

+

property_file_write

-

via Andrea Del Fante

+

via Jan Meier

-> Fastlane wrapper of gitlab-release-tools +> writes property files
@@ -34041,14 +33615,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_release_changelog - - - - - - - gitlab_release_close - - + property_file_write - + Writes value into properties file @@ -34095,32 +33664,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 - 26 + 47 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 - 90 + 91 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -34130,19 +33699,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
194
+
218
-

firebase

+

docker

-

via Tomas Kohout

+

via Manu Wallner

-> Unofficial tool to access Firebase project settings +> fastlane Actions to support building images, logging into Docker Hub, and pushing those images to the Hub
@@ -34158,29 +33727,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - firebase_delete_client + docker_build - - An unofficial tool to access Firebase + Build docker images in the current directory - firebase_add_client + docker_login - - An unofficial tool to access Firebase + Login to Docker Hub - firebase_list + ensure_docker_machine_available - - An unofficial tool to access Firebase + Makes sure a docker machine is created and available for us to use - firebase_download_config + docker_compose - - An unofficial tool to access Firebase + Define and run multi-container applications with Docker - firebase_upload_certificate + docker_push - - An unofficial tool to access Firebase + Push a docker image to its' repository @@ -34202,17 +33771,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 12 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 3 More subscribers = more popular project stars - 23 + 6 More stars = more popular project @@ -34232,7 +33801,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 52 Project that have been around for longer tend to be more stable @@ -34242,12 +33811,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -4 + -1 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 44 + 63 More downloads = more users have been using the plugin for a while @@ -34262,19 +33831,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
194
+
218
-

remove_setting

+

translate_gpt

-

via Colin Harris

+

via Aleksei Cherepanov

-> Fastlane plugin to remove settings from an iOS settings bundle +> This fastlane plugin provides an easy way to use the OpenAI GPT language model to translate strings in your iOS application.
@@ -34290,9 +33859,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - remove_setting - project - Fastlane plugin action to remove settings in an iOS settings bundle + translate_gpt + - + Translate a strings file using OpenAI's GPT API @@ -34319,17 +33888,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 1 + 76 More stars = more popular project forks - 0 + 30 More forks = more people seem to use/modify this project @@ -34344,7 +33913,7 @@ 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 @@ -34364,7 +33933,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas tests - 60 + 3 The more tests a plugin has, the better @@ -34374,19 +33943,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
193
+
217
-

sunny_project

+

git_build_versioning

-

via ericmartineau

+

via Mikko Välimäki

-> Sunny flutter projects +> Store build numbers in git tags for distributed sequential builds
@@ -34402,74 +33971,14 @@ 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 - - - 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 + reserve_git_build_number - - Releases a dart package + Use git for tagging your builds for unique distributed sequential build numbers - pub_publish + get_git_build_number - - Executes pub publish command + Use git for tagging your builds for unique distributed sequential build numbers @@ -34496,7 +34005,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project @@ -34521,7 +34030,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 40 Project that have been around for longer tend to be more stable @@ -34536,12 +34045,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 118 + 111 More downloads = more users have been using the plugin for a while tests - 3 + 18 The more tests a plugin has, the better @@ -34551,19 +34060,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
193
+
216
-

clang_format

+

ionic_integration

-

via Meniga

+

via Adrian Regan

-> Format your C/C++/Java/JavaScript/Objective-C/Protobuf/C code with clang-format +> Integrating Fastlane with Ionic Generated Projects
@@ -34579,14 +34088,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clang_format + ionic_ios_config_snapshot - - A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf/C + Create a Sample iOS UI Unit Test to get started with in a generated Ionic/Cordova project - run_clang_format + ionic_ios_snapshot - - Run clang format python script: https://github.com/Sarcasm/run-clang-format + Bridge between Ionic/Cordova Projects and Fastlane for Automated Snapshot Generation for iOS Projects @@ -34608,7 +34117,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 @@ -34618,12 +34127,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 22 More stars = more popular project forks - 0 + 10 More forks = more people seem to use/modify this project @@ -34638,27 +34147,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 49 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great github_issues - 0 + -4 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 20 + 36 More downloads = more users have been using the plugin for a while tests - 42 + 15 The more tests a plugin has, the better @@ -34668,19 +34177,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
192
+
214
-

auth0_shipper

+

line_notify

-

via Hernan Zalazar

+

via AKKHARAWAT CHAYAPIWAT

-> OSS libraries release process for Auth0 +> To be able to send message to Line Notify
@@ -34696,19 +34205,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 + line_notify - - Prepares the release for an Auth0 OSS library + You can use this action to send message via Line Notify @@ -34735,7 +34234,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 3 More subscribers = more popular project @@ -34760,7 +34259,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 @@ -34775,12 +34274,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 91 + 121 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -34790,19 +34289,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
192
+
214
-

automated_test_emulator_run_next

+

localize

-

via Hiroto Nakamura

+

via Wolfgang Lutz

-> 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. +> Searches the code for extractable strings and allows interactive extraction to .strings file.
@@ -34818,9 +34317,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - automated_test_emulator_run + localize - - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. + Searches the code for extractable strings and allows interactive extraction to .strings file. @@ -34842,7 +34341,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 @@ -34852,12 +34351,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 7 More stars = more popular project forks - 15 + 5 More forks = more people seem to use/modify this project @@ -34872,7 +34371,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 44 Project that have been around for longer tend to be more stable @@ -34882,12 +34381,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 - 24 + 37 More downloads = more users have been using the plugin for a while @@ -34902,19 +34401,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
191
+
214
-

clang_analyzer

+

bluepill

-

via Siarhei Fiedartsou

+

via tbrand

-> Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report +> Fastlane plugin to use bluepill in fastlane
@@ -34930,9 +34429,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clang_analyzer + bluepill - - Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report + Plugin to use bluepill in fastlane @@ -34959,12 +34458,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 15 More subscribers = more popular project stars - 5 + 13 More stars = more popular project @@ -34984,7 +34483,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 50 Project that have been around for longer tend to be more stable @@ -34994,17 +34493,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 - 41 + 44 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -35014,19 +34513,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
191
+
213
-

create_github_issue

+

xcode_test_reporter

-

via Ryo Sakaguchi

+

via Taisuke Hori

-> Create GitHub issue +> Generates JUnit or HTML report from Xcode `plist` test report files.
@@ -35042,9 +34541,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_github_issue + xcode_test_reporter - - Create GitHub issue + Generates JUnit or HTML report from Xcode `plist` test report files @@ -35071,12 +34570,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 @@ -35091,17 +34590,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 + 43 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -35111,7 +34610,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 110 + 64 More downloads = more users have been using the plugin for a while @@ -35126,19 +34625,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
189
+
213
-

json_auth

+

validate_app

-

via Martin Gonzalez, Thang Nguyen

+

via Thi

-> actions related to json files +> Validate your build before uploading to iTunes Connect
@@ -35154,24 +34653,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 + validate_app - - Write a json file from a hash at the provided path + Validate your ipa file @@ -35198,17 +34682,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 11 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -35223,12 +34707,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 44 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -35238,12 +34722,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 80 More downloads = more users have been using the plugin for a while tests - 51 + 0 The more tests a plugin has, the better @@ -35253,19 +34737,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
188
+
213
-

rearchive

+

alioss

-

via naoigcat

+

via woodwu

-> Modify files inside ipa/xcarchive for publishing multiple configurations without rearchiving. +> upload ipa/apk to aliyun oos server, and scan QRcode to install app on mobile phone.
@@ -35281,29 +34765,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - iconset - - - Replace icons inside .ipa/.xcarchive - - - plist_command - - - Execute commands for .plists inside .ipa/.xcarchive - - - plist_value - - - Overwrite values of .plists inside .ipa/.xcarchive - - - remove_file + alioss - - Remove files inside .ipa/.xcarchive - - - replace_file - - Replace files inside .ipa/.xcarchive @@ -35335,12 +34799,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 @@ -35350,32 +34814,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 - 5 + 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 - 0 + -6 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 2 + 116 More downloads = more users have been using the plugin for a while tests - 78 + 3 The more tests a plugin has, the better @@ -35385,19 +34849,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
187
+
213
-

amazon_appstore

+

find_firebase_app_id

-

via ntsk

+

via Tigran Hambardzumyan

-> Upload apps to Amazon Appstore +> Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android].
@@ -35413,9 +34877,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_amazon_appstore + find_firebase_app_id - - Upload apps to Amazon Appstore + Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android]. @@ -35447,12 +34911,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 4 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -35467,7 +34931,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 13 + 33 Project that have been around for longer tend to be more stable @@ -35477,17 +34941,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 + 81 More downloads = more users have been using the plugin for a while tests - 80 + 12 The more tests a plugin has, the better @@ -35497,19 +34961,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
185
+
213
-

xclogparser

+

sunny_project

-

via Josh Lesch

+

via ericmartineau

-> Parse Xcode or xcodebuild build and test logs with XCLogParser +> Sunny flutter projects
@@ -35525,136 +34989,74 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xclogparser + rename_assets - - Parse Xcode or xcodebuild build and test logs with XCLogParser - - - - -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - -
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers30More subscribers = more popular project
stars0More stars = more popular projectRenames assets, generates an assets.dart file to reference them.
forks0More forks = more people seem to use/modify this projectpubspec_doctor-Modify pubspec for local or git development
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT toosunny_release--
readme_score50How well is the README of the document writtenincrease_version-Increment version number in pubspec.yaml file
age23Project that have been around for longer tend to be more stablesunny_build_runner-Cleans and runs flutter build_runner
major_release0Post 1.0 releases are greatsunny_build_web-Builds a web project
github_issues0Lots of open issues are not a good sign usually, unless the project is really popularlocal_packages-Checks out local dart packages
downloads59More downloads = more users have been using the plugin for a whilefinalize_version-Commit version tags
tests3The more tests a plugin has, the betterrelease_notes-Get or retrieve release notes from git
- -
- -

- - Open on GitHub - -

- ------ - -
184
- -

firebase_management_api

- -

via Abdelrahman Eldesoky

- -> Unofficial tool to access Firebase project settings - - -
-Provided actions - - - - - - + + + - - - + + - - + - + - + - + - + - +
NameCategoryDescriptiongenerate_icons-Generates a flutter icon set as a font
firebase_management_api_add_appdart_package_status- -Add new app to Firebase project
firebase_management_api_upload_shacurr_semver -Add sha to to Firebase android appGets the current version from the project's pubspec.yaml file
firebase_management_api_download_configpub_release -Download configuration file for Firebase appReleases a dart package
firebase_management_api_listpub_publish -List all Firebase projects and their appsExecutes pub publish command
@@ -35676,12 +35078,12 @@ 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 @@ -35701,17 +35103,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 + 28 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -35721,7 +35123,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 131 More downloads = more users have been using the plugin for a while @@ -35736,19 +35138,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
182
+
211
-

ad_licenselint

+

load_erb_config

-

via Pierre Felgines

+

via Joaomon7eiro

-> Lint the licenses for iOS projects +> Fastlane plugin to read erb configuration file
@@ -35764,9 +35166,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ad_licenselint + load_erb_config - - Lint the licenses for iOS projects + Fastlane plugin to load configuration object from yml file @@ -35788,12 +35190,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 + 3 More subscribers = more popular project @@ -35811,118 +35213,6 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 20 fastlane is MIT licensed, it's good to have plugins use MIT too - - readme_score - 50 - How well is the README of the document written - - - age - 22 - Project that have been around for longer tend to be more stable - - - major_release - 30 - Post 1.0 releases are great - - - github_issues - 0 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 51 - 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 - -

- ------ - -
181
- -

jira_transitions

- -

via Ostap Taran

- -> Runs transitions for specified JIRA tickets - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
jira_transitions-Runs transitions for specified JIRA tickets
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -35930,7 +35220,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -35945,7 +35235,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -35960,19 +35250,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
179
+
211
-

cordova_screenshots

+

auth0_shipper

-

via Jan Piotrowski

+

via Hernan Zalazar

-> Take screenshots of your Cordova/Ionic app with fastlane +> OSS libraries release process for Auth0
@@ -35988,24 +35278,19 @@ 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
subscribers6More 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_score 25
age4231 Project that have been around for longer tend to be more stable
downloads72123 More downloads = more users have been using the plugin for a while
init_cordova_screenshots_ios-Creates an iOS UI Unit Tests in '#{CordovaScreenshots::CORDOVA_SCREENSHOTS_IOS_CONFIG_PATH}'
retrofit_cordova_screenshots_androidperform_release -Retrofit test into Android projectPerforms the release for an Auth0 OSS library
retrofit_cordova_screenshots_iospublish_release -Retrofit test into iOS Xcode projectPerforms a pending release represented by the latest tag
init_cordova_screenshots_androidprepare_release -Creates an Android UI test in '#{CordovaScreenshots::CORDOVA_SCREENSHOTS_ANDROID_CONFIG_PATH}'Prepares the release for an Auth0 OSS library
@@ -36032,17 +35317,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 12 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 @@ -36052,12 +35337,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 + 51 Project that have been around for longer tend to be more stable @@ -36067,17 +35352,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -10 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 50 + 103 More downloads = more users have been using the plugin for a while tests - 15 + 0 The more tests a plugin has, the better @@ -36087,19 +35372,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
179
+
211
-

increment_build_number

+

verify_ipa

-

via Miyabi Ogino

+

via Derek Yang

-> Update build numbers for iOS/Android. +> Verify various aspects of iOS ipa file
@@ -36115,14 +35400,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - increment_bundle_version + verify_ipa_files - - Increment bundle version for iOS. + Verify files in ipa file - increment_version_code + verify_ipa_entitlements - - Increment version code for Android. + Verify ipa entitlements @@ -36154,7 +35439,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 3 More stars = more popular project @@ -36169,12 +35454,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 + 50 Project that have been around for longer tend to be more stable @@ -36189,12 +35474,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 81 + 28 More downloads = more users have been using the plugin for a while tests - 30 + 51 The more tests a plugin has, the better @@ -36204,19 +35489,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
179
+
211
-

jira_issues_release_notes

+

number_of_swift_lines

-

via Erick Martins

+

via Dennis Charmington

-> It generates a release note based on the issues keys and descriptions found in the commits +> Outputs the total number of swift lines and other useful statistics
@@ -36232,34 +35517,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 + number_of_swift_lines - - It generates a release note based on the issues keys and descriptions found in the commits + 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 @@ -36306,17 +35566,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 + 45 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -36326,7 +35586,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 52 + 109 More downloads = more users have been using the plugin for a while @@ -36341,19 +35601,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
177
+
210
-

automated_test_emulator_run_beemo

+

android_testlab_script_swit

-

via Kai Eßmann

+

via 나비이쁜이

-> 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. +> 아직 만들고 있습니다...
@@ -36369,9 +35629,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - automated_test_emulator_run_beemo + android_testlab_script_swit - - Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. + Android Firebase TestLab with Robo Script Test @@ -36379,6 +35639,96 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
+
+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
age10Project 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
downloads152More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

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

deploy_file_provider

+ +

via Kamil Krzyk, Przemysław Wośko

+ +> Prepares metadata files with structure ready for AppStore, PlayStore deploy + + +
Score details @@ -36418,17 +35768,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 46 + 0 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -36438,12 +35788,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 190 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -36453,19 +35803,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
176
+
209
-

napp_distribution

+

jira_transitions

-

via Mads Møller

+

via Ostap Taran

-> Upload IPA AND APK builds to Napp Distribution +> Runs transitions for specified JIRA tickets
@@ -36481,9 +35832,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - napp_distribution + jira_transitions - - Upload builds to Napp Distribution Center + Runs transitions for specified JIRA tickets @@ -36510,17 +35861,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 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 @@ -36530,17 +35881,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 + 49 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -36550,7 +35901,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 24 + 93 More downloads = more users have been using the plugin for a while @@ -36565,19 +35916,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
174
+
209
-

write_changelog_from_commits

+

get_new_build_number

-

via Lewis Bright

+

via Bartek Pacia

-> 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 +> Retrieves the new build number for your mobile app.
@@ -36593,9 +35944,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - write_changelog_from_commits + get_new_build_name - - Writes a changelog file by pattern matching on git commits since the last tag. + Retrieves the new build number for your app. + + + get_new_build_number + - + Retrieves the new build number for your app. @@ -36627,12 +35983,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 20 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -36647,27 +36003,27 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 20 + 18 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 + -7 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 55 + 112 More downloads = more users have been using the plugin for a while tests - 21 + 3 The more tests a plugin has, the better @@ -36677,19 +36033,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
174
+
207
-

ftps

+

remove_setting

-

via Rafał Dziuryk

+

via Colin Harris

-> Simple ftp upload and download for Fastlane +> Fastlane plugin to remove settings from an iOS settings bundle
@@ -36705,9 +36061,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ftps - - - Upload and Download files via FTP + remove_setting + project + Fastlane plugin action to remove settings in an iOS settings bundle @@ -36734,12 +36090,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 @@ -36774,12 +36130,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 54 + 26 More downloads = more users have been using the plugin for a while tests - 3 + 60 The more tests a plugin has, the better @@ -36789,19 +36145,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
173
+
205
-

certificate_expirydate

+

compilation_time_report

-

via Lyndsey Ferguson

+

via Tinkoff.ru

-> Retrieves the expiry date of the given p12 certificate file +> Generate custom HTML report compilation time of each Swift func
@@ -36817,9 +36173,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - certificate_expirydate + compilation_time_report - - Retrieves the expiry date of the given p12 certificate file + Generate custom HTML report compilation time of each Swift func @@ -36846,12 +36202,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 24 More subscribers = more popular project stars - 2 + 5 More stars = more popular project @@ -36871,12 +36227,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 38 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -36886,12 +36242,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 41 + 29 More downloads = more users have been using the plugin for a while tests - 12 + 3 The more tests a plugin has, the better @@ -36901,19 +36257,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
172
+
205
-

farol

+

firebase

-

via Felipe Plets

+

via Tomas Kohout

-> Enable your app to use Farol Platform services +> Unofficial tool to access Firebase project settings
@@ -36929,24 +36285,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - farol_api + firebase_delete_client - - Integrate your app with the Farol Platform using services like push notifications + An unofficial tool to access Firebase - farol_get_version + firebase_add_client - - Enable your app to use Farol Platform services + An unofficial tool to access Firebase - farol + firebase_list - - Enable your app to use Farol Platform services + An unofficial tool to access Firebase - farol_set_version + firebase_download_config - - Integrate your app with the Farol Platform using services like push notifications + An unofficial tool to access Firebase + + + firebase_upload_certificate + - + An unofficial tool to access Firebase @@ -36973,17 +36334,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 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 @@ -36993,12 +36354,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 + 49 Project that have been around for longer tend to be more stable @@ -37008,12 +36369,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 - 70 + 48 More downloads = more users have been using the plugin for a while @@ -37028,19 +36389,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
172
+
205
-

aws_device_farm_upload

+

gitlab_release

-

via Takuma Homma

+

via Andrea Del Fante

-> Uploads specified file to AWS Device Farm project +> Fastlane wrapper of gitlab-release-tools
@@ -37056,9 +36417,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - aws_device_farm_upload + gitlab_release_changelog + - + - + + + gitlab_release_close + - - - Uploads specified file to AWS Device Farm project @@ -37110,7 +36476,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 33 Project that have been around for longer tend to be more stable @@ -37120,17 +36486,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 - 77 + 94 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -37140,19 +36506,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
171
+
205
-

android_emulator-kami

+

xcodebuild_analyze

-

via Michael Ruhl

+

via Meniga

-> Creates and starts an Android Emulator (AVD) +> Run code analyzer using xcodebuild
@@ -37168,9 +36534,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_emulator_kami - - - Creates and starts an Android Emulator (AVD) + 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 @@ -37192,17 +36568,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 - 0 + 1 More stars = more popular project @@ -37222,7 +36598,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 31 Project that have been around for longer tend to be more stable @@ -37237,12 +36613,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 16 More downloads = more users have been using the plugin for a while tests - 6 + 45 The more tests a plugin has, the better @@ -37252,42 +36628,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
170
- -

influxdb

- -

via giginet

- -> Post values to InfluxDB +
205
+

scipio

-
-Provided actions +

via evandcoleman

- - - - - - - - - - - - - - - -
NameCategoryDescription
influxdb-Post values to IndluxDB
+> A fastlane plugin for Scipio - A caching tool for Swift Package Manager -
@@ -37304,22 +36658,22 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -37329,12 +36683,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 - 43 + 0 Project that have been around for longer tend to be more stable @@ -37349,12 +36703,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 32 + 167 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -37364,21 +36718,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
170
+
204
-

get_application_id

+

download_object_from_s3

-

via Helder Pinhal

+

via aomathwift

-> Get the applicationId of an Android project. +> Download objects from AWS S3 +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
download_object_from_s3-Download objects from AWS S3
+ +
+
Score details @@ -37394,12 +36770,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 @@ -37419,12 +36795,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 + 30 Project that have been around for longer tend to be more stable @@ -37439,12 +36815,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 138 + 105 More downloads = more users have been using the plugin for a while tests - 0 + 15 The more tests a plugin has, the better @@ -37454,19 +36830,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
170
+
204
-

increment_version_code_android

+

clang_format

-

via SimoneCorsini

+

via Meniga

-> Increment the version code of your android project, supporting different product flavors. +> Format your C/C++/Java/JavaScript/Objective-C/Protobuf/C code with clang-format
@@ -37482,9 +36858,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - increment_version_code_android + clang_format - - Increment the version code of your android project, supporting different flavors. + A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf/C + + + run_clang_format + - + Run clang format python script: https://github.com/Sarcasm/run-clang-format @@ -37511,7 +36892,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project @@ -37531,17 +36912,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 42 + 32 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -37551,12 +36932,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 76 + 23 More downloads = more users have been using the plugin for a while tests - 3 + 42 The more tests a plugin has, the better @@ -37566,19 +36947,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
169
+
203
-

csv_translation

+

xclogparser

-

via Manish Rathi

+

via Josh Lesch

-> A fastlane plugin to manage translation using a CSV file under git repository. 🚀 +> Parse Xcode or xcodebuild build and test logs with XCLogParser
@@ -37594,34 +36975,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_csv_feature_branch - - - Create a csv feature branch. - - - delete_csv_translation_request - - - Delete a translation request based on identifier value. - - - fetch_csv_branch - - - Fetch a csv file branch. - - - create_csv_translation_request - - - Create a csv translation request. - - - rebase_csv_translation_request - - - Rebase a translation request based on identifier value. - - - get_csv_translation_requests + xclogparser - - Get CSV translation requests info + Parse Xcode or xcodebuild build and test logs with XCLogParser @@ -37643,12 +36999,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 + 30 More subscribers = more popular project @@ -37668,17 +37024,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 - 23 + 30 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -37688,7 +37044,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 59 + 70 More downloads = more users have been using the plugin for a while @@ -37703,20 +37059,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
169
+
202
-

dotenv_vault

+

rustore

-

via mileszim, motdotla

+

via Vladislav Onishchenko

-> Decrypt .env.vault file. +> Rustore fastlane integration plugin + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
rustore_publish-Rustore fastlane integration plugin
+
@@ -37738,17 +37116,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project stars - 3 + 18 More stars = more popular project forks - 5 + 45 More forks = more people seem to use/modify this project @@ -37763,7 +37141,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 9 + 11 Project that have been around for longer tend to be more stable @@ -37773,17 +37151,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 - 3 + 54 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -37793,19 +37171,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
168
+
200
-

android_versioning_plus

+

json_auth

-

via Egor Dmitriev

+

via Martin Gonzalez, Thang Nguyen

-> Allows to set/get app version name and version code directly to/from build.gradle +> actions related to json files
@@ -37821,34 +37199,24 @@ 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 + download_json - - Get the version name of your project + Downloads a json file and expose a hash with symbolized names as result - increment_version_code + merge_jsons - - Increment the version code of your project + Merge a group of jsons files and expose a hash with symbolized names as result. Last json predominate over the rest - increment_version_name + read_json - - Increment the version name of your project + Read a json file and expose a hash with symbolized names as result - set_value_in_build + write_json - - Set the value of your project + Write a json file from a hash at the provided path @@ -37895,17 +37263,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 43 + 29 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -37915,12 +37283,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 20 More downloads = more users have been using the plugin for a while tests - 66 + 51 The more tests a plugin has, the better @@ -37930,19 +37298,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
168
+
200
-

swift_doc

+

clang_analyzer

-

via Joshua Kaplan

+

via Siarhei Fiedartsou

-> Generate documentation, documentation coverage, or a class diagram using SwiftDoc +> Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report
@@ -37958,9 +37326,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 + clang_analyzer + - + Runs Clang Static Analyzer(http://clang-analyzer.llvm.org/) and generates report @@ -37982,22 +37350,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 @@ -38012,7 +37380,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 18 + 53 Project that have been around for longer tend to be more stable @@ -38027,102 +37395,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 31 - More downloads = more users have been using the plugin for a while - - - tests 42 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
168
- -

appcenter_get_version

- -

via Markus Kramm

- -> get the latest build version from the app center - - - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -38132,20 +37410,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
168
+
199
-

flutter_dart_version_manager

+

ftps

-

via Marvin Moeltgen

+

via Rafał Dziuryk

-> A version manager for flutter +> Simple ftp upload and download for Fastlane
@@ -38161,14 +37438,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_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads148 More downloads = more users have been using the plugin for a while
tests06 The more tests a plugin has, the better
flutter_dart_version_manager-A version manager for flutter
flutter_set_versionftps -A version manager for flutterUpload and Download files via FTP
@@ -38195,12 +37467,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -38220,7 +37492,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 54 Project that have been around for longer tend to be more stable @@ -38250,19 +37522,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
167
+
198
-

ascii_art

+

rearchive

-

via Boris Bügling

+

via naoigcat

-> Add some fun to your fastlane output. +> Modify files inside ipa/xcarchive for publishing multiple configurations without rearchiving.
@@ -38278,9 +37550,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ascii_art + plist_command - - Add some fun to your fastlane output. + Execute commands for .plists inside .ipa/.xcarchive + + + replace_file + - + Replace files inside .ipa/.xcarchive + + + remove_file + - + Remove files inside .ipa/.xcarchive + + + plist_value + - + Overwrite values of .plists inside .ipa/.xcarchive + + + iconset + - + Replace icons inside .ipa/.xcarchive @@ -38302,17 +37594,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 - 20 + 0 More stars = more popular project @@ -38332,12 +37624,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 12 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -38347,12 +37639,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 5 More downloads = more users have been using the plugin for a while tests - 3 + 78 The more tests a plugin has, the better @@ -38362,19 +37654,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
166
+
197
-

no_u

+

jira_issues_release_notes

-

via Boris Bügling

+

via Erick Martins

-> no u +> It generates a release note based on the issues keys and descriptions found in the commits
@@ -38390,9 +37682,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - no_u + jira_release_changelog - - no u + 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 @@ -38414,7 +37731,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 @@ -38424,7 +37741,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 0 More stars = more popular project @@ -38444,12 +37761,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 23 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -38459,7 +37776,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 26 + 62 More downloads = more users have been using the plugin for a while @@ -38474,19 +37791,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
166
+
196
-

firebase_test_lab_integration

+

aws_device_farm_upload

-

via Cristian Boarna

+

via Takuma Homma

-> Run Android/iOS integration tests on Firebase Test Lab +> Uploads specified file to AWS Device Farm project
@@ -38502,14 +37819,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - firebase_test_lab_android - - - FirebaseTestLabIntegration - - - firebase_test_lab_ios + aws_device_farm_upload - - FirebaseTestLabIntegration + Uploads specified file to AWS Device Farm project @@ -38556,17 +37868,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 - 7 + 26 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -38576,12 +37888,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 94 More downloads = more users have been using the plugin for a while tests - 80 + 3 The more tests a plugin has, the better @@ -38591,19 +37903,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
165
+
193
-

versioning_android_kts

+

firebase_management_api

-

via Serge

+

via Abdelrahman Eldesoky

-> Android Versioning Plugin for Fastlane - fork for Gradle KTS +> Unofficial tool to access Firebase project settings
@@ -38619,24 +37931,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_get_version_code + firebase_management_api_add_app - - Get the Version Code of your Android project + Add new app to Firebase project - android_get_version_name + firebase_management_api_upload_sha - - Get the Version Name of your Android project + Add sha to to Firebase android app - android_set_version_code + firebase_management_api_download_config - - Set the Version Code of your Android project + Download configuration file for Firebase app - android_set_version_name + firebase_management_api_list - - Set the Version Name of your Android project + List all Firebase projects and their apps @@ -38658,7 +37970,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 @@ -38688,12 +38000,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 49 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -38703,12 +38015,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 11 More downloads = more users have been using the plugin for a while tests - 51 + 3 The more tests a plugin has, the better @@ -38718,19 +38030,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
165
+
192
-

connected

+

cordova_screenshots

-

via Abgier Avraha

+

via Jan Piotrowski

-> Fastlane plugin that allows you to use your App Store Connect API key to download certificates and upload apps to TestFlight +> Take screenshots of your Cordova/Ionic app with fastlane
@@ -38746,19 +38058,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - connected_certs + init_cordova_screenshots_ios - - App Store Connect API Certificates Module + Creates an iOS UI Unit Tests in '#{CordovaScreenshots::CORDOVA_SCREENSHOTS_IOS_CONFIG_PATH}' - connected_upload + retrofit_cordova_screenshots_android - - App Store Connect API Uploader Module + Retrofit test into Android project - connected_auth + retrofit_cordova_screenshots_ios - - App Store Connect API Authentication Module + Retrofit test into iOS Xcode project + + + init_cordova_screenshots_android + - + Creates an Android UI test in '#{CordovaScreenshots::CORDOVA_SCREENSHOTS_ANDROID_CONFIG_PATH}' @@ -38780,7 +38097,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 @@ -38790,12 +38107,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 1 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -38810,7 +38127,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 49 Project that have been around for longer tend to be more stable @@ -38820,17 +38137,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -10 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 37 + 56 More downloads = more users have been using the plugin for a while tests - 9 + 15 The more tests a plugin has, the better @@ -38840,19 +38157,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
165
+
191
-

ios_dependency_parser

+

diawireborn

-

via kochavi-daniel

+

via iMokhles

-> Analyzes results of 'pod outdated' in a structured manner +> Upload .ipa or .apk file to diawi.com
@@ -38868,9 +38185,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - parse_pod_dependencies + diawireborn - - Analyzes 'pod outdated' results and structures it for further usage. + Upload .ipa/.apk file to diawi.com @@ -38897,12 +38214,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -38922,7 +38239,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 12 Project that have been around for longer tend to be more stable @@ -38937,12 +38254,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 34 + 70 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -38952,19 +38269,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
165
+
191
-

tinifyme

+

automated_test_emulator_run_beemo

-

via Danilo Becke

+

via Kai Eßmann

-> Compress assets using TinyPNG. +> 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.
@@ -38980,9 +38297,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - tinifyme + automated_test_emulator_run_beemo - - Compress assets using TinyPNG. + Starts AVD, based on AVD_setup.json file, before test launch and kills it after testing is done. @@ -39009,12 +38326,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project stars - 6 + 0 More stars = more popular project @@ -39034,7 +38351,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 4 + 54 Project that have been around for longer tend to be more stable @@ -39049,12 +38366,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 34 More downloads = more users have been using the plugin for a while tests - 45 + 3 The more tests a plugin has, the better @@ -39064,19 +38381,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
164
+
190
-

find_firebase_app_id

+

write_changelog_from_commits

-

via Tigran Hambardzumyan

+

via Lewis Bright

-> Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android]. +> 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
@@ -39092,9 +38409,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - find_firebase_app_id + write_changelog_from_commits - - Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android]. + Writes a changelog file by pattern matching on git commits since the last tag. @@ -39116,7 +38433,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 @@ -39126,12 +38443,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 @@ -39141,32 +38458,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 - 26 + 27 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 - 39 + 64 More downloads = more users have been using the plugin for a while tests - 12 + 21 The more tests a plugin has, the better @@ -39176,20 +38493,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
162
+
186
-

shake_bugs

+

testfairy

-

via Doruk Kangal

+

via Josh Holtz

-> Upload deobfuscation files for Android and symbolication files for iOS to Shake +> Upload IPA to TestFairy + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
testfairy-Upload an IPA to TestFairy
+
@@ -39206,7 +38545,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 @@ -39236,12 +38575,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 9 + 47 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -39251,12 +38590,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5 + 57 More downloads = more users have been using the plugin for a while tests - 45 + 3 The more tests a plugin has, the better @@ -39266,111 +38605,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
161
- -

firim

+
186
-

via whlsxl

+

certificate_expirydate

-> firim +

via Lyndsey Ferguson

+> Retrieves the expiry date of the given p12 certificate file
-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
downloads129More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the bettercertificate_expirydate-Retrieves the expiry date of the given p12 certificate file
-

- - Open on GitHub - -

- ------ - -
160
- -

fivethree_ionic

- -

via Marc Stammerjohann

- -> Fastlane plugin for Ionic v4 Projects - -
Score details @@ -39386,7 +38657,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 @@ -39396,7 +38667,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -39411,12 +38682,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 + 49 Project that have been around for longer tend to be more stable @@ -39431,12 +38702,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 140 + 47 More downloads = more users have been using the plugin for a while tests - 0 + 12 The more tests a plugin has, the better @@ -39446,20 +38717,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
160
+
185
-

wechat

+

napp_distribution

-

via xiongzenghui

+

via Mads Møller

-> this is a wechat api wrapper +> Upload IPA AND APK builds to Napp Distribution
@@ -39475,9 +38745,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - wechat + napp_distribution - - this is a wechat api wrapper + Upload builds to Napp Distribution Center @@ -39499,7 +38769,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 @@ -39509,7 +38779,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -39529,12 +38799,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 49 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -39544,12 +38814,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 26 More downloads = more users have been using the plugin for a while tests - 39 + 3 The more tests a plugin has, the better @@ -39559,19 +38829,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
159
+
185
-

android_update_package_identifier

+

farol

-

via Jonathan Nogueira

+

via Felipe Plets

-> Changes the applicationId inside of your build.gradle file +> Enable your app to use Farol Platform services
@@ -39587,9 +38857,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_update_package_identifier + farol_api - - Changes the applicationId inside of your build.gradle file. Does not change the AndroidManifest + 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 @@ -39616,7 +38901,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 12 More subscribers = more popular project @@ -39636,12 +38921,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 + 49 Project that have been around for longer tend to be more stable @@ -39656,7 +38941,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 62 + 76 More downloads = more users have been using the plugin for a while @@ -39671,19 +38956,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
159
+
185
-

testfairy

+

android_update_package_identifier

-

via Josh Holtz

+

via Jonathan Nogueira

-> Upload IPA to TestFairy +> Changes the applicationId inside of your build.gradle file
@@ -39699,9 +38984,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - testfairy + android_update_package_identifier - - Upload an IPA to TestFairy + Changes the applicationId inside of your build.gradle file. Does not change the AndroidManifest @@ -39723,7 +39008,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 @@ -39753,7 +39038,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 28 Project that have been around for longer tend to be more stable @@ -39768,7 +39053,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 37 + 81 More downloads = more users have been using the plugin for a while @@ -39783,19 +39068,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
159
+
183
-

update_provisioning_profile

+

connected

-

via Duy Nguyen

+

via Abgier Avraha

-> This action will update xcodeproj with values extracted from your provisioning profile. +> Fastlane plugin that allows you to use your App Store Connect API key to download certificates and upload apps to TestFlight
@@ -39811,9 +39096,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_provisioning_profile + connected_certs - - This action will update xcodeproj with values extracted from your provisioning profile. + App Store Connect API Certificates Module + + + connected_upload + - + App Store Connect API Uploader Module + + + connected_auth + - + App Store Connect API Authentication Module @@ -39835,17 +39130,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 + 6 More subscribers = more popular project stars - 0 + 4 More stars = more popular project @@ -39865,7 +39160,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 @@ -39880,12 +39175,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 50 + 48 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -39895,19 +39190,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
159
+
182
-

hockey_devices

+

csv_translation

-

via Viktoras Laukevičius

+

via Manish Rathi

-> Retrieves a list of devices from Hockey which can then be used with Match +> A fastlane plugin to manage translation using a CSV file under git repository. 🚀
@@ -39923,9 +39218,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - hockey_devices + create_csv_feature_branch - - Retrieves a list of devices from Hockey which can then be used with Match + 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 @@ -39957,7 +39277,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -39977,7 +39297,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 30 Project that have been around for longer tend to be more stable @@ -39992,12 +39312,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 65 More downloads = more users have been using the plugin for a while tests - 21 + 3 The more tests a plugin has, the better @@ -40007,19 +39327,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
158
+
181
-

upload_symbols_to_hockey

+

versioning_android_kts

-

via Justin Williams

+

via Serge

-> Upload dSYM symbolication files to Hockey +> Android Versioning Plugin for Fastlane - fork for Gradle KTS
@@ -40035,9 +39355,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_symbols_to_hockey + android_get_version_code - - Upload dSYM symbolication files to Hockey + 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 @@ -40059,22 +39394,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 - 1 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -40089,7 +39424,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 45 Project that have been around for longer tend to be more stable @@ -40099,17 +39434,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 + 15 More downloads = more users have been using the plugin for a while tests - 3 + 51 The more tests a plugin has, the better @@ -40119,20 +39454,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
158
+
180
-

pgyer_jvtd

+

android_emulator-kami

-

via 陈磊的MacBook Pro

+

via Michael Ruhl

-> 蒲公英聚通达插件 +> Creates and starts an Android Emulator (AVD) + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
android_emulator_kami-Creates and starts an Android Emulator (AVD)
+
@@ -40149,12 +39506,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 + 3 More subscribers = more popular project @@ -40174,17 +39531,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 @@ -40194,12 +39551,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 138 + 15 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -40209,20 +39566,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
157
+
179
-

update_jenkins_build

+

flutter_versioncode_bump

-

via icyleaf

+

via Sjors van Mierlo

-> Update Description of Build +> Bump the flutter version code
@@ -40238,9 +39594,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_jenkins_build + flutter_versioncode_bump - - Update build's description of jenkins + A plugin to bump the flutter version code with fastlane. @@ -40267,7 +39623,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project @@ -40292,12 +39648,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 20 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -40307,12 +39663,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 30 More downloads = more users have been using the plugin for a while tests - 18 + 21 The more tests a plugin has, the better @@ -40322,19 +39678,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
157
+
179
-

device_image_selector

+

influxdb

-

via Mario Zimmermann

+

via giginet

-> 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. +> Post values to InfluxDB
@@ -40350,14 +39706,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - device_image_selector - - - Selects screenshots with specified names for processing with frameit - - - device_image_selector_cleanup + influxdb - - Cleanup screenshot files after frameit + Post values to IndluxDB @@ -40389,12 +39740,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 @@ -40409,12 +39760,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 37 + 50 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -40424,12 +39775,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 34 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -40439,47 +39790,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
157
- -

trello

- -

via Oscar De Moya

- -> Fastlane plugin for moving a trello card to a given list +
179
+

dotenv_vault

-
-Provided actions +

via mileszim, motdotla

- - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
trello_comment-Adds a comment to a given Trello card
trello_move_card-Moves a Trello card to a given list
+> Decrypt .env.vault file. -
@@ -40506,12 +39830,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 3 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -40521,32 +39845,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 - 30 + 16 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 - 49 + 6 More downloads = more users have been using the plugin for a while tests - 3 + 80 The more tests a plugin has, the better @@ -40556,19 +39880,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
157
+
177
-

bitbucket_cloud

+

tinifyme

-

via Luca Tagliabue

+

via Danilo Becke

-> Wrapper of Bitbucket cloud rest apis +> Compress assets using TinyPNG.
@@ -40584,14 +39908,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitbucket_create_pull_request - - - Create a new pull request inside your Bitbucket project - - - bitbucket_list_default_reviewers + tinifyme - - List of all defaults reviewers of pull requests + Compress assets using TinyPNG. @@ -40618,12 +39937,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 @@ -40643,12 +39962,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 1 + 12 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -40658,12 +39977,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 8 More downloads = more users have been using the plugin for a while tests - 80 + 45 The more tests a plugin has, the better @@ -40673,19 +39992,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
156
+
177
-

flutter_versioncode_bump

+

swift_doc

-

via Sjors van Mierlo

+

via Joshua Kaplan

-> Bump the flutter version code +> Generate documentation, documentation coverage, or a class diagram using SwiftDoc
@@ -40701,9 +40020,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_versioncode_bump - - - A plugin to bump the flutter version code with fastlane. + swift_doc + documentation + Generate documentation, documentation coverage, or a class diagram using SwiftDoc @@ -40735,7 +40054,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 1 More stars = more popular project @@ -40755,12 +40074,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 13 + 25 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -40770,12 +40089,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 33 More downloads = more users have been using the plugin for a while tests - 21 + 42 The more tests a plugin has, the better @@ -40785,19 +40104,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
156
+
177
-

periphery

+

android_versioning_plus

-

via Liam Nichols

+

via Egor Dmitriev

-> Identifies unused code in Swift projects using Periphery +> Allows to set/get app version name and version code directly to/from build.gradle
@@ -40813,10 +40132,35 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - periphery + 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 + @@ -40842,17 +40186,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 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 @@ -40867,7 +40211,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 16 + 50 Project that have been around for longer tend to be more stable @@ -40877,17 +40221,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 + 16 More downloads = more users have been using the plugin for a while tests - 27 + 66 The more tests a plugin has, the better @@ -40897,19 +40241,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
156
+
177
-

bitbucket_auth

+

trello

-

via rlestesr

+

via Oscar De Moya

-> Generate a OAuth Token for Bitbucket API Access. +> Fastlane plugin for moving a trello card to a given list
@@ -40925,9 +40269,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitbucket_auth + trello_comment - - Generate a OAuth Token for Bitbucket API Access. + Adds a comment to a given Trello card + + + trello_move_card + - + Moves a Trello card to a given list @@ -40954,12 +40303,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -40974,12 +40323,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 - 24 + 37 Project that have been around for longer tend to be more stable @@ -40994,12 +40343,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 62 More downloads = more users have been using the plugin for a while tests - 15 + 3 The more tests a plugin has, the better @@ -41009,19 +40358,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
155
+
177
-

shuttle

+

debug_file

-

via Shuttle Project

+

via icyleaf

-> Publish your builds on Shuttle.tools +> Compress iOS/macApp dSYM or Android Proguard(mapping/R/AndroidManifest) to zip file
@@ -41037,9 +40386,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - shuttle - - - Publish your builds on [Shuttle.tools](https://www.shuttle.tools) + 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 @@ -41066,12 +40425,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 24 + 3 More subscribers = more popular project stars - 6 + 0 More stars = more popular project @@ -41091,7 +40450,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 33 Project that have been around for longer tend to be more stable @@ -41106,7 +40465,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 68 More downloads = more users have been using the plugin for a while @@ -41121,57 +40480,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
155
- -

build_cache

- -

via Fernando Saragoca

- -> Helper for caching builds when using 'build for testing' & 'test without building' +
176
+

firim

-
-Provided actions +

via whlsxl

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
clean_build_cache_workspace-Cleans workspace by removing old builds, using last access time for comparison
archive_derived_data-Archives derived data folder in a zip file for later use
check_build_cache_workspace-Check if cache for current build is avaiable
unarchive_derived_data-Unarchives derived data folder from a zip file
+> firim -
@@ -41188,17 +40510,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 2 + 0 More stars = more popular project @@ -41213,12 +40535,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 @@ -41228,12 +40550,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 - 31 + 138 More downloads = more users have been using the plugin for a while @@ -41248,19 +40570,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
155
+
176
-

ya_tu_sabes

+

ios_dependency_parser

-

via Boris Bügling

+

via kochavi-daniel

-> Ya tu sabes. +> Analyzes results of 'pod outdated' in a structured manner
@@ -41276,9 +40598,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ya_tu_sabes + parse_pod_dependencies - - Ya tu sabes. + Analyzes 'pod outdated' results and structures it for further usage. @@ -41300,7 +40622,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 @@ -41310,12 +40632,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 8 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -41330,12 +40652,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 34 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -41345,7 +40667,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 38 More downloads = more users have been using the plugin for a while @@ -41360,42 +40682,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
153
- -

diawireborn

- -

via iMokhles

- -> Upload .ipa or .apk file to diawi.com +
176
+

appcenter_get_version

-
-Provided actions +

via Markus Kramm

- - - - - - - - - - - - - - - -
NameCategoryDescription
diawireborn-Upload .ipa/.apk file to diawi.com
+> get the latest build version from the app center -
@@ -41417,7 +40717,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project @@ -41437,17 +40737,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 - 5 + 0 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -41457,12 +40757,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 39 + 156 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -41472,19 +40772,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
153
+
175
-

fir

+

update_provisioning_profile

-

via dongorigin

+

via Duy Nguyen

-> Upload a new build to fir.im +> This action will update xcodeproj with values extracted from your provisioning profile.
@@ -41500,9 +40801,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fir - beta - Upload a new build to fir.im + update_provisioning_profile + - + This action will update xcodeproj with values extracted from your provisioning profile. @@ -41524,7 +40825,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 @@ -41534,7 +40835,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -41554,7 +40855,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 @@ -41569,7 +40870,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 59 More downloads = more users have been using the plugin for a while @@ -41584,19 +40885,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
153
+
175
-

analyze_ios_linkmap

+

no_u

-

via xiongzenghui

+

via Boris Bügling

-> iOS parse linkmap.txt to ruby Hash +> no u
@@ -41612,9 +40913,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - analyze_ios_linkmap + no_u - - iOS parse linkmap.txt to ruby Hash or JSON + no u @@ -41636,7 +40937,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 @@ -41646,7 +40947,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 5 More stars = more popular project @@ -41661,12 +40962,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 - 28 + 54 Project that have been around for longer tend to be more stable @@ -41681,12 +40982,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29 + 28 More downloads = more users have been using the plugin for a while tests - 45 + 3 The more tests a plugin has, the better @@ -41696,19 +40997,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
153
+
175
-

oclint_json_compilation_database

+

sonarcloud_metric_kit

-

via Meniga

+

via alteral

-> Run OCLint validation with oclint-json-compilation-database and fastlane :dart: :rocket: +> With this fastlane plugin, you can access most of the metrics collected by SonarCloud
@@ -41724,9 +41025,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - oclint_json_compilation_database - testing + sonarcloud_metric_kit - + Collects metrics from SonarCloud @@ -41753,7 +41054,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 63 More subscribers = more popular project @@ -41768,22 +41069,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 - 22 + 19 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -41793,12 +41094,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 69 More downloads = more users have been using the plugin for a while tests - 39 + 24 The more tests a plugin has, the better @@ -41808,19 +41109,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
153
+
175
-

napp_notifications

+

ascii_art

-

via Mads Møller

+

via Boris Bügling

-> Napp Notifications +> Add some fun to your fastlane output.
@@ -41836,9 +41137,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - napp_notifications - push - Napp Notifications + ascii_art + - + Add some fun to your fastlane output. @@ -41865,12 +41166,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 6 More subscribers = more popular project stars - 0 + 20 More stars = more popular project @@ -41890,12 +41191,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 36 + 54 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -41905,7 +41206,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 16 More downloads = more users have been using the plugin for a while @@ -41920,19 +41221,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
152
+
174
-

sonarcloud_metric_kit

+

firebase_test_lab_integration

-

via alteral

+

via Cristian Boarna

-> With this fastlane plugin, you can access most of the metrics collected by SonarCloud +> Run Android/iOS integration tests on Firebase Test Lab
@@ -41948,9 +41249,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sonarcloud_metric_kit + firebase_test_lab_android - - Collects metrics from SonarCloud + FirebaseTestLabIntegration + + + firebase_test_lab_ios + - + FirebaseTestLabIntegration @@ -41977,7 +41283,5520 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 63 + 3 + More subscribers = more popular project + + + stars + 0 + More stars = more popular project + + + forks + 0 + More forks = more people seem to use/modify this project + + + has_mit_license + 20 + fastlane is MIT licensed, it's good to have plugins use MIT too + + + readme_score + 25 + How well is the README of the document written + + + age + 14 + Project that have been around for longer tend to be more stable + + + major_release + 30 + Post 1.0 releases are great + + + github_issues + 0 + Lots of open issues are not a good sign usually, unless the project is really popular + + + downloads + 2 + More downloads = more users have been using the plugin for a while + + + tests + 80 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
173
+ +

fivethree_ionic

+ +

via Marc Stammerjohann

+ +> Fastlane plugin for Ionic v4 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
downloads153More 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) + +

+ +----- + +
172
+ +

update_build_settings_key

+ +

via ungacy

+ +> Updated code signing settings from 'Automatic' to a specific profile + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
update_build_settings_key-Updates build settings key to a new value
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars4More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age51Project 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
downloads66More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
172
+ +

react_native_release

+ +

via Chris Ball

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

+ + Open on GitHub + +

+ +----- + +
172
+ +

moronepo

+ +

via Meniga

+ +> Run dart pub moronepo with fastlane! + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
moronepo_update_flutter_sdkbuildingRuns command for all subprojects or a specified project
moronepo_runbuildingRuns command for all subprojects or a specified project
moronepo_activatebuildingRun flutter pub global activate moronepo
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age29Project 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
downloads10More downloads = more users have been using the plugin for a while
tests21The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
171
+ +

shake_bugs

+ +

via Doruk Kangal

+ +> Upload deobfuscation files for Android and symbolication files for iOS to Shake + + + +
+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
age16Project 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
downloads7More downloads = more users have been using the plugin for a while
tests45The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
170
+ +

wechat

+ +

via xiongzenghui

+ +> this is a wechat api wrapper + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
wechat-this is a wechat api wrapper
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age35Project 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
tests39The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
170
+ +

bitbucket_cloud

+ +

via Luca Tagliabue

+ +> Wrapper of Bitbucket cloud rest apis + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
bitbucket_create_pull_request-Create a new pull request inside your Bitbucket project
bitbucket_list_default_reviewers-List of all defaults reviewers of pull requests
+ +
+ + +
+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
age8Project 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
downloads9More downloads = more users have been using the plugin for a while
tests80The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
170
+ +

pgyer_jvtd

+ +

via 陈磊的MacBook Pro

+ +> 蒲公英聚通达插件 + + + +
+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
downloads150More 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) + +

+ +----- + +
169
+ +

common_fastfile

+ +

via Pawel Szymanski

+ +> Gets the requested file, saves it into ./fastlane/imports and return the path + + + +
+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
downloads149More 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) + +

+ +----- + +
169
+ +

hockey_devices

+ +

via Viktoras Laukevičius

+ +> Retrieves a list of devices from Hockey which can then be used with Match + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
hockey_devices-Retrieves a list of devices from Hockey which can then be used with Match
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars1More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age46Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads17More downloads = more users have been using the plugin for a while
tests21The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
167
+ +

update_jenkins_build

+ +

via icyleaf

+ +> Update Description of Build + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
update_jenkins_build-Update build's description of jenkins
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The 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_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads30More downloads = more users have been using the plugin for a while
tests18The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
167
+ +

upload_symbols_to_hockey

+ +

via Justin Williams

+ +> Upload dSYM symbolication files to Hockey + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
upload_symbols_to_hockey-Upload dSYM symbolication files to Hockey
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars1More stars = more popular project
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
age54Project 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
downloads26More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
166
+ +

device_image_selector

+ +

via Mario Zimmermann

+ +> Takes the screenshots from devices which match the specified names and puts them in a new directory for frameit to process. The screenshot files can then be cleaned up after the device images are created. + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
device_image_selector-Selects screenshots with specified names for processing with frameit
device_image_selector_cleanup-Cleanup screenshot files after frameit
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
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
downloads16More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
166
+ +

poesie

+ +

via Patrik Potoček

+ +> Exports translations from POEditor using poesie tool. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
poesie-Exports translations from POEditor using poesie tool.
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars4More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age33Project 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
downloads79More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
165
+ +

build_cache

+ +

via Fernando Saragoca

+ +> Helper for caching builds when using 'build for testing' & 'test without building' + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
clean_build_cache_workspace-Cleans workspace by removing old builds, using last access time for comparison
archive_derived_data-Archives derived data folder in a zip file for later use
check_build_cache_workspace-Check if cache for current build is avaiable
unarchive_derived_data-Unarchives derived data folder from a zip file
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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
age51Project 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
downloads34More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
164
+ +

git_clone

+ +

via xiongzenghui

+ +> a wrapper for git clone command + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
git_clonesource_controlthis is a wrapper for git clone command
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars3More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age35Project 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
downloads78More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
164
+ +

bitbucket_auth

+ +

via rlestesr

+ +> Generate a OAuth Token for Bitbucket API Access. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
bitbucket_auth-Generate a OAuth Token for Bitbucket API Access.
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars1More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_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_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads14More downloads = more users have been using the plugin for a while
tests15The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
163
+ +

screenshotbot

+ +

via Apadmi Limited

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

+ + Open on GitHub + +

+ +----- + +
163
+ +

shuttle

+ +

via Shuttle Project

+ +> Publish your builds on Shuttle.tools + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
shuttle-Publish your builds on [Shuttle.tools](https://www.shuttle.tools)
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers24More subscribers = more popular project
stars6More 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
age42Project 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
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
163
+ +

analyze_ios_linkmap

+ +

via xiongzenghui

+ +> iOS parse linkmap.txt to ruby Hash + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
analyze_ios_linkmap-iOS parse linkmap.txt to ruby Hash or JSON
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars3More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age35Project 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
downloads32More downloads = more users have been using the plugin for a while
tests45The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
163
+ +

fir

+ +

via dongorigin

+ +> Upload a new build to fir.im + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
firbetaUpload a new build to fir.im
+ +
+ + +
+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
age46Project 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
downloads33More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
163
+ +

ya_tu_sabes

+ +

via Boris Bügling

+ +> Ya tu sabes. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
ya_tu_sabes-Ya tu sabes.
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors12The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars8More 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
age54Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads11More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
162
+ +

static_assets

+ +

via Jakob Jensen

+ +> Generate code for buildtime-safe assignments of assets. + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
unused_images--
static_images-Generate code for buildtime-safe assignments of images.
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars1More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age51Project 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
downloads29More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
162
+ +

oclint_json_compilation_database

+ +

via Meniga

+ +> Run OCLint validation with oclint-json-compilation-database and fastlane :dart: :rocket: + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
oclint_json_compilation_databasetesting-
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age30Project 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
downloads12More downloads = more users have been using the plugin for a while
tests39The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

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

napp_notifications

+ +

via Mads Møller

+ +> Napp Notifications + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
napp_notificationspushNapp Notifications
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age43Project 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
downloads9More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

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

git_commit_changelog_to_markdown

+ +

via Fernando Berrios

+ +> This plugin will take the output of the changelog_from_git_commits plugin and convert it into markdown + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
git_commit_changelog_to_markdown-This plugin will take the output of the 'changelog_from_git_commits' plugin and convert it into markdown
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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
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
downloads61More downloads = more users have been using the plugin for a while
tests9The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

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

yafirim

+ +

via wd

+ +> Yet another fastlane fir.im plugin + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
yafirim-Yet another fastlane fir.im plugin
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age47Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads38More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
160
+ +

jira_build_number

+ +

via Tom Elrod

+ +> Insert build number into related jira issues + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
jira_build_number-Adds build number from CI as comment to associated jira issue.
+ +
+ + +
+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
age40Project 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
downloads44More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
159
+ +

appdynamics

+ +

via Artur Rybak

+ +> Upload dSYM files to AppDynamics + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
appdynamics-Upload dSYM symbolication files to AppDynamics
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars1More stars = more popular project
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_score25How well is the README of the document written
age49Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads45More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
159
+ +

find_replace_string_fork

+ +

via Jonathan Ritchie

+ +> Find a string in a file and replace it with a new one. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
find_replace_string-Find and replace a string in a project file
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars1More stars = more popular project
forks30More 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
age50Project 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
downloads30More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
159
+ +

ipa_install_plist_generate

+ +

via xiongzenghui

+ +> iOS ipa enterprise install plist generate plugn + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
ipa_install_plist_generate-iOS ipa enterprise install plist generate plugn
+ +
+ + +
+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
age35Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads43More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
159
+ +

xamarin

+ +

via Thomas Charriere

+ +> Build Xamarin Android + iOS projects + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
msbuild-Build Solutions with msbuild
nuget_restore-Nuget
xamarin_android-Build Xamarin Android + iOS projects
xamarin_ios-Build Xamarin Android + iOS projects
nuget_install-Nuget
clean-Clean artifacts
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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
age40Project 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
downloads68More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
158
+ +

build_app_for_simulator

+ +

via Alexey Alter-Pesotskiy

+ +> This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
build_app_for_simulatorbuildingThis plugin builds apps exclusively for iOS, tvOS or watchOS Simulators.
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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
age24Project 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
downloads58More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
158
+ +

msi

+ +

via Paul Niezborala

+ +> Create Windows Installer + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
msi-Create Windows Installer
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age35Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads17More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
158
+ +

bearychat

+ +

via dvlprliu

+ +> send messages to a bearychat channal + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
bearychat-send messages to a bearychat channal
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors12The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars1More 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
age46Project 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
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
158
+ +

verify_two_step_session

+ +

via Takashi Hasegawa

+ +> Verifies the session cookie for 'Two-Step verification for Apple ID' + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
verify_two_step_sessionmiscVerifies the session cookie for 'Two-Factor authentication/Two-Step verification for Apple ID'
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars1More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age46Project 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
downloads11More downloads = more users have been using the plugin for a while
tests21The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
158
+ +

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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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
age46Project 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
downloads31More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
157
+ +

try_adb_test

+ +

via Alexey Alter-Pesotskiy

+ +> The easiest way to retry your Android Instrumented Tests + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
try_adb_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_score50How well is the README of the document written
age25Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues-1Lots of open issues are not a good sign usually, unless the project is really popular
downloads30More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
157
+ +

updateplistfromstrings

+ +

via Jonas Schmid

+ +> Allow to take values from the localization.strings and put them into Info.plist + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
updateplistfromstrings-Update InfoPlist.strings from translation file
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors12The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars1More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age45Project that have been around for longer tend to be more stable
major_release30Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads24More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
157
+ +

unity3d

+ +

via fuzhongqing

+ +> fastlane for unity3d engine + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
unity3dbuildingfastlane plugin for unity3d engine
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars1More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age26Project 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
downloads54More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
157
+ +

translate

+ +

via Tijs Teulings

+ +> A fastlane plugin to automatically translate iOS Localizable.xcstrings files and App Store metadata files using DeepL API. Supports progress tracking, formality options, error recovery, auto-detection of target languages, and more. + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
translate_with_deeplmiscAutomatically translate untranslated strings in Localizable.xcstrings using DeepL API
translate_metadata_with_deeplmiscTranslate App Store metadata files using DeepL API
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars3More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads1More downloads = more users have been using the plugin for a while
tests80The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
157
+ +

plural_converter

+ +

via Benoit Deldicque

+ +> Convert Android plural XML resource file to iOS stringsdict file. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
plural_converter--
+ +
+ + +
+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
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
age32Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads17More downloads = more users have been using the plugin for a while
tests30The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
157
+ +

google_analytics

+ +

via Helmut Januschka

+ +> Fire universal Analytics + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
google_analytics-Fire universal Analytics
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The 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
age50Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads32More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
156
+ +

logme

+ +

via Luís Esteves

+ +> Provides a simple way to get logs from two delta commits + + + +
+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
downloads136More 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) + +

+ +----- + +
156
+ +

queue

+ +

via Josh Holtz

+ +> Queue up fastlane jobs + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
queue_stop-Stops web server and worker for queueing fastlane jobs
queue_start-Starts web server and worker for queueing fastlane jobs
queue-Adds fastlane jobs to a queue
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars8More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age46Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads17More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
155
+ +

flutter_build

+ +

via viniciusmo

+ +> Build your flutter project directly from your lane. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
flutter_build-Build our project directly from your lane.
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars1More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age39Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads64More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

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

cordova_android11

+ +

via Fer Cervantes

+ +> Cordova plugin for Fastlane with support for cordova-android-11 + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
cordovabuildingBuild your Cordova app
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score50How well is the README of the document written
age51Project 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
downloads2More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

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

upload_to_onesky

+ +

via joshrlesch

+ +> Upload a strings file to OneSky + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
upload_to_onesky-Upload a strings file to OneSky
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars4More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age53Project 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
downloads39More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
152
+ +

goodify_info_plist

+ +

via Lyndsey Ferguson

+ +> This plugin will update the plist so that the built application can be deployed and managed within BlackBerry's Good Dynamics Control Center for Enterprise Mobility Management. + + + +
+Score details + + + + + + + + + + + + + + + + + + @@ -41992,17 +46811,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + - + @@ -42017,12 +46836,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -42032,7 +46851,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

static_assets

+

xliff_en_gen

-

via Jakob Jensen

+

via alexander sun

-> Generate code for buildtime-safe assignments of assets. +> gen Localizable.strings file from xliff
@@ -42060,20 +46879,334 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
- + + + + + + + + +
MetricPointsDescription
contributors18The more contributors a project has, the more likely it is it stays alive
subscribers0 More subscribers = more popular project
has_mit_license-5020 fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score500 How well is the README of the document written
age110 Project that have been around for longer tend to be more stable
downloads54114 More downloads = more users have been using the plugin for a while
tests240 The more tests a plugin has, the better
unused_imagesexport_xliff -export xliff for an xcode project
xliff_en_gen -Overwrite project Localizable.strings file from English version xliff
+ +
+ + +
+Score details + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
static_imagescontributors0The 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_score25How well is the README of the document written
age51Project 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
downloads53More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
152
+ +

avd_emulator

+ +

via Guillaume Elloy

+ +> This plugin is listing available android avd emulators, allowing you to start the selected one. + + +
+Provided actions + + + + + + + + + + + + - + + + +
NameCategoryDescription
start_avd_emulator -Generate code for buildtime-safe assignments of images.This plugin is listing available android avd emulators, allowing you to start the selected one.
+ +
+ + +
+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_score25How well is the README of the document written
age36Project 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
downloads68More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
152
+ +

droidicon

+ +

via @chrhsmt

+ +> Generate required icon sizes and iconset from a master application icon + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
droidicon-Generate required icon sizes and iconset from a master application icon
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars1More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age53Project 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
downloads44More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+

+ + Open on GitHub + +

+ +----- + +
151
+ +

sparkplugg

+ +

via Boris Bügling

+ +> Quickly try out fastlane plugins. + +
Score details @@ -42099,7 +47232,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 4 More stars = more popular project @@ -42114,17 +47247,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 43 + 54 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -42134,12 +47267,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 20 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -42149,19 +47282,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
152
+
151
-

retrieve_devices

+

mobileiron

-

via Lachlan Young, BuiltByProxy

+

via Roman Ivannikov

-> retrieve all devices registered to your apple certrificate +> Release your builds to Mobileiron In-Hause instance. https://www.mobileiron.com
@@ -42177,9 +47310,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 + mobileiron + - + Release your app with Mobileiron @@ -42201,7 +47334,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 @@ -42211,7 +47344,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 1 More stars = more popular project @@ -42226,12 +47359,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 - 16 + 26 Project that have been around for longer tend to be more stable @@ -42246,12 +47379,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 77 + 30 More downloads = more users have been using the plugin for a while tests - 3 + 21 The more tests a plugin has, the better @@ -42261,7 +47394,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

jira_build_number

+

supply_aptoide

-

via Tom Elrod

+

via wschurman

-> Insert build number into related jira issues +> Upload metadata, screenshots and binaries to Aptoide
@@ -42289,9 +47422,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_build_number + supply_aptoide - - Adds build number from CI as comment to associated jira issue. + Upload metadata, screenshots and binaries to Aptoide. @@ -42313,17 +47446,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 12 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -42343,7 +47476,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 49 Project that have been around for longer tend to be more stable @@ -42358,7 +47491,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 42 + 10 More downloads = more users have been using the plugin for a while @@ -42373,19 +47506,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
151
+
148
-

poesie

+

imessage

-

via Patrik Potoček

+

via Alexander Ignition

-> Exports translations from POEditor using poesie tool. +> send imessage
@@ -42401,9 +47534,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - poesie - - - Exports translations from POEditor using poesie tool. + imessage + notifications + send imessage @@ -42430,12 +47563,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 18 More subscribers = more popular project stars - 4 + 1 More stars = more popular project @@ -42450,12 +47583,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 26 + 39 Project that have been around for longer tend to be more stable @@ -42465,17 +47598,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 - 71 + 11 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -42485,19 +47618,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
151
+
147
-

react_native_release

+

flutter_bump_version

-

via Chris Ball

+

via Mohammed chahboun

-> Simplify releases for React Native apps. +> Manages Flutter project version
@@ -42513,89 +47646,121 @@ 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 + flutter_bump_version - - Encrypt fastlane vars for CI + Fastlane plugin for upgrade flutter projects version by any part (major,minor or patch) + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + + +
decrypt_google_play_credentials-Decrypts app env vars and sets the values in the root .env fileMetricPointsDescription
read_fastlane_session-Simplify 2FA authentication for App Store Connectcontributors0The more contributors a project has, the more likely it is it stays alive
create_changelog-Determines if a release should happen based on conventional commits.subscribers3More subscribers = more popular project
generate_android_keystore-Decrypts app env vars and sets the values in the root .env filestars1More stars = more popular project
accept_android_sdk_licenses-Accepts Android sdk licensesforks5More forks = more people seem to use/modify this project
add_fastlane_var-Adds a single ENV var for fastlane to the encrypted repositoryhas_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
encrypt_google_play_credentials-Encrypts credentials from Google Play and stores in the context repo.readme_score50How well is the README of the document written
tag_release-Tags a release based on a prefix, version, and build numbersage16Project that have been around for longer tend to be more stable
encrypt_app_vars-Encrypts app env vars and stores them in the context repo.major_release0Post 1.0 releases are great
determine_release_from_commits-Determines if a release should happen based on conventional commits.github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
decrypt_android_keystore-Decrypts app env vars and sets the values in the root .env filedownloads22More downloads = more users have been using the plugin for a while
decrypt_fastlane_vars-Decrypts fastlane ENV vars from the encrypted repo. Optionally sets them in ENV.tests30The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
145
+ +

rooster

+ +

via Muhammad M. Munir

+ +> Send gitlab merge requests reminder to slack + + +
+Provided actions + + + - - - + + + + + - + - +
add_app_var-Adds a single ENV var to the encrypted repositoryNameCategoryDescription
decrypt_app_varsrooster_merge_request -Decrypts app env vars and sets the values in the root .env fileSend gitlab merge requests reminder to slack.
@@ -42622,12 +47787,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 21 + 3 More subscribers = more popular project stars - 6 + 0 More stars = more popular project @@ -42642,27 +47807,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 - 31 + 11 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great github_issues - -13 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 58 + 28 More downloads = more users have been using the plugin for a while @@ -42677,19 +47842,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
150
+
145
-

appdynamics

+

ios_readme_generate

-

via Artur Rybak

+

via Erik Flores

-> Upload dSYM files to AppDynamics +> Create readme for ios projects
@@ -42705,9 +47870,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appdynamics + ios_readme_generate - - Upload dSYM symbolication files to AppDynamics + Create readme for ios projects :D @@ -42729,12 +47894,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 @@ -42744,7 +47909,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas forks - 10 + 0 More forks = more people seem to use/modify this project @@ -42754,12 +47919,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 + 49 Project that have been around for longer tend to be more stable @@ -42774,7 +47939,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 43 + 13 More downloads = more users have been using the plugin for a while @@ -42789,19 +47954,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
150
+
144
-

yafirim

+

analyze_ios_framework

-

via wd

+

via xiongzenghui

-> Yet another fastlane fir.im plugin +> analysis ios framework in buildout or pods dir
@@ -42817,9 +47982,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - yafirim + analyze_ios_framework - - Yet another fastlane fir.im plugin + analysis ios framework in buildout or pods dir @@ -42841,7 +48006,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 @@ -42866,12 +48031,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 40 + 35 Project that have been around for longer tend to be more stable @@ -42886,12 +48051,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 34 + 40 More downloads = more users have been using the plugin for a while tests - 3 + 15 The more tests a plugin has, the better @@ -42901,19 +48066,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
150
+
144
-

bearychat

+

clear_archived_data

-

via dvlprliu

+

via Onur Yıldırım

-> send messages to a bearychat channal +> Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE.
@@ -42929,9 +48094,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bearychat + clear_archived_data - - send messages to a bearychat channal + Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE. @@ -42953,7 +48118,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 @@ -42963,7 +48128,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 2 More stars = more popular project @@ -42983,7 +48148,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 26 Project that have been around for longer tend to be more stable @@ -42998,12 +48163,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 32 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -43013,19 +48178,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
150
+
144
-

verify_two_step_session

+

send_e_mail

-

via Takashi Hasegawa

+

via huangj

-> Verifies the session cookie for 'Two-Step verification for Apple ID' +> a tool to sendmail
@@ -43041,9 +48206,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - verify_two_step_session - misc - Verifies the session cookie for 'Two-Factor authentication/Two-Step verification for Apple ID' + send_e_mail + - + a tool to sendmail @@ -43065,7 +48230,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 @@ -43075,7 +48240,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -43095,7 +48260,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 41 Project that have been around for longer tend to be more stable @@ -43110,12 +48275,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 27 More downloads = more users have been using the plugin for a while tests - 21 + 3 The more tests a plugin has, the better @@ -43125,19 +48290,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
149
+
143
-

msi

+

au_auto_close_upload

-

via Paul Niezborala

+

via Emil

-> Create Windows Installer +> Upload artifacts to AppUnite's auto-close service
@@ -43153,9 +48318,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - msi + au_auto_close_upload - - Create Windows Installer + Upload artifacts to AppUnite's auto-close service @@ -43177,12 +48342,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 @@ -43200,6 +48365,118 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 20 fastlane is MIT licensed, it's good to have plugins use MIT too + + readme_score + 25 + 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 + 41 + More downloads = more users have been using the plugin for a while + + + tests + 3 + The more tests a plugin has, the better + + + + +
+ +

+ + Open on GitHub + +

+ +----- + +
143
+ +

schindler

+ +

via xjkstar

+ +> 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. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
schindler-Schindler is a TestFlight tool for release useless quota.
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -43207,7 +48484,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -43222,12 +48499,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + - + @@ -43237,19 +48514,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
148
+
142
-

git_commit_changelog_to_markdown

+

twitter

-

via Fernando Berrios

+

via rb_de0

-> This plugin will take the output of the changelog_from_git_commits plugin and convert it into markdown +> A simple twitter plugin
@@ -43265,9 +48542,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
stars2More 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_score 50
age2816 Project that have been around for longer tend to be more stable
downloads159 More downloads = more users have been using the plugin for a while
tests03 The more tests a plugin has, the better
git_commit_changelog_to_markdowntweet -This plugin will take the output of the 'changelog_from_git_commits' plugin and convert it into markdownTweet a message specified in the parameter
@@ -43289,7 +48566,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 @@ -43314,12 +48591,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 + 49 Project that have been around for longer tend to be more stable @@ -43334,12 +48611,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 55 + 11 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -43349,19 +48626,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
148
+
142
-

try_adb_test

+

phraseapp

-

via Alexey Alter-Pesotskiy

+

via Issarapong Poesua

-> The easiest way to retry your Android Instrumented Tests +> a phraseapp-cli tool wrapper
@@ -43377,9 +48654,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - try_adb_test - - + phraseapp - + a phraseapp-cli tool wrapper @@ -43411,7 +48688,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -43426,12 +48703,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 + 32 Project that have been around for longer tend to be more stable @@ -43441,17 +48718,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 - 28 + 27 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -43461,19 +48738,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
148
+
142
-

google_analytics

+

test_report

-

via Helmut Januschka

+

via Naylin Medina

-> Fire universal Analytics +> customized template for iOS test reports
@@ -43489,9 +48766,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - google_analytics + test_report - - Fire universal Analytics + Create customized HTML template for test reports @@ -43518,7 +48795,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 12 More subscribers = more popular project @@ -43528,7 +48805,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 @@ -43543,7 +48820,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 @@ -43553,17 +48830,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 - 30 + 8 More downloads = more users have been using the plugin for a while tests - 0 + 9 The more tests a plugin has, the better @@ -43573,19 +48850,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
147
+
141
-

updateplistfromstrings

+

apphoster

-

via Jonas Schmid

+

via JerryFans

-> Allow to take values from the localization.strings and put them into Info.plist +> A simple plugin to upload your ipa file to AppHost Server in fastlane.
@@ -43601,9 +48878,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - updateplistfromstrings + apphoster - - Update InfoPlist.strings from translation file + A simple plugin to upload your ipa file to AppHost Server in fastlane. @@ -43625,12 +48902,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 @@ -43655,7 +48932,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 33 Project that have been around for longer tend to be more stable @@ -43670,12 +48947,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 26 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -43685,19 +48962,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
147
+
141
-

plural_converter

+

managed_google_play

-

via Benoit Deldicque

+

via Jan Piotrowski

-> Convert Android plural XML resource file to iOS stringsdict file. +> Create Managed Google Play Apps
@@ -43713,9 +48990,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - plural_converter + get_managed_play_store_publishing_rights - + Obtain publishing rights for custom apps on Managed Google Play Store + + + managed_google_play + - + Create Managed Google Play Apps + + + create_app_on_managed_play_store - + Create Managed Google Play Apps @@ -43747,12 +49034,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 @@ -43762,12 +49049,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 + 41 Project that have been around for longer tend to be more stable @@ -43777,17 +49064,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 - 14 + 51 More downloads = more users have been using the plugin for a while tests - 30 + 3 The more tests a plugin has, the better @@ -43797,19 +49084,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
147
+
141
-

queue

+

app_store_build_info

-

via Josh Holtz

+

via Rishabh Tayal

-> Queue up fastlane jobs +> Get build info from App Store Connect
@@ -43825,19 +49112,121 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - queue_stop + app_store_build_info - - Stops web server and worker for queueing fastlane jobs + Get build info from App Store Connect + + + +
+ + +
+Score details + + + - - - + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
queue_start-Starts web server and worker for queueing fastlane jobsMetricPointsDescription
queuecontributors0The 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_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_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads32More downloads = more users have been using the plugin for a while
tests18The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
141
+ +

download_hockey_ipa

+ +

via horimislime

+ +> A fastlane plugin that helps downloading .ipa from HockeyApp + + +
+Provided actions + + + + + + + + + + + + - +
NameCategoryDescription
download_hockey_ipa -Adds fastlane jobs to a queueA fastlane plugin that helps downloading .ipa from HockeyApp
@@ -43864,12 +49253,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 8 + 0 More stars = more popular project @@ -43889,7 +49278,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 48 Project that have been around for longer tend to be more stable @@ -43904,7 +49293,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 11 More downloads = more users have been using the plugin for a while @@ -43919,19 +49308,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
147
+
140
-

gradle_manager

+

souyuz-ventaapps

-

via Helder Pinhal

+

via Felix Rudat

-> Exposes some Android configurations from the gradle file. +> A fastlane component to make Xamarin builds a breeze
@@ -43947,24 +49336,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - 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 + app_version - - Get the parsed Gradle file of an Android project. + Easily set or print app version with `app_version` - get_application_id + souyuz - - Get the parsed Gradle file of an Android project. + Easily build and sign your app using `souyuz` @@ -43986,12 +49365,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 @@ -44016,12 +49395,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 55 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -44031,12 +49410,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 10 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -44046,19 +49425,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
146
+
140
-

unity3d

+

transifex

-

via fuzhongqing

+

via junjie

-> fastlane for unity3d engine +> basic transifex wrapper
@@ -44074,9 +49453,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - unity3d - building - fastlane plugin for unity3d engine + transifex + - + basic transifex wrapper @@ -44098,17 +49477,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 6 More subscribers = more popular project stars - 1 + 2 More stars = more popular project @@ -44123,12 +49502,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 - 19 + 48 Project that have been around for longer tend to be more stable @@ -44138,12 +49517,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 - 50 + 31 More downloads = more users have been using the plugin for a while @@ -44158,19 +49537,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
146
+
140
-

mint

+

discord

-

via Marcin Stepnowski

+

via Matheus Gambati

-> Run Mint with fastlane! Mint is a package manager that installs and runs Swift command line tool packages. +> Discord integration with Fastlane
@@ -44186,24 +49565,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 + discord + - + Discord integration with Fastlane @@ -44230,12 +49594,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -44250,17 +49614,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 - 9 + 39 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -44270,12 +49634,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 47 More downloads = more users have been using the plugin for a while tests - 24 + 6 The more tests a plugin has, the better @@ -44285,19 +49649,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
145
+
139
-

load_erb_config

+

circle_ci

-

via Joaomon7eiro

+

via Manish Rathi

-> Fastlane plugin to read erb configuration file +> A fastlane plugin for Circle CI. 🚀
@@ -44313,9 +49677,344 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - load_erb_config + circleci_create_pipeline_schedule + ci + Creates a new pipeline schedule for a CircleCI project using API v2 + + + circleci_update_pipeline_schedule + ci + Updates a pipeline schedule in CircleCI using API v2 + + + circleci_update_trigger + ci + Updates a trigger in CircleCI using API v2 + + + circleci_add_context_env_var + ci + Adds an environment variable to a CircleCI context using API v2 + + + circleci_set_env_var + ci + Sets an environment variable for a CircleCI project using API v2 + + + download_circle_ci_artifact - - Fastlane plugin to load configuration object from yml file + Download the CircleCI artifact file. + + + circleci_get_my_pipelines + ci + Gets recent pipelines for the current user from CircleCI using API v2 + + + circleci_get_workflow_jobs + ci + Gets jobs for a CircleCI workflow using API v2 + + + circleci_download_workflow_artifacts + ci + Downloads artifacts from a specific CircleCI workflow + + + circleci_get_pipeline_config + ci + Gets the configuration for a CircleCI pipeline using API v2 + + + circleci_get_workflow_test_metrics + ci + Gets test metrics for a project workflow using Insights API v2 + + + circleci_get_pipeline_values + ci + Gets values (parameters, configurations) for a CircleCI pipeline using API v2 + + + circleci_delete_trigger + ci + Deletes a trigger from CircleCI using API v2 + + + circleci_download_artifact + ci + Downloads an artifact from CircleCI + + + circleci_trigger_pipeline + ci + Triggers a CircleCI pipeline using API v2 + + + circleci_get_job_tests + ci + Gets test metadata for a CircleCI job using API v2 + + + circleci_get_project_config + ci + Gets the configuration for a CircleCI project using API v2 + + + circleci_create_project + ci + Creates a new CircleCI project using API v2 + + + circleci_get_env_vars + ci + Gets environment variables for a CircleCI project using API v2 + + + circleci_get_flaky_tests + ci + Gets flaky tests information for a CircleCI project using API v2 + + + circleci_rerun_workflow + ci + Reruns a workflow in CircleCI using API v2 + + + circleci_list_projects + ci + Lists all CircleCI projects for the current user or organization using API v2 + + + circleci_get_workflow_runs + - + Gets recent runs of a workflow using Insights API v2 + + + circleci_get_workflow_job_metrics + ci + Gets summary metrics for a project workflow's jobs using Insights API v2 + + + circleci_get_job_timeseries + - + Gets timeseries data for all jobs within a workflow using Insights API v2 + + + circleci_list_webhooks + ci + Lists webhooks for a CircleCI project or organization using API v2 + + + circleci_list_contexts + ci + Lists CircleCI contexts using API v2 + + + circleci_cancel_workflow + ci + Cancels a running workflow in CircleCI using API v2 + + + circleci_get_checkout_key + ci + Gets a specific checkout key for a CircleCI project using API v2 + + + circleci_get_pipeline_definition + ci + Gets a specific pipeline definition using CircleCI API v2 + + + circleci_delete_pipeline_schedule + ci + Deletes a pipeline schedule for a CircleCI project using API v2 + + + circleci_get_checkout_keys + ci + Gets all checkout keys for a CircleCI project using API v2 + + + circleci_get_workflow_insights + - + - + + + circleci_create_checkout_key + ci + Creates a new checkout key for a CircleCI project using API v2 + + + circleci_delete_checkout_key + ci + Deletes a checkout key from a CircleCI project using API v2 + + + circleci_get_job_artifacts + ci + Gets artifacts for a CircleCI job using API v2 + + + circleci_get_workflow + ci + Gets information about a CircleCI workflow using API v2 + + + circleci_get_user_info + ci + Gets information about the authenticated CircleCI user using API v2 + + + circleci_get_pipeline_definitions + ci + Gets pipeline definitions for a CircleCI project using API v2 + + + circleci_approve_job + ci + Approves a pending approval job in a CircleCI workflow using API v2 + + + circleci_get_trigger + ci + Gets information about a specific trigger using CircleCI API v2 + + + circleci_get_org_summary + ci + Gets summary metrics with trends for an entire organization using Insights API v2 + + + circleci_get_job_details + ci + Gets detailed information about a CircleCI job using API v2 + + + circleci_create_pipeline_definition + ci + Creates a pipeline definition for a CircleCI project using API v2 + + + circleci_create_pipeline_definition_trigger + ci + Creates a trigger for a pipeline definition using CircleCI API v2 + + + circleci_wait_for_pipeline + ci + Waits for a CircleCI pipeline to complete using API v2 + + + circleci_list_pipeline_schedules + ci + Lists pipeline schedules for a CircleCI project using API v2 + + + circleci_get_pipeline_by_number + ci + Gets a specific pipeline by number from CircleCI using API v2 + + + trigger_circle_ci_job + - + Triggers a new CircleCI Job + + + circleci_cancel_job + ci + Cancels a running job in CircleCI using API v2 + + + circleci_delete_pipeline_definition + ci + Deletes a pipeline definition from CircleCI using API v2 + + + circleci_get_context_env_vars + ci + Gets environment variables for a CircleCI context using API v2 + + + circleci_get_pipeline_workflows + ci + Gets workflows for a CircleCI pipeline using API v2 + + + circleci_list_pipeline_definition_triggers + ci + Gets all triggers for a pipeline definition using CircleCI API v2 + + + circleci_list_all_pipelines + ci + Gets a list of all pipelines across projects using CircleCI API v2 + + + circleci_get_workflow_summary + ci + Gets metrics and trends for a workflow using Insights API v2 + + + get_circle_ci_build_status + - + CircleCI build status + + + circleci_get_pipeline + ci + Gets information about a CircleCI pipeline using API v2 + + + circleci_get_project_branches + ci + Gets all branches for a CircleCI project using Insights API v2 + + + get_circle_ci_artifacts + - + List the CircleCI artifacts. + + + circleci_get_project_workflow_metrics + ci + Gets summary metrics for a project's workflows using Insights API v2 + + + circleci_add_project_collaborator + - + - + + + circleci_delete_env_var + ci + Deletes an environment variable for a CircleCI project using API v2 + + + circleci_update_pipeline_definition + ci + Updates a pipeline definition in CircleCI using API v2 + + + circleci_continue_pipeline + ci + Continues a pipeline from the setup phase using CircleCI API v2 + + + circleci_delete_webhook + ci + Deletes a webhook from CircleCI using API v2 + + + circleci_create_webhook + ci + Creates a new webhook for a CircleCI project or organization using API v2 + + + circleci_delete_context_env_var + ci + Deletes an environment variable from a CircleCI context using API v2 @@ -44337,7 +50036,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 @@ -44362,12 +50061,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 + 30 Project that have been around for longer tend to be more stable @@ -44382,12 +50081,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 65 + 15 More downloads = more users have been using the plugin for a while tests - 3 + 21 The more tests a plugin has, the better @@ -44397,19 +50096,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
145
+
139
-

cordova_android11

+

apptics

-

via Fer Cervantes

+

via Jaikarthick R

-> Cordova plugin for Fastlane with support for cordova-android-11 +> Fastlane plugin for Apptics to handle store relates operations
@@ -44425,9 +50124,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - cordova - building - Build your Cordova app + upload_dsym_to_apptics + - + You can use this action to do cool things... + + + apptics + - + Fastlane plugin for Apptics to handle store relates operations @@ -44479,7 +50183,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 18 Project that have been around for longer tend to be more stable @@ -44494,12 +50198,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 18 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -44509,19 +50213,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
145
+
138
-

xamarin

+

poeditor

-

via Thomas Charriere

+

via Kostia Myts

-> Build Xamarin Android + iOS projects +> Upload strings to POEditor
@@ -44537,34 +50241,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - msbuild - - - Build Solutions with msbuild - - - nuget_restore - - - Nuget - - - xamarin_android - - - Build Xamarin Android + iOS projects - - - xamarin_ios - - - Build Xamarin Android + iOS projects - - - nuget_install - - - Nuget - - - clean + upload_strings_to_poeditor - - Clean artifacts + Upload strings to POEditor @@ -44591,12 +50270,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 0 + 2 More stars = more popular project @@ -44616,7 +50295,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 46 Project that have been around for longer tend to be more stable @@ -44631,7 +50310,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 61 + 42 More downloads = more users have been using the plugin for a while @@ -44646,19 +50325,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
144
+
138
-

ipa_install_plist_generate

+

validate_ipa

-

via xiongzenghui

+

via hacoma

-> iOS ipa enterprise install plist generate plugn +> Validate the IPA using altool.
@@ -44674,9 +50353,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ipa_install_plist_generate + validate_ipa - - iOS ipa enterprise install plist generate plugn + Validate the IPA using altool. @@ -44723,12 +50402,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 - 28 + 22 Project that have been around for longer tend to be more stable @@ -44743,12 +50422,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 35 + 13 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -44758,19 +50437,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
143
+
138
-

upload_to_onesky

+

unsetinfoplistvalue

-

via joshrlesch

+

via David Cordero

-> Upload a strings file to OneSky +> Unsets value to Info.plist of your project as native Ruby data structures
@@ -44786,9 +50465,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_onesky - - - Upload a strings file to OneSky + unset_info_plist_value + project + Unsets value to Info.plist of your project as native Ruby data structures @@ -44810,17 +50489,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 + 12 More subscribers = more popular project stars - 4 + 0 More stars = more popular project @@ -44835,12 +50514,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 46 + 28 Project that have been around for longer tend to be more stable @@ -44855,7 +50534,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 36 + 25 More downloads = more users have been using the plugin for a while @@ -44870,19 +50549,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
143
+
138
-

supply_aptoide

+

ionic_conf

-

via wschurman

+

via Zac Burrage

-> Upload metadata, screenshots and binaries to Aptoide +> Build your Ionic app
@@ -44898,9 +50577,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - supply_aptoide - - - Upload metadata, screenshots and binaries to Aptoide. + ionic + building + Build your Ionic app @@ -44922,17 +50601,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 12 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -44952,7 +50631,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 51 Project that have been around for longer tend to be more stable @@ -44967,12 +50646,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 17 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -44982,21 +50661,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
143
+
138
-

sparkplugg

+

ding_talk

-

via Boris Bügling

+

via gaoxiang

-> Quickly try out fastlane plugins. +> Auto send the pgyer app qr code to the ding talk. +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
ding_talk-Send the packaging information to the ding talk.
+ +
+
Score details @@ -45022,7 +50723,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 1 More stars = more popular project @@ -45042,7 +50743,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 47 + 43 Project that have been around for longer tend to be more stable @@ -45057,12 +50758,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19 + 18 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -45072,19 +50773,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
141
+
137
-

droidicon

+

submit_to_beta_app_review

-

via @chrhsmt

+

via Dan Loewenherz

-> Generate required icon sizes and iconset from a master application icon +> Submits an already processed build to Beta App Review.
@@ -45100,9 +50801,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - droidicon + submit_to_beta_app_review - - Generate required icon sizes and iconset from a master application icon + Submits an already processed build to Beta App Review. @@ -45129,12 +50830,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 2 More stars = more popular project @@ -45149,12 +50850,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 - 45 + 46 Project that have been around for longer tend to be more stable @@ -45169,12 +50870,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 41 + 10 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -45184,19 +50885,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
140
+
137
-

xliff_en_gen

+

redmine_upload

-

via alexander sun

+

via Mattia Salvetti

-> gen Localizable.strings file from xliff +> A fastlane plugin to upload file contents to Redmine
@@ -45212,14 +50913,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - export_xliff + redmine_file_post - - export xliff for an xcode project + Uploads a file in a Redmine Files section of a given Redmine project - xliff_en_gen + redmine_upload - - Overwrite project Localizable.strings file from English version xliff + A fastlane plugin to upload file contents to Redmine @@ -45266,12 +50967,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 + 41 Project that have been around for longer tend to be more stable @@ -45286,7 +50987,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 49 + 23 More downloads = more users have been using the plugin for a while @@ -45301,19 +51002,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
140
+
137
-

android_testlab_script_swit

+

xcodetestcoverage

-

via 나비이쁜이

+

via Yury Savitsky

-> 아직 만들고 있습니다... +> plugin for getting test data from Xcode
@@ -45329,9 +51030,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_testlab_script_swit + xcodetestcoverage - - Android Firebase TestLab with Robo Script Test + plugin for getting coverage test data from Xcode @@ -45378,17 +51079,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 - 3 + 14 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -45398,12 +51099,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 89 + 17 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -45413,19 +51114,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
140
+
137
-

imessage

+

make

-

via Alexander Ignition

+

via xiongzenghui

-> send imessage +> Linux GNU Makefile make wrapper
@@ -45441,9 +51142,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - imessage - notifications - send imessage + make + building + Linux GNU Makefile make wrapper @@ -45470,12 +51171,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 18 + 3 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -45490,12 +51191,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 25 How well is the README of the document written age - 32 + 35 Project that have been around for longer tend to be more stable @@ -45510,12 +51211,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 51 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -45525,19 +51226,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
139
+
136
-

scipio

+

check_good_version

-

via evandcoleman

+

via Lyndsey Ferguson

-> A fastlane plugin for Scipio - A caching tool for Swift Package Manager +> Checks the version of the installed Good framework @@ -45555,7 +51256,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 @@ -45590,7 +51291,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -45600,7 +51301,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 107 + 68 More downloads = more users have been using the plugin for a while @@ -45615,20 +51316,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
138
+
136
-

goodify_info_plist

+

release

-

via Lyndsey Ferguson

+

via Cole Dunsby

-> 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. +> Automates the steps to create a new release for a project. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
make_release-Automates the steps to create a new release for a framework.
+
@@ -45645,12 +51368,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 @@ -45670,12 +51393,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 + 42 Project that have been around for longer tend to be more stable @@ -45690,12 +51413,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 106 + 18 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -45705,19 +51428,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
138
+
136
-

flutter_build

+

dingtalk

-

via viniciusmo

+

via Kim Huang

-> Build your flutter project directly from your lane. +> a fastlane plugin for dingtalk robot
@@ -45733,9 +51456,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_build + dingtalk - - Build our project directly from your lane. + a fastlane plugin for dingtalk. @@ -45757,7 +51480,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 @@ -45787,7 +51510,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 46 Project that have been around for longer tend to be more stable @@ -45802,7 +51525,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 54 + 32 More downloads = more users have been using the plugin for a while @@ -45817,19 +51540,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
137
+
136
-

ios_readme_generate

+

get_last_circleci_build_number

-

via Erik Flores

+

via Dawid van der Hoven

-> Create readme for ios projects +> fetches the last build number from circleci.
@@ -45845,9 +51568,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ios_readme_generate + get_last_circleci_build_number - - Create readme for ios projects :D + fetches the last build number from circleci. @@ -45879,7 +51602,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -45899,7 +51622,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 42 + 31 Project that have been around for longer tend to be more stable @@ -45914,7 +51637,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 23 More downloads = more users have been using the plugin for a while @@ -45929,19 +51652,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
136
+
135
-

get_new_build_number

+

promo_code

-

via Bartek Pacia

+

via marumemomo

-> Retrieves the new build number for your mobile app. +> promo_code
@@ -45957,14 +51680,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 + promo_code - - Retrieves the new build number for your app. + promo_code @@ -45991,17 +51709,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project stars - 17 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -46016,7 +51734,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 11 + 43 Project that have been around for longer tend to be more stable @@ -46026,12 +51744,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 - 53 + 43 More downloads = more users have been using the plugin for a while @@ -46046,19 +51764,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
136
+
135
-

debug_file

+

xcode_build_configuration

-

via icyleaf

+

via dileepasisila

-> Compress iOS/macApp dSYM or Android Proguard(mapping/R/AndroidManifest) to zip file +> plugin for doing xcode build configuration specific things
@@ -46074,19 +51792,29 @@ 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 + get_build_number_by_scheme_and_build_configuration + - + Get the build number using scheme and build configuration - proguard - misc - Find and generate Android proguard file(s) to zip file + get_marketing_version_by_scheme_and_build_configuration + - + Get the marketing version using scheme and build configuration - dsym - misc - Find and generate iOS/MacOS dSYM file(s) to zip file + 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 @@ -46118,7 +51846,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -46138,12 +51866,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 19 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -46153,7 +51881,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 35 + 8 More downloads = more users have been using the plugin for a while @@ -46168,19 +51896,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
136
+
135
-

update_build_settings_key

+

ios_flavors

-

via ungacy

+

via Zachary Davison

-> Updated code signing settings from 'Automatic' to a specific profile +> Create multiple build flavors of an iOS .ipa file using a directory of .plist files.
@@ -46196,9 +51924,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_build_settings_key + create_ipa_flavors - - Updates build settings key to a new value + 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 @@ -46230,7 +51963,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 4 + 0 More stars = more popular project @@ -46245,12 +51978,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 + 26 Project that have been around for longer tend to be more stable @@ -46265,7 +51998,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 37 + 33 More downloads = more users have been using the plugin for a while @@ -46280,7 +52013,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -46288,11 +52021,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
135
-

mobileiron

+

coreos

-

via Roman Ivannikov

+

via Oliver Letterer

-> Release your builds to Mobileiron In-Hause instance. https://www.mobileiron.com +> Deploy docker services to CoreOS hosts
@@ -46308,9 +52041,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - mobileiron + coreos_deploy - - Release your app with Mobileiron + Deploy docker services to CoreOS hosts @@ -46342,7 +52075,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -46357,12 +52090,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 - 19 + 53 Project that have been around for longer tend to be more stable @@ -46377,12 +52110,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 31 More downloads = more users have been using the plugin for a while tests - 21 + 3 The more tests a plugin has, the better @@ -46392,7 +52125,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -46400,11 +52133,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
135
-

git_clone

+

kuhverij

-

via xiongzenghui

+

via Morten Bøgh

-> a wrapper for git clone command +> Simplified Code Coverage
@@ -46420,9 +52153,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_clone - source_control - this is a wrapper for git clone command + kuhverij + testing + Simplified Code Coverage @@ -46449,12 +52182,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 3 + 1 More stars = more popular project @@ -46474,7 +52207,7 @@ 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 @@ -46484,17 +52217,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - 0 + -3 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 56 + 20 More downloads = more users have been using the plugin for a while tests - 3 + 33 The more tests a plugin has, the better @@ -46504,7 +52237,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

test_report

+

mocha_run_tests

-

via Naylin Medina

+

via Adam T Armstrong

-> customized template for iOS test reports +> Run Mocha Tests from within fastlane
@@ -46532,9 +52265,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - test_report + mocha_run_tests - - Create customized HTML template for test reports + Run Mocha Tests from within fastlane @@ -46561,12 +52294,12 @@ 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 @@ -46586,7 +52319,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 43 Project that have been around for longer tend to be more stable @@ -46596,17 +52329,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 + 9 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -46616,7 +52349,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

twitter

+

checkbuild

-

via rb_de0

+

via Johannes Steudle

-> A simple twitter plugin +> This plugin will check any binary library for unwanted symbols and architectures
@@ -46644,9 +52377,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - tweet + checkbuild - - Tweet a message specified in the parameter + This plugin will check any binary library for unwanted symbols and architectures. @@ -46668,7 +52401,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 @@ -46693,12 +52426,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 + 38 Project that have been around for longer tend to be more stable @@ -46713,7 +52446,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 45 More downloads = more users have been using the plugin for a while @@ -46728,7 +52461,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

clear_archived_data

+

allure_zephyr

-

via Onur Yıldırım

+

via Nikita Ianenko

-> Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE. +> Publish Allure results to Zephyr
@@ -46756,9 +52489,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clear_archived_data + allure_zephyr - - Deletes the archive file located at SharedValues::XCODEBUILD_ARCHIVE. + Publish Allure results to Zephyr @@ -46790,12 +52523,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -46810,7 +52543,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 24 Project that have been around for longer tend to be more stable @@ -46825,12 +52558,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29 + 28 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -46840,7 +52573,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

analyze_ios_framework

+

bomb_emoji

-

via xiongzenghui

+

via Josh Holtz

-> analysis ios framework in buildout or pods dir +> 💣💥 No more emojis
@@ -46868,9 +52601,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - analyze_ios_framework + bomb_emoji - - analysis ios framework in buildout or pods dir + No more emojis @@ -46892,7 +52625,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 @@ -46917,12 +52650,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 - 28 + 37 Project that have been around for longer tend to be more stable @@ -46937,12 +52670,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 37 + 21 More downloads = more users have been using the plugin for a while tests - 15 + 3 The more tests a plugin has, the better @@ -46952,7 +52685,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -46960,11 +52693,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
133
-

schindler

+

summonbin

-

via xjkstar

+

via Jason Nam

-> 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. +> Execute command with summonbin
@@ -46980,9 +52713,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - schindler + summonbin - - Schindler is a TestFlight tool for release useless quota. + Execute command with summonbin @@ -47014,12 +52747,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 @@ -47034,12 +52767,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 9 + 37 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -47049,7 +52782,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 20 More downloads = more users have been using the plugin for a while @@ -47064,19 +52797,109 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
133
+
132
-

schindler

+

report

-

via xjkstar

+

via Bruno Miguêns

-> 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. +> After an action, like scan for instance, you're able to generate a report file. This fastlane plugin gives you a way to upload and share your report using Slack. + + + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors18The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads94More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
132
+ +

upload_dsym

+ +

via xiongzenghui

+ +> upload dsym to your specify server
@@ -47092,9 +52915,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - schindler + upload_dsym - - Schindler is a TestFlight tool for release useless quota. + upload dsym to your specify server @@ -47121,17 +52944,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 2 + 1 More stars = more popular project forks - 10 + 0 More forks = more people seem to use/modify this project @@ -47141,17 +52964,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 - 9 + 36 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -47161,7 +52984,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 47 More downloads = more users have been using the plugin for a while @@ -47176,19 +52999,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
133
+
132
-

app_store_build_info

+

download_hocky_build

-

via Rishabh Tayal

+

via Anton Morozov

-> Get build info from App Store Connect +> Download newest build from HockeyApp (iOS & Android)
@@ -47204,9 +53027,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - app_store_build_info + download_hocky_build - - Get build info from App Store Connect + Download newest build from HockeyApp (iOS & Android) @@ -47228,7 +53051,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 @@ -47238,7 +53061,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 1 More stars = more popular project @@ -47258,7 +53081,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 37 Project that have been around for longer tend to be more stable @@ -47273,12 +53096,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 31 + 37 More downloads = more users have been using the plugin for a while tests - 18 + 3 The more tests a plugin has, the better @@ -47288,19 +53111,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
133
+
131
-

au_auto_close_upload

+

source_env_from_file

-

via Emil

+

via xiongzenghui

-> Upload artifacts to AppUnite's auto-close service +> set ENV["key"]=value from file like key=value
@@ -47316,9 +53139,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - au_auto_close_upload + source_env_from_file - - Upload artifacts to AppUnite's auto-close service + set ENV['key']=value from file like key=value @@ -47340,7 +53163,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 @@ -47365,12 +53188,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 + 35 Project that have been around for longer tend to be more stable @@ -47385,7 +53208,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 39 + 20 More downloads = more users have been using the plugin for a while @@ -47400,19 +53223,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
132
+
131
-

download_hockey_ipa

+

xamarin_native

-

via horimislime

+

via illania

-> A fastlane plugin that helps downloading .ipa from HockeyApp +> Plugin for Xamarin.Native iOS and Android projects
@@ -47428,9 +53251,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_hockey_ipa + dotnet - - A fastlane plugin that helps downloading .ipa from HockeyApp + Build Xamarin.Native iOS and Android projects using msbuild + + + bump_version + - + Increments project version + + + nuget + - + Downloads and installs any packages missing from the packages folder + + + msbuild + - + Build Xamarin.Native iOS and Android projects using msbuild + + + bump_code + - + Increments project build number @@ -47452,7 +53295,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 @@ -47462,12 +53305,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 @@ -47482,12 +53325,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 13 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -47497,7 +53340,7 @@ 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 @@ -47512,19 +53355,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
132
+
131
-

send_e_mail

+

redpill

-

via huangj

+

via omniprojects

-> a tool to sendmail +> Fastlane plugin to use bluepill in fastlane
@@ -47540,9 +53383,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - send_e_mail + redpill - - a tool to sendmail + Plugin to use bluepill in fastlane @@ -47564,7 +53407,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 @@ -47574,17 +53417,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 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 @@ -47594,7 +53437,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 45 Project that have been around for longer tend to be more stable @@ -47604,17 +53447,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 - 22 + 65 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -47624,19 +53467,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
132
+
130
-

souyuz-ventaapps

+

linear_api

-

via Felix Rudat

+

via Vinícius

-> A fastlane component to make Xamarin builds a breeze +> Provide an interface to access the Linear API
@@ -47652,14 +53495,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 + linear_api - - Easily build and sign your app using `souyuz` + Provide an interface to access the Linear API @@ -47681,17 +53519,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 @@ -47706,12 +53544,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 - 48 + 26 Project that have been around for longer tend to be more stable @@ -47726,12 +53564,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 26 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -47741,19 +53579,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
132
+
130
-

apphoster

+

buildnumber

-

via JerryFans

+

via Nick Griffith

-> A simple plugin to upload your ipa file to AppHost Server in fastlane. +> Generates unique build numbers for iOS projects.
@@ -47769,9 +53607,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - apphoster + buildnumber - - A simple plugin to upload your ipa file to AppHost Server in fastlane. + Generates unique build numbers for iOS projects @@ -47798,12 +53636,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 30 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -47823,12 +53661,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 40 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -47838,7 +53676,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 24 + 12 More downloads = more users have been using the plugin for a while @@ -47853,19 +53691,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
132
+
130
-

phraseapp

+

sns_http_subscribe

-

via Issarapong Poesua

+

via mnk98

-> a phraseapp-cli tool wrapper +> Subscribe to sns topic using http/https endpoint
@@ -47881,9 +53719,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - phraseapp + sns_http_subscribe + - - - a phraseapp-cli tool wrapper @@ -47905,17 +53743,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 + 9 More subscribers = more popular project stars - 2 + 1 More stars = more popular project @@ -47935,12 +53773,12 @@ 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 major_release - 30 + 0 Post 1.0 releases are great @@ -47950,7 +53788,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 37 More downloads = more users have been using the plugin for a while @@ -47965,21 +53803,53 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
132
+
130
-

logme

+

buddybuild

-

via Luís Esteves

+

via Jorge Revuelta

-> Provides a simple way to get logs from two delta commits +> This plugin allows the communication with the Buddybuild API. +
+Provided actions + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
buddybuild_list_apps-Retrieves all the applications for a given account in Buddybuild.
buddybuild_get_latest_build_number-Retrieves the latest build number for a given Application Identifier.
buddybuild_show_latest_build-Retrieves the latest build for a given Application Identifier.
+ +
+
Score details @@ -47995,12 +53865,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 @@ -48020,12 +53890,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 + 46 Project that have been around for longer tend to be more stable @@ -48040,12 +53910,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 112 + 27 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -48055,20 +53925,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
131
+
130
-

rooster

+

xbluepill

-

via Muhammad M. Munir

+

via UladzimirKisialiou

-> Send gitlab merge requests reminder to slack +> It is a fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command
@@ -48084,9 +53953,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rooster_merge_request + xbluepill - - Send gitlab merge requests reminder to slack. + Fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command @@ -48108,7 +53977,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 @@ -48118,7 +53987,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 5 More stars = more popular project @@ -48133,17 +54002,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 - 4 + 44 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -48153,7 +54022,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 @@ -48168,19 +54037,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
131
+
130
-

transifex

+

danger_result

-

via junjie

+

via marumemomo

-> basic transifex wrapper +> Get danger data plugin.
@@ -48196,9 +54065,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - transifex + danger_result - - basic transifex wrapper + Get danger data plugin. @@ -48220,17 +54089,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 + 1 More stars = more popular project @@ -48250,7 +54119,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 @@ -48265,7 +54134,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29 + 39 More downloads = more users have been using the plugin for a while @@ -48280,19 +54149,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
129
+
130
-

submit_to_beta_app_review

+

gitlab_changelog

-

via Dan Loewenherz

+

via Žilvinas Sebeika

-> Submits an already processed build to Beta App Review. +> Get changelog using GitLab API
@@ -48308,9 +54177,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - submit_to_beta_app_review + gitlab_changelog + - - - Submits an already processed build to Beta App Review. @@ -48332,7 +54201,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 @@ -48342,7 +54211,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -48362,7 +54231,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 33 Project that have been around for longer tend to be more stable @@ -48382,7 +54251,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas tests - 3 + 6 The more tests a plugin has, the better @@ -48392,7 +54261,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

ding_talk

+

react_native_util

-

via gaoxiang

+

via Jimmy Dee

-> Auto send the pgyer app qr code to the ding talk. +> Community utilities for React Native projects
@@ -48420,9 +54289,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ding_talk + react_pod - - Send the packaging information to the ding talk. + Community utilities for React Native projects @@ -48454,7 +54323,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -48489,12 +54358,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 20 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -48504,19 +54373,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
128
+
129
-

apptics

+

gitlab_tag_release

-

via Jaikarthick R

+

via Erick Martins

-> Fastlane plugin for Apptics to handle store relates operations +> Simple plugin to manage gitlab releases
@@ -48532,14 +54401,39 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_dsym_to_apptics + gitlab_get_release + - - - You can use this action to do cool things... - apptics + gitlab_create_release + - + - + + + gitlab_collect_release_evidence + - + - + + + gitlab_list_releases + - + - + + + gitlab_delete_tag + - + - + + + gitlab_update_release + - + - + + + gitlab_delete_release + - - - Fastlane plugin for Apptics to handle store relates operations @@ -48561,12 +54455,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 @@ -48591,12 +54485,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 11 + 23 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -48606,7 +54500,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 24 More downloads = more users have been using the plugin for a while @@ -48621,19 +54515,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
128
+
129
-

find_replace_string_fork

+

git_status_clean

-

via Jonathan Ritchie

+

via zhangqi

-> Find a string in a file and replace it with a new one. +> clean git status
@@ -48649,9 +54543,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - find_replace_string + git_status_clean - - Find and replace a string in a project file + clean git status @@ -48673,7 +54567,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 @@ -48683,12 +54577,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project forks - 30 + 0 More forks = more people seem to use/modify this project @@ -48703,7 +54597,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 43 + 48 Project that have been around for longer tend to be more stable @@ -48713,12 +54607,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 - 6 + 24 More downloads = more users have been using the plugin for a while @@ -48733,19 +54627,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
128
+
129
-

validate_ipa

+

sapfire

-

via hacoma

+

via CheeryLee

-> Validate the IPA using altool. +> A bunch of fastlane actions to work with MSBuild, NuGet and Microsoft Store
@@ -48761,121 +54655,54 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - validate_ipa - - - Validate the IPA using altool. - - - - -
- - -
-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 projectms_credentialsmiscSets Azure AD account credentials
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT tooupload_nugetproductionPushes a package to the server and publishes it
readme_score50How well is the README of the document writtenensure_dotnet_versionbuildingEnsures the right version of .NET is installed and can be used
age14Project that have been around for longer tend to be more stableassociate_ms_storeprojectMakes a local app manifest needed for Microsoft Store association
major_release30Post 1.0 releases are greatupdate_uwp_signing_settingscode_signingConfigures UWP package signing settings. Works only on 'windows' platform. Values that would be set in this action will be applied to all next actions.
github_issues0Lots of open issues are not a good sign usually, unless the project is really popularupload_package_flight-Creates a new package flight submission in Microsoft Partner Center and uploads new binary to it
downloads11More downloads = more users have been using the plugin for a whileupload_ms_store-Uploads new binary to Microsoft Partner Center
tests0The more tests a plugin has, the betterdotnet_selectbuildingChanges the dotnet executable to use
- -
- -

- - Open on GitHub - -

- ------ - -
128
- -

ionic_conf

- -

via Zac Burrage

- -> Build your Ionic app - - -
-Provided actions - - - - - - + + + - - - - - + + +
NameCategoryDescriptionmsbuild_select--
ionicbuildingBuild your Ionic appapp_certificationtestingRuns Windows App Certification Kit to ensure your app is safe and efficient before publishing it to Microsoft Store
@@ -48902,12 +54729,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 @@ -48927,12 +54754,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 44 + 13 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -48942,12 +54769,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 - 0 + 3 The more tests a plugin has, the better @@ -48957,7 +54784,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

unsetinfoplistvalue

+

simulator_add_root_cert

-

via David Cordero

+

via Nico Richard

-> Unsets value to Info.plist of your project as native Ruby data structures +> Add a root cert to your simulators with Fastlane
@@ -48985,9 +54812,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 + simulator_add_root_cert + - + Easily add a root cert to your simulators with Fastlane @@ -49014,12 +54841,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 12 + 3 More subscribers = more popular project stars - 0 + 2 More stars = more popular project @@ -49039,7 +54866,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 20 + 25 Project that have been around for longer tend to be more stable @@ -49054,12 +54881,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 22 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -49069,19 +54896,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
127
+
128
-

dingtalk

+

us_ionic

-

via Kim Huang

+

via Jan Piotrowski

-> a fastlane plugin for dingtalk robot +> Build your Ionic app
@@ -49097,9 +54924,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dingtalk - - - a fastlane plugin for dingtalk. + ionic + building + Build your Ionic app @@ -49121,17 +54948,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -49146,12 +54973,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 + 51 Project that have been around for longer tend to be more stable @@ -49166,12 +54993,12 @@ 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 tests - 3 + 0 The more tests a plugin has, the better @@ -49181,7 +55008,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

redmine_upload

+

sous

-

via Mattia Salvetti

+

via Jonathan Nogueira

-> A fastlane plugin to upload file contents to Redmine +> A tool to help create and sync keystores, as well as sign apks and aabs for the play store
@@ -49209,14 +55036,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - redmine_file_post + plate - - Uploads a file in a Redmine Files section of a given Redmine project + This action signs apks using an existing keystore - redmine_upload + pass - - A fastlane plugin to upload file contents to Redmine + This action retrieves existing keystores for the android build system @@ -49238,12 +55065,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 + 6 More subscribers = more popular project @@ -49268,7 +55095,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 29 Project that have been around for longer tend to be more stable @@ -49283,7 +55110,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 13 More downloads = more users have been using the plugin for a while @@ -49298,7 +55125,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

discord

+

publish_dropbox

-

via Matheus Gambati

+

via Tommyvanvliet

-> Discord integration with Fastlane +> This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API.
@@ -49326,9 +55153,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - discord + publish_dropbox - - Discord integration with Fastlane + This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API. @@ -49380,7 +55207,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 41 Project that have been around for longer tend to be more stable @@ -49395,12 +55222,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 42 + 35 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -49410,19 +55237,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
127
+
126
-

release

+

dependency_manager_outdated

-

via Cole Dunsby

+

via matsuda

-> Automates the steps to create a new release for a project. +> Fastlane plugin to check project's outdated dependencies
@@ -49438,9 +55265,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - make_release + cocoapods_outdated - - Automates the steps to create a new release for a framework. + Check outdated CocoaPods dependencies + + + dependency_manager_outdated + - + Fastlane plugin to check project's outdated dependencies + + + carthage_outdated + - + Check outdated Carthage dependencies @@ -49462,12 +55299,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 @@ -49487,12 +55324,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 + 37 Project that have been around for longer tend to be more stable @@ -49507,7 +55344,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 35 More downloads = more users have been using the plugin for a while @@ -49522,19 +55359,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
127
+
126
-

promo_code

+

last_fabric_version_code

-

via marumemomo

+

via Andrés Hernández

-> promo_code +> Get the last Fabric version code for your Android app
@@ -49550,9 +55387,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - promo_code + last_fabric_version_code - - promo_code + Get the last Fabric version code for your Android app @@ -49579,12 +55416,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 @@ -49599,12 +55436,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 + 41 Project that have been around for longer tend to be more stable @@ -49619,7 +55456,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 42 + 9 More downloads = more users have been using the plugin for a while @@ -49634,19 +55471,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
126
+
125
-

xcode_build_configuration

+

copy_screenshots

-

via dileepasisila

+

via yosshi4486

-> plugin for doing xcode build configuration specific things +> Copy screenshots with a specified device name.
@@ -49662,29 +55499,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_build_number_by_scheme_and_build_configuration - - - Get the build number using scheme and build configuration - - - get_marketing_version_by_scheme_and_build_configuration - - - Get the marketing version using scheme and build configuration - - - set_app_version_by_scheme_and_build_configuration - - - Set the app version with using marketing version and build number input for relevant scheme and build configuration - - - set_build_number_by_scheme_and_build_configuration - - - Set the build number using scheme and build configuration - - - set_marketing_version_by_scheme_and_build_configuration - - - Set the marketing version using scheme and build configuration + copy_screenshots + screenshots + Copy screenshots with a specified device name. This action should be executed after `capture_ios_screenshots` action. @@ -49716,7 +55533,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -49731,12 +55548,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 - 12 + 24 Project that have been around for longer tend to be more stable @@ -49746,17 +55563,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 - 6 + 18 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -49766,19 +55583,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
126
+
125
-

mocha_run_tests

+

secrets

-

via Adam T Armstrong

+

via Cyril Cermak, Jörg Nestele

-> Run Mocha Tests from within fastlane +> Securely store secrets in source code.
@@ -49794,9 +55611,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - mocha_run_tests + decrypt_secrets - - Run Mocha Tests from within fastlane + Securely store secrets in source code + + + encrypt_secrets + - + Securely store secrets in source code @@ -49828,12 +55650,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 @@ -49843,12 +55665,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 + 34 Project that have been around for longer tend to be more stable @@ -49863,7 +55685,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 40 More downloads = more users have been using the plugin for a while @@ -49878,19 +55700,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
126
+
124
-

kuhverij

+

xambuild

-

via Morten Bøgh

+

via Jake Barnby

-> Simplified Code Coverage +> Fastlane plugin to make Xamarin builds easy
@@ -49906,9 +55728,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - kuhverij - testing - Simplified Code Coverage + xambuild + - + Easily build and sign your Xamarin iOS or Android app using `xambuild` @@ -49940,7 +55762,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -49955,12 +55777,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 + 27 Project that have been around for longer tend to be more stable @@ -49970,17 +55792,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 - 18 + 24 More downloads = more users have been using the plugin for a while tests - 33 + 0 The more tests a plugin has, the better @@ -49990,19 +55812,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
126
+
124
-

coreos

+

copy

-

via Oliver Letterer

+

via Jason Nam

-> Deploy docker services to CoreOS hosts +> Copy file
@@ -50018,9 +55840,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - coreos_deploy + copy - - Deploy docker services to CoreOS hosts + Copy file @@ -50067,12 +55889,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 46 + 37 Project that have been around for longer tend to be more stable @@ -50087,7 +55909,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29 + 11 More downloads = more users have been using the plugin for a while @@ -50102,19 +55924,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
125
+
124
-

bomb_emoji

+

import_from_url

-

via Josh Holtz

+

via Doruk Kangal

-> 💣💥 No more emojis +> Import another Fastfile from given url to use its lanes
@@ -50130,9 +55952,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bomb_emoji + import_from_url - - No more emojis + Import another Fastfile from given url to use its lanes @@ -50154,7 +55976,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 @@ -50169,7 +55991,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 @@ -50179,12 +56001,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 + 28 Project that have been around for longer tend to be more stable @@ -50199,7 +56021,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19 + 28 More downloads = more users have been using the plugin for a while @@ -50214,109 +56036,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub - -

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

check_good_version

- -

via Lyndsey Ferguson

- -> Checks the version of the installed Good framework - - - -
-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
downloads63More 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

----- -
125
+
124
-

get_last_circleci_build_number

+

change_domain

-

via Dawid van der Hoven

+

via Anandu

-> fetches the last build number from circleci. +> Change the package name in android project
@@ -50332,9 +56064,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_last_circleci_build_number + change_domain - - fetches the last build number from circleci. + Change the package identifier in the AndroidManifest.xml file @@ -50356,7 +56088,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 @@ -50381,12 +56113,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 + 21 Project that have been around for longer tend to be more stable @@ -50401,7 +56133,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 20 + 52 More downloads = more users have been using the plugin for a while @@ -50416,19 +56148,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
125
+
124
-

ios_flavors

+

lastpass

-

via Zachary Davison

+

via Antoine Lamy

-> Create multiple build flavors of an iOS .ipa file using a directory of .plist files. +> Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager
@@ -50444,14 +56176,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - create_ipa_flavors - - - Create multiple build flavors of an iOS .ipa file using a directory of .plist files - - - create_sim_flavors + lastpass - - Create multiple build flavors of an iOS .app (for the simulator) using a directory of .plist files + Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager @@ -50478,7 +56205,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -50503,7 +56230,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 @@ -50518,7 +56245,7 @@ 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 @@ -50533,19 +56260,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
125
+
124
-

xcodetestcoverage

+

google_chat_message

-

via Yury Savitsky

+

via Douglas Garcia

-> plugin for getting test data from Xcode +> Send simple text messages to Google Chat
@@ -50561,9 +56288,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcodetestcoverage + google_chat_message - - plugin for getting coverage test data from Xcode + Send simple text messages to Google Chat @@ -50595,7 +56322,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 2 More stars = more popular project @@ -50615,12 +56342,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 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 @@ -50630,7 +56357,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 15 More downloads = more users have been using the plugin for a while @@ -50645,7 +56372,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

avd_emulator

+

zeeva_telegram

-

via Guillaume Elloy

+

via Yazan Tarifi

-> This plugin is listing available android avd emulators, allowing you to start the selected one. +> Telegram Bot Plugin to Send Build Messages for Android, IOS
@@ -50673,9 +56400,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - start_avd_emulator + zeeva_discord - - This plugin is listing available android avd emulators, allowing you to start the selected one. + 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 @@ -50702,7 +56434,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -50722,17 +56454,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 + 16 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -50742,12 +56474,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 47 + 5 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -50757,7 +56489,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

summonbin

+

transifex_tool

-

via Jason Nam

+

via maydin

-> Execute command with summonbin +> Transifex tool that pulls translations using transifex rest api
@@ -50785,9 +56517,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - summonbin + rest_pull - - Execute command with summonbin + 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 @@ -50839,7 +56581,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 39 Project that have been around for longer tend to be more stable @@ -50854,7 +56596,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 9 More downloads = more users have been using the plugin for a while @@ -50869,19 +56611,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
122
+
124
-

buildnumber

+

post_google_chat

-

via Nick Griffith

+

via “tumlw”

-> Generates unique build numbers for iOS projects. +> Post google chat webhook
@@ -50897,9 +56639,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - buildnumber + post_google_chat - - Generates unique build numbers for iOS projects + Send message to google chat @@ -50926,7 +56668,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 30 + 0 More subscribers = more popular project @@ -50951,12 +56693,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 @@ -50966,7 +56708,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 18 More downloads = more users have been using the plugin for a while @@ -50981,19 +56723,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
122
+
123
-

poeditor

+

maintenance

-

via Kostia Myts

+

via Jimmy Dee

-> Upload strings to POEditor +> Maintenance actions for plugin repos.
@@ -51009,9 +56751,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_strings_to_poeditor + rake - - Upload strings to POEditor + General-purpose rake action to invoke tasks from a Rakefile or elsewhere. + + + update_rubocop + - + Automatically updates RuboCop to the latest version. @@ -51033,12 +56780,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 @@ -51063,7 +56810,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 @@ -51078,7 +56825,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 33 + 19 More downloads = more users have been using the plugin for a while @@ -51093,19 +56840,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
122
+
123
-

build_app_for_simulator

+

flint

-

via Alexey Alter-Pesotskiy

+

via Jyrno Ader

-> This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. +> Easily sync your keystores across your team using git
@@ -51121,9 +56868,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. + flint + - + DESCRIPTION @@ -51150,7 +56897,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -51175,7 +56922,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 17 + 39 Project that have been around for longer tend to be more stable @@ -51190,7 +56937,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29 + 11 More downloads = more users have been using the plugin for a while @@ -51205,19 +56952,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
122
+
123
-

managed_google_play

+

apperian

-

via Jan Piotrowski

+

via Tomi Blank

-> Create Managed Google Play Apps +> Allows to upload your IPA file to Apperian
@@ -51233,19 +56980,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_managed_play_store_publishing_rights - - - Obtain publishing rights for custom apps on Managed Google Play Store - - - managed_google_play - - - Create Managed Google Play Apps - - - create_app_on_managed_play_store + apperian - - Create Managed Google Play Apps + Allows to upload your app file to Apperian @@ -51267,7 +57004,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 @@ -51277,7 +57014,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 3 + 0 More stars = more popular project @@ -51297,7 +57034,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 52 Project that have been around for longer tend to be more stable @@ -51307,12 +57044,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 - 39 + 14 More downloads = more users have been using the plugin for a while @@ -51327,42 +57064,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
121
- -

gitlab_changelog

+
123
-

via Žilvinas Sebeika

+

checks

-> Get changelog using GitLab API - - -
-Provided actions +

via Sherzat Aitbayev

- - - - - - - - - - - - - - - -
NameCategoryDescription
gitlab_changelog--
+> Fastlane plugin for Checks (checks.google.com) -
@@ -51379,7 +57094,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 @@ -51399,17 +57114,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 - 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 @@ -51424,12 +57139,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 173 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -51439,19 +57154,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
121
+
122
-

react_native_util

+

fabric_beta_unregistered_devices

-

via Jimmy Dee

+

via Slava Kornienko

-> Community utilities for React Native projects +> SHORT
@@ -51467,9 +57183,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - react_pod + fabric_beta_unregistered_devices - - Community utilities for React Native projects + Get unregistered devices from Fabric Beta. @@ -51521,7 +57237,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 38 Project that have been around for longer tend to be more stable @@ -51536,12 +57252,12 @@ 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 tests - 0 + 3 The more tests a plugin has, the better @@ -51551,19 +57267,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
121
+
122
-

xbluepill

+

xcmonkey

-

via UladzimirKisialiou

+

via Alexey Alter-Pesotskiy

-> It is a fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command +> xcmonkey is a tool for doing randomised UI testing of iOS apps
@@ -51579,9 +57295,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xbluepill + xcmonkey - - Fastlane plugin that allows to use bluepill (linkedin library) as a fastlane command + xcmonkey is a tool for doing randomised UI testing of iOS apps @@ -51603,7 +57319,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 @@ -51613,7 +57329,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 0 More stars = more popular project @@ -51628,17 +57344,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 25 + 50 How well is the README of the document written age - 37 + 14 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -51648,12 +57364,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 22 + 5 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -51663,19 +57379,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
121
+
122
-

download_hocky_build

+

codepush-fix

-

via Anton Morozov

+

via Chin Trinh

-> Download newest build from HockeyApp (iOS & Android) +> Fastlane plugin for App Center CodePush actions 🚀
@@ -51691,9 +57407,54 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - download_hocky_build + codepush_add_deployment - - Download newest build from HockeyApp (iOS & Android) + 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 @@ -51715,17 +57476,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -51740,12 +57501,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 + 32 Project that have been around for longer tend to be more stable @@ -51760,12 +57521,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 33 + 2 More downloads = more users have been using the plugin for a while tests - 3 + 18 The more tests a plugin has, the better @@ -51775,19 +57536,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
121
+
122
-

buddybuild

+

gitlab_get_max_version_branch

-

via Jorge Revuelta

+

via xiongzenghui

-> This plugin allows the communication with the Buddybuild API. +> get a max version branch from a gitlab project, like: master_5.11.9
@@ -51803,19 +57564,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 + gitlab_get_max_version_branch - - Retrieves the latest build for a given Application Identifier. + get a max version branch from a gitlab project, like: master_5.11.9 @@ -51837,7 +57588,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 @@ -51867,7 +57618,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 35 Project that have been around for longer tend to be more stable @@ -51882,12 +57633,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 26 + 33 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -51897,19 +57648,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
120
+
122
-

us_ionic

+

dropbox_upload

-

via Jan Piotrowski

+

via jason

-> Build your Ionic app +> upload files to dropbox
@@ -51925,9 +57676,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ionic - building - Build your Ionic app + dropbox_upload + - + upload files to dropbox @@ -51954,7 +57705,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -51974,12 +57725,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 + 33 Project that have been around for longer tend to be more stable @@ -51994,12 +57745,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 38 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -52009,19 +57760,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
120
+
121
-

flutter_bump_version

+

nexus_raw_upload

-

via Mohammed chahboun

+

via Thang Nguyen

-> Manages Flutter project version +> Actions related to Nexus blob upload
@@ -52037,9 +57788,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flutter_bump_version + raw_upload - - Fastlane plugin for upgrade flutter projects version by any part (major,minor or patch) + Upload a raw asset to [Sonatype Nexus platform](https://www.sonatype.com) @@ -52071,12 +57822,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project forks - 0 + 5 More forks = more people seem to use/modify this project @@ -52086,32 +57837,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 - 9 + 18 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 - 16 + 7 More downloads = more users have been using the plugin for a while tests - 21 + 15 The more tests a plugin has, the better @@ -52121,19 +57872,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
119
+
121
-

upload_dsym

+

depman

-

via xiongzenghui

+

via Andrey Shapovalov

-> upload dsym to your specify server +> Invokes depman-scanner to programmatically run Depman analysis
@@ -52149,9 +57900,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_dsym - - - upload dsym to your specify server + depman + testing + Arcsinus Dependency manager @@ -52178,12 +57929,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 @@ -52198,12 +57949,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 - 28 + 24 Project that have been around for longer tend to be more stable @@ -52218,7 +57969,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 42 + 21 More downloads = more users have been using the plugin for a while @@ -52233,19 +57984,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
119
+
121
-

danger_result

+

svn_commit

-

via marumemomo

+

via cleexiang

-> Get danger data plugin. +> svn plugin with fastlane
@@ -52261,9 +58012,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - danger_result + svn_commit - - Get danger data plugin. + Commit to svn repos with fastlane @@ -52285,17 +58036,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 - 1 + 0 More stars = more popular project @@ -52315,7 +58066,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 47 Project that have been around for longer tend to be more stable @@ -52325,12 +58076,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 - 36 + 17 More downloads = more users have been using the plugin for a while @@ -52345,19 +58096,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
119
+
121
-

redpill

+

sequenia_gitflow

-

via omniprojects

+

via Semen Kologrivov

-> Fastlane plugin to use bluepill in fastlane +> Script for communicating with sequenia's git repos
@@ -52373,9 +58124,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - redpill + fetch_merged_tasks - - Plugin to use bluepill in fastlane + Fetch merged into current branch feature tasks after last release tag @@ -52397,37 +58148,37 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 18 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 readme_score - 50 + 25 How well is the README of the document written age - 38 + 26 Project that have been around for longer tend to be more stable @@ -52437,17 +58188,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 - 60 + 29 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -52457,21 +58208,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
118
+
121
-

report

+

fetch_version_code

-

via Bruno Miguêns

+

via CoorpAcademy

-> 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. +> Fetch (and increment) version code for given platform +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
fetch_version_code-Fetch (and increment) version code for given platform
+ +
+
Score details @@ -52487,17 +58260,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 + 18 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -52507,17 +58280,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 + 37 Project that have been around for longer tend to be more stable @@ -52532,12 +58305,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 86 + 14 More downloads = more users have been using the plugin for a while tests - 0 + 51 The more tests a plugin has, the better @@ -52547,19 +58320,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
118
+
121
-

sous

+

xamversion

-

via Jonathan Nogueira

+

via Jake Barnby

-> A tool to help create and sync keystores, as well as sign apks and aabs for the play store +> Read and manipulate Android and iOS app versions.
@@ -52575,14 +58348,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - plate - - - This action signs apks using an existing keystore - - - pass + xamversion - - This action retrieves existing keystores for the android build system + Read and manipulate Android and iOS app versions. @@ -52604,12 +58372,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 @@ -52634,7 +58402,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 27 Project that have been around for longer tend to be more stable @@ -52649,7 +58417,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 18 More downloads = more users have been using the plugin for a while @@ -52664,19 +58432,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
118
+
119
-

last_fabric_version_code

+

wexlane

-

via Andrés Hernández

+

via Chris River

-> Get the last Fabric version code for your Android app +> Common tools for CI
@@ -52692,9 +58460,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - last_fabric_version_code + android_get_version - - Get the last Fabric version code for your Android app + Common tools for CI + + + ios_get_version + - + Common tools for CI @@ -52761,12 +58534,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 12 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -52776,19 +58549,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
116
+
119
-

zeeva_telegram

+

telegramTopic

-

via Yazan Tarifi

+

via hendyevan

-> Telegram Bot Plugin to Send Build Messages for Android, IOS +> Allows post messages to telegram channel and topics (updated from existing plugins)
@@ -52804,14 +58577,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 + telegram - - Telegram Bot Plugin to Send Build Messages for Android, IOS + Allows post messages to telegram channel @@ -52833,12 +58601,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 24 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -52858,17 +58626,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 - 9 + 47 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -52878,12 +58646,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 0 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -52893,19 +58661,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
116
+
119
-

allure_zephyr

+

release_version

-

via Nikita Ianenko

+

via Leon Keijzer

-> Publish Allure results to Zephyr +> This plugin makes it possible to release an already approved version in AppStore Connect
@@ -52921,9 +58689,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - allure_zephyr + reject_version - - Publish Allure results to Zephyr + 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 @@ -52945,7 +58718,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 @@ -52970,12 +58743,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 + 41 Project that have been around for longer tend to be more stable @@ -52990,7 +58763,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 27 More downloads = more users have been using the plugin for a while @@ -53005,19 +58778,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
116
+
118
-

copy_screenshots

+

creator

-

via yosshi4486

+

via David Ackerman

-> Copy screenshots with a specified device name. +> Mobile build framework for rust-lang
@@ -53033,9 +58806,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - copy_screenshots - screenshots - Copy screenshots with a specified device name. This action should be executed after `capture_ios_screenshots` action. + creator_build_android + - + Builds apk file from rust project + + + creator_build_ios + - + Builds ipa file from rust project @@ -53057,12 +58835,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 @@ -53082,32 +58860,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 - 17 + 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 - -1 + 0 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 16 + 17 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -53117,19 +58895,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
116
+
118
-

dependency_manager_outdated

+

fileio_upload

-

via matsuda

+

via Paul Bancarel

-> Fastlane plugin to check project's outdated dependencies +> This plugin enables to upload a file to file.io
@@ -53145,19 +58923,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 + fileio_upload - - Check outdated Carthage dependencies + Upload file to file.io and share the link with anyone! @@ -53179,12 +58947,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 @@ -53204,12 +58972,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 + 20 Project that have been around for longer tend to be more stable @@ -53224,7 +58992,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 32 + 22 More downloads = more users have been using the plugin for a while @@ -53239,19 +59007,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
116
+
117
-

source_env_from_file

+

ding_talk_msg_push

-

via xiongzenghui

+

via asynclog

-> set ENV["key"]=value from file like key=value +> dingTalk robot msg push tool
@@ -53267,9 +59035,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - source_env_from_file + ding_talk_msg_push - - set ENV['key']=value from file like key=value + dingTalk robot msg push tool @@ -53296,12 +59064,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 @@ -53316,12 +59084,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 + 42 Project that have been around for longer tend to be more stable @@ -53336,7 +59104,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 26 More downloads = more users have been using the plugin for a while @@ -53351,62 +59119,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
116
- -

xamarin_native

- -

via illania

- -> Plugin for Xamarin.Native iOS and Android projects +
117
+

discord_webhook_notifier

-
-Provided actions +

via Samuel B Bispo

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
bump_code-Increments project build number
bump_version-Increments project version
dotnet-Build Xamarin.Native iOS and Android projects using msbuild
msbuild-Build Xamarin.Native iOS and Android projects using msbuild
nuget-Downloads and installs any packages missing from the packages folder
+> Notify a Discord channel easily when a build breaks -
@@ -53423,17 +59149,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 - 3 + 0 More subscribers = more popular project stars - 2 + 0 More stars = more popular project @@ -53448,17 +59174,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 - 6 + 0 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -53468,12 +59194,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 79 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -53483,19 +59209,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
116
+
117
-

sapfire

+

schedule

-

via CheeryLee

+

via marumemomo

-> A bunch of fastlane actions to work with MSBuild, NuGet and Microsoft Store +> Run lane from current time
@@ -53511,49 +59237,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 + get_lane - - Uploads new binary to Microsoft Partner Center - - - upload_nuget - production - Pushes a package to the server and publishes it + Run lane from current time @@ -53580,12 +59266,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 @@ -53600,17 +59286,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 + 43 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -53620,7 +59306,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 25 More downloads = more users have been using the plugin for a while @@ -53635,19 +59321,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
116
+
117
-

lastpass

+

git_authors

-

via Antoine Lamy

+

via Viktor Rutberg

-> Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager +> List authors of a Git repository
@@ -53663,9 +59349,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - lastpass + git_authors - - Easily sync your Apple ID credentials stored in LastPass with your keychain using CredentialManager + List all authors of a Git repository @@ -53687,12 +59373,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 + 3 More subscribers = more popular project @@ -53712,12 +59398,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 + 45 Project that have been around for longer tend to be more stable @@ -53732,7 +59418,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 @@ -53747,19 +59433,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
116
+
117
-

publish_dropbox

+

aws_sns_topic

-

via Tommyvanvliet

+

via Levi Bostian

-> This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API. +> Fastlane plugin to public message to SNS topic.
@@ -53775,9 +59461,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - publish_dropbox + aws_sns_topic - - This plugin publishes artifacts over to Dropbox via a generated api token from Dropbox Developer API. + Public a message to a AWS SNS topic. @@ -53824,7 +59510,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 @@ -53839,12 +59525,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 - 32 + 9 More downloads = more users have been using the plugin for a while @@ -53859,19 +59545,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
116
+
117
-

secrets

+

simplemdm

-

via Cyril Cermak, Jörg Nestele

+

via Shannon Hicks

-> Securely store secrets in source code. +> Fastlane plugin for uploading iOS builds to SimpleMDM
@@ -53887,14 +59573,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - decrypt_secrets - - - Securely store secrets in source code - - - encrypt_secrets + upload_to_simplemdm - - Securely store secrets in source code + Upload IPA to Simple MDM @@ -53916,12 +59597,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 @@ -53941,12 +59622,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 + 23 Project that have been around for longer tend to be more stable @@ -53961,7 +59642,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 38 + 9 More downloads = more users have been using the plugin for a while @@ -53976,7 +59657,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

copy

+

postmark

-

via Jason Nam

+

via Levi Bostian

-> Copy file +> Fastlane plugin to public message to SNS topic.
@@ -54004,9 +59685,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - copy + postmark - - Copy file + Send emails via Postmark in fastlane! @@ -54058,7 +59739,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 31 Project that have been around for longer tend to be more stable @@ -54073,7 +59754,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 9 More downloads = more users have been using the plugin for a while @@ -54088,42 +59769,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
115
- -

simulator_add_root_cert

- -

via Nico Richard

- -> Add a root cert to your simulators with Fastlane +
116
+

version_from_last_tag

-
-Provided actions +

via Jeff Stein

- - - - - - - - - - - - - - - -
NameCategoryDescription
simulator_add_root_cert-Easily add a root cert to your simulators with Fastlane
+> Perform a regex on last (latest) git tag and perform a regex to extract a version number such as Release 1.2.3 -
@@ -54145,12 +59804,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 @@ -54165,12 +59824,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 - 17 + 0 Project that have been around for longer tend to be more stable @@ -54185,12 +59844,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 96 More downloads = more users have been using the plugin for a while tests - 6 + 0 The more tests a plugin has, the better @@ -54200,19 +59859,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
115
+
116
-

transifex_tool

+

xcode_tools_select

-

via maydin

+

via Vincent HO-SUNE

-> Transifex tool that pulls translations using transifex rest api +> Sets the DEVELOPER_DIR environment, used by fastlane to run Xcode command line tools, to a specific Xcode version found on the current system.
@@ -54228,19 +59888,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rest_pull - - - Transifex plugin for pull and push translations - - - cli_pull - - - Transifex tool that pulls translations using transifex cli client - - - cli_push - - - Transifex tool that push translations using transifex cli client + xcode_tools_select + building + Set the [version] of the default Xcode Command Line Tools path to use. @@ -54292,7 +59942,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 33 Project that have been around for longer tend to be more stable @@ -54307,12 +59957,12 @@ 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 tests - 3 + 0 The more tests a plugin has, the better @@ -54322,42 +59972,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
115
- -

git_status_clean

- -

via zhangqi

- -> clean git status +
116
+

u3d

-
-Provided actions +

via Jerome Lacoste

- - - - - - - - - - - - - - - -
NameCategoryDescription
git_status_clean-clean git status
+> Fastgame's u3d (a Unity3d CLI) integration -
@@ -54374,12 +60002,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -54399,12 +60027,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 @@ -54419,12 +60047,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 78 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -54434,42 +60062,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
115
- -

xambuild

- -

via Jake Barnby

- -> Fastlane plugin to make Xamarin builds easy +
116
+

jira_set_feature_build

-
-Provided actions +

via Tommy Sadiq Hinrichsen

- - - - - - - - - - - - - - - -
NameCategoryDescription
xambuild-Easily build and sign your Xamarin iOS or Android app using `xambuild`
+> Tags passed in Jira issue with a feature build url from parameter :url -
@@ -54486,12 +60092,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -54511,17 +60117,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas readme_score - 50 + 0 How well is the README of the document written age - 20 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -54531,7 +60137,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 22 + 48 More downloads = more users have been using the plugin for a while @@ -54546,19 +60152,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
114
+
116
-

flint

+

unreleased_changelog

-

via Jyrno Ader

+

via Manish Rathi

-> Easily sync your keystores across your team using git +> A fastlane plugin to manage unreleased changelog using a YAML file. 🚀
@@ -54574,9 +60180,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - flint + get_unreleased_changelog + - + Get the unreleased changelog + + + add_unreleased_changelog + - + Add a new entry in unreleased changelog + + + delete_unreleased_changelog + - + Delete changelog entry from unreleased changelog + + + stamp_unreleased_changelog + - + Stamp unreleased changelog + + + ensure_unreleased_changelog + - - - DESCRIPTION @@ -54603,7 +60229,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -54628,7 +60254,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 30 Project that have been around for longer tend to be more stable @@ -54643,7 +60269,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 @@ -54658,19 +60284,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
114
+
115
-

xcmonkey

+

git_pull_branch

-

via Alexey Alter-Pesotskiy

+

via Bhuvanesh BS

-> xcmonkey is a tool for doing randomised UI testing of iOS apps +> pull code from different branch
@@ -54686,9 +60312,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xcmonkey + git_pull_branch - - xcmonkey is a tool for doing randomised UI testing of iOS apps + pull code from different branch @@ -54735,17 +60361,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 - 7 + 41 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -54755,12 +60381,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 23 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -54770,19 +60396,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
114
+
115
-

fabric_beta_unregistered_devices

+

appstore_reviews

-

via Slava Kornienko

+

via Mirsad Arslanovic

-> SHORT +> Plugin to retrieve customer reviews for the app
@@ -54798,9 +60424,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fabric_beta_unregistered_devices + appstore_reviews - - Get unregistered devices from Fabric Beta. + Plugin to retrieve customer reviews for the app @@ -54852,12 +60478,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 8 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -54867,7 +60493,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 @@ -54882,19 +60508,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
114
+
115
-

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
@@ -54910,9 +60536,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 @@ -54934,7 +60560,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 @@ -54964,7 +60590,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 48 Project that have been around for longer tend to be more stable @@ -54979,7 +60605,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 32 + 10 More downloads = more users have been using the plugin for a while @@ -54994,42 +60620,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
113
- -

fetch_version_code

- -

via CoorpAcademy

- -> Fetch (and increment) version code for given platform +
115
+

ensure_swift_version

-
-Provided actions +

via Shashikant86

- - - - - - - - - - - - - - - -
NameCategoryDescription
fetch_version_code-Fetch (and increment) version code for given platform
+> This plugin ensure version of Swift language used for project -
@@ -55051,12 +60655,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 18 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -55066,17 +60670,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 - 30 + 0 Project that have been around for longer tend to be more stable @@ -55091,12 +60695,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 95 More downloads = more users have been using the plugin for a while tests - 51 + 0 The more tests a plugin has, the better @@ -55106,19 +60710,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
113
+
115
-

codepush-fix

+

hello_test

-

via Chin Trinh

+

via Gianfranco Manganiello

-> Fastlane plugin for App Center CodePush actions 🚀 +> test
@@ -55134,54 +60739,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 + hello_test - - CodePush rename deployment action + test @@ -55203,17 +60763,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 6 The more contributors a project has, the more likely it is it stays alive subscribers - 0 + 3 More subscribers = more popular project stars - 0 + 1 More stars = more popular project @@ -55228,12 +60788,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 - 24 + 47 Project that have been around for longer tend to be more stable @@ -55248,12 +60808,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 10 More downloads = more users have been using the plugin for a while tests - 18 + 3 The more tests a plugin has, the better @@ -55263,19 +60823,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
113
+
114
-

sns_http_subscribe

+

pgyer_v2

-

via mnk98

+

via nice2m

-> Subscribe to sns topic using http/https endpoint +> pgyer for v2 suppor
@@ -55291,9 +60851,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - sns_http_subscribe - - + pgyer - + distribute app to pgyer beta testing service @@ -55315,12 +60875,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 - 9 + 3 More subscribers = more popular project @@ -55340,12 +60900,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 - 16 + 30 Project that have been around for longer tend to be more stable @@ -55360,7 +60920,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 7 More downloads = more users have been using the plugin for a while @@ -55375,19 +60935,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
113
+
114
-

maestro

+

buggly

-

via Marc Bormeth

+

via zhuyunlong

-> Running maestro test commands from fastlane +> 上传Bugly
@@ -55403,14 +60963,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - launch_simulator + buggly - - Prepares an iOS simulator for Maestro testing - - - maestro - testing - Runs Maestro test + Upload the dSYM file to Buggly crash analyze system. @@ -55442,12 +60997,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 10 + 1 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -55457,12 +61012,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 + 50 Project that have been around for longer tend to be more stable @@ -55477,7 +61032,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 12 More downloads = more users have been using the plugin for a while @@ -55492,42 +61047,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
113
- -

import_from_url

- -

via Doruk Kangal

- -> Import another Fastfile from given url to use its lanes +
114
+

nowsecure

-
-Provided actions +

via Andy Obusek, Onyx Mueller

- - - - - - - - - - - - - - - -
NameCategoryDescription
import_from_url-Import another Fastfile from given url to use its lanes
+> Fastlane plugin for NowSecure -
@@ -55544,12 +61077,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 - 3 + 0 More subscribers = more popular project @@ -55559,7 +61092,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 @@ -55569,12 +61102,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 - 20 + 0 Project that have been around for longer tend to be more stable @@ -55589,12 +61122,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 94 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -55604,19 +61137,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
113
+
114
-

apperian

+

user_default_set

-

via Tomi Blank

+

via zhangqi

-> Allows to upload your IPA file to Apperian +> fastlane save user default like ios userDefault
@@ -55632,9 +61166,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - apperian + user_default_set - - Allows to upload your app file to Apperian + fastlane save user default like ios userDefault @@ -55686,7 +61220,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 45 + 48 Project that have been around for longer tend to be more stable @@ -55701,7 +61235,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 9 More downloads = more users have been using the plugin for a while @@ -55716,7 +61250,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

nexus_raw_upload

+

git_add_tag

-

via Thang Nguyen

+

via xiongzenghui

-> Actions related to Nexus blob upload +> git add tag wrapper
@@ -55744,9 +61278,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - raw_upload - - - Upload a raw asset to [Sonatype Nexus platform](https://www.sonatype.com) + git_add_tag + source_control + git add tag wrapper @@ -55781,118 +61315,6 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas 0 More stars = more popular project - - forks - 5 - More forks = more people seem to use/modify this project - - - has_mit_license - 20 - fastlane is MIT licensed, it's good to have plugins use MIT too - - - readme_score - 25 - How well is the README of the document written - - - age - 11 - Project that have been around for longer tend to be more stable - - - major_release - 30 - Post 1.0 releases are great - - - github_issues - -2 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 6 - More downloads = more users have been using the plugin for a while - - - tests - 15 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
112
- -

svn_commit

- -

via cleexiang

- -> svn plugin with fastlane - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
svn_commit-Commit to svn repos with fastlane
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - @@ -55910,7 +61332,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -55925,7 +61347,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -55940,19 +61362,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
112
+
113
-

sequenia_gitflow

+

generate_xliff

-

via Semen Kologrivov

+

via Kostia Myts

-> Script for communicating with sequenia's git repos +> Generates XLIFF file
@@ -55968,9 +61390,14 @@ 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
forks 0
age4034 Project that have been around for longer tend to be more stable
downloads1528 More downloads = more users have been using the plugin for a while
fetch_merged_tasksgenerate_xliff -Fetch merged into current branch feature tasks after last release tagGenerates XLIFF file
remove_xliff_artifacts-Generates XLIFF file
@@ -55997,12 +61424,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 18 + 0 More subscribers = more popular project stars - 0 + 2 More stars = more popular project @@ -56022,7 +61449,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 46 Project that have been around for longer tend to be more stable @@ -56037,12 +61464,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 14 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -56052,19 +61479,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
112
+
113
-

dropbox_upload

+

find_replace_regex

-

via jason

+

via Jonathan Ritchie

-> upload files to dropbox +> Find a string in a file and replace it with a new one.
@@ -56080,9 +61507,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - dropbox_upload + find_replace_regex - - upload files to dropbox + Find and replace a string in a project file @@ -56109,7 +61536,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -56134,7 +61561,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 50 Project that have been around for longer tend to be more stable @@ -56149,7 +61576,7 @@ 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 @@ -56164,7 +61591,119 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub + +

+ +----- + +
113
+ +

line_message

+ +

via Wasith Theerapattrathamrong

+ +> Use to send message to Line chat + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
line_messagenotificationsUse to send message to Line chat
+ +
+ + +
+Score details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricPointsDescription
contributors0The more contributors a project has, the more likely it is it stays alive
subscribers3More subscribers = more popular project
stars2More stars = more popular project
forks5More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age37Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues-1Lots of open issues are not a good sign usually, unless the project is really popular
downloads19More downloads = more users have been using the plugin for a while
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub

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

xamversion

+

auto_version_name

-

via Jake Barnby

+

via gileadeteixeira

-> Read and manipulate Android and iOS app versions. +> Generate incremented version names from Apple and Google stores
@@ -56192,9 +61731,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - xamversion + auto_version_name + - - - Read and manipulate Android and iOS app versions. @@ -56221,7 +61760,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 9 More subscribers = more popular project @@ -56241,12 +61780,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 + 17 Project that have been around for longer tend to be more stable @@ -56261,7 +61800,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 38 More downloads = more users have been using the plugin for a while @@ -56276,7 +61815,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

maintenance

+

google_chat_v2

-

via Jimmy Dee

+

via “mao-karrostech”

-> Maintenance actions for plugin repos. +> google chat v2
@@ -56304,14 +61843,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rake - - - General-purpose rake action to invoke tasks from a Rakefile or elsewhere. - - - update_rubocop + google_chat_v2 - - Automatically updates RuboCop to the latest version. + Send message to google chat v2 @@ -56333,7 +61867,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 @@ -56343,7 +61877,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -56363,7 +61897,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 28 Project that have been around for longer tend to be more stable @@ -56378,7 +61912,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 33 More downloads = more users have been using the plugin for a while @@ -56393,7 +61927,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

depman

+

qr_code

-

via Andrey Shapovalov

+

via Mathijs Bernson

-> Invokes depman-scanner to programmatically run Depman analysis +> Generates QR codes that you may use in the rest of your workflow.
@@ -56421,9 +61955,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - depman - testing - Arcsinus Dependency manager + qr_code + - + Generates QR codes that you may use in the rest of your workflow. @@ -56490,12 +62024,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 19 + 16 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -56505,7 +62039,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

gitlab_get_max_version_branch

+

lock_keychain

-

via xiongzenghui

+

via Alex Antonyuk

-> get a max version branch from a gitlab project, like: master_5.11.9 +> Plugin for locking unlocked keychain
@@ -56533,9 +62067,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_get_max_version_branch + lock_keychain - - get a max version branch from a gitlab project, like: master_5.11.9 + Plugin for locking unlocked keychain @@ -56557,12 +62091,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 @@ -56587,7 +62121,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 47 Project that have been around for longer tend to be more stable @@ -56602,12 +62136,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 10 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -56617,7 +62151,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

wexlane

+

enumerated_translations

-

via Chris River

+

via Mads Bøgeskov

-> Common tools for CI +> Converts a strings file to an enum, to make it more safe to access translations.
@@ -56645,14 +62179,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_get_version - - - Common tools for CI - - - ios_get_version + enumerated_translations - - Common tools for CI + Converts a strings file to an enum, to make it more safe to access translations. @@ -56674,7 +62203,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 @@ -56699,12 +62228,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 + 45 Project that have been around for longer tend to be more stable @@ -56719,12 +62248,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 9 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -56734,19 +62263,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
111
+
110
-

linear_api

+

bitrise_bcsymbolmaps

-

via Vinícius

+

via Oleksandr Skrypnyk

-> Provide an interface to access the Linear API +> Download BCSymbolMaps from Bitrise
@@ -56762,9 +62291,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - linear_api + bitrise_download_bcsymbolmaps - - Provide an interface to access the Linear API + Downloads BCSymbolMaps from Bitrise before uploading them to a crash reporting tool. + + + bitrise_clean_bcsymbolmaps + - + Cleans up downloaded artifacts. @@ -56796,7 +62330,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -56816,7 +62350,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 30 Project that have been around for longer tend to be more stable @@ -56831,12 +62365,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 7 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -56846,19 +62380,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
111
+
110
-

change_domain

+

get_last_circleci_build_number_bitbucket

-

via Anandu

+

via Dawid van der Hoven

-> Change the package name in android project +> fetches the last build number from circleci for a bitbucket project.
@@ -56874,9 +62408,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - change_domain + get_last_circleci_build_number_bitbucket - - Change the package identifier in the AndroidManifest.xml file + fetches the last build number from circleci. @@ -56903,7 +62437,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -56923,12 +62457,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 - 14 + 31 Project that have been around for longer tend to be more stable @@ -56943,7 +62477,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 46 + 6 More downloads = more users have been using the plugin for a while @@ -56958,7 +62492,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

aws_sns_topic

+

deploy_module_bintray

-

via Levi Bostian

+

via Bruno Oliveira

-> Fastlane plugin to public message to SNS topic. +> Gradle action to deploy a Module from an Android project
@@ -56986,9 +62520,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - aws_sns_topic + deploy_module_bintray - - Public a message to a AWS SNS topic. + Gradle actions to deploy a module from an Android project @@ -57010,7 +62544,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 @@ -57035,12 +62569,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 - 26 + 45 Project that have been around for longer tend to be more stable @@ -57050,17 +62584,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 - 9 + 36 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -57070,19 +62604,109 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
110
+
109
-

google_chat_message

+

zhuixi_build_app

-

via Douglas Garcia

+

via RedSevenMale

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

+ + Open on GitHub + +

+ +----- + +
109
+ +

work_wechat

+ +

via DevZhang

+ +> work wecaht webhook
@@ -57098,9 +62722,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - google_chat_message + work_wechat - - Send simple text messages to Google Chat + work wecaht webhook @@ -57132,7 +62756,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 2 + 0 More stars = more popular project @@ -57147,12 +62771,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 - 24 + 30 Project that have been around for longer tend to be more stable @@ -57167,12 +62791,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 - 3 + 9 The more tests a plugin has, the better @@ -57182,7 +62806,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

creator

+

goyuyun

-

via David Ackerman

+

via vincentwu08

-> Mobile build framework for rust-lang +> 一键发布至买好云
@@ -57210,14 +62834,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - creator_build_android - - - Builds apk file from rust project - - - creator_build_ios + goyuyun - - Builds ipa file from rust project + 一键发布至买好云 @@ -57239,12 +62858,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 @@ -57264,12 +62883,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 + 34 Project that have been around for longer tend to be more stable @@ -57284,12 +62903,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 24 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -57299,19 +62918,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
109
+
107
-

git_authors

+

jira_ticket

-

via Viktor Rutberg

+

via Dorian Cheignon

-> List authors of a Git repository +> get ticket in jira board
@@ -57327,9 +62946,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_authors + jira_ticket - - List all authors of a Git repository + get ticket in jira board @@ -57351,7 +62970,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 @@ -57381,7 +63000,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 28 Project that have been around for longer tend to be more stable @@ -57396,7 +63015,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 28 More downloads = more users have been using the plugin for a while @@ -57411,19 +63030,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
109
+
107
-

fileio_upload

+

asana_task

-

via Paul Bancarel

+

via respecu

-> This plugin enables to upload a file to file.io +> asana task plugin
@@ -57439,9 +63058,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fileio_upload + asana_task - - Upload file to file.io and share the link with anyone! + asana task plugin @@ -57488,12 +63107,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 - 13 + 25 Project that have been around for longer tend to be more stable @@ -57508,7 +63127,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 20 + 31 More downloads = more users have been using the plugin for a while @@ -57523,19 +63142,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
108
+
107
-

simplemdm

+

increment_version_build_number

-

via Shannon Hicks

+

via Jems

-> Fastlane plugin for uploading iOS builds to SimpleMDM +> Increment the version buld number of your android project with versionCode like versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild.
@@ -57551,9 +63170,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_to_simplemdm + increment_version_build_number - - Upload IPA to Simple MDM + Increment the version build number of your android project with version code like versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild. @@ -57575,12 +63194,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 0 More subscribers = more popular project @@ -57600,12 +63219,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 + 53 Project that have been around for longer tend to be more stable @@ -57620,7 +63239,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 6 More downloads = more users have been using the plugin for a while @@ -57635,19 +63254,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
108
+
107
-

postmark

+

slack_message

-

via Levi Bostian

+

via Doruk Kangal

-> Fastlane plugin to public message to SNS topic. +> Send a message to your Slack group
@@ -57663,9 +63282,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - postmark + slack_message - - Send emails via Postmark in fastlane! + Send a message to your [Slack](https://slack.com) group @@ -57717,7 +63336,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 24 + 17 Project that have been around for longer tend to be more stable @@ -57732,7 +63351,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 @@ -57747,19 +63366,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
108
+
106
-

unreleased_changelog

+

aliyunoss

-

via Manish Rathi

+

via yigua

-> A fastlane plugin to manage unreleased changelog using a YAML file. 🚀 +> upload package to aliyunoss
@@ -57775,29 +63394,121 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_unreleased_changelog + aliyunoss + - - - Get the unreleased changelog + + + +
+ + +
+Score details + + + - - - + + + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
add_unreleased_changelog-Add a new entry in unreleased changelogMetricPointsDescription
delete_unreleased_changelog-Delete changelog entry from unreleased changelogcontributors6The more contributors a project has, the more likely it is it stays alive
stamp_unreleased_changelog-Stamp unreleased changelogsubscribers3More subscribers = more popular project
ensure_unreleased_changelog--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
age23Project 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
tests3The more tests a plugin has, the better
+ +
+ +

+ + Open on GitHub + +

+ +----- + +
106
+ +

android_channels

+ +

via icyleaf

+ +> Package unsign apk with channels + + +
+Provided actions + + + + + + + + + + + + + +
NameCategoryDescription
android_channelsbuildingPackage apk file with channels
@@ -57844,12 +63555,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 + 40 Project that have been around for longer tend to be more stable @@ -57864,7 +63575,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 15 More downloads = more users have been using the plugin for a while @@ -57879,19 +63590,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
108
+
106
-

xcode_tools_select

+

gsheet_metadata

-

via Vincent HO-SUNE

+

via Kevin Morais

-> Sets the DEVELOPER_DIR environment, used by fastlane to run Xcode command line tools, to a specific Xcode version found on the current system. +> Generate metadata from Google Spreadsheet
@@ -57907,9 +63618,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. + gsheet_metadata + - + Generate metadata from Google Spreadsheet @@ -57956,12 +63667,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 + 40 Project that have been around for longer tend to be more stable @@ -57976,12 +63687,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 15 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -57991,19 +63702,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
107
+
106
-

appstore_reviews

+

acknowledgements

-

via Mirsad Arslanovic

+

via Simon Rice, Christophe Knage

-> Plugin to retrieve customer reviews for the app +> Use Fastlane to give credit where it's rightfully due
@@ -58019,9 +63730,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appstore_reviews + acknowledgements - - Plugin to retrieve customer reviews for the app + Use Fastlane to give credit where it's rightfully due. @@ -58043,12 +63754,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 @@ -58063,7 +63774,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 @@ -58073,7 +63784,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 1 + 49 Project that have been around for longer tend to be more stable @@ -58088,7 +63799,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 0 + 18 More downloads = more users have been using the plugin for a while @@ -58103,19 +63814,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
107
+
106
-

ding_talk_msg_push

+

azuredevops_envvars

-

via asynclog

+

via Star Leasing Company

-> dingTalk robot msg push tool +> A Fastlane plugin that provides passthrough access to AzureDevOps environment variables
@@ -58131,9 +63842,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - ding_talk_msg_push + azuredevops_envvars - - dingTalk robot msg push tool + A Fastlane plugin that provides passthrough access to AzureDevOps environment variables @@ -58160,7 +63871,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -58185,7 +63896,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 @@ -58200,7 +63911,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 25 More downloads = more users have been using the plugin for a while @@ -58215,19 +63926,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
107
+
106
-

hello_test

+

speculid

-

via Gianfranco Manganiello

+

via Leo Dion

-> test +> Use speculid to easily manage graphics in Xcode projects
@@ -58243,9 +63954,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - hello_test + speculid - - test + Use speculid to Easily Manage Graphics in Xcode Projects @@ -58267,7 +63978,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 @@ -58277,7 +63988,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -58297,7 +64008,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 39 Project that have been around for longer tend to be more stable @@ -58312,7 +64023,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 @@ -58327,19 +64038,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
107
+
105
-

release_version

+

push_cert_alert

-

via Leon Keijzer

+

via Nico Richard

-> This plugin makes it possible to release an already approved version in AppStore Connect +> Generate alerts for when your APNS push certificate expires or will expire soon
@@ -58355,14 +64066,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 + check_push_certificate - - This plugin makes it possible to release an already approved version in AppStore Connect + Easily create alerts for your APNS push certificate expiration @@ -58409,12 +64115,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 + 21 Project that have been around for longer tend to be more stable @@ -58429,7 +64135,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 8 More downloads = more users have been using the plugin for a while @@ -58444,19 +64150,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
107
+
104
-

schedule

+

s3_cert

-

via marumemomo

+

via Josh Lesch

-> Run lane from current time +> Store and install encrypted Certs from s3
@@ -58472,9 +64178,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_lane + s3_upload_certs - - Run lane from current time + Upload encrypted certs to s3 + + + s3_cert + - + Pull Certs from s3 and install them into keychain. @@ -58526,7 +64237,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 35 + 38 Project that have been around for longer tend to be more stable @@ -58541,7 +64252,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 17 More downloads = more users have been using the plugin for a while @@ -58556,19 +64267,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
106
+
104
-

user_default_set

+

gitlab_merge_request_add_note

-

via zhangqi

+

via xiongzenghui

-> fastlane save user default like ios userDefault +> add merge request note for gitlab server api
@@ -58584,9 +64295,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - user_default_set + gitlab_merge_request_add_note - - fastlane save user default like ios userDefault + add merge request note for gitlab server api @@ -58608,7 +64319,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 @@ -58638,7 +64349,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 35 Project that have been around for longer tend to be more stable @@ -58653,7 +64364,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 18 More downloads = more users have been using the plugin for a while @@ -58668,19 +64379,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
106
+
104
-

user_default_get

+

mailjet

-

via zhangqi

+

via thibaut noah

-> get value like ios userDefault +> plugin to send mail notifications for build release
@@ -58696,9 +64407,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - user_default_get + mailjet - - get value like ios userDefault + Send a custom message to an email group with mailjet @@ -58720,17 +64431,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 - 0 + 1 More stars = more popular project @@ -58750,7 +64461,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 36 Project that have been around for longer tend to be more stable @@ -58765,7 +64476,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 19 More downloads = more users have been using the plugin for a while @@ -58780,19 +64491,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
106
+
104
-

git_pull_branch

+

rm_derived_data

-

via Bhuvanesh BS

+

via xiongzenghui

-> pull code from different branch +> de
@@ -58808,9 +64519,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - git_pull_branch - - - pull code from different branch + rm_derived_data + building + after build finish remove xx.xcworkspace/xx.xcodeproj specify DerivedDatagst/* @@ -58862,7 +64573,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 @@ -58877,7 +64588,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 21 + 18 More downloads = more users have been using the plugin for a while @@ -58892,19 +64603,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
106
+
103
-

buggly

+

bitwarden

-

via zhuyunlong

+

via Ilija Boshkov

-> 上传Bugly +> Bitwarden CLI warpper plugin
@@ -58920,9 +64631,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - buggly + bitwarden_login - - Upload the dSYM file to Buggly crash analyze system. + 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. @@ -58949,7 +64675,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 15 More subscribers = more popular project @@ -58974,7 +64700,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 @@ -58989,12 +64715,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 9 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -59004,19 +64730,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
106
+
103
-

pgyer_v2

+

appsigner

-

via nice2m

+

via Valeriy Makarshin

-> pgyer for v2 suppor +> AppSigner
@@ -59032,9 +64758,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - pgyer + appsigner - - distribute app to pgyer beta testing service + AppSigner @@ -59066,7 +64792,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -59081,12 +64807,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 + 31 Project that have been around for longer tend to be more stable @@ -59101,12 +64827,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 15 More downloads = more users have been using the plugin for a while tests - 3 + 9 The more tests a plugin has, the better @@ -59116,19 +64842,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
105
+
103
-

rustore

+

gmail_notify

-

via Vladislav Onishchenko

+

via Antony Leons

-> Rustore fastlane integration plugin +> Sends a mail using SMTP
@@ -59144,9 +64870,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rustore_publish + gmail_notify - - Rustore fastlane integration plugin + Sends a mail using SMTP @@ -59178,12 +64904,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 5 + 1 More stars = more popular project forks - 5 + 0 More forks = more people seem to use/modify this project @@ -59198,7 +64924,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 4 + 11 Project that have been around for longer tend to be more stable @@ -59228,19 +64954,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
105
+
102
-

gitlab_tag_release

+

ravn_mobile

-

via Erick Martins

+

via ravnhq

-> Simple plugin to manage gitlab releases +> Utility actions for Fastlane build and deployment of Android and iOS apps for both native and cross platform implementations
@@ -59256,39 +64982,49 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_get_release - - + commit_version - + Commit version change for iOS and Android projects - gitlab_create_release - - + copy_output_artifacts - + Copies artifacts from Android and iOS builds into a directory for easy external access - gitlab_collect_release_evidence - - + import_ravn_lanes - + Imports private lanes from RAVN mobile CI/CD repository - gitlab_list_releases - - + increment_expo_version - + Increment version code and/or build number in app.json for Expo projects - gitlab_delete_tag - - + increment_version_code - + Increment version code for Android in gradle.properties - gitlab_update_release + is_expo - + Action to detect if the current project is using Expo + + + is_flutter - + Action to detect if the current project is using Flutter - gitlab_delete_release + is_react_native - + Action to detect if the current project is using React Native + + + setup_expo_project - + Set up an expo project (based on React Native) to work with fastlane @@ -59310,12 +65046,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 0 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 9 More subscribers = more popular project @@ -59340,7 +65076,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 15 + 9 Project that have been around for longer tend to be more stable @@ -59355,12 +65091,12 @@ 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 tests - 3 + 0 The more tests a plugin has, the better @@ -59370,19 +65106,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
105
+
102
-

line_message

+

resize_screenshots

-

via Wasith Theerapattrathamrong

+

via Levi Bostian

-> Use to send message to Line chat +> Resize screenshots taken from your simulator to use for Frameit.
@@ -59398,9 +65134,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - line_message - notifications - Use to send message to Line chat + resize_screenshots + - + Resize screenshots taken from your simulator to use for Frameit. @@ -59427,7 +65163,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -59437,7 +65173,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 @@ -59452,7 +65188,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 44 Project that have been around for longer tend to be more stable @@ -59462,12 +65198,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas github_issues - -1 + -2 Lots of open issues are not a good sign usually, unless the project is really popular downloads - 18 + 10 More downloads = more users have been using the plugin for a while @@ -59482,19 +65218,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
105
+
102
-

generate_xliff

+

gitlab_branch_diff

-

via Kostia Myts

+

via xiongzenghui

-> Generates XLIFF file +> gitlab compare two branch to get diffs
@@ -59510,14 +65246,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - generate_xliff - - - Generates XLIFF file - - - remove_xliff_artifacts + gitlab_branch_diff - - Generates XLIFF file + gitlab compare two branch to get diffs @@ -59539,17 +65270,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 - 2 + 0 More stars = more popular project @@ -59569,7 +65300,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 39 + 35 Project that have been around for longer tend to be more stable @@ -59584,12 +65315,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 10 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -59599,20 +65330,47 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
105
+
101
-

jira_set_feature_build

+

create_dmg

-

via Tommy Sadiq Hinrichsen

+

via Vitalii Budnik

-> Tags passed in Jira issue with a feature build url from parameter :url +> A plugin to build fancy DMGs. + + +
+Provided actions + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescription
update_dmg-Update files in template DMG
create_dmg-A Ruby wrapper over create-dmg.
+
@@ -59629,12 +65387,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 @@ -59654,17 +65412,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 + 22 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -59674,12 +65432,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 43 + 25 More downloads = more users have been using the plugin for a while tests - 0 + 6 The more tests a plugin has, the better @@ -59689,42 +65447,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
104
- -

git_add_tag

- -

via xiongzenghui

- -> git add tag wrapper +
101
+

upload_symbols_to_shake

-
-Provided actions +

via Shake Team

- - - - - - - - - - - - - - - -
NameCategoryDescription
git_add_tagsource_controlgit add tag wrapper
+> Upload dSYM to Shake -
@@ -59741,12 +65477,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -59766,17 +65502,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 - 27 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -59786,12 +65522,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 26 + 33 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -59801,19 +65537,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
103
+
100
-

enumerated_translations

+

codemagic

-

via Mads Bøgeskov

+

via Mikhail Matsera

-> Converts a strings file to an enum, to make it more safe to access translations. +> Fastlane plugin to trigger a Codemagic build with some options
@@ -59829,9 +65565,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - enumerated_translations + codemagic - - Converts a strings file to an enum, to make it more safe to access translations. + Fastlane plugin to trigger a Codemagic build with some options @@ -59853,7 +65589,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 @@ -59883,7 +65619,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 38 + 29 Project that have been around for longer tend to be more stable @@ -59898,7 +65634,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 @@ -59913,19 +65649,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
103
+
100
-

lock_keychain

+

fetch_metadata_from_google_sheets

-

via Alex Antonyuk

+

via kurarararara

-> Plugin for locking unlocked keychain +> Get App Store metadata from Google Sheets.
@@ -59941,9 +65677,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - lock_keychain + fetch_metadata_from_google_sheets - - Plugin for locking unlocked keychain + Get App Store metadata from Google Sheets. @@ -59970,7 +65706,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -59995,7 +65731,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 40 + 29 Project that have been around for longer tend to be more stable @@ -60010,7 +65746,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 14 More downloads = more users have been using the plugin for a while @@ -60025,19 +65761,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
103
+
100
-

post_google_chat

+

bugtags

-

via “tumlw”

+

via wliu6

-> Post google chat webhook +> Upload symbols to Bugtags
@@ -60053,9 +65789,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - post_google_chat + bugtags - - Send message to google chat + Upload symbols to Bugtags @@ -60082,12 +65818,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 @@ -60107,12 +65843,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 40 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -60122,7 +65858,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 8 More downloads = more users have been using the plugin for a while @@ -60137,42 +65873,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
102
- -

find_replace_regex

- -

via Jonathan Ritchie

- -> Find a string in a file and replace it with a new one. +
100
+

deploy_aws_s3_cloudfront

-
-Provided actions +

via Hector

- - - - - - - - - - - - - - - -
NameCategoryDescription
find_replace_regex-Find and replace a string in a project file
+> Deploy local directory to AWS S3 bucket and invalidate CloudFront -
@@ -60214,17 +65928,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 - 43 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -60234,12 +65948,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 50 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -60249,19 +65963,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
102
+
99
-

bitrise_bcsymbolmaps

+ -

via Oleksandr Skrypnyk

+

via David Brooks

-> Download BCSymbolMaps from Bitrise +> This plugin allows you to link two tickets together in JIRA
@@ -60277,14 +65992,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 - - - Cleans up downloaded artifacts. + jira_link + misc + This plugin allows you to link two tickets together in JIRA @@ -60331,12 +66041,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 + 26 Project that have been around for longer tend to be more stable @@ -60351,7 +66061,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 25 More downloads = more users have been using the plugin for a while @@ -60366,19 +66076,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
100
+
99
-

google_chat_v2

+

app_previews

-

via “mao-karrostech”

+

via Fausto

-> google chat v2 +> Upload app previews to the App Store Connect
@@ -60394,9 +66104,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - google_chat_v2 + upload_app_previews - - Send message to google chat v2 + Upload app previews to the App Store Connect @@ -60418,7 +66128,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 @@ -60448,7 +66158,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 32 Project that have been around for longer tend to be more stable @@ -60463,7 +66173,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 10 More downloads = more users have been using the plugin for a while @@ -60478,19 +66188,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
100
+
99
-

goyuyun

+

flutter_tests

-

via vincentwu08

+

via smaso

-> 一键发布至买好云 +> Extensions that helps to run flutter tests
@@ -60506,9 +66216,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - goyuyun + flutter_tests - - 一键发布至买好云 + Extension that helps to run flutter tests @@ -60530,12 +66240,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 @@ -60560,7 +66270,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 @@ -60580,7 +66290,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas tests - 3 + 0 The more tests a plugin has, the better @@ -60590,19 +66300,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
100
+
99
-

get_last_circleci_build_number_bitbucket

+

latest_play_store_version_code

-

via Dawid van der Hoven

+

via Jørgen P. Tjernø

-> fetches the last build number from circleci for a bitbucket project. +> Adds a latest_play_store_version_code action to fetch the latest Google Play Store version code for your project.
@@ -60618,9 +66328,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_last_circleci_build_number_bitbucket - - - fetches the last build number from circleci. + latest_play_store_version_code + production + Fetches most recent version code from the Google Play Store @@ -60647,7 +66357,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -60672,7 +66382,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 23 + 17 Project that have been around for longer tend to be more stable @@ -60687,12 +66397,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 - 3 + 0 The more tests a plugin has, the better @@ -60702,7 +66412,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

qr_code

+

approved

-

via Mathijs Bernson

+

via Chalermpong Satayavibul

-> Generates QR codes that you may use in the rest of your workflow. +> Approval helper
@@ -60730,9 +66440,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - qr_code + approved - - Generates QR codes that you may use in the rest of your workflow. + Approval helper + + + approved_precheck + - + Approval pre-check helper @@ -60779,102 +66494,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 - 10 - Project that have been around for longer tend to be more stable - - - major_release - 0 - Post 1.0 releases are great - - - github_issues - 0 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 10 - More downloads = more users have been using the plugin for a while - - - tests - 6 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
99
- -

u3d

- -

via Jerome Lacoste

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

- Open on GitHub + Open on GitHub

----- -
99
+
98
-

deploy_module_bintray

+

git_remove_tag

-

via Bruno Oliveira

+

via xiongzenghui

-> Gradle action to deploy a Module from an Android project +> remove git origin and remote repo tag
@@ -60932,9 +66557,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_license 20fastlane 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
downloads6728 More downloads = more users have been using the plugin for a while
tests03 The more tests a plugin has, the better
deploy_module_bintray-Gradle actions to deploy a module from an Android projectgit_remove_tagsource_controlremove git origin and remote repo tag
@@ -60956,7 +66581,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 @@ -60981,12 +66606,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 - 37 + 35 Project that have been around for longer tend to be more stable @@ -61001,12 +66626,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 33 + 12 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -61016,7 +66641,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -61024,11 +66649,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
98
-

android_channels

+

appcenter_get_recent_release_version

-

via icyleaf

+

via Kitti Pariyaakkarakul

-> Package unsign apk with channels +> Get recent release version from appcenter
@@ -61044,9 +66669,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - android_channels - building - Package apk file with channels + appcenter_get_recent_release_version + - + Get recent release version from appcenter @@ -61098,7 +66723,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 35 Project that have been around for longer tend to be more stable @@ -61113,7 +66738,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 12 More downloads = more users have been using the plugin for a while @@ -61128,19 +66753,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
97
+
98
-

acknowledgements

+

clean_xcarchive

-

via Simon Rice, Christophe Knage

+

via matsuda

-> Use Fastlane to give credit where it's rightfully due +> Fastlane plugin to remove xcarchive created when build & archive
@@ -61156,9 +66781,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - acknowledgements + clean_xcarchive - - Use Fastlane to give credit where it's rightfully due. + Delete the archive created at build @@ -61180,12 +66805,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 @@ -61200,22 +66825,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 - 42 + 26 Project that have been around for longer tend to be more stable major_release - 30 + 0 Post 1.0 releases are great @@ -61225,7 +66850,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 21 More downloads = more users have been using the plugin for a while @@ -61240,19 +66865,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
97
+
98
-

work_wechat

+

get_derived_data_path

-

via DevZhang

+

via Rajiv Shah

-> work wecaht webhook +> Retrieves the path of a workspace in DerivedData
@@ -61268,9 +66893,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - work_wechat + get_derived_data_path - - work wecaht webhook + Retrieves the path of a workspace in DerivedData @@ -61322,7 +66947,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 39 Project that have been around for longer tend to be more stable @@ -61332,17 +66957,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 - 18 + 9 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -61352,7 +66977,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -61360,11 +66985,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
97
-

azuredevops_envvars

+

roku_app_util

-

via Star Leasing Company

+

via Onyx Mueller

-> A Fastlane plugin that provides passthrough access to AzureDevOps environment variables +> Fastlane plugin for Roku app utility.
@@ -61380,9 +67005,29 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - azuredevops_envvars + roku_app_install - - A Fastlane plugin that provides passthrough access to AzureDevOps environment variables + Installs the app as a dev channel on a Roku target device + + + roku_app_package + - + Creates Roku package from application sources + + + roku_app_uninstall + - + Uninstalls any apps/dev channels on a Roku target device + + + roku_dev_server_check + - + Checks Roku dev server + + + roku_dev_server_rekey + - + Rekeys Roku dev server @@ -61409,17 +67054,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 1 + 3 More stars = more popular project forks - 0 + 15 More forks = more people seem to use/modify this project @@ -61434,7 +67079,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 20 Project that have been around for longer tend to be more stable @@ -61449,12 +67094,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 8 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -61464,7 +67109,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -61472,11 +67117,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
97
-

aliyunoss

+

universal_metadata

-

via yigua

+

via La Gregance

-> upload package to aliyunoss +> Unify metadata files for iOS & Android
@@ -61492,9 +67137,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - aliyunoss - - + universal_metadata - + Unify metadata files for iOS & Android @@ -61516,7 +67161,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 @@ -61526,12 +67171,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 @@ -61541,12 +67186,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 - 16 + 14 Project that have been around for longer tend to be more stable @@ -61561,12 +67206,12 @@ 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 tests - 3 + 0 The more tests a plugin has, the better @@ -61576,7 +67221,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -61584,11 +67229,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
97
-

gsheet_metadata

+

gitlab_merge_request_participants

-

via Kevin Morais

+

via xiongzenghui

-> Generate metadata from Google Spreadsheet +> Get a list of merge request participants
@@ -61604,9 +67249,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gsheet_metadata + gitlab_merge_request_participants - - Generate metadata from Google Spreadsheet + Get a list of merge request participants @@ -61658,7 +67303,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 33 + 35 Project that have been around for longer tend to be more stable @@ -61673,7 +67318,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 11 More downloads = more users have been using the plugin for a while @@ -61688,7 +67333,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -61696,11 +67341,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
97
-

asana_task

+

ci_apps

-

via respecu

+

via JiaqiangSong

-> asana task plugin +> Config multiple apps of CI
@@ -61716,9 +67361,44 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - asana_task + get_extensions - - asana task plugin + A short description with <= 80 characters of what this action does + + + ci_apps + - + Config multiple apps of CI + + + get_ci_apps + - + A short description with <= 80 characters of what this action does + + + get_ci_app_value + - + A short description with <= 80 characters of what this action does + + + get_ci_app + - + A short description with <= 80 characters of what this action does + + + get_emtitlements_plist_file_path + - + A short description with <= 80 characters of what this action does + + + get_target_type + - + A short description with <= 80 characters of what this action does + + + get_info_plist_file_path + - + A short description with <= 80 characters of what this action does @@ -61770,7 +67450,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 18 + 38 Project that have been around for longer tend to be more stable @@ -61785,7 +67465,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 28 + 8 More downloads = more users have been using the plugin for a while @@ -61800,19 +67480,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
96
+
97
-

gitlab_merge_request_add_note

+

teams_message_card

-

via xiongzenghui

+

via Dorian Cheignon

-> add merge request note for gitlab server api +> Send a message card to your Microsoft teams channel
@@ -61828,9 +67508,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_merge_request_add_note - - - add merge request note for gitlab server api + teams_message_card + notifications + Send a message card to your Microsoft teams channel @@ -61897,7 +67577,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 18 More downloads = more users have been using the plugin for a while @@ -61912,7 +67592,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -61920,11 +67600,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
96
-

rm_derived_data

+

cuttly_api

-

via xiongzenghui

+

via Yalan

-> de +> fastlane plugin for cuttly.
@@ -61940,9 +67620,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - rm_derived_data - building - after build finish remove xx.xcworkspace/xx.xcodeproj specify DerivedDatagst/* + cuttly_api + - + fastlane plugin for cuttly. @@ -61994,7 +67674,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 35 Project that have been around for longer tend to be more stable @@ -62009,7 +67689,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 @@ -62024,7 +67704,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -62032,11 +67712,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
96
-

increment_version_build_number

+

bowl

-

via Jems

+

via Benjamin Wulff

-> Increment the version buld number of your android project with versionCode like versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild. +> Handles uploads to BOWL backend
@@ -62052,9 +67732,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - increment_version_build_number + bowl - - Increment the version build number of your android project with version code like versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild. + Handles uploads to BOWL backend + + + get_gradle_property + - + - + + + set_gradle_property + - + Set the value of your project @@ -62081,7 +67771,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -62106,7 +67796,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 46 + 37 Project that have been around for longer tend to be more stable @@ -62121,7 +67811,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 8 More downloads = more users have been using the plugin for a while @@ -62136,7 +67826,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

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

discord_webhook_notifier

+

bugly

-

via Samuel B Bispo

+

via chaosky

-> Notify a Discord channel easily when a build breaks +> Upload dSYM to bugly. + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
bugly-Upload dSYM to bugly.
+
@@ -62166,7 +67878,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 @@ -62191,12 +67903,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 + 36 Project that have been around for longer tend to be more stable @@ -62211,12 +67923,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 64 + 12 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -62226,7 +67938,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -62234,11 +67946,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
96
-

ensure_swift_version

+

yalantis_ci

-

via Shashikant86

+

via Dima Vorona

-> This plugin ensure version of Swift language used for project +> Set of utilities and useful actions to help setup CI for Yalantis projects @@ -62316,111 +68028,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

- ------ - -
96
- -

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
downloads46More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
- -
- -

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

----- -
96
+
95
-

push_cert_alert

+

telegram-with-topic

-

via Nico Richard

+

via hendyevan

-> Generate alerts for when your APNS push certificate expires or will expire soon +> Allows post messages to telegram channel and topics (updated from existing plugins)
@@ -62436,9 +68057,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - check_push_certificate + telegram - - Easily create alerts for your APNS push certificate expiration + Allows post messages to telegram channel @@ -62465,7 +68086,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -62485,12 +68106,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 + 47 Project that have been around for longer tend to be more stable @@ -62505,7 +68126,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 0 More downloads = more users have been using the plugin for a while @@ -62520,42 +68141,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
96
- -

speculid

- -

via Leo Dion

- -> Use speculid to easily manage graphics in Xcode projects +
95
+

google_cloud_storage_update

-
-Provided actions +

via Jeroen Stoker

- - - - - - - - - - - - - - - -
NameCategoryDescription
speculid-Use speculid to Easily Manage Graphics in Xcode Projects
+> Google Cloud Storage -
@@ -62572,12 +68171,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -62597,12 +68196,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 - 31 + 0 Project that have been around for longer tend to be more stable @@ -62617,12 +68216,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 57 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -62632,7 +68231,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

@@ -62640,11 +68239,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
95
-

make

+

teletopic

-

via xiongzenghui

+

via hendyevan

-> Linux GNU Makefile make wrapper +> Allows post messages to telegram channel and topics (updated from existing plugins)
@@ -62660,9 +68259,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - make - building - Linux GNU Makefile make wrapper + telegram + - + Allows post messages to telegram channel @@ -62689,7 +68288,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -62714,7 +68313,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 28 + 47 Project that have been around for longer tend to be more stable @@ -62729,7 +68328,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 0 More downloads = more users have been using the plugin for a while @@ -62744,19 +68343,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
95
+
94
-

s3_cert

+

notifyworker

-

via Josh Lesch

+

via zlfyuan

-> Store and install encrypted Certs from s3 +> Notify some worker App's status
@@ -62772,14 +68371,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - s3_upload_certs - - - Upload encrypted certs to s3 - - - s3_cert + notifyworker - - Pull Certs from s3 and install them into keychain. + Notify some worker App's status @@ -62806,12 +68400,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project stars - 1 + 3 More stars = more popular project @@ -62831,7 +68425,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 22 Project that have been around for longer tend to be more stable @@ -62846,7 +68440,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 18 More downloads = more users have been using the plugin for a while @@ -62861,19 +68455,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
95
+
93
-

mailjet

+

fabulove

-

via thibaut noah

+

via carry

-> plugin to send mail notifications for build release +> "fabulove" distribution system fastlane plugin
@@ -62889,9 +68483,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - mailjet + fabulove - - Send a custom message to an email group with mailjet + 'fabulove' distribution system fastlane plugin @@ -62918,12 +68512,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 @@ -62958,7 +68552,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 17 + 13 More downloads = more users have been using the plugin for a while @@ -62973,19 +68567,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
95
+
93
-

jira_ticket

+

moss

-

via Dorian Cheignon

+

via Shaggon du

-> get ticket in jira board +> Moss is a tool that allows developers on Apple platforms to use any frameworks as a shared cache for frameworks built with Carthage.
@@ -63001,9 +68595,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - jira_ticket + moss - - get ticket in jira board + moss is a tool that allows developers on Apple platforms to use any frameworks as a shared cache for frameworks built with Carthage. @@ -63055,7 +68649,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 37 Project that have been around for longer tend to be more stable @@ -63070,12 +68664,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 8 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -63085,19 +68679,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
95
+
93
-

bitwarden

+

gitter

-

via Ilija Boshkov

+

via Andrew Havens

-> Bitwarden CLI warpper plugin +> A Fastlane plugin for sending a message to a Gitter room.
@@ -63113,24 +68707,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bitwarden_login - - - You can use this action to login to BitWarden and unlock the vault. - - - bitwarden_unlock_vault - - - You can use this action to download an item's attachment from BitWarden. - - - bitwarden_get_object - - - You can use this action to download an item's attachment from BitWarden. - - - bitwarden_download_attachment + gitter - - You can use this action to download an item's attachment from BitWarden. + Send a message to a Gitter room. @@ -63157,12 +68736,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 15 + 3 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -63182,7 +68761,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 26 + 33 Project that have been around for longer tend to be more stable @@ -63197,12 +68776,12 @@ 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 tests - 0 + 3 The more tests a plugin has, the better @@ -63212,19 +68791,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
94
+
93
-

slack_message

+

gitlab_increate_line_notes

-

via Doruk Kangal

+

via xiongzenghui

-> Send a message to your Slack group +> filter gitlab merge request changes files & swiftlint json, last add line code with gitlab discussion
@@ -63240,9 +68819,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - slack_message + gitlab_increate_line_notes - - Send a message to your [Slack](https://slack.com) group + filter gitlab merge request changes files & swiftlint json, last add line code with gitlab discussion @@ -63269,7 +68848,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -63289,12 +68868,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 + 35 Project that have been around for longer tend to be more stable @@ -63309,7 +68888,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 @@ -63324,19 +68903,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
94
+
92
-

resize_screenshots

+

itargetchecker

-

via Levi Bostian

+

via Catalin Prata

-> Resize screenshots taken from your simulator to use for Frameit. +> Checks the xcode proj file for targets and points out which files from the project are not present in a certain target.
@@ -63352,9 +68931,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - resize_screenshots + itargetchecker - - Resize screenshots taken from your simulator to use for Frameit. + Checks the xcodeproj file for targets and points out which files from the project are not present in a certain target. @@ -63381,7 +68960,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 9 More subscribers = more popular project @@ -63391,22 +68970,22 @@ 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 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 - 37 + 43 Project that have been around for longer tend to be more stable @@ -63416,12 +68995,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 - 9 + 30 More downloads = more users have been using the plugin for a while @@ -63436,19 +69015,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
93
+
91
-

gitlab_branch_diff

+

app47

-

via xiongzenghui

+

via Shannon Hicks

-> gitlab compare two branch to get diffs +> Fastlane plugin for uploading builds to App47
@@ -63464,9 +69043,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gitlab_branch_diff + upload_to_app47 - - gitlab compare two branch to get diffs + Upload IPA to Simple MDM @@ -63493,7 +69072,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project @@ -63518,7 +69097,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 27 + 23 Project that have been around for longer tend to be more stable @@ -63533,7 +69112,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 @@ -63548,19 +69127,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
93
+
91
-

appsigner

+

translate_gpt_release_notes

-

via Valeriy Makarshin

+

via Anton Karliner

-> AppSigner +> Translate release notes or changelogs for iOS and Android apps using OpenAI GPT API
@@ -63576,9 +69155,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appsigner + translate_gpt_release_notes - - AppSigner + Translate release notes or changelogs for iOS and Android apps using OpenAI's GPT API @@ -63605,12 +69184,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 @@ -63625,12 +69204,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 + 12 Project that have been around for longer tend to be more stable @@ -63645,12 +69224,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 5 More downloads = more users have been using the plugin for a while tests - 9 + 3 The more tests a plugin has, the better @@ -63660,19 +69239,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
92
+
90
-

bugtags

+

pgyer_upload_v2

-

via wliu6

+

via jiahao

-> Upload symbols to Bugtags +> distribute app to pgyer by API V2
@@ -63688,9 +69267,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bugtags + pgyer_upload_v2 - - Upload symbols to Bugtags + distribute app to pgyer_upload_v2 beta testing service @@ -63712,17 +69291,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 @@ -63742,7 +69321,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 22 Project that have been around for longer tend to be more stable @@ -63772,19 +69351,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
92
+
90
-

create_dmg

+

update_associated_domains

-

via Vitalii Budnik

+

via Lourenco Nicolas

-> A plugin to build fancy DMGs. +> This plugin changes the associated domains in the entitlements file
@@ -63800,14 +69379,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - update_dmg - - - Update files in template DMG - - - create_dmg - - - A Ruby wrapper over create-dmg. + update_associated_domains + project + This plugin changes the associated domains in the entitlements file @@ -63829,12 +69403,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 @@ -63859,7 +69433,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 15 + 18 Project that have been around for longer tend to be more stable @@ -63874,12 +69448,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 12 More downloads = more users have been using the plugin for a while tests - 6 + 3 The more tests a plugin has, the better @@ -63889,19 +69463,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
91
+
88
-

codemagic

+

cc_upload_dsym_to_bugly

-

via Mikhail Matsera

+

via pengchao

-> Fastlane plugin to trigger a Codemagic build with some options +> cc_upload_dsym_to_bugly
@@ -63917,9 +69491,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - codemagic + upload_dsym_to_bugly - - Fastlane plugin to trigger a Codemagic build with some options + upload_dsym_to_bugly @@ -63966,12 +69540,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 - 22 + 9 Project that have been around for longer tend to be more stable @@ -63986,7 +69560,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 3 More downloads = more users have been using the plugin for a while @@ -64001,20 +69575,42 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
91
+
88
-

version_from_last_tag

+

installonair

-

via Jeff Stein

+

via SpQuyt

-> Perform a regex on last (latest) git tag and perform a regex to extract a version number such as Release 1.2.3 +> Install On Air plugin integrated with Fastlane + + +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
installonair-Install On Air plugin integrated with Fastlane
+
@@ -64031,7 +69627,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 @@ -64056,12 +69652,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 + 16 Project that have been around for longer tend to be more stable @@ -64076,12 +69672,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 71 + 12 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -64091,20 +69687,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
91
+
87
-

app_previews

+

git_import

-

via Fausto

+

via Dmitry Frishbuter

-> Upload app previews to the App Store Connect +> Import all required fastlane dependencies from the git repository and keep your Fastfile simple!
@@ -64120,9 +69715,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - upload_app_previews + git_import - - Upload app previews to the App Store Connect + Import all required fastlane dependencies from the git repository and keep your Fastfile simple! @@ -64144,7 +69739,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 @@ -64154,7 +69749,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -64174,7 +69769,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 25 + 28 Project that have been around for longer tend to be more stable @@ -64189,7 +69784,7 @@ 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 @@ -64204,19 +69799,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
91
+
87
-

fetch_metadata_from_google_sheets

+

ns_update_ios_identifier

-

via kurarararara

+

via Miyabi Ogino

-> Get App Store metadata from Google Sheets. +> Update iOS's AppIdentifier for NativeScript.
@@ -64232,9 +69827,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fetch_metadata_from_google_sheets + ns_update_ios_identifier - - Get App Store metadata from Google Sheets. + Update iOS's AppIdentifier for NativeScript. @@ -64256,7 +69851,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 @@ -64301,12 +69896,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 13 + 6 More downloads = more users have been using the plugin for a while tests - 3 + 12 The more tests a plugin has, the better @@ -64316,19 +69911,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
90
+
86
-

get_derived_data_path

+

execute_api

-

via Rajiv Shah

+

via Pasan Eramusugoda

-> Retrieves the path of a workspace in DerivedData +> This plugin will be used to execute an api
@@ -64344,9 +69939,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - get_derived_data_path + execute_api + - - - Retrieves the path of a workspace in DerivedData @@ -64398,7 +69993,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 32 + 20 Project that have been around for longer tend to be more stable @@ -64408,17 +70003,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 - 8 + 12 More downloads = more users have been using the plugin for a while tests - 3 + 6 The more tests a plugin has, the better @@ -64428,19 +70023,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
90
+
86
- +

privatexcframeworkpackaging

-

via David Brooks

+

via Masami Yamate

-> This plugin allows you to link two tickets together in JIRA +> Generate a Swift package using the XCFramework uploaded to the Release assets of a private repository.
@@ -64456,9 +70051,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 + privatexcframeworkpackaging + - + Generate a Swift package using the XCFramework uploaded to the Release assets of a private repository. @@ -64485,7 +70080,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project @@ -64505,12 +70100,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 + 9 Project that have been around for longer tend to be more stable @@ -64525,7 +70120,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 23 + 1 More downloads = more users have been using the plugin for a while @@ -64540,42 +70135,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
90
- -

git_remove_tag

- -

via xiongzenghui

- -> remove git origin and remote repo tag +
85
+

pgyer_cl

-
-Provided actions +

via chenlei

- - - - - - - - - - - - - - - -
NameCategoryDescription
git_remove_tagsource_controlremove git origin and remote repo tag
+> pgyer_cl -
@@ -64597,7 +70170,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -64617,17 +70190,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 @@ -64637,12 +70210,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 35 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -64652,19 +70225,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
89
+
84
-

approved

+

fiv_increment_build_no

-

via Chalermpong Satayavibul

+

via Fivethree

-> Approval helper +> fastlane plugin for ionic 4
@@ -64680,14 +70254,34 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - approved + fivethree_ionic - - Approval helper + Fastlane plugin for Ionic v4 Projects - approved_precheck + fiv_update_version_and_build_no - - Approval pre-check helper + Fastlane plugin for Ionic v4 Projects + + + fiv_update_version + - + A short description with <= 80 characters of what this action does + + + fiv_increment_build_no + - + fastlane plugin for ionic 4 + + + fiv_build_ionic_android + - + A short description with <= 80 characters of what this action does + + + fiv_add_transparent_statusbar + - + You can use this action to do cool things... @@ -64714,12 +70308,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 6 More subscribers = more popular project stars - 0 + 2 More stars = more popular project @@ -64734,12 +70328,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 - 13 + 41 Project that have been around for longer tend to be more stable @@ -64754,12 +70348,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 15 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -64769,21 +70363,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
89
+
84
-

yalantis_ci

+

work_feishu

-

via Dima Vorona

+

via sunfjun

-> Set of utilities and useful actions to help setup CI for Yalantis projects +> work feishu webhook +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
work_feishu-work feishu webhook
+ +
+
Score details @@ -64799,7 +70415,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 @@ -64824,12 +70440,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 @@ -64844,12 +70460,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 69 + 5 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -64859,20 +70475,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
89
+
83
-

appcenter_get_recent_release_version

+

dingtalk_msg

-

via Kitti Pariyaakkarakul

+

via fuzhongqing

-> Get recent release version from appcenter +> dingtalk robot
@@ -64888,9 +70503,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - appcenter_get_recent_release_version + dingtalk_msg - - Get recent release version from appcenter + dingtalk robot @@ -64942,7 +70557,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 @@ -64957,12 +70572,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 9 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -64972,42 +70587,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
89
- -

gitlab_merge_request_participants

- -

via xiongzenghui

- -> Get a list of merge request participants +
83
+

jandi_webhook

-
-Provided actions +

via respecu

- - - - - - - - - - - - - - - -
NameCategoryDescription
gitlab_merge_request_participants-Get a list of merge request participants
+> webhook for jandi -
@@ -65024,12 +70617,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -65049,12 +70642,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 @@ -65069,12 +70662,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 45 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -65084,19 +70677,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
89
+
83
-

upload_symbols_to_shake

+

youtrack

-

via Shake Team

+

via Semen Kologrivov

-> Upload dSYM to Shake +> Use for communicating with YouTrack (fetching issue's info, adding comments and tags etc.) @@ -65114,7 +70707,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 @@ -65149,7 +70742,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -65159,7 +70752,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 63 More downloads = more users have been using the plugin for a while @@ -65174,52 +70767,129 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
89
+
80
-

circle_ci

+

imagesgoldenrun

-

via Manish Rathi

+

via Luís Esteves

+ +> this allows comparing images from a golden run with the actual results -> A fastlane plugin for Circle CI. 🚀
-Provided actions +Score details - - + + - - - + + + - - - + + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
download_circle_ci_artifact-Download the CircleCI artifact file.contributors0The more contributors a project has, the more likely it is it stays alive
trigger_circle_ci_job-Triggers a new CircleCI Jobsubscribers0More subscribers = more popular project
get_circle_ci_build_status-CircleCI build statusstars0More stars = more popular project
get_circle_ci_artifactsforks0More 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) + +

+ +----- + +
80
+ +

xiaomi_devupload

+ +

via BangZ

+ +> Fastlane plugin for upload android app to xiaomi market + + +
+Provided actions + + + + + + + + + + + + - +
NameCategoryDescription
xiaomi_devupload -List the CircleCI artifacts.Fastlane plugin for upload android app to xiaomi market
@@ -65241,7 +70911,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 @@ -65251,7 +70921,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -65271,7 +70941,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 21 Project that have been around for longer tend to be more stable @@ -65281,17 +70951,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 + 8 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -65301,19 +70971,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
89
+
78
-

ci_apps

+

generic_version

-

via JiaqiangSong

+

via Felix Rudat

-> Config multiple apps of CI +> Manage your app version for Android and iOS
@@ -65329,44 +70999,29 @@ 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 + generic_version - - A short description with <= 80 characters of what this action does + Manage your app version for Android and iOS - get_ci_app + get_app_build - - A short description with <= 80 characters of what this action does + Manage your app build for Android and iOS - get_emtitlements_plist_file_path + get_app_version - - A short description with <= 80 characters of what this action does + Manage your app version for Android and iOS - get_target_type + set_app_build - - A short description with <= 80 characters of what this action does + Manage your app build for Android and iOS - get_info_plist_file_path + set_app_version - - A short description with <= 80 characters of what this action does + Manage your app version for Android and iOS @@ -65418,7 +71073,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 31 + 18 Project that have been around for longer tend to be more stable @@ -65433,7 +71088,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 @@ -65448,19 +71103,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
89
+
77
-

bowl

+

googledrive_spquyt

-

via Benjamin Wulff

+

via QuocTA-Amela

-> Handles uploads to BOWL backend +> CRUD files and folders on Google Drive
@@ -65476,19 +71131,24 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bowl + create_google_drive_folder - - Handles uploads to BOWL backend + Create new folder on Google Drive - get_gradle_property + list_files_google_drive - + List files on Google Drive + + + update_google_drive_file - + Update a Google Drive file - set_gradle_property + upload_to_google_drive - - Set the value of your project + Upload files to Google Drive @@ -65520,7 +71180,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -65540,7 +71200,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 15 Project that have been around for longer tend to be more stable @@ -65555,7 +71215,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 @@ -65570,19 +71230,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
88
+
76
-

auto_version_name

+

appcenter_codepush

-

via gileadeteixeira

+

via ledutu

-> Generate incremented version names from Apple and Google stores +> Plugin for codepush to appcenter
@@ -65598,9 +71258,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - auto_version_name - - + appcenter_codepush - + Plugin for codepush to appcenter @@ -65627,7 +71287,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 3 More subscribers = more popular project @@ -65652,7 +71312,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 9 + 14 Project that have been around for longer tend to be more stable @@ -65667,7 +71327,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 @@ -65682,19 +71342,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
88
+
74
-

gmail_notify

+

flutter_ios_integrate

-

via Antony Leons

+

via Akring

-> Sends a mail using SMTP +> Fastlane plugin to integrate flutter to existing iOS project
@@ -65710,9 +71370,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - gmail_notify + flutter_ios_integrate - - Sends a mail using SMTP + Fastlane plugin to integrate flutter to existing iOS project @@ -65744,7 +71404,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -65759,12 +71419,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 + 14 Project that have been around for longer tend to be more stable @@ -65779,7 +71439,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 @@ -65794,19 +71454,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
88
+
73
-

cuttly_api

+

flutter_build_increment

-

via Yalan

+

via Matthias Seiderer

-> fastlane plugin for cuttly. +> Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2
@@ -65822,9 +71482,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - cuttly_api + flutter_build_increment - - fastlane plugin for cuttly. + Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2 @@ -65846,7 +71506,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 @@ -65871,12 +71531,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 + 22 Project that have been around for longer tend to be more stable @@ -65891,7 +71551,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 19 More downloads = more users have been using the plugin for a while @@ -65906,19 +71566,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
88
+
73
-

latest_play_store_version_code

+

crashlytics_uploadsymbols_downloader

-

via Jørgen P. Tjernø

+

via chedabob

-> Adds a latest_play_store_version_code action to fetch the latest Google Play Store version code for your project. +> Downloads the upload-symbols binary for projects that use SPM but dont want to have to install all of the packages to use it
@@ -65934,9 +71594,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - latest_play_store_version_code - production - Fetches most recent version code from the Google Play Store + 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 @@ -65983,12 +71643,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 + 18 Project that have been around for longer tend to be more stable @@ -66003,12 +71663,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 4 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -66018,19 +71678,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
88
+
73
-

zhuixi_build_app

+

mls_setup_ci

-

via RedSevenMale

+

via MyLittleSuite

-> build ios app from different channel +> MyLittleSuite Setup CI @@ -66048,7 +71708,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 @@ -66083,7 +71743,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -66093,7 +71753,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 26 + 53 More downloads = more users have been using the plugin for a while @@ -66108,19 +71768,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
88
+
72
-

bugly

+

sendgrid

-

via chaosky

+

via OTVENTURES\Tarek.Mohammed

-> Upload dSYM to bugly. +> send email with sendgrid
@@ -66136,9 +71797,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - bugly + sendgrid - - Upload dSYM to bugly. + send email with sendgrid @@ -66165,7 +71826,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -66190,7 +71851,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 29 + 12 Project that have been around for longer tend to be more stable @@ -66205,7 +71866,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 + 9 More downloads = more users have been using the plugin for a while @@ -66220,19 +71881,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
87
+
71
-

roku_app_util

+

appdevops

-

via Onyx Mueller

+

via yaochenfeng

-> Fastlane plugin for Roku app utility. +> app自动化
@@ -66248,29 +71909,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - roku_app_install - - - Installs the app as a dev channel on a Roku target device - - - roku_app_package - - - Creates Roku package from application sources - - - roku_app_uninstall + appdevops - - Uninstalls any apps/dev channels on a Roku target device + app自动化 - roku_dev_server_check + ios_auto_build_ipa - - Checks Roku dev server + iOS自动打包 - roku_dev_server_rekey + ios_auto_upload - - Rekeys Roku dev server + A short description with <= 80 characters of what this action does @@ -66297,17 +71948,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 3 More subscribers = more popular project stars - 3 + 0 More stars = more popular project forks - 15 + 0 More forks = more people seem to use/modify this project @@ -66322,7 +71973,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 13 + 15 Project that have been around for longer tend to be more stable @@ -66342,7 +71993,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas tests - 0 + 3 The more tests a plugin has, the better @@ -66352,42 +72003,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
87
- -

flutter_tests

- -

via smaso

- -> Extensions that helps to run flutter tests +
71
+

update_device_name

-
-Provided actions +

via huyanping

- - - - - - - - - - - - - - - -
NameCategoryDescription
flutter_tests-Extension that helps to run flutter tests
+> update device name -
@@ -66404,7 +72033,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 @@ -66429,12 +72058,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 - 12 + 0 Project that have been around for longer tend to be more stable @@ -66449,7 +72078,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 33 More downloads = more users have been using the plugin for a while @@ -66464,19 +72093,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
87
+
70
-

ravn_mobile

+

appbox_uploadipa

-

via ravnhq

+

via eskaseptian

-> Utility actions for Fastlane build and deployment of Android and iOS apps for both native and cross platform implementations +> Uploading ipa file to Appbox
@@ -66492,49 +72121,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - commit_version - - - Commit version change for iOS and Android projects - - - copy_output_artifacts - - - Copies artifacts from Android and iOS builds into a directory for easy external access - - - import_ravn_lanes - - - Imports private lanes from RAVN mobile CI/CD repository - - - increment_expo_version - - - Increment version code and/or build number in app.json for Expo projects - - - increment_version_code - - - Increment version code for Android in gradle.properties - - - is_expo - - - Action to detect if the current project is using Expo - - - is_flutter - - - Action to detect if the current project is using Flutter - - - is_react_native - - - Action to detect if the current project is using React Native - - - setup_expo_project + appbox_uploadipa - - Set up an expo project (based on React Native) to work with fastlane + Uploading ipa file to Appbox @@ -66561,7 +72150,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 3 More subscribers = more popular project @@ -66581,12 +72170,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 - 1 + 16 Project that have been around for longer tend to be more stable @@ -66601,12 +72190,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 @@ -66616,42 +72205,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
86
- -

gitlab_increate_line_notes

- -

via xiongzenghui

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

emoji_fetcher

-
-Provided actions +

via Felix Krause

- - - - - - - - - - - - - - - -
NameCategoryDescription
gitlab_increate_line_notes-filter gitlab merge request changes files & swiftlint json, last add line code with gitlab discussion
+> Fetch the emoji font file and copy it to a local directory -
@@ -66668,7 +72235,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 @@ -66693,12 +72260,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 @@ -66713,12 +72280,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 10 + 30 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -66728,42 +72295,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
85
- -

gitter

- -

via Andrew Havens

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

teams_card

-
-Provided actions +

via Kondamon

- - - - - - - - - - - - - - - -
NameCategoryDescription
gitter-Send a message to a Gitter room.
+> Easily alert a Microsoft Teams channel, group chat or chat via Workflows -
@@ -66785,7 +72330,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -66805,17 +72350,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 @@ -66825,12 +72370,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 18 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -66840,19 +72385,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
85
+
67
-

fabulove

+

auth_with_github_app

-

via carry

+

via k-kohey

-> "fabulove" distribution system fastlane plugin +> Get a GitHub access token using the GitHub App
@@ -66868,9 +72414,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - fabulove + auth_with_github_app - - 'fabulove' distribution system fastlane plugin + Get a GitHub access token using the GitHub App @@ -66922,7 +72468,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 22 + 14 Project that have been around for longer tend to be more stable @@ -66937,7 +72483,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 12 + 2 More downloads = more users have been using the plugin for a while @@ -66952,19 +72498,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
85
+
67
-

moss

+

package_submit

-

via Shaggon du

+

via Akring

-> Moss is a tool that allows developers on Apple platforms to use any frameworks as a shared cache for frameworks built with Carthage. +> Upload ipa and associated .plist to specified server.
@@ -66980,9 +72526,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - moss + package_submit + - - - moss is a tool that allows developers on Apple platforms to use any frameworks as a shared cache for frameworks built with Carthage. @@ -67034,7 +72580,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 30 + 14 Project that have been around for longer tend to be more stable @@ -67049,12 +72595,12 @@ 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 tests - 0 + 3 The more tests a plugin has, the better @@ -67064,42 +72610,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
84
- -

notifyworker

- -

via zlfyuan

- -> Notify some worker App's status +
65
+

fetch_itc_versions

-
-Provided actions +

via Bennett Rogers

- - - - - - - - - - - - - - - -
NameCategoryDescription
notifyworker-Notify some worker App's status
+> Returns a listing of all app versions and their latest builds from iTunes Connect. -
@@ -67116,17 +72640,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 - 3 + 0 More subscribers = more popular project stars - 3 + 0 More stars = more popular project @@ -67141,12 +72665,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 - 15 + 0 Project that have been around for longer tend to be more stable @@ -67161,12 +72685,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 15 + 27 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -67176,19 +72700,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
83
+
65
-

clean_xcarchive

+

testlane

-

via matsuda

+

via pawanr@lambdatest.com

-> Fastlane plugin to remove xcarchive created when build & archive +> Testing fastlane
@@ -67204,9 +72728,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - clean_xcarchive + upload_to_lambdatest_app_live - - Delete the archive created at build + Uploads IPA and APK files to Lambdatest for test. @@ -67258,7 +72782,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 19 + 12 Project that have been around for longer tend to be more stable @@ -67273,7 +72797,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 @@ -67288,19 +72812,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
83
+
64
-

teams_message_card

+

upload_to_oss

-

via Dorian Cheignon

+

via zhaozq

-> Send a message card to your Microsoft teams channel +> 上传ipa文件到oss
@@ -67316,9 +72840,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 + upload_to_oss + - + - @@ -67370,7 +72894,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 21 + 10 Project that have been around for longer tend to be more stable @@ -67385,119 +72909,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 11 - More downloads = more users have been using the plugin for a while - - - tests 3 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
83
- -

app47

- -

via Shannon Hicks

- -> Fastlane plugin for uploading builds to App47 - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
upload_to_app47-Upload IPA to Simple MDM
- -
- - -
-Score details - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -67512,42 +72924,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
82
- -

pgyer_upload_v2

- -

via jiahao

- -> distribute app to pgyer by API V2 +
62
+

shorebird

-
-Provided actions +

via Shorebird

-
MetricPointsDescription
contributors6The more contributors a project has, the more likely it is it stays alive
subscribers6More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score25How well is the README of the document written
age16Project 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
downloads7 More downloads = more users have been using the plugin for a while
- - - - - - - - - - - - - - -
NameCategoryDescription
pgyer_upload_v2-distribute app to pgyer_upload_v2 beta testing service
+> Create Shorebird releases and patches -
@@ -67564,7 +72954,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 @@ -67589,12 +72979,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 - 15 + 0 Project that have been around for longer tend to be more stable @@ -67609,12 +72999,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 7 + 42 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -67624,42 +73014,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
82
- -

itargetchecker

- -

via Catalin Prata

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

sxc_aliyun_oss

-
-Provided actions +

via JimmyDaddy

- - - - - - - - - - - - - - - -
NameCategoryDescription
itargetchecker-Checks the xcodeproj file for targets and points out which files from the project are not present in a certain target.
+> sxc aliyun oss uploader -
@@ -67681,32 +73050,32 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 9 + 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 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 - 36 + 0 Project that have been around for longer tend to be more stable @@ -67721,12 +73090,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 - 3 + 0 The more tests a plugin has, the better @@ -67736,42 +73105,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
82
- -

universal_metadata

- -

via La Gregance

- -> Unify metadata files for iOS & Android +
60
+

bw_open_finder

-
-Provided actions +

via xubowen

- - - - - - - - - - - - - - - -
NameCategoryDescription
universal_metadata-Unify metadata files for iOS & Android
+> this is tool for mac osx to open finder -
@@ -67793,7 +73141,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -67813,17 +73161,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 - 7 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -67833,7 +73181,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 10 More downloads = more users have been using the plugin for a while @@ -67848,19 +73196,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
82
+
59
-

pgyer_cl

+

semantic_versioning

-

via chenlei

+

via Karsten Silkenbäumer

-> pgyer_cl +> Version and changelog management following semver and conventional commits. @@ -67923,7 +73272,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 32 + 9 More downloads = more users have been using the plugin for a while @@ -67938,43 +73287,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
81
+
58
-

translate_gpt_release_notes

+

rename_android

-

via Anton Karliner

+

via Josh Holtz, Sourcetoad

-> Translate release notes or changelogs for iOS and Android apps using OpenAI GPT API - - -
-Provided actions - - - - - - - - - - - - - - - - -
NameCategoryDescription
translate_gpt_release_notes-Translate release notes or changelogs for iOS and Android apps using OpenAI's GPT API
+> Renames Android package for .java, .kt, AndroidManifest.xml, and build.gradle files -
@@ -68001,7 +73328,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -68016,17 +73343,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 - 5 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -68036,12 +73363,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 8 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -68051,43 +73378,113 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
80
+
58
-

ns_update_ios_identifier

+

open_finder

-

via Miyabi Ogino

+

via xiongzenghui

+ +> this is tool for mac os x to open finder -> Update iOS's AppIdentifier for NativeScript.
-Provided actions +Score details - - + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
ns_update_ios_identifier-Update iOS's AppIdentifier for NativeScript.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
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) + +

+ +----- + +
57
+ +

au_danger_gitlab

+ +

via Emil

+ +> Allows to use Danger on GitLab + +
Score details @@ -68108,7 +73505,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -68128,12 +73525,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 - 14 + 0 Project that have been around for longer tend to be more stable @@ -68148,12 +73545,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 37 More downloads = more users have been using the plugin for a while tests - 12 + 0 The more tests a plugin has, the better @@ -68163,42 +73560,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
79
- -

git_import

- -

via Dmitry Frishbuter

- -> Import all required fastlane dependencies from the git repository and keep your Fastfile simple! +
56
+

open_folder

-
-Provided actions +

via suqiang

- - - - - - - - - - - - - - - -
NameCategoryDescription
git_import-Import all required fastlane dependencies from the git repository and keep your Fastfile simple!
+> open a path with finder -
@@ -68220,12 +73596,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -68240,17 +73616,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 - 21 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -68265,7 +73641,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas tests - 3 + 0 The more tests a plugin has, the better @@ -68275,42 +73651,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
78
- -

cc_upload_dsym_to_bugly

- -

via pengchao

- -> cc_upload_dsym_to_bugly +
56
+

outlook

-
-Provided actions +

via OTVENTURES\Tarek.Mohammed

- - - - - - - - - - - - - - - -
NameCategoryDescription
upload_dsym_to_bugly-upload_dsym_to_bugly
+> send email using outlook -
@@ -68327,12 +73682,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -68352,12 +73707,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 - 1 + 0 Project that have been around for longer tend to be more stable @@ -68372,12 +73727,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 18 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -68387,42 +73742,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
78
- -

execute_api

- -

via Pasan Eramusugoda

- -> This plugin will be used to execute an api +
55
+

appcenter_releases

-
-Provided actions +

via Qutaibah Esa

- - - - - - - - - - - - - - - -
NameCategoryDescription
execute_api--
+> Get app releases information from AppCenter -
@@ -68439,12 +73772,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -68464,12 +73797,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 - 13 + 0 Project that have been around for longer tend to be more stable @@ -68484,12 +73817,12 @@ 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 tests - 6 + 0 The more tests a plugin has, the better @@ -68499,42 +73832,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
78
- -

privatexcframeworkpackaging

- -

via Masami Yamate

- -> Generate a Swift package using the XCFramework uploaded to the Release assets of a private repository. +
55
+

pgyer-password

-
-Provided actions +

via Kila2

- - - - - - - - - - - - - - - -
NameCategoryDescription
privatexcframeworkpackaging-Generate a Swift package using the XCFramework uploaded to the Release assets of a private repository.
+> distribute app to pgyer beta testing service -
@@ -68551,12 +73862,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 6 + 0 More subscribers = more popular project @@ -68576,12 +73887,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 - 2 + 0 Project that have been around for longer tend to be more stable @@ -68596,7 +73907,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 0 + 17 More downloads = more users have been using the plugin for a while @@ -68611,42 +73922,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
78
- -

installonair

- -

via SpQuyt

- -> Install On Air plugin integrated with Fastlane +
54
+

carthage_cache_ftps

-
-Provided actions +

via Wolfgang Lutz

- - - - - - - - - - - - - - - -
NameCategoryDescription
installonair-Install On Air plugin integrated with Fastlane
+> Allows to publish or install the carthage builds via ftps to avoid recompilation -
@@ -68663,7 +73952,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 @@ -68688,12 +73977,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 - 9 + 0 Project that have been around for longer tend to be more stable @@ -68708,12 +73997,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 34 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -68723,68 +74012,113 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
76
+
54
-

fiv_increment_build_no

+

sq_ci_tools

-

via Fivethree

+

via Semen Kologrivov

+ +> CI Library for sequenia's projects -> fastlane plugin for ionic 4
-Provided actions +Score details - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
fivethree_ionic-Fastlane plugin for Ionic v4 Projectscontributors0The more contributors a project has, the more likely it is it stays alive
fiv_update_version_and_build_no-Fastlane plugin for Ionic v4 Projectssubscribers0More subscribers = more popular project
fiv_update_version-A short description with <= 80 characters of what this action doesstars0More stars = more popular project
fiv_increment_build_no-fastlane plugin for ionic 4forks0More forks = more people seem to use/modify this project
fiv_build_ionic_android-A short description with <= 80 characters of what this action doeshas_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
fiv_add_transparent_statusbar-You can use this action to do cool things...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
downloads4More 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) + +

+ +----- + +
53
+ +

google_cloud_storage_rebooted

+ +

via Ivan Huang

+ +> Google Cloud Storage plugin for fastlane that implements upload & download operation.🚀 + +
Score details @@ -68805,12 +74139,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project stars - 2 + 0 More stars = more popular project @@ -68830,12 +74164,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 34 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -68845,7 +74179,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 3 More downloads = more users have been using the plugin for a while @@ -68860,42 +74194,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
75
- -

dingtalk_msg

- -

via fuzhongqing

- -> dingtalk robot +
53
+

install_provisioning_profile

-
-Provided actions +

via Alexey Martynov

- - - - - - - - - - - - - - - -
NameCategoryDescription
dingtalk_msg-dingtalk robot
+> This plugin installs provisioning profile to Xcode Provisioning Profiles directory -
@@ -68917,7 +74230,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -68937,12 +74250,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 - 19 + 0 Project that have been around for longer tend to be more stable @@ -68957,7 +74270,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 33 More downloads = more users have been using the plugin for a while @@ -68972,42 +74285,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
75
- -

work_feishu

- -

via sunfjun

- -> work feishu webhook +
53
+

easy_deploy

-
-Provided actions +

via Lukas Baranauskas

- - - - - - - - - - - - - - - -
NameCategoryDescription
work_feishu-work feishu webhook
+> Simplified deployment for mobile applications -
@@ -69024,7 +74316,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 @@ -69049,12 +74341,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 - 11 + 0 Project that have been around for longer tend to be more stable @@ -69069,12 +74361,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 15 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -69084,19 +74376,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
75
+
53
-

imagesgoldenrun

+

update_version_name

-

via Luís Esteves

+

via Thiago Rodrigues

-> this allows comparing images from a golden run with the actual results +> Updates the versionName in the build.gradle file of an Android project @@ -69149,7 +74441,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -69159,7 +74451,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 55 + 3 More downloads = more users have been using the plugin for a while @@ -69174,44 +74466,113 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
74
+
52
-

update_associated_domains

+

upload_to_loadly

-

via Lourenco Nicolas

+

via aliffazfar

+ +> Loadly.io is the ultimate platform for app beta testing and distribution, offering unlimited app uploads and downloads, enhanced security, detailed analytics, and seamless integration. Alternative to TestFlight and Diawi -> This plugin changes the associated domains in the entitlements file
-Provided actions +Score details - - + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
update_associated_domainsprojectThis plugin changes the associated domains in the entitlements filecontributors0The 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
downloads2More 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) + +

+ +----- + +
52
+ +

pixie

+ +

via Piotrek Dubiel

+ +> Show your build status on PIXIE! + +
Score details @@ -69227,7 +74588,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 @@ -69252,12 +74613,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 - 11 + 0 Project that have been around for longer tend to be more stable @@ -69272,12 +74633,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 32 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -69287,19 +74648,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
74
+
52
-

screenshotbot

+

redmine_file_upload

-

via Apadmi Limited

+

via Pravin Dodia

-> Fastlane pluging to install the Screenshotbot recorder tool and upload your screenshots +> A fastlane plugin to upload file contents to Redmine @@ -69317,7 +74679,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 @@ -69352,7 +74714,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 0 + 30 Post 1.0 releases are great @@ -69362,7 +74724,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 42 + 2 More downloads = more users have been using the plugin for a while @@ -69377,19 +74739,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
73
+
52
-

jandi_webhook

+

manage_android_versions

-

via respecu

+

via Bruno Correia

-> webhook for jandi +> An easy way to manage your Android App versions. @@ -69407,7 +74770,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 @@ -69452,7 +74815,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 41 + 32 More downloads = more users have been using the plugin for a while @@ -69467,42 +74830,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
71
- -

xiaomi_devupload

- -

via BangZ

- -> Fastlane plugin for upload android app to xiaomi market +
51
+

rescan_flaky_tests

-
-Provided actions +

via Ichiko Moro

- - - - - - - - - - - - - - - -
NameCategoryDescription
xiaomi_devupload-Fastlane plugin for upload android app to xiaomi market
+> Re-run `scan` action for each failed test cases. -
@@ -69519,17 +74861,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 - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -69544,12 +74886,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 - 14 + 0 Project that have been around for longer tend to be more stable @@ -69559,17 +74901,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 - 6 + 13 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -69579,63 +74921,112 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
67
+
51
-

generic_version

+

fossify

-

via Felix Rudat

+

via Naveen Singh

+ +> This fastlane plugin provides actions for managing Fossify app releases, including testing, deploying to Play Store, and updating metadata. -> Manage your app version for Android and iOS
-Provided actions +Score details - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
generic_version-Manage your app version for Android and iOScontributors0The more contributors a project has, the more likely it is it stays alive
get_app_build-Manage your app build for Android and iOSsubscribers0More subscribers = more popular project
get_app_version-Manage your app version for Android and iOSstars0More stars = more popular project
set_app_build-Manage your app build for Android and iOSforks0More forks = more people seem to use/modify this project
set_app_version-Manage your app version for Android and iOShas_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
downloads1More 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) + +

+ +----- + +
51
+ +

loadly

+ +

via Phu Hoang

+ +> Upload .ipa or .apk file to loadly.com + +
Score details @@ -69656,7 +75047,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -69676,17 +75067,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 @@ -69696,12 +75087,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5 + 1 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -69711,57 +75102,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
66
- -

googledrive_spquyt

- -

via QuocTA-Amela

- -> CRUD files and folders on Google Drive +
51
+

new_telegram

-
-Provided actions +

via Tran Thanh Phuong Dang

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
create_google_drive_folder-Create new folder on Google Drive
list_files_google_drive-List files on Google Drive
update_google_drive_file-Update a Google Drive file
upload_to_google_drive-Upload files to Google Drive
+> Allows post messages to telegram channel -
@@ -69783,12 +75138,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project stars - 1 + 0 More stars = more popular project @@ -69803,17 +75158,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 - 8 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -69823,12 +75178,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 1 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -69838,42 +75193,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
66
- -

appcenter_codepush

- -

via ledutu

- -> Plugin for codepush to appcenter +
51
+

kmm_pusher

-
-Provided actions +

via Yazan Tarifi

- - - - - - - - - - - - - - - -
NameCategoryDescription
appcenter_codepush-Plugin for codepush to appcenter
+> Kotlin Multiplatform Mobile Plugin to Collect Android and IOS Builds to Push them on Slack -
@@ -69895,7 +75229,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -69915,17 +75249,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 - 7 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -69935,12 +75269,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 - 3 + 0 The more tests a plugin has, the better @@ -69950,42 +75284,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
64
- -

crashlytics_uploadsymbols_downloader

+
51
-

via chedabob

+

upload_to_ru_store

-> Downloads the upload-symbols binary for projects that use SPM but dont want to have to install all of the packages to use it +

via Kopylov Ivan

+> Fastlane plugin to upload Android builds to RuStore -
-Provided actions - - - - - - - - - - - - - - - - -
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
- -
@@ -70007,7 +75320,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -70027,17 +75340,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 - 10 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -70047,12 +75360,12 @@ 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 tests - 3 + 0 The more tests a plugin has, the better @@ -70062,42 +75375,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
64
- -

flutter_ios_integrate

- -

via Akring

- -> Fastlane plugin to integrate flutter to existing iOS project +
51
+

round14tech-semantic_release

-
-Provided actions +

via Jiří Otáhal

- - - - - - - - - - - - - - - -
NameCategoryDescription
flutter_ios_integrate-Fastlane plugin to integrate flutter to existing iOS project
+> Automated version managment and generator of release notes. -
@@ -70119,7 +75411,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -70139,17 +75431,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 - 7 + 0 Project that have been around for longer tend to be more stable major_release - 0 + 30 Post 1.0 releases are great @@ -70159,12 +75451,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 1 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -70174,19 +75466,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
63
+
51
-

update_device_name

+

box

-

via huyanping

+

via Wesley Sui

-> update device name +> library for the Box Content API @@ -70204,7 +75497,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 @@ -70264,42 +75557,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
63
- -

flutter_build_increment

- -

via Matthias Seiderer

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

transifex_api

-
-Provided actions +

via alexander sun

- - - - - - - - - - - - - - - -
NameCategoryDescription
flutter_build_increment-Increments pubspec.yaml build version number i.e. 1.0.0+1 to 1.0.0+2
+> basic transifex api wrapper -
@@ -70316,12 +75588,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 6 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -70346,7 +75618,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas age - 15 + 0 Project that have been around for longer tend to be more stable @@ -70361,12 +75633,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 12 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -70376,19 +75648,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
63
+
50
-

google_cloud_storage_update

+

bluepillar

-

via Jeroen Stoker

+

via Shashikant86

-> Google Cloud Storage +> Fastlane Plugin to Run XCUITests in Parallel using Bluepill. @@ -70406,7 +75678,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 @@ -70451,7 +75723,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 31 + 30 More downloads = more users have been using the plugin for a while @@ -70466,19 +75738,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
63
+
50
-

lambdatest

+

testin

-

via LambdaTest

+

via rudy.li

-> fastlane plugin to upload app to lambdatest +> testin @@ -70496,7 +75769,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 @@ -70541,7 +75814,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 31 + 12 More downloads = more users have been using the plugin for a while @@ -70556,42 +75829,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
62
- -

sendgrid

- -

via OTVENTURES\Tarek.Mohammed

- -> send email with sendgrid +
49
+

xcode8_srgb_workaround

-
-Provided actions +

via Siarhei Fiedartsou

- - - - - - - - - - - - - - - -
NameCategoryDescription
sendgrid-send email with sendgrid
+> 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 -
@@ -70608,12 +75859,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -70633,12 +75884,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 @@ -70653,12 +75904,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 11 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -70668,52 +75919,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
62
- -

appdevops

- -

via yaochenfeng

- -> app自动化 +
49
+

git_commit_lzx

-
-Provided actions +

via zhenxingliu

- - - - - - - - - - - - - - - - - - - - - - - - - -
NameCategoryDescription
appdevops-app自动化
ios_auto_build_ipa-iOS自动打包
ios_auto_upload-A short description with <= 80 characters of what this action does
+> git commit all add change to git -
@@ -70735,7 +75954,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -70755,12 +75974,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 @@ -70775,12 +75994,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 3 + 29 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -70790,42 +76009,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
61
- -

appbox_uploadipa

- -

via eskaseptian

- -> Uploading ipa file to Appbox +
48
+

parse_json

-
-Provided actions +

via Felix Krause

- - - - - - - - - - - - - - - -
NameCategoryDescription
appbox_uploadipa-Uploading ipa file to Appbox
+> Parse a JSON file -
@@ -70842,12 +76040,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -70867,12 +76065,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 @@ -70887,12 +76085,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 10 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -70902,19 +76100,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
59
+
48
-

bw_open_finder

+

gen_dev_workspace

-

via xubowen

+

via Andrew Breckenridge

-> this is tool for mac osx to open finder +> Configures an xcworkspace with specified xcodeprojs @@ -70932,7 +76130,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 @@ -70967,7 +76165,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -70977,7 +76175,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 @@ -70992,43 +76190,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
59
- -

package_submit

- -

via Akring

- -> Upload ipa and associated .plist to specified server. +
48
+

install_certificates

-
-Provided actions +

via Dylan Gyesbreghs

- - - - - - - - - - - - - - - -
NameCategoryDescription
package_submit--
+> Install all the certificates located in you're project. -
@@ -71045,12 +76220,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -71070,12 +76245,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 @@ -71090,12 +76265,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 10 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -71105,42 +76280,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
59
- -

auth_with_github_app

- -

via k-kohey

- -> Get a GitHub access token using the GitHub App +
47
+

bluepillarx

-
-Provided actions +

via jterhorst

- - - - - - - - - - - - - - - -
NameCategoryDescription
auth_with_github_app-Get a GitHub access token using the GitHub App
+> Fastlane Plugin to Run XCUITests in Parallel using Bluepill. -
@@ -71157,12 +76310,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -71182,12 +76335,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 @@ -71202,12 +76355,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 - 3 + 0 The more tests a plugin has, the better @@ -71217,21 +76370,43 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
59
+
47
-

emoji_fetcher

+

applitoolsify

-

via Felix Krause

+

via Applitools Team, Serhii Ovchynnyk

-> Fetch the emoji font file and copy it to a local directory +> Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
applitoolsify-Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin
+ +
+
Score details @@ -71247,12 +76422,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 @@ -71267,17 +76442,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 + 21 Project that have been around for longer tend to be more stable @@ -71292,12 +76467,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 27 + 17 More downloads = more users have been using the plugin for a while tests - 0 + 3 The more tests a plugin has, the better @@ -71307,19 +76482,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
57
+
47
-

sxc_aliyun_oss

+

test_demo

-

via JimmyDaddy

+

via StephenCurry30

-> sxc aliyun oss uploader +> A test demo of fastlane plugin @@ -71337,7 +76512,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 @@ -71382,7 +76557,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 37 + 9 More downloads = more users have been using the plugin for a while @@ -71397,20 +76572,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
57
+
47
-

fetch_itc_versions

+

ipa_scale

-

via Bennett Rogers

+

via Danilo Caetano

-> Returns a listing of all app versions and their latest builds from iTunes Connect. +> "Checks the size of your built .ipa and warns you if you you are near the given threshold." @@ -71428,7 +76602,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 @@ -71473,7 +76647,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 25 + 9 More downloads = more users have been using the plugin for a while @@ -71488,43 +76662,111 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
57
+
47
-

testlane

+

hello_gem_kimjg

-

via pawanr@lambdatest.com

+

via kimjg

+ +> hello gem kimjg -> Testing fastlane
-Provided actions +Score details - - + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
upload_to_lambdatest_app_live-Uploads IPA and APK files to Lambdatest for test.contributors18The more contributors a project has, the more likely it is it stays alive
subscribers0More subscribers = more popular project
stars0More stars = more popular project
forks0More forks = more people seem to use/modify this project
has_mit_license20fastlane is MIT licensed, it's good to have plugins use MIT too
readme_score0How well is the README of the document written
age0Project that have been around for longer tend to be more stable
major_release0Post 1.0 releases are great
github_issues0Lots of open issues are not a good sign usually, unless the project is really popular
downloads9More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
+

+ + Open on GitHub + +

+ +----- + +
47
+ +

parse_configurations

+ +

via Melki

+ +> It is used to parse json configration + +
Score details @@ -71540,12 +76782,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -71565,12 +76807,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 @@ -71585,12 +76827,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 - 3 + 0 The more tests a plugin has, the better @@ -71600,19 +76842,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
56
+
46
-

open_finder

+

screenshot_notifier

-

via xiongzenghui

+

via Moyuru Aizawa

-> this is tool for mac os x to open finder +> Post screenshots to a pull request @@ -71665,7 +76907,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -71675,7 +76917,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 26 More downloads = more users have been using the plugin for a while @@ -71690,44 +76932,113 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
55
+
46
-

upload_to_oss

+

playship

-

via zhaozq

+

via Helmut Januschka

+ +> Interact with Google Play Api -> 上传ipa文件到oss
-Provided actions +Score details - - + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
upload_to_oss--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
downloads26More 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) + +

+ +----- + +
46
+ +

carthage_cache_res

+ +

via Thi Doan

+ +> A Fastlane plugin that allows to cache Carthage/Build folder in Amazon S3. + +
Score details @@ -71743,12 +77054,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 0 + 18 The more contributors a project has, the more likely it is it stays alive subscribers - 3 + 0 More subscribers = more popular project @@ -71768,12 +77079,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 - 3 + 0 Project that have been around for longer tend to be more stable @@ -71788,12 +77099,12 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 8 More downloads = more users have been using the plugin for a while tests - 3 + 0 The more tests a plugin has, the better @@ -71803,19 +77114,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open on GitHub + Open on GitHub

----- -
55
+
46
-

au_danger_gitlab

+

intentconfirmation

-

via Emil

+

via Kamil Krzyk

-> Allows to use Danger on GitLab +> Halts the lane invocation, asks user to confirm if he wants to continue, may require password or key. @@ -71878,7 +77189,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 35 + 26 More downloads = more users have been using the plugin for a while @@ -71893,20 +77204,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
55
+
43
-

open_folder

+

zeeva_discord

-

via suqiang

+

via Yazan Tarifi

-> open a path with finder +> Fastlane Plugin to Send Messages about Builds from Android, IOS Applications Via Fastlane @@ -71924,7 +77235,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 @@ -71959,7 +77270,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas major_release - 30 + 0 Post 1.0 releases are great @@ -71984,20 +77295,110 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

- Open website + Open on GitHub + +

+ +----- + +
43
+ +

jenkins_job_config

+ +

via Jerome Lacoste

+ +> Generate the config for a Jenkins job + + + +
+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)

----- -
54
+
42
-

nowsecure

+

pod_spec_generator

-

via Andy Obusek, Onyx Mueller

+

via Alex Crowe

-> Fastlane plugin for NowSecure +> Generate a simple pod spec for CI automation @@ -72060,7 +77461,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 34 + 22 More downloads = more users have been using the plugin for a while @@ -72075,20 +77476,110 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
51
+
42
-

mls_setup_ci

+

figure_release

-

via MyLittleSuite

+

via David Lang

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

+ + Open on GitHub + +

+ +----- + +
40
+ +

appcircle_testing_distribution

+ +

via appcircleio

+ +> Efficiently distribute application builds to users or testing groups using Appcircle's robust platform. @@ -72151,7 +77642,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 31 + 20 More downloads = more users have been using the plugin for a while @@ -72166,20 +77657,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
51
+
37
-

carthage_cache_ftps

+

bitly

-

via Wolfgang Lutz

+

via Thang Nguyen

-> Allows to publish or install the carthage builds via ftps to avoid recompilation +> create bit.ly short link from url @@ -72242,7 +77733,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 31 + 17 More downloads = more users have been using the plugin for a while @@ -72257,20 +77748,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
50
+
37
-

install_provisioning_profile

+

devicelab_bot

-

via Alexey Martynov

+

via Almouro

-> This plugin installs provisioning profile to Xcode Provisioning Profiles directory +> Automatically install your app on your devicelab with the devicelab bot @@ -72333,7 +77824,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 17 More downloads = more users have been using the plugin for a while @@ -72348,20 +77839,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
50
+
37
-

manage_android_versions

+

covfefe

-

via Bruno Correia

+

via Jakob Jensen

-> An easy way to manage your Android App versions. +> A templating engine for generating common file structures. @@ -72424,7 +77915,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 17 More downloads = more users have been using the plugin for a while @@ -72439,20 +77930,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
50
+
36
-

pixie

+

unp

-

via Piotrek Dubiel

+

via Xu Zhen

-> Show your build status on PIXIE! +> 测试 @@ -72515,7 +78006,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 30 + 16 More downloads = more users have been using the plugin for a while @@ -72530,20 +78021,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
49
+
36
-

box

+

setapp

-

via Wesley Sui

+

via Setapp Limited

-> library for the Box Content API +> Upload new version to Setapp @@ -72606,7 +78097,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 29 + 16 More downloads = more users have been using the plugin for a while @@ -72621,20 +78112,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
48
+
35
-

pgyer-password

+

build_xcframework

-

via Kila2

+

via Alex Crowe

-> distribute app to pgyer beta testing service +> This plugin provides high-level api for creating xcframework @@ -72652,97 +78143,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas contributors - 12 - The more contributors a project has, the more likely it is it stays alive - - - subscribers 0 - More subscribers = more popular project - - - stars - 0 - More stars = more popular project - - - forks - 0 - More forks = more people seem to use/modify this project - - - has_mit_license - 20 - fastlane is MIT licensed, it's good to have plugins use MIT too - - - readme_score - 0 - How well is the README of the document written - - - age - 0 - Project that have been around for longer tend to be more stable - - - major_release - 0 - Post 1.0 releases are great - - - github_issues - 0 - Lots of open issues are not a good sign usually, unless the project is really popular - - - downloads - 16 - More downloads = more users have been using the plugin for a while - - - tests - 0 - The more tests a plugin has, the better - - - - -
- -

- - Open on GitHub - -

- ------ - -
48
- -

appcenter_releases

- -

via Qutaibah Esa

- -> Get app releases information from AppCenter - - - -
-Score details - - - - - - - - - - - - - @@ -72787,7 +78188,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -72802,19 +78203,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
48
+
34
-

bluepillar

+

rocket

-

via Shashikant86

+

via 三块

-> Fastlane Plugin to Run XCUITests in Parallel using Bluepill. +> rocket 支持app打包、组件打包等功能 @@ -72877,7 +78279,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -72892,20 +78294,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
46
+
34
-

git_commit_lzx

+

bump_android_version

-

via zhenxingliu

+

via Seán Labastille

-> git commit all add change to git +> Bump Android Manifest Version @@ -72968,7 +78370,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -72983,20 +78385,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
45
+
34
-

easy_deploy

+

rustore_developer

-

via Lukas Baranauskas

+

via RimiX2

-> Simplified deployment for mobile applications +> RUSTORE beta API integration plugin @@ -73014,7 +78416,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -73059,7 +78461,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -73074,19 +78476,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
45
+
34
-

common_fastfile

+

upload_to_bugly

-

via Pawel Szymanski

+

via fisherman

-> Gets the requested file, saves it into ./fastlane/imports and return the path +> 快速上传 .dSYM 到 bugly @@ -73149,7 +78552,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -73164,20 +78567,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
44
+
33
-

outlook

+

figlet

-

via OTVENTURES\Tarek.Mohammed

+

via Jeff Stein

-> send email using outlook +> Wrapper around figlet which makes large ascii text words @@ -73195,97 +78598,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors12 The more contributors a project has, the more likely it is it stays alive
downloads1615 More downloads = more users have been using the plugin for a while
downloads2814 More downloads = more users have been using the plugin for a while
downloads2614 More downloads = more users have been using the plugin for a while
contributors120 The more contributors a project has, the more likely it is it stays alive
downloads1314 More downloads = more users have been using the plugin for a while
downloads2514 More downloads = more users have been using the plugin for a while
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_issues 0Lots 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 better
- -
- -

- - Open on GitHub - -

- ------ - -
44
- -

rescan_flaky_tests

- -

via Ichiko Moro

- -> Re-run `scan` action for each failed test cases. - - - -
-Score details - - - - - - - - - - - - - @@ -73330,7 +78643,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -73345,19 +78658,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
44
+
33
-

screenshot_notifier

+

xcodebuildonlytesting

-

via Moyuru Aizawa

+

via Luís Esteves

-> Post screenshots to a pull request +> Creates a array of tests from a junit to feed the xcodebuild only-testing @@ -73420,7 +78734,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -73435,20 +78749,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
44
+
32
-

intentconfirmation

+

android_version_helper

-

via Kamil Krzyk

+

via Doruk Kangal

-> Halts the lane invocation, asks user to confirm if he wants to continue, may require password or key. +> An easy way to manage your Android app version name and code @@ -73511,7 +78825,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -73526,20 +78840,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
44
+
32
-

playship

+

current_datetime

-

via Helmut Januschka

+

via Melki

-> Interact with Google Play Api +> To get current date and time as string @@ -73602,7 +78916,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -73617,20 +78931,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
43
+
32
-

testin

+

flutter_versioner

-

via rudy.li

+

via Abhijith K

-> testin +> Effortlessly manage and update your flutter project version. @@ -73648,7 +78962,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -73693,7 +79007,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -73708,19 +79022,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
+
31
-

transifex_api

+

add_fix_version

-

via alexander sun

+

via Dmitry Krasulia

-> basic transifex api wrapper +> Create and makr tickets with fix version @@ -73738,7 +79053,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -73798,19 +79113,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
+
31
-

xcode8_srgb_workaround

+

update_app_name

-

via Siarhei Fiedartsou

+

via huyanping

-> 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 +> update app name @@ -73828,97 +79144,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricPointsDescription
contributors12 The more contributors a project has, the more likely it is it stays alive
downloads1213 More downloads = more users have been using the plugin for a while
downloads2413 More downloads = more users have been using the plugin for a while
downloads2412 More downloads = more users have been using the plugin for a while
downloads2412 More downloads = more users have been using the plugin for a while
contributors120 The more contributors a project has, the more likely it is it stays alive
downloads1112 More downloads = more users have been using the plugin for a while
contributors120 The more contributors a project has, the more likely it is it stays alive
contributors12The more contributors a project has, the more likely it is it stays alive
subscribers 0More 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
downloads10More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the better
- -
- -

- - Open on GitHub - -

- ------ - -
41
- -

parse_json

- -

via Felix Krause

- -> Parse a JSON file - - - -
-Score details - - - - - - - - - - - - - @@ -73963,7 +79189,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -73978,19 +79204,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
41
+
31
-

jenkins_job_config

+

upload_to_gitlab

-

via Jerome Lacoste

+

via Hackintosh 5

-> Generate the config for a Jenkins job +> Fastlane plugin to upload releases to GitLab @@ -74053,7 +79280,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74068,20 +79295,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
41
+
30
-

install_certificates

+

ms_teams

-

via Dylan Gyesbreghs

+

via Thang Nguyen

-> Install all the certificates located in you're project. +> Send a success/error message to your Microsoft Teams channel @@ -74099,7 +79326,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74144,7 +79371,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74159,19 +79386,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
41
+
30
-

gen_dev_workspace

+

mobile_common

-

via Andrew Breckenridge

+

via Alexander Semenov

-> Configures an xcworkspace with specified xcodeprojs +> Collection of common CI actions for Android, iOS and MacOSX projects - like unit tests, app publishing, version increment, screenshots, etc. @@ -74189,7 +79417,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74234,7 +79462,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74249,19 +79477,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
41
+
30
-

ipa_scale

+

devresponse

-

via Danilo Caetano

+

via Helmut Januschka

-> "Checks the size of your built .ipa and warns you if you you are near the given threshold." +> Enables Spaceship to deal with developer response @@ -74279,7 +79508,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74324,7 +79553,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74339,19 +79568,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
40
+
30
-

parse_configurations

+

binary

-

via Melki

+

via huanglei

-> It is used to parse json configration +> 用于打iOS二进制包 @@ -74369,7 +79599,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74414,7 +79644,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74429,19 +79659,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
40
+
30
-

test_demo

+

gitlab_increate_swiftlint

-

via StephenCurry30

+

via xiongzenghui

-> A test demo of fastlane plugin +> Incremental Code Check using swiftlint for swift language files on gitlab platform ! @@ -74459,7 +79690,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74504,7 +79735,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74519,19 +79750,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
40
+
29
-

bluepillarx

+

version_manager

-

via jterhorst

+

via Ibrahim AshShohail

-> Fastlane Plugin to Run XCUITests in Parallel using Bluepill. +> Version manager @@ -74549,7 +79781,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74594,7 +79826,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74609,19 +79841,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
40
+
29
-

hello_gem_kimjg

+

mynewplu

-

via kimjg

+

via lingshijun

-> hello gem kimjg +> new plugin @@ -74639,7 +79872,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74684,7 +79917,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74699,19 +79932,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
+
29
-

carthage_cache_res

+

aomi

-

via Thi Doan

+

via lihaijian

-> A Fastlane plugin that allows to cache Carthage/Build folder in Amazon S3. +> this is fastlane plugin for aomi @@ -74729,7 +79963,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74774,7 +80008,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas - + @@ -74789,42 +80023,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
37
- -

applitoolsify

- -

via Applitools Team, Serhii Ovchynnyk

- -> Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin +
29
+

android_unpack

-
-Provided actions +

via yejinxin

-
MetricPointsDescription
contributors12 The more contributors a project has, the more likely it is it stays alive
downloads911 More downloads = more users have been using the plugin for a while
downloads2111 More downloads = more users have been using the plugin for a while
contributors120 The more contributors a project has, the more likely it is it stays alive
downloads910 More downloads = more users have been using the plugin for a while
contributors120 The more contributors a project has, the more likely it is it stays alive
downloads910 More downloads = more users have been using the plugin for a while
contributors120 The more contributors a project has, the more likely it is it stays alive
downloads910 More downloads = more users have been using the plugin for a while
contributors120 The more contributors a project has, the more likely it is it stays alive
downloads810 More downloads = more users have been using the plugin for a while
contributors120 The more contributors a project has, the more likely it is it stays alive
downloads810 More downloads = more users have been using the plugin for a while
contributors120 The more contributors a project has, the more likely it is it stays alive
downloads89 More downloads = more users have been using the plugin for a while
contributors120 The more contributors a project has, the more likely it is it stays alive
downloads89 More downloads = more users have been using the plugin for a while
contributors120 The more contributors a project has, the more likely it is it stays alive
downloads79 More downloads = more users have been using the plugin for a while
- - - - - - - - - - - - - - -
NameCategoryDescription
applitoolsify-Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin
+> Fastlane Android Unpack -
@@ -74846,7 +80059,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 6 + 0 More subscribers = more popular project @@ -74861,17 +80074,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 - 14 + 0 Project that have been around for longer tend to be more stable @@ -74886,12 +80099,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 + 0 The more tests a plugin has, the better @@ -74901,19 +80114,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
36
+
29
-

covfefe

+

asciii

-

via Jakob Jensen

+

via Danielle Tomlinson

-> A templating engine for generating common file structures. +> Add ascii text to your fastlane output @@ -74976,7 +80190,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 9 More downloads = more users have been using the plugin for a while @@ -74991,20 +80205,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
36
+
29
-

devicelab_bot

+

ram_disk

-

via Almouro

+

via icyleaf

-> Automatically install your app on your devicelab with the devicelab bot +> Use a temporary ram disk to do anything else @@ -75067,7 +80281,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 16 + 9 More downloads = more users have been using the plugin for a while @@ -75082,20 +80296,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
36
+
28
-

zeeva_discord

+

feishu_bot

-

via Yazan Tarifi

+

via cook

-> Fastlane Plugin to Send Messages about Builds from Android, IOS Applications Via Fastlane +> A fastlane plugin to customize your automation workflow(s) with a Feishu Bot @@ -75113,7 +80327,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 @@ -75158,7 +80372,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 8 More downloads = more users have been using the plugin for a while @@ -75173,111 +80387,44 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
35
- -

figure_release

+
28
-

via David Lang

+

clang_tools

-> Fastlane plugin for publishing React Native applications. +

via squirrel-explorer

+> A series of clang-based tools for CI/CD, including clang analyzer.
-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
downloads3More downloads = more users have been using the plugin for a while
tests0The more tests a plugin has, the betterclang_analyzer-Analyze source codes with clang analyzer
-

- - Open on GitHub - -

- ------ - -
34
- -

unp

- -

via Xu Zhen

- -> 测试 - -
Score details @@ -75298,7 +80445,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 0 + 3 More subscribers = more popular project @@ -75313,17 +80460,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - 20 + -50 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 0 + 25 How well is the README of the document written age - 0 + 30 Project that have been around for longer tend to be more stable @@ -75338,7 +80485,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 14 + 20 More downloads = more users have been using the plugin for a while @@ -75353,20 +80500,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
34
+
28
-

bitly

+

teamify

-

via Thang Nguyen

+

via Ron June Valdoz

-> create bit.ly short link from url +> MS Teams message card fastlane plugin @@ -75429,7 +80575,7 @@ 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 @@ -75444,20 +80590,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
33
+
28
-

upload_to_bugly

+

incloud_xamarin_build

-

via fisherman

+

via punksta, torben.carstens@incloud.de

-> 快速上传 .dSYM 到 bugly +> Build xamarin android\ios projects @@ -75520,7 +80666,7 @@ 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 @@ -75535,20 +80681,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
33
+
28
-

rocket

+

biggest_testflight_build_number

-

via 三块

+

via robotan0921

-> rocket 支持app打包、组件打包等功能 +> Fetches biggest build number from TestFlight @@ -75611,7 +80757,7 @@ 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 @@ -75626,20 +80772,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
32
+
28
-

xcodebuildonlytesting

+

my

-

via Luís Esteves

+

via lujun10446

-> Creates a array of tests from a junit to feed the xcodebuild only-testing +> Hello fastlane plugin demo @@ -75702,7 +80848,7 @@ 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 @@ -75717,20 +80863,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
32
+
27
-

figlet

+

google_data_safety

-

via Jeff Stein

+

via Owen Bean

-> Wrapper around figlet which makes large ascii text words +> Google safety data Fastlane plugin for automation. @@ -75793,7 +80939,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 @@ -75808,20 +80954,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
30
+
27
-

bump_android_version

+

opendir

-

via Seán Labastille

+

via majianjie

-> Bump Android Manifest Version +> open dir @@ -75884,7 +81030,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 @@ -75899,20 +81045,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
30
+
27
-

add_fix_version

+

galaxy_store_developer

-

via Dmitry Krasulia

+

via Рим Ганиев

-> Create and makr tickets with fix version +> Samsung Galaxy Store integration @@ -75975,7 +81121,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 @@ -75990,20 +81136,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
30
+
27
-

update_app_name

+

xamarin_build_switch

-

via huyanping

+

via punksta

-> update app name +> Build xamarin android\ios projects @@ -76066,7 +81212,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 @@ -76081,20 +81227,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
30
+
27
-

gitlab_increate_swiftlint

+

switchmedia_xamarin_build

-

via xiongzenghui

+

via punksta

-> Incremental Code Check using swiftlint for swift language files on gitlab platform ! +> Build xamarin android\ios projects @@ -76157,7 +81303,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 @@ -76172,20 +81318,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
30
+
26
-

youtrack

+

catappultuploader

-

via Semen Kologrivov

+

via Catappult

-> Use for communicating with YouTrack (fetching issue's info, adding comments and tags etc.) +> 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" ) @@ -76248,7 +81394,7 @@ 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 @@ -76263,20 +81409,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
29
+
26
-

devresponse

+

jira_fetch_tickets

-

via Helmut Januschka

+

via Luca Tagliabue

-> Enables Spaceship to deal with developer response +> Fetch ticekts on jira project using jql query @@ -76339,7 +81485,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 6 More downloads = more users have been using the plugin for a while @@ -76354,20 +81500,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
29
+
26
-

upload_to_gitlab

+

tool_open_finder

-

via Hackintosh 5

+

via GJ

-> Fastlane plugin to upload releases to GitLab +> tool @@ -76430,7 +81576,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 6 More downloads = more users have been using the plugin for a while @@ -76445,20 +81591,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
29
+
26
-

current_datetime

+

create_remote_config_release_package

-

via Melki

+

via George Nyakundi

-> To get current date and time as string +> Creates a Remote Config release package @@ -76521,7 +81667,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 6 More downloads = more users have been using the plugin for a while @@ -76536,22 +81682,44 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
29
+
25
-

asciii

+

samsungknox

-

via Danielle Tomlinson

+

via jieey1140

-> Add ascii text to your fastlane output +> SamsungKnox products to Fastlane https://redredgroup.github.io/samsungknox/docs/knox-fastlane +
+Provided actions + + + + + + + + + + + + + + + + +
NameCategoryDescription
knox_configure_library_upload_app-fastlane plugin for Samsung Knox Configure Library
+ +
+
Score details @@ -76577,7 +81745,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 0 + 1 More stars = more popular project @@ -76587,17 +81755,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 + 9 Project that have been around for longer tend to be more stable @@ -76607,12 +81775,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 - 9 + 18 More downloads = more users have been using the plugin for a while @@ -76627,20 +81795,19 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
29
+
25
-

mobile_common

+

match_android

-

via Alexander Semenov

+

via Maikel Stuivenberg

-> Collection of common CI actions for Android, iOS and MacOSX projects - like unit tests, app publishing, version increment, screenshots, etc. +> Share your Android keystore with your team in a secure way @@ -76703,7 +81870,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 9 + 5 More downloads = more users have been using the plugin for a while @@ -76718,20 +81885,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
29
+
24
-

ms_teams

+

nico

-

via Thang Nguyen

+

via Nico Testing

-> Send a success/error message to your Microsoft Teams channel +> Fastlane plugin for Emerge @@ -76794,7 +81961,7 @@ 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 @@ -76809,20 +81976,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
28
+
24
-

mynewplu

+

telegram_sender

-

via lingshijun

+

via Dmytro Doroschuk

-> new plugin +> Allows post messages to telegram channel @@ -76885,7 +82052,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 4 More downloads = more users have been using the plugin for a while @@ -76900,20 +82067,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
28
+
24
-

incloud_xamarin_build

+

mobile_tools

-

via punksta, torben.carstens@incloud.de

+

via Yogesh Khandelwal

-> Build xamarin android\ios projects +> fastlane plugin for mobile devops tooling @@ -76976,7 +82143,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 4 More downloads = more users have been using the plugin for a while @@ -76991,20 +82158,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
28
+
24
-

android_version_helper

+

autodevops

-

via Doruk Kangal

+

via yaochenfeng

-> An easy way to manage your Android app version name and code +> 自动化 @@ -77067,7 +82234,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 4 More downloads = more users have been using the plugin for a while @@ -77082,20 +82249,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
28
+
24
-

android_unpack

+

sq_ci

-

via yejinxin

+

via Semen Kologrivov

-> Fastlane Android Unpack +> CI Library for sequenia's projects @@ -77158,7 +82325,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 4 More downloads = more users have been using the plugin for a while @@ -77173,20 +82340,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
28
+
23
-

version_manager

+

mobile_lanes

-

via Ibrahim AshShohail

+

via yulong

-> Version manager +> This plugin manages common lanes for mobile CI @@ -77249,7 +82416,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 3 More downloads = more users have been using the plugin for a while @@ -77264,20 +82431,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
28
+
23
-

ram_disk

+

maestro_orchestration

-

via icyleaf

+

via Nemanja Risteski

-> Use a temporary ram disk to do anything else +> Plugin for maestro testing framework. @@ -77340,7 +82507,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 3 More downloads = more users have been using the plugin for a while @@ -77355,20 +82522,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
28
+
23
-

aomi

+

jira_update_tickets

-

via lihaijian

+

via Luca Tagliabue

-> this is fastlane plugin for aomi +> Update status and fix version of provided jira tickets @@ -77431,7 +82598,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 8 + 3 More downloads = more users have been using the plugin for a while @@ -77446,20 +82613,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
27
+
22
-

setapp

+

lazurite

-

via Setapp Limited

+

via CheeryLee

-> Upload new version to Setapp +> Faslane plugin for RuStore deployment @@ -77522,7 +82689,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 @@ -77537,20 +82704,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
27
+
22
-

binary

+

sync_devices

-

via huanglei

+

via Ryosuke Ito

-> 用于打iOS二进制包 +> Synchronize your devices with Apple Developer Portal. @@ -77613,7 +82780,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 @@ -77628,20 +82795,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
27
+
22
-

my

+

ionic_capacitor

-

via lujun10446

+

via ThatzOkay

-> Hello fastlane plugin demo +> Build ionic capacitor apps @@ -77704,7 +82871,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 @@ -77719,20 +82886,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
27
+
22
-

feishu_bot

+

rustore_distribute

-

via cook

+

via Vladimir Evstratov

-> A fastlane plugin to customize your automation workflow(s) with a Feishu Bot +> Rustore fastlane integration plugin @@ -77795,7 +82962,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 @@ -77810,20 +82977,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
27
+
22
-

teamify

+

jira_update

-

via Ron June Valdoz

+

via Flop Butylkin

-> MS Teams message card fastlane plugin +> JIRA update actions (comment, move tickets, get ticket info) @@ -77886,7 +83053,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 @@ -77901,20 +83068,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
26
+
22
-

opendir

+

flutter_utils

-

via majianjie

+

via scythe

-> open dir +> A poc for cloudwalk @@ -77977,7 +83144,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 2 More downloads = more users have been using the plugin for a while @@ -77992,20 +83159,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
26
+
22
-

switchmedia_xamarin_build

+

wp_sparkling_appcast

-

via punksta

+

via Usiel Riedl

-> Build xamarin android\ios projects +> This plugin helps you distribute your builds using WordPress's Sparkling Appcast plugin (Sparkle appcast.xml) @@ -78068,7 +83235,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 2 More downloads = more users have been using the plugin for a while @@ -78083,20 +83250,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
26
+
22
-

xamarin_build_switch

+

android_gradle_commiter

-

via punksta

+

via Tommy MARCHAL

-> Build xamarin android\ios projects +> This plugin is a copy of Jems22 commit_android_version_bump but this one will allow the build.gradle.kts, as the original plugin seems discontinued @@ -78159,7 +83326,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 6 + 2 More downloads = more users have been using the plugin for a while @@ -78174,20 +83341,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
25
+
22
-

tool_open_finder

+

google_chat_message_v2

-

via GJ

+

via Mohanned Binmiskeen

-> tool +> Sending Google Chat Messages @@ -78250,7 +83417,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5 + 2 More downloads = more users have been using the plugin for a while @@ -78265,20 +83432,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
25
+
22
-

rustore_developer

+

match_android_v2

-

via RimiX2

+

via Foo Bar

-> RUSTORE beta API integration plugin +> Share your Android keystore with your team in a secure way @@ -78341,7 +83508,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 5 + 2 More downloads = more users have been using the plugin for a while @@ -78356,20 +83523,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
24
+
21
-

catappultuploader

+

appcircle_enterprise_app_store

-

via Catappult

+

via appcircleio

-> 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" ) +> Efficiently publish your apps to Appcircle Enterprise Store @@ -78432,7 +83599,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 4 + 1 More downloads = more users have been using the plugin for a while @@ -78447,20 +83614,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
23
+
21
-

galaxy_store_developer

+

github_api

-

via Рим Ганиев

+

via Manish Rathi

-> Samsung Galaxy Store integration +> A fastlane plugin forGitHub APIs. @@ -78523,7 +83690,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 @@ -78538,20 +83705,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
22
+
21
-

mobile_lanes

+

discord_webhook

-

via yulong

+

via Takuma Homma

-> This plugin manages common lanes for mobile CI +> A lightweight fastlane plugin to send a message via Discord Webhook @@ -78614,7 +83781,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 1 More downloads = more users have been using the plugin for a while @@ -78629,20 +83796,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
22
+
21
-

telegram_sender

+

jira_versions_v2

-

via Dmytro Doroschuk

+

via Sandy Chapman, Luca Tagliabue

-> Allows post messages to telegram channel +> Manage your JIRA project's releases/versions with this plugin. @@ -78705,7 +83872,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 1 More downloads = more users have been using the plugin for a while @@ -78720,20 +83887,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
22
+
21
-

autodevops

+

nativesting

-

via yaochenfeng

+

via Nativesting

-> 自动化 +> Seamlessly integration with nativesting.com @@ -78796,7 +83963,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 2 + 1 More downloads = more users have been using the plugin for a while @@ -78811,7 +83978,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -78820,11 +83987,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
21
-

google_chat_message_v2

+

xccov

-

via Mohanned Binmiskeen

+

via Manish Rathi

-> Sending Google Chat Messages +> A fastlane plugin for xcov. @@ -78902,7 +84069,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -78911,11 +84078,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
21
-

jira_fetch_tickets

+

mtsmetrics

-

via Luca Tagliabue

+

via Pavel Bogart

-> Fetch ticekts on jira project using jql query +> Fastlane plugin that simplifies uploading dSYM files to MTSMetrics for stacktrace deobfuscation. @@ -78993,20 +84160,20 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
20
+
21
-

lazurite

+

upload_to_hira

-

via CheeryLee

+

via Hanif Ramadhan

-> Faslane plugin for RuStore deployment +> upload to hira @@ -79069,7 +84236,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 0 + 1 More downloads = more users have been using the plugin for a while @@ -79084,7 +84251,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -79093,11 +84260,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
20
-

build_xcframework

+

memory_leak_detector

-

via Alex Crowe

+

via Nurzhan

-> This plugin provides high-level api for creating xcframework +> Memory leak detector @@ -79175,7 +84342,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -79184,11 +84351,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
20
-

mtsmetrics

+

xcresulttool

-

via Pavel Bogart

+

via Manish Rathi

-> Fastlane plugin that simplifies uploading dSYM files to MTSMetrics for stacktrace deobfuscation. +> A fastlane plugin for xcresulttoo @@ -79266,7 +84433,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -79275,11 +84442,11 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
20
-

jira_update_tickets

+

ovo_gptdriver

-

via Luca Tagliabue

+

via Christian Borsato

-> Update status and fix version of provided jira tickets +> This Fastlane plugin provides actions for interacting with GPT Driver. @@ -79357,43 +84524,21 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
19
- -

clang_tools

- -

via squirrel-explorer

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

jira_issue_features

-
-Provided actions +

via Bilal Durnagol

- - - - - - - - - - - - - - - -
NameCategoryDescription
clang_analyzer-Analyze source codes with clang analyzer
+> Automates Jiras features. -
@@ -79415,7 +84560,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas subscribers - 3 + 0 More subscribers = more popular project @@ -79430,17 +84575,17 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas has_mit_license - -50 + 20 fastlane is MIT licensed, it's good to have plugins use MIT too readme_score - 25 + 0 How well is the README of the document written age - 23 + 0 Project that have been around for longer tend to be more stable @@ -79455,7 +84600,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 18 + 0 More downloads = more users have been using the plugin for a while @@ -79470,43 +84615,113 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
4
+
20
-

samsungknox

+

mobileoperator

-

via jieey1140

+

via filipeisho

+ +> Upload your ipa, apk or app to MobileOperator -> SamsungKnox products to Fastlane https://redredgroup.github.io/samsungknox/docs/knox-fastlane
-Provided actions +Score details - - + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryMetricPoints Description
knox_configure_library_upload_app-fastlane plugin for Samsung Knox Configure Librarycontributors0The 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
downloads0More 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) + +

+ +----- + +
20
+ +

ovo_azure

+ +

via Christian Borsato

+ +> This Fastlane plugin provides actions for interacting with Microsoft Azure Blob Storage. + +
Score details @@ -79532,7 +84747,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas stars - 1 + 0 More stars = more popular project @@ -79542,17 +84757,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 - 2 + 0 Project that have been around for longer tend to be more stable @@ -79562,12 +84777,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 - 4 + 0 More downloads = more users have been using the plugin for a while @@ -79582,13 +84797,14 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

----- -
0
+
2

retry_failed_tests

@@ -79658,7 +84874,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 20 + 22 More downloads = more users have been using the plugin for a while @@ -79680,9 +84896,9 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas ----- -
-19
+
-16
-

secrets_manager_storage

+

secrets_manager_storage

via Case Taintor

@@ -79749,7 +84965,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas downloads - 1 + 4 More downloads = more users have been using the plugin for a while @@ -79764,7 +84980,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

@@ -79773,11 +84989,13 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas
-50
-

checks

+

standard_automation_library

-

via Sherzat Aitbayev

+

via John Gunnison, Roman Tkachenko, Michel Andrade

+ +> Standard Automation Library (SAL) is a collection of tools and +Fastlane plugins for automating common practices. -> Fastlane plugin for Checks (checks.google.com) @@ -79855,7 +85073,7 @@ Auto generated, please only modify https://github.com/fastlane/fastlane/blob/mas

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

diff --git a/mkdocs.yml b/mkdocs.yml index 658c59a00b..aece91da6b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -153,7 +153,6 @@ nav: - hg_commit_version_bump: actions/hg_commit_version_bump.md - hg_ensure_clean_status: actions/hg_ensure_clean_status.md - hg_push: actions/hg_push.md - - hipchat: actions/hipchat.md - hockey: actions/hockey.md - ifttt: actions/ifttt.md - import: actions/import.md diff --git a/plugin_scores_cache.yml b/plugin_scores_cache.yml index eb94d08def..f3b36f0524 100644 --- a/plugin_scores_cache.yml +++ b/plugin_scores_cache.yml @@ -1,47 +1,35 @@ --- fastlane-plugin-versioning: :initial_commit: 2016-06-03 - :age_in_days: 2662 + :age_in_days: 3294 :readme_score: 100 - :tests: 80 + :tests: 84 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: ci_build_number - category: building - description: Detects current build number defined by CI system + name: get_version_number_from_git_branch + category: + description: Extract version number from git branch name details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: get_app_store_version_number + name: increment_build_number_in_xcodeproj category: - description: Get the version number of your app in the App Store + description: Increment build number in xcodeproj details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: get_build_number_from_plist + name: get_version_number_from_plist category: - description: Get the build number of your project + description: Get the version number of your project details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: get_build_number_from_xcodeproj + name: get_build_number_from_plist category: description: Get the build number of your project - details: Gets the $(CURRENT_PROJECT_VERSION) build setting using the specified - parameters, or the first if not enough parameters are passed. - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: get_info_plist_path - category: - description: Get the version number of your project - details: This action will return path to Info.plist for specific target in your - project. + details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: get_version_number_from_git_branch - category: - description: Extract version number from git branch name + name: ci_build_number + category: building + description: Detects current build number defined by CI system details: - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: get_version_number_from_plist - category: - description: Get the version number of your project - details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: get_version_number_from_xcodeproj category: @@ -49,12 +37,7 @@ fastlane-plugin-versioning: details: Gets the $(MARKETING_VERSION) build setting using the specified parameters, or the first if not enough parameters are passed. - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: increment_build_number_in_plist - category: - description: Increment the build number of your project - details: "\\n" - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: increment_build_number_in_xcodeproj + name: increment_version_number_in_xcodeproj category: description: Increment build number in xcodeproj details: @@ -64,15 +47,32 @@ fastlane-plugin-versioning: description: Increment the version number of your project details: "\\n" - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: increment_version_number_in_xcodeproj + name: get_app_store_version_number category: - description: Increment build number in xcodeproj + description: Get the version number of your app in the App Store details: - :sha: f664834a03e144fb5329113a39597d1fcdf9e8a184d827f27f59a6ba5d093259 - :github_stars: 483 - :github_subscribers: 6 - :github_issues: 8 - :github_forks: 59 + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: get_info_plist_path + category: + description: Get the version number of your project + details: This action will return path to Info.plist for specific target in your + project. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: get_build_number_from_xcodeproj + category: + description: Get the build number of your project + details: Gets the $(CURRENT_PROJECT_VERSION) build setting using the specified + parameters, or the first if not enough parameters are passed. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: increment_build_number_in_plist + category: + description: Increment the build number of your project + details: "\\n" + :sha: 7279958eb66f0cbb4a7884d69c8318e3347a414a821569f7b6ff3156e0b1d9db + :github_stars: 526 + :github_subscribers: 7 + :github_issues: 14 + :github_forks: 64 :github_contributors: 0 fastlane-plugin-aws_s3: :initial_commit: 2016-06-03 @@ -93,27 +93,27 @@ fastlane-plugin-aws_s3: :github_contributors: 27 fastlane-plugin-bugsnag: :initial_commit: 2016-08-23 - :age_in_days: 2371 + :age_in_days: 3213 :readme_score: 100 :tests: 0 :actions: - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: send_build_to_bugsnag - category: building - description: Notifies Bugsnag of a build - details: Notifies Bugsnag of a new build being released including app version - and source control details - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: upload_symbols_to_bugsnag category: description: Uploads dSYM debug symbol files to Bugsnag details: Takes debug symbol (dSYM) files from a macOS, iOS, or tvOS project and uploads them to Bugsnag to improve stacktrace quality - :sha: 9ef3e0efff2092f540153f3e0adec72f45da2145e136150cc85ea37ce18a16b3 - :github_stars: 31 - :github_subscribers: 21 + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: send_build_to_bugsnag + category: building + description: Notifies Bugsnag of a build + details: Notifies Bugsnag of a new build being released including app version + and source control details + :sha: 66607f23bf4ac53f1dfa4ca8774215004d2e8824ab72960e3d2914f09ea4f6ab + :github_stars: 37 + :github_subscribers: 29 :github_issues: 4 - :github_forks: 9 + :github_forks: 13 :github_contributors: 0 fastlane-plugin-trainer: :initial_commit: 2016-07-20 @@ -268,29 +268,29 @@ fastlane-plugin-tpa: :github_contributors: 0 fastlane-plugin-sentry: :initial_commit: 2016-06-01 - :age_in_days: 2864 + :age_in_days: 3296 :readme_score: 100 - :tests: 120 + :tests: 128 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: sentry_check_cli_installed + name: sentry_upload_dsym category: - description: Checks that sentry-cli with the correct version is installed + description: Upload dSYM symbolication files to Sentry details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: sentry_create_deploy + name: sentry_set_commits category: - description: Creates a new release deployment for a project on Sentry + description: Set commits of a release details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: sentry_create_release + name: sentry_debug_files_upload category: - description: Create new releases for a project on Sentry + description: Upload debugging information files. details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: sentry_debug_files_upload + name: sentry_upload_sourcemap category: - description: Upload debugging information files. + description: Upload one or more sourcemap(s) to a release of a project on Sentry details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: sentry_finalize_release @@ -298,40 +298,40 @@ fastlane-plugin-sentry: description: Finalize a release for a project on Sentry details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: sentry_set_commits + name: sentry_upload_file category: - description: Set commits of a release + description: Upload files to a release of a project on Sentry details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: sentry_upload_dif + name: sentry_create_deploy category: - description: Upload debugging information files. + description: Creates a new release deployment for a project on Sentry details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: sentry_upload_dsym + name: sentry_upload_proguard category: - description: Upload dSYM symbolication files to Sentry + description: Upload mapping to a project on Sentry details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: sentry_upload_file + name: sentry_create_release category: - description: Upload files to a release of a project on Sentry + description: Create new releases for a project on Sentry details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: sentry_upload_proguard + name: sentry_check_cli_installed category: - description: Upload mapping to a project on Sentry + description: Checks that sentry-cli with the correct version is installed details: " " - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: sentry_upload_sourcemap + name: sentry_upload_dif category: - description: Upload one or more sourcemap(s) to a release of a project on Sentry + description: Upload debugging information files. details: " " - :sha: c59da94d53922344633362bd51935bca9af71c74edb0638e4a2d6a2f1cc67759 - :github_stars: 131 - :github_subscribers: 43 - :github_issues: 9 - :github_forks: 50 + :sha: 3b3b37ea78c1ab8591b4f167bc290c0dd8b17982d749c3fe1432b8e57f3f6d39 + :github_stars: 142 + :github_subscribers: 50 + :github_issues: 4 + :github_forks: 51 :github_contributors: 0 fastlane-plugin-carthage_cache: :initial_commit: 2016-06-04 @@ -681,7 +681,7 @@ fastlane-plugin-yarn: :github_contributors: 4 fastlane-plugin-applivery: :initial_commit: 2016-07-26 - :age_in_days: 1660 + :age_in_days: 3241 :readme_score: 100 :tests: 1 :actions: @@ -690,11 +690,11 @@ fastlane-plugin-applivery: category: beta description: Upload new iOS or Android build to Applivery details: - :sha: d722ab4849fd969a04016107bc64bc7714a1b1745f477b39b7df29e44805838b + :sha: 164362e1ea2a990e656bbd8b4f179b48233009a4726cd8beb5976705a79e3c58 :github_stars: 12 - :github_subscribers: 3 - :github_issues: 0 - :github_forks: 4 + :github_subscribers: 4 + :github_issues: 2 + :github_forks: 8 :github_contributors: 0 fastlane-plugin-xcake: :initial_commit: 2015-10-10 @@ -1109,7 +1109,7 @@ fastlane-plugin-goodify_info_plist: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-get_android_version: :initial_commit: 2016-10-25 :age_in_days: 488 @@ -1514,7 +1514,7 @@ fastlane-plugin-report: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-xamarin_build: :initial_commit: 2016-07-01 :age_in_days: 604 @@ -1546,7 +1546,7 @@ fastlane-plugin-xamarin_build: :github_contributors: 4 fastlane-plugin-pgyer: :initial_commit: 2017-01-21 - :age_in_days: 2630 + :age_in_days: 3062 :readme_score: 100 :tests: 1 :actions: @@ -1555,7 +1555,7 @@ fastlane-plugin-pgyer: category: description: details: - :sha: 9dcd0ac21a266d377009e714899f0e0bd61fb1d386b4cb8df0a687866f9225d3 + :sha: 6529396471c5ec8d80c43d221d089e225305c0903db4b0c165cb87dcd7ff0378 :github_stars: 62 :github_subscribers: 4 :github_issues: 5 @@ -1583,7 +1583,7 @@ fastlane-plugin-check_good_version: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-branding: :initial_commit: 2016-06-07 :age_in_days: 2046 @@ -1621,14 +1621,15 @@ fastlane-plugin-ensure_xcode_build_version: :github_contributors: 1 fastlane-plugin-appcenter: :initial_commit: 2017-05-08 - :age_in_days: 2523 + :age_in_days: 2955 :readme_score: 100 :tests: 136 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: appcenter_codepush_release_react + name: appcenter_fetch_version_number category: - description: CodePush release react action + description: Fetches the latest version number of an app or the last build number + of a version from App Center details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: appcenter_fetch_devices @@ -1638,10 +1639,9 @@ fastlane-plugin-appcenter: details: 'By default, only the Collaborators group will be included, use `destination: ''*''` to match all groups.' - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: appcenter_fetch_version_number + name: appcenter_codepush_release_react category: - description: Fetches the latest version number of an app or the last build number - of a version from App Center + description: CodePush release react action details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: appcenter_upload @@ -1650,11 +1650,11 @@ fastlane-plugin-appcenter: details: Symbols will also be uploaded automatically if a `app.dSYM.zip` file is found next to `app.ipa`. In case it is located in a different place you can specify the path explicitly in `:dsym` parameter. - :sha: 0dea772d0fefa8cec3ad64343425bf09812bcf63d1e307f72d95ac24440a9356 - :github_stars: 504 - :github_subscribers: 14 - :github_issues: 43 - :github_forks: 134 + :sha: 0f512ed16d76fd8837c8d8d482f0a4c0208203e9c117b66bf8cef195fd3fd3ca + :github_stars: 510 + :github_subscribers: 13 + :github_issues: 0 + :github_forks: 124 :github_contributors: 0 fastlane-plugin-latest_hockeyapp_version_number: :initial_commit: 2016-07-18 @@ -1718,7 +1718,7 @@ fastlane-plugin-github_job_status: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-giffy: :initial_commit: 2016-08-10 :age_in_days: 564 @@ -1743,7 +1743,7 @@ fastlane-plugin-giffy: :github_contributors: 2 fastlane-plugin-bugsee: :initial_commit: 2017-01-12 - :age_in_days: 755 + :age_in_days: 3071 :readme_score: 100 :tests: 1 :actions: @@ -1752,11 +1752,11 @@ fastlane-plugin-bugsee: category: description: details: - :sha: 5e7a801c379736853e5065c6701ae88edd5028718aa42b10084d6fc06e278209 - :github_stars: 1 - :github_subscribers: 1 - :github_issues: 0 - :github_forks: 0 + :sha: 9004266b32fe4297b63897175eefa06ee723c8df4d0dcf85f30b2216fc532b63 + :github_stars: 3 + :github_subscribers: 2 + :github_issues: 1 + :github_forks: 1 :github_contributors: 0 fastlane-plugin-souyuz: :initial_commit: 2016-05-11 @@ -2284,7 +2284,7 @@ fastlane-plugin-emoji_fetcher: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-property_file_read: :initial_commit: 2017-09-04 :age_in_days: 174 @@ -2929,7 +2929,7 @@ fastlane-plugin-firim: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-verify_ipa: :initial_commit: 2017-03-03 :age_in_days: 359 @@ -3012,7 +3012,7 @@ fastlane-plugin-u3d: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-napp_distribution: :initial_commit: 2017-04-19 :age_in_days: 312 @@ -3057,7 +3057,7 @@ fastlane-plugin-transifex_api: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-ixguard: :initial_commit: 2017-10-20 :age_in_days: 128 @@ -3188,7 +3188,7 @@ fastlane-plugin-fetch_itc_versions: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-poeditor: :initial_commit: 2017-11-03 :age_in_days: 114 @@ -3433,7 +3433,7 @@ fastlane-plugin-pgyer-password: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-yafirim: :initial_commit: 2017-08-30 :age_in_days: 261 @@ -3633,7 +3633,7 @@ fastlane-plugin-profile_expiration_info: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-xcode_log_parser: :initial_commit: 2016-07-20 :age_in_days: 585 @@ -3710,7 +3710,7 @@ fastlane-plugin-xcode8_srgb_workaround: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-apperian: :initial_commit: 2016-11-02 :age_in_days: 480 @@ -3750,7 +3750,7 @@ fastlane-plugin-get_application_id: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-dropbox: :initial_commit: 2017-12-18 :age_in_days: 807 @@ -3774,7 +3774,7 @@ fastlane-plugin-gen_dev_workspace: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-increment_version_code_android: :initial_commit: 2017-04-05 :age_in_days: 326 @@ -4196,7 +4196,7 @@ fastlane-plugin-ipa_scale: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-hello_test: :initial_commit: 2017-09-08 :age_in_days: 170 @@ -4269,7 +4269,7 @@ fastlane-plugin-parse_json: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-git_authors: :initial_commit: 2017-11-24 :age_in_days: 93 @@ -4371,7 +4371,7 @@ fastlane-plugin-jira_set_fix_version: :github_contributors: 0 fastlane-plugin-xcconfig: :initial_commit: 2018-02-22 - :age_in_days: 462 + :age_in_days: 2665 :readme_score: 100 :tests: 10 :actions: @@ -4392,11 +4392,11 @@ fastlane-plugin-xcconfig: description: Reads a value of a setting from xcconfig file. details: This action reads the value of a given setting from a given xcconfig file. Will throw an error if specified setting doesn\ - :sha: a736b8497979242715be0368271053441546be02914695e38752ec8185db0c14 - :github_stars: 6 + :sha: 208a01c4f913f38fb19bb258e596f90c3a92ae4796f5d07347c034451d6895c2 + :github_stars: 52 :github_subscribers: 1 :github_issues: 0 - :github_forks: 3 + :github_forks: 7 :github_contributors: 0 fastlane-plugin-run_tests_firebase_testlab: :initial_commit: 2018-01-30 @@ -4417,7 +4417,7 @@ fastlane-plugin-run_tests_firebase_testlab: :github_contributors: 0 fastlane-plugin-instabug_official: :initial_commit: 2018-02-12 - :age_in_days: 1927 + :age_in_days: 2675 :readme_score: 100 :tests: 1 :actions: @@ -4426,22 +4426,27 @@ fastlane-plugin-instabug_official: category: description: details: - :sha: 3c0a0133babe3edd13fd3f016a9c0631f1ab9360738bba79725152be97f3b9a6 - :github_stars: 5 + :sha: ba53f626a0c6a2ffc23a92d484c045dcceff85353b8e97562040343c2a05f6cf + :github_stars: 6 :github_subscribers: 4 :github_issues: 1 - :github_forks: 5 + :github_forks: 6 :github_contributors: 0 fastlane-plugin-google_drive: :initial_commit: 2018-02-09 - :age_in_days: 1836 + :age_in_days: 2678 :readme_score: 100 - :tests: 40 + :tests: 49 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: create_google_drive_folder + name: update_google_drive_file category: - description: Create new folder on Google Drive + description: Update a Google Drive file + details: "\\n" + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: upload_to_google_drive + category: + description: Upload files to Google Drive details: "\\n" - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: find_google_drive_file_by_id @@ -4454,20 +4459,15 @@ fastlane-plugin-google_drive: description: Find a Google Drive file or folder by title details: "\\n" - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: update_google_drive_file - category: - description: Update a Google Drive file - details: "\\n" - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: upload_to_google_drive + name: create_google_drive_folder category: - description: Upload files to Google Drive + description: Create new folder on Google Drive details: "\\n" - :sha: 0072402a84b2258271aa66fc587dd5d3e9a97926ca5966bb201edd18daaa6b22 - :github_stars: 51 - :github_subscribers: 1 - :github_issues: 2 - :github_forks: 14 + :sha: bd392e8107da425c508324709c79703c8db77196a866cfa701ed4a4575d3f2d8 + :github_stars: 54 + :github_subscribers: 2 + :github_issues: 4 + :github_forks: 15 :github_contributors: 0 fastlane-plugin-localize: :initial_commit: 2018-02-19 @@ -4517,7 +4517,7 @@ fastlane-plugin-retry_tests: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-icon_versioning: :initial_commit: 2017-12-14 :age_in_days: 1293 @@ -4577,7 +4577,7 @@ fastlane-plugin-rescan_flaky_tests: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-automated_test_emulator_run_mik: :initial_commit: 2016-07-26 :age_in_days: 770 @@ -4601,7 +4601,7 @@ fastlane-plugin-test_demo: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-git_commit_changelog_to_markdown: :initial_commit: 2018-03-28 :age_in_days: 6 @@ -4628,7 +4628,7 @@ fastlane-plugin-bluepillarx: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-napp_notifications: :initial_commit: 2018-04-10 :age_in_days: 0 @@ -4648,24 +4648,24 @@ fastlane-plugin-napp_notifications: :github_contributors: 1 fastlane-plugin-flutter: :initial_commit: 2018-04-13 - :age_in_days: 1400 + :age_in_days: 2615 :readme_score: 100 :tests: 18 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: flutter + name: flutter_bootstrap category: - description: Run "flutter" binary with the specified arguments + description: Flutter SDK installation, upgrade and application bootstrap details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: flutter_bootstrap + name: flutter category: - description: Flutter SDK installation, upgrade and application bootstrap + description: Run "flutter" binary with the specified arguments details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: flutter_build - category: building - description: Run "flutter build" to build a Flutter application + category: + description: details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: flutter_generate @@ -4677,12 +4677,12 @@ fastlane-plugin-flutter: and generate .dart files from them. (4) Generate an empty test importing all files, which would be used to calculate correct full coverage numbers." details: - :sha: 6b4659f297ea642bb1ff6540c59c560a0d0a6088d2496fa2e6d505a4a87dc713 - :github_stars: 26 + :sha: 84c6196da06431b089c1f97c4dd4838ce03d89869e15849c51e9a51b567ed39e + :github_stars: 38 :github_subscribers: 3 - :github_issues: 3 + :github_issues: 9 :github_forks: 6 - :github_contributors: 1 + :github_contributors: 0 fastlane-plugin-ding_talk: :initial_commit: 2018-04-10 :age_in_days: 15 @@ -4971,9 +4971,9 @@ fastlane-plugin-line_notify: :github_contributors: 0 fastlane-plugin-browserstack: :initial_commit: 2018-05-31 - :age_in_days: 1070 + :age_in_days: 2567 :readme_score: 100 - :tests: 17 + :tests: 24 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: upload_to_browserstack_app_automate @@ -4989,12 +4989,12 @@ fastlane-plugin-browserstack: tests. details: Uploads IPA and APK files to BrowserStack AppLive for running manual tests. - :sha: f9d0c3adcfaa51b3d660be596d444ea98ecf24d3de2865b84624c16e040c2225 - :github_stars: 10 - :github_subscribers: 9 - :github_issues: 2 - :github_forks: 7 - :github_contributors: 4 + :sha: a4f3e4a552e2390a4733570857512571535912100ffada177d5374413f2c1333 + :github_stars: 21 + :github_subscribers: 10 + :github_issues: 10 + :github_forks: 17 + :github_contributors: 0 fastlane-plugin-release: :initial_commit: 2018-07-04 :age_in_days: 7 @@ -5462,7 +5462,7 @@ fastlane-plugin-xamarin: :github_contributors: 0 fastlane-plugin-waldo: :initial_commit: 2018-05-15 - :age_in_days: 1741 + :age_in_days: 2583 :readme_score: 100 :tests: 1 :actions: @@ -5471,9 +5471,9 @@ fastlane-plugin-waldo: category: testing description: Upload a new build to [Waldo](https://www.waldo.io) details: - :sha: 2500076bfa880931bc743f9faa326bc5990a5675cbd60a6b0942b9bc29e4e8bb - :github_stars: 6 - :github_subscribers: 6 + :sha: fb7f0c4f8a294ef361e7a32305ef065b9989faf91a5285c6b4c20fb5f9a1f01a + :github_stars: 5 + :github_subscribers: 7 :github_issues: 0 :github_forks: 3 :github_contributors: 0 @@ -5880,7 +5880,7 @@ fastlane-plugin-parse_configurations: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-test_report: :initial_commit: 2018-09-26 :age_in_days: 76 @@ -5951,7 +5951,7 @@ fastlane-plugin-flutter_build: :github_contributors: 0 fastlane-plugin-appbox: :initial_commit: 2018-12-20 - :age_in_days: 1371 + :age_in_days: 2364 :readme_score: 100 :tests: 1 :actions: @@ -5962,11 +5962,11 @@ fastlane-plugin-appbox: directly to the devices from your Dropbox account. details: Deploy Development, Ad-Hoc and In-house (Enterprise) iOS applications directly to the devices from your Dropbox account. - :sha: 59837b8be03755b1c4f8d3b7a6f72778e74fcfc47b7055c455cef5443cd1ade7 - :github_stars: 12 - :github_subscribers: 2 + :sha: f9ed1f37a886506593dbba9a60931db28ad1f92f74b0a2d1a78657a195aaeb9c + :github_stars: 18 + :github_subscribers: 1 :github_issues: 1 - :github_forks: 2 + :github_forks: 3 :github_contributors: 0 fastlane-plugin-bitrise: :initial_commit: 2018-12-30 @@ -6635,9 +6635,9 @@ fastlane-plugin-bowl: :github_contributors: 0 fastlane-plugin-dynatrace: :initial_commit: 2019-04-04 - :age_in_days: 1827 + :age_in_days: 2259 :readme_score: 100 - :tests: 59 + :tests: 60 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: dynatrace_process_symbols @@ -6646,11 +6646,11 @@ fastlane-plugin-dynatrace: details: This action allows you to process and upload symbol files to Dynatrace. If you use Bitcode you can also use it to download the latest dSYM files from App Store Connect. - :sha: cf67447722885aec71e57bbd88c1c53f638f2cd10b088e8832066513c192082d + :sha: b6ce73b334aff4e6f8568d9890a78edebca16176ddeace91aaf717c91752ce7f :github_stars: 11 :github_subscribers: 7 :github_issues: 0 - :github_forks: 5 + :github_forks: 6 :github_contributors: 0 fastlane-plugin-download_hocky_build: :initial_commit: 2019-04-08 @@ -6709,7 +6709,7 @@ fastlane-plugin-update_app_associated_domains: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-line_message: :initial_commit: 2019-04-11 :age_in_days: 22 @@ -6730,26 +6730,26 @@ fastlane-plugin-line_message: :github_contributors: 0 fastlane-plugin-icon_banner: :initial_commit: 2019-04-20 - :age_in_days: 1495 + :age_in_days: 2243 :readme_score: 100 :tests: 2 :actions: - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: icon_banner - category: - description: Adds custom nice-looking banners over your mobile app icons - details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: icon_banner_restore category: description: Restores the original app icons (can be used after build to clean up the repository) details: - :sha: ade1fc7b1a1a943c038a6c14644381ed071a71096f59d1abae19322c9a857426 - :github_stars: 24 + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: icon_banner + category: + description: Adds custom nice-looking banners over your mobile app icons + details: + :sha: 1d4da3bee7359f4061a8b3cba28d222a19edbf9aba63231e515aa125991b494d + :github_stars: 35 :github_subscribers: 0 :github_issues: 4 - :github_forks: 6 + :github_forks: 8 :github_contributors: 0 fastlane-plugin-react_native_release: :initial_commit: 2019-01-03 @@ -7064,7 +7064,7 @@ fastlane-plugin-testin: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-airwatch_workspaceone: :initial_commit: 2019-05-30 :age_in_days: 512 @@ -7299,7 +7299,7 @@ fastlane-plugin-update_device_name: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-upload_dsym: :initial_commit: 2019-07-10 :age_in_days: 270 @@ -7761,7 +7761,7 @@ fastlane-plugin-swiftlint_codequality: :github_contributors: 0 fastlane-plugin-appmetrica: :initial_commit: 2019-09-25 - :age_in_days: 1337 + :age_in_days: 2085 :readme_score: 100 :tests: 1 :actions: @@ -7771,10 +7771,10 @@ fastlane-plugin-appmetrica: description: Upload dSYM symbolication files to AppMetrica details: This plugin allows uploading dSYM symbolication files to AppMetrica. It should be applied if you use Bitcode - :sha: 78eecdd00a5f794d647fb345f7e239e4680fbef311565d699225869b637506d2 + :sha: 364eb8424e8e880d81d395a1eb57625ef6a53e50f784371fac24e9ea1fada983 :github_stars: 5 :github_subscribers: 9 - :github_issues: 1 + :github_issues: 2 :github_forks: 0 :github_contributors: 0 fastlane-plugin-git_add_tag: @@ -7796,7 +7796,7 @@ fastlane-plugin-git_add_tag: :github_contributors: 0 fastlane-plugin-android_versioning_kts: :initial_commit: 2019-09-17 - :age_in_days: 651 + :age_in_days: 2093 :readme_score: 50 :tests: 22 :actions: @@ -7830,12 +7830,12 @@ fastlane-plugin-android_versioning_kts: category: description: Get the version code of your project details: " " - :sha: 118b8cce219574b339f7a09ab7b77d2c6334a347b54f88a0e1d802f7ed5d121f - :github_stars: 3 + :sha: 6701e9bf4f8b8bc5f8bf60cb8e6fd6ff2d15b60fcd4e81b28f9521ac78687279 + :github_stars: 5 :github_subscribers: 1 - :github_issues: 0 - :github_forks: 1 - :github_contributors: 2 + :github_issues: 1 + :github_forks: 2 + :github_contributors: 0 fastlane-plugin-ios_dependency_parser: :initial_commit: 2019-09-24 :age_in_days: 7 @@ -7873,20 +7873,24 @@ fastlane-plugin-set_sonar_properties: :github_contributors: 0 fastlane-plugin-firebase_app_distribution: :initial_commit: 2019-08-01 - :age_in_days: 1708 + :age_in_days: 2140 :readme_score: 100 - :tests: 134 + :tests: 141 :actions: - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: firebase_app_distribution - category: - description: Release your beta builds with Firebase App Distribution - details: Release your beta builds with Firebase App Distribution - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: firebase_app_distribution_add_testers category: description: Create testers in bulk from a comma-separated list or a file details: Create testers in bulk from a comma-separated list or a file + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: firebase_app_distribution_get_udids + category: + description: Download the UDIDs of your Firebase App Distribution testers + details: Export your testers' device identifiers in a CSV file, so you can add + them your provisioning profile. This file can be imported into your Apple developer + account using the Register Multiple Devices option. See the [App Distribution + docs](https://firebase.google.com/docs/app-distribution/ios/distribute-console#register-tester-devices) + for more info. - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: firebase_app_distribution_create_group category: @@ -7897,30 +7901,26 @@ fastlane-plugin-firebase_app_distribution: category: description: Delete a tester group details: Delete a tester group + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: firebase_app_distribution + category: + description: Release your beta builds with Firebase App Distribution + details: Release your beta builds with Firebase App Distribution - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: firebase_app_distribution_get_latest_release category: description: Fetches the latest release in Firebase App Distribution details: "\\n" - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: firebase_app_distribution_get_udids - category: - description: Download the UDIDs of your Firebase App Distribution testers - details: Export your testers' device identifiers in a CSV file, so you can add - them your provisioning profile. This file can be imported into your Apple developer - account using the Register Multiple Devices option. See the [App Distribution - docs](https://firebase.google.com/docs/app-distribution/ios/distribute-console#register-tester-devices) - for more info. - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: firebase_app_distribution_remove_testers 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: 564ccf98f56d72aa8b0a064f5a15ad8da2ffd5b264375f0ba37e621293c98d39 - :github_stars: 162 - :github_subscribers: 44 - :github_issues: 0 - :github_forks: 30 + :sha: f25628bf390c550d10dfa5136a3de073d322dc5ed9e1bcb168e6068e6d9a07ba + :github_stars: 180 + :github_subscribers: 43 + :github_issues: 1 + :github_forks: 34 :github_contributors: 0 fastlane-plugin-secrets: :initial_commit: 2019-09-23 @@ -8006,7 +8006,7 @@ fastlane-plugin-install_certificates: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-bugsnag_sourcemaps_upload: :initial_commit: 2019-11-08 :age_in_days: 236 @@ -8043,7 +8043,7 @@ fastlane-plugin-fir_cli: :github_contributors: 0 fastlane-plugin-xcresult_to_junit: :initial_commit: 2019-11-12 - :age_in_days: 735 + :age_in_days: 2037 :readme_score: 100 :tests: 1 :actions: @@ -8053,11 +8053,11 @@ fastlane-plugin-xcresult_to_junit: description: Produces junit xml files from Xcode 11+ xcresult files details: By using the xcresulttool this plugin parses xcresult files and generates junit reports to be used with other tools to display iOS test results - :sha: a3e3f26bb1ad7f035080ae4a6ad812b48f5c08ecf5e1de9bcfa871d06561ad26 - :github_stars: 8 + :sha: 74bc7dbf018fe3af22835735cb978f07c7b2fb4e4ef897c5b2fe41c6802ca48c + :github_stars: 16 :github_subscribers: 1 :github_issues: 0 - :github_forks: 4 + :github_forks: 5 :github_contributors: 0 fastlane-plugin-alioss: :initial_commit: 2019-11-27 @@ -8182,9 +8182,9 @@ fastlane-plugin-repack_ios: :github_contributors: 0 fastlane-plugin-bundletool: :initial_commit: 2019-12-08 - :age_in_days: 1263 + :age_in_days: 2011 :readme_score: 100 - :tests: 4 + :tests: 5 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: bundletool @@ -8192,11 +8192,11 @@ fastlane-plugin-bundletool: description: Extracts an universal apk from an .aab file details: Using the google oficial bundletool to extract an universal apk from .aab file to distribute it - :sha: e36368ae2fcd7f16e0d13bc86286e5e0bd299d29c0b1bcc1337fb4d13bc816c1 - :github_stars: 30 + :sha: a279b626f91b84b2ba290bbe0907453acc0e637c893609af25bf6a9c08d662eb + :github_stars: 34 :github_subscribers: 1 - :github_issues: 1 - :github_forks: 8 + :github_issues: 0 + :github_forks: 12 :github_contributors: 0 fastlane-plugin-bitwarden: :initial_commit: 2019-12-12 @@ -8232,45 +8232,45 @@ fastlane-plugin-bitwarden: :github_contributors: 0 fastlane-plugin-huawei_appgallery_connect: :initial_commit: 2019-12-14 - :age_in_days: 1573 + :age_in_days: 2005 :readme_score: 100 :tests: 1 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: huawei_appgallery_connect - category: - description: Huawei AppGallery Connect Plugin - details: Fastlane plugin to upload Android app to Huawei AppGallery Connect - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: huawei_appgallery_connect_get_app_id + name: huawei_appgallery_connect_update_app_localization category: description: Huawei AppGallery Connect Plugin - details: Fastlane plugin to get Android app to Huawei AppGallery Connect information + details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: huawei_appgallery_connect_get_app_info + name: huawei_appgallery_connect_submit_for_review category: description: Huawei AppGallery Connect Plugin - details: Fastlane plugin to get Android app to Huawei AppGallery Connect information + details: Fastlane plugin to upload Android app to Huawei AppGallery Connect - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: huawei_appgallery_connect_set_gms_dependency category: description: Huawei AppGallery Connect Plugin details: Set GMS Dependency - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: huawei_appgallery_connect_submit_for_review + name: huawei_appgallery_connect category: description: Huawei AppGallery Connect Plugin details: Fastlane plugin to upload Android app to Huawei AppGallery Connect - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: huawei_appgallery_connect_update_app_localization + name: huawei_appgallery_connect_get_app_info category: description: Huawei AppGallery Connect Plugin - details: - :sha: c1264d806ffcdbf091f82e0301ca43c8c155b0bb116e0e1ee5a448073f3a979a - :github_stars: 81 - :github_subscribers: 6 - :github_issues: 1 - :github_forks: 19 + details: Fastlane plugin to get Android app to Huawei AppGallery Connect information + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: huawei_appgallery_connect_get_app_id + category: + description: Huawei AppGallery Connect Plugin + details: Fastlane plugin to get Android app to Huawei AppGallery Connect information + :sha: c51a272a57be695d57285f98999c502a4107a700b4ba5aa43dec459e94192026 + :github_stars: 88 + :github_subscribers: 5 + :github_issues: 5 + :github_forks: 27 :github_contributors: 0 fastlane-plugin-xcode_tools_select: :initial_commit: 2019-12-03 @@ -8428,7 +8428,7 @@ fastlane-plugin-debug_file: :github_contributors: 0 fastlane-plugin-plural_converter: :initial_commit: 2020-01-21 - :age_in_days: 8 + :age_in_days: 1967 :readme_score: 100 :tests: 10 :actions: @@ -8437,7 +8437,7 @@ fastlane-plugin-plural_converter: category: description: details: - :sha: ae4cc12c3112af1c3186daf6c716a2f77a6f8275e4de8858f781eba08e8b97b7 + :sha: a64d8524ac7de22ec4816df9a063e5772b5dfc482415af312bdce9f80e852163 :github_stars: 0 :github_subscribers: 1 :github_issues: 0 @@ -8481,37 +8481,37 @@ fastlane-plugin-gitlab_changelog: :github_contributors: 2 fastlane-plugin-zealot: :initial_commit: 2019-12-12 - :age_in_days: 763 + :age_in_days: 2007 :readme_score: 100 :tests: 1 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: zealot + name: zealot_version_check category: - description: + description: Check app version exists from Zealot details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: zealot_debug_file + name: zealot_sync_devices category: - description: Upload dSYM/Proguard files to Zealot which it provides a self-host - Over The Air Server for deployment of Android and iOS apps. + description: Sync ios devices list to Zealot details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: zealot_sync_devices + name: zealot_debug_file category: - description: Check app version exists from Zealot + description: Upload dSYM/Proguard files to Zealot which it provides a self-host + Over The Air Server for deployment of Android and iOS apps. details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: zealot_version_check + name: zealot category: - description: Check app version exists from Zealot + description: details: - :sha: fd55c15fe3fbcd462b853bd00ab8b879ce755ee3e0047b1d40784ab4244d1cd7 - :github_stars: 3 + :sha: 78d9aa760305a391764b5eed45c0c452085bec21ec85f72901c2b04e91388c52 + :github_stars: 9 :github_subscribers: 2 :github_issues: 0 :github_forks: 1 - :github_contributors: 1 + :github_contributors: 0 fastlane-plugin-app_previews: :initial_commit: 2020-01-19 :age_in_days: 10 @@ -8888,7 +8888,7 @@ fastlane-plugin-carthage_cache_res: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-phraseapp: :initial_commit: 2020-03-02 :age_in_days: 51 @@ -8973,7 +8973,7 @@ fastlane-plugin-jandi_webhook: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-appsigner: :initial_commit: 2020-05-02 :age_in_days: 10 @@ -9201,7 +9201,7 @@ fastlane-plugin-appcenter_releases: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-rollbar: :initial_commit: 2020-05-08 :age_in_days: 26 @@ -9279,7 +9279,7 @@ fastlane-plugin-github_action: :github_contributors: 0 fastlane-plugin-slack_bot: :initial_commit: 2020-05-27 - :age_in_days: 1208 + :age_in_days: 1840 :readme_score: 100 :tests: 1 :actions: @@ -9288,11 +9288,6 @@ fastlane-plugin-slack_bot: category: description: Deleate a slack message using time-stamp(ts) value details: - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: fetch_files_slack - category: - description: 'List files of any #channel using Slack bot `files.list` api.' - details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: file_upload_to_slack category: @@ -9304,16 +9299,21 @@ fastlane-plugin-slack_bot: description: Post a slack message details: 'Post a slack message to any #channel/@user using Slack bot chat postMessage api.' + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: fetch_files_slack + category: + description: 'List files of any #channel using Slack bot `files.list` api.' + details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: update_slack_message category: description: Update a slack message using time-stamp(ts) value details: - :sha: c7881788af9a5d1f9503584d8ed2c5167b2748534345c0a2d689050d181c54a4 - :github_stars: 33 + :sha: 3ff480547d8da914f6db4fec658bf3f0b67b3efbb54797d9887d9f66e31cb680 + :github_stars: 38 :github_subscribers: 1 - :github_issues: 0 - :github_forks: 5 + :github_issues: 2 + :github_forks: 6 :github_contributors: 0 fastlane-plugin-try_scan: :initial_commit: 2020-06-07 @@ -9355,7 +9355,7 @@ fastlane-plugin-match_android_keystore: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-xclogparser: :initial_commit: 2020-06-08 :age_in_days: 94 @@ -9488,36 +9488,467 @@ fastlane-plugin-mattermost: :github_contributors: 0 fastlane-plugin-circle_ci: :initial_commit: 2020-07-05 - :age_in_days: 3 - :readme_score: 50 - :tests: 0 + :age_in_days: 1801 + :readme_score: 100 + :tests: 7 :actions: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_create_pipeline_schedule + category: ci + description: Creates a new pipeline schedule for a CircleCI project using API + v2 + details: This action creates a new pipeline schedule for a specific CircleCI project + using the CircleCI API v2. The schedule determines when pipelines will be automatically + triggered. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_update_pipeline_schedule + category: ci + description: Updates a pipeline schedule in CircleCI using API v2 + details: This action updates an existing pipeline schedule in CircleCI using the + CircleCI API v2. You can update various properties such as name, description, + parameters, and timetable. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_update_trigger + category: ci + description: Updates a trigger in CircleCI using API v2 + details: This action updates an existing trigger in CircleCI using the CircleCI + API v2. You can update the description and configuration of the trigger. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_add_context_env_var + category: ci + description: Adds an environment variable to a CircleCI context using API v2 + details: This action adds or updates an environment variable in a specific CircleCI + context using the CircleCI API v2. Environment variables in contexts are used + to securely share configuration across projects. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_set_env_var + category: ci + description: Sets an environment variable for a CircleCI project using API v2 + details: This action sets an environment variable for a specific CircleCI project + using the CircleCI API v2. - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: download_circle_ci_artifact category: description: Download the CircleCI artifact file. details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_my_pipelines + category: ci + description: Gets recent pipelines for the current user from CircleCI using API + v2 + details: This action retrieves recent pipelines triggered by or associated with + the current user from CircleCI using the CircleCI API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_workflow_jobs + category: ci + description: Gets jobs for a CircleCI workflow using API v2 + details: This action retrieves all jobs for a specific CircleCI workflow using + the CircleCI API v2, including status, job numbers, and names. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_download_workflow_artifacts + category: ci + description: Downloads artifacts from a specific CircleCI workflow + details: This action downloads all artifacts from a specific CircleCI workflow. + By default, it targets the most recent 'test' workflow from the master branch, + but you can customize all parameters. Artifacts are downloaded to the specified + directory, organized by job name. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_pipeline_config + category: ci + description: Gets the configuration for a CircleCI pipeline using API v2 + details: This action retrieves the configuration for a specific CircleCI pipeline + using the CircleCI API v2. The configuration includes the source and compiled + YAML configuration files. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_workflow_test_metrics + category: ci + description: Gets test metrics for a project workflow using Insights API v2 + details: This action retrieves test metrics for a project workflow using the CircleCI + Insights API v2. Currently test metrics are calculated based on the 10 most + recent workflow runs. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_pipeline_values + category: ci + description: Gets values (parameters, configurations) for a CircleCI pipeline + using API v2 + details: This action retrieves all values for a specific CircleCI pipeline using + the CircleCI API v2. Values include parameters, configurations, and other metadata + about the pipeline. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_delete_trigger + category: ci + description: Deletes a trigger from CircleCI using API v2 + details: This action deletes a specific trigger from CircleCI using the CircleCI + API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_download_artifact + category: ci + description: Downloads an artifact from CircleCI + details: This action downloads an artifact from CircleCI to a local path. It works + with artifacts from the CircleCI API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_trigger_pipeline + category: ci + description: Triggers a CircleCI pipeline using API v2 + details: This action triggers a CircleCI pipeline using the CircleCI API v2. It + allows you to specify branch and parameters for the pipeline run. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_job_tests + category: ci + description: Gets test metadata for a CircleCI job using API v2 + details: This action retrieves test metadata for a specific CircleCI job using + the CircleCI API v2. It returns detailed information about tests that were run + as part of the job, including test names, classnames, results, and durations. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_project_config + category: ci + description: Gets the configuration for a CircleCI project using API v2 + details: This action retrieves configuration information for a specific CircleCI + project using the CircleCI API v2, including compiled YAML configuration. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_create_project + category: ci + description: Creates a new CircleCI project using API v2 + details: This action creates a new CircleCI project by following a repository + using the CircleCI API v2. This makes the repository available for building + on CircleCI. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_env_vars + category: ci + description: Gets environment variables for a CircleCI project using API v2 + details: This action retrieves all environment variables for a specific CircleCI + project using the CircleCI API v2. Note that values are not included in the + response for security reasons. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_flaky_tests + category: ci + description: Gets flaky tests information for a CircleCI project using API v2 + details: This action retrieves information about flaky tests for a specific CircleCI + project using the CircleCI API v2. This is useful for monitoring test health + and improving CI reliability. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_rerun_workflow + category: ci + description: Reruns a workflow in CircleCI using API v2 + details: This action reruns a specific workflow in CircleCI using the CircleCI + API v2. You can choose to rerun the entire workflow or just the failed jobs. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_list_projects + category: ci + description: Lists all CircleCI projects for the current user or organization + using API v2 + details: This action retrieves all CircleCI projects that the current API token + has access to using the CircleCI API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_workflow_runs + category: + description: Gets recent runs of a workflow using Insights API v2 + details: This action retrieves recent runs of a workflow using the CircleCI Insights + API v2. Runs going back at most 90 days are returned. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_workflow_job_metrics + category: ci + description: Gets summary metrics for a project workflow's jobs using Insights + API v2 + details: This action retrieves summary metrics for a project workflow's jobs using + the CircleCI Insights API v2. Job runs going back at most 90 days are included + in the aggregation window. Metrics are refreshed daily, and thus may not include + executions from the last 24 hours. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_job_timeseries + category: + description: Gets timeseries data for all jobs within a workflow using Insights + API v2 + details: This action retrieves timeseries data for all jobs within a workflow + using the CircleCI Insights API v2. Hourly granularity data is only retained + for 48 hours while daily granularity data is retained for 90 days. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_list_webhooks + category: ci + description: Lists webhooks for a CircleCI project or organization using API v2 + details: This action retrieves all webhooks defined for a specific CircleCI project + or organization using the CircleCI API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_list_contexts + category: ci + description: Lists CircleCI contexts using API v2 + details: This action lists all contexts for an organization or account using the + CircleCI API v2. Contexts allow you to share environment variables across multiple + projects. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_cancel_workflow + category: ci + description: Cancels a running workflow in CircleCI using API v2 + details: This action cancels a specific running workflow in CircleCI using the + CircleCI API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_checkout_key + category: ci + description: Gets a specific checkout key for a CircleCI project using API v2 + details: This action retrieves details for a specific checkout key for a CircleCI + project using the CircleCI API v2. You need to provide the fingerprint of the + key you want to retrieve. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_pipeline_definition + category: ci + description: Gets a specific pipeline definition using CircleCI API v2 + details: This action retrieves details for a specific pipeline definition using + the CircleCI API v2. Pipeline definitions describe how pipelines are configured + for a project. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_delete_pipeline_schedule + category: ci + description: Deletes a pipeline schedule for a CircleCI project using API v2 + details: This action deletes a specific pipeline schedule for a CircleCI project + using the CircleCI API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_checkout_keys + category: ci + description: Gets all checkout keys for a CircleCI project using API v2 + details: This action retrieves all checkout keys for a specific CircleCI project + using the CircleCI API v2. Checkout keys are used to check out code from your + version control system. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_workflow_insights + category: + description: + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_create_checkout_key + category: ci + description: Creates a new checkout key for a CircleCI project using API v2 + details: This action creates a new checkout key for a specific CircleCI project + using the CircleCI API v2. Checkout keys are used to check out code from your + version control system. You can create either a 'deploy-key' or a 'github-user-key'. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_delete_checkout_key + category: ci + description: Deletes a checkout key from a CircleCI project using API v2 + details: This action deletes a specific checkout key from a CircleCI project using + the CircleCI API v2. You need to provide the fingerprint of the key you want + to delete. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_job_artifacts + category: ci + description: Gets artifacts for a CircleCI job using API v2 + details: This action retrieves all artifacts generated by a specific CircleCI + job using the CircleCI API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_workflow + category: ci + description: Gets information about a CircleCI workflow using API v2 + details: This action retrieves detailed information about a specific CircleCI + workflow using the CircleCI API v2, including status, created timestamp, pipeline + ID, and project data. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_user_info + category: ci + description: Gets information about the authenticated CircleCI user using API + v2 + details: This action retrieves information about the currently authenticated CircleCI + user using the CircleCI API v2. This includes details such as name, login, and + ID. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_pipeline_definitions + category: ci + description: Gets pipeline definitions for a CircleCI project using API v2 + details: This action retrieves all pipeline definitions for a specific CircleCI + project using the CircleCI API v2. Pipeline definitions describe how pipelines + are configured for a project. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_approve_job + category: ci + description: Approves a pending approval job in a CircleCI workflow using API + v2 + details: This action approves a pending approval job in a CircleCI workflow using + the CircleCI API v2. This is useful for automated approval of deployment jobs. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_trigger + category: ci + description: Gets information about a specific trigger using CircleCI API v2 + details: This action retrieves detailed information about a specific trigger using + the CircleCI API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_org_summary + category: ci + description: Gets summary metrics with trends for an entire organization using + Insights API v2 + details: This action retrieves aggregated summary metrics with trends for the + entire organization and for each project belonging to the organization using + the CircleCI Insights API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_job_details + category: ci + description: Gets detailed information about a CircleCI job using API v2 + details: This action retrieves detailed information about a specific CircleCI + job using the CircleCI API v2, including status, duration, and executor information. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_create_pipeline_definition + category: ci + description: Creates a pipeline definition for a CircleCI project using API v2 + details: This action creates a new pipeline definition for a specific CircleCI + project using the CircleCI API v2. Pipeline definitions define how pipelines + are configured for a project. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_create_pipeline_definition_trigger + category: ci + description: Creates a trigger for a pipeline definition using CircleCI API v2 + details: This action creates a new trigger for a specific pipeline definition + using the CircleCI API v2. Triggers allow you to automatically start pipelines + based on events. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_wait_for_pipeline + category: ci + description: Waits for a CircleCI pipeline to complete using API v2 + details: This action waits for a specific CircleCI pipeline to reach a terminal + state (success, failed, error, or canceled) using the CircleCI API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_list_pipeline_schedules + category: ci + description: Lists pipeline schedules for a CircleCI project using API v2 + details: This action retrieves all pipeline schedules for a specific CircleCI + project using the CircleCI API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_pipeline_by_number + category: ci + description: Gets a specific pipeline by number from CircleCI using API v2 + details: This action retrieves details about a specific pipeline by its number + from CircleCI using the CircleCI API v2. - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: trigger_circle_ci_job category: description: Triggers a new CircleCI Job details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_cancel_job + category: ci + description: Cancels a running job in CircleCI using API v2 + details: This action cancels a specific running job in CircleCI using the CircleCI + API v2. This provides more granular control than canceling an entire workflow. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_delete_pipeline_definition + category: ci + description: Deletes a pipeline definition from CircleCI using API v2 + details: This action deletes a specific pipeline definition from CircleCI using + the CircleCI API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_context_env_vars + category: ci + description: Gets environment variables for a CircleCI context using API v2 + details: This action retrieves all environment variables for a specific CircleCI + context using the CircleCI API v2. For security reasons, values are not returned, + only variable names. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_pipeline_workflows + category: ci + description: Gets workflows for a CircleCI pipeline using API v2 + details: This action retrieves all workflows for a specific CircleCI pipeline + using the CircleCI API v2, including status, IDs, and names. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_list_pipeline_definition_triggers + category: ci + description: Gets all triggers for a pipeline definition using CircleCI API v2 + details: This action retrieves all triggers configured for a specific pipeline + definition using the CircleCI API v2. Pipeline definition triggers allow you + to automatically start pipelines based on events. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_list_all_pipelines + category: ci + description: Gets a list of all pipelines across projects using CircleCI API v2 + details: This action retrieves all pipelines for the most recently built projects + (max 250) you follow in an organization using the CircleCI API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_workflow_summary + category: ci + description: Gets metrics and trends for a workflow using Insights API v2 + details: This action retrieves metrics and trends for a particular workflow on + a single branch or all branches using the CircleCI Insights API v2. - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: get_circle_ci_build_status category: description: CircleCI build status details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_pipeline + category: ci + description: Gets information about a CircleCI pipeline using API v2 + details: This action retrieves detailed information about a specific CircleCI + pipeline using the CircleCI API v2, including state, created timestamp, trigger + information, and VCS data. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_project_branches + category: ci + description: Gets all branches for a CircleCI project using Insights API v2 + details: This action retrieves a list of all branches for a specified CircleCI + project using the Insights API v2. The list will only contain branches currently + available within Insights. The maximum number of branches returned is 5,000. - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: get_circle_ci_artifacts category: description: List the CircleCI artifacts. details: - :sha: 8ceb0be9eade6871e64aac123387f135606bd4ed11f5e0822a3aa3484e3a43eb + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_get_project_workflow_metrics + category: ci + description: Gets summary metrics for a project's workflows using Insights API + v2 + details: This action retrieves summary metrics for a project's workflows using + the CircleCI Insights API v2. Workflow runs going back at most 90 days are included + in the aggregation window. Metrics are refreshed daily, and thus may not include + executions from the last 24 hours. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_add_project_collaborator + category: + description: + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_delete_env_var + category: ci + description: Deletes an environment variable for a CircleCI project using API + v2 + details: This action deletes an environment variable for a specific CircleCI project + using the CircleCI API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_update_pipeline_definition + category: ci + description: Updates a pipeline definition in CircleCI using API v2 + details: This action updates an existing pipeline definition in CircleCI using + the CircleCI API v2. Currently only supported for pipeline definitions where + config_source.provider is github_app or bitbucket_dc. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_continue_pipeline + category: ci + description: Continues a pipeline from the setup phase using CircleCI API v2 + details: This action continues a pipeline from the setup phase using the CircleCI + API v2. This is useful for pipelines that require manual continuation or for + dynamic configuration with parameters. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_delete_webhook + category: ci + description: Deletes a webhook from CircleCI using API v2 + details: This action deletes a specific webhook from CircleCI using the CircleCI + API v2. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_create_webhook + category: ci + description: Creates a new webhook for a CircleCI project or organization using + API v2 + details: This action creates a new webhook for a specific CircleCI project or + organization using the CircleCI API v2. Webhooks allow external services to + be notified of CircleCI events. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: circleci_delete_context_env_var + category: ci + description: Deletes an environment variable from a CircleCI context using API + v2 + details: This action deletes an environment variable from a specific CircleCI + context using the CircleCI API v2. + :sha: fd3083b9ae75244759a4c24dc7c07687ab70556022023fabc385d47d81361666 :github_stars: 0 :github_subscribers: 1 :github_issues: 0 :github_forks: 0 - :github_contributors: 1 + :github_contributors: 0 fastlane-plugin-azuredevops_envvars: :initial_commit: 2020-07-10 :age_in_days: 4 @@ -9608,10 +10039,15 @@ fastlane-plugin-bitrise_bcsymbolmaps: :github_contributors: 0 fastlane-plugin-json: :initial_commit: 2020-07-19 - :age_in_days: 572 + :age_in_days: 1787 :readme_score: 100 :tests: 17 :actions: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: write_json + category: + description: Write a json file from a hash at the provided path + details: Use this action to serialize a hash into a json file in a provided path. - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: download_json category: @@ -9632,20 +10068,15 @@ fastlane-plugin-json: description: Read a json file and expose a hash with symbolized names as result details: Use this action to read a json file and access to it as Hash with symbolized names - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: write_json - category: - description: Write a json file from a hash at the provided path - details: Use this action to serialize a hash into a json file in a provided path. - :sha: 05cc00c9f046f8d5c9647f755e7d63eb63debddacdfd863b642afc2069f01f80 - :github_stars: 8 + :sha: ec0c85ea5733b089ac77ffb84672761fde598a4812dfee3afd3a14c1705fe743 + :github_stars: 11 :github_subscribers: 1 - :github_issues: 0 - :github_forks: 2 - :github_contributors: 1 + :github_issues: 1 + :github_forks: 4 + :github_contributors: 0 fastlane-plugin-ad_licenselint: :initial_commit: 2020-08-04 - :age_in_days: 2 + :age_in_days: 1771 :readme_score: 100 :tests: 0 :actions: @@ -9654,18 +10085,18 @@ fastlane-plugin-ad_licenselint: category: description: details: Lint the licenses for iOS projects - :sha: f34e60c58b54d8f62ce56e45732bdbbc9001a57c552f72ee0ae640e270f63c75 - :github_stars: 0 - :github_subscribers: 3 - :github_issues: 0 - :github_forks: 0 + :sha: 940dfc6596e65433fbcb8fd7625680a1f4edb3eefd4e4f45cce3db40d4362cbf + :github_stars: 26 + :github_subscribers: 11 + :github_issues: 1 + :github_forks: 4 :github_contributors: 0 fastlane-plugin-jira_set_feature_build: :github_stars: 0 :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-codemagic: :initial_commit: 2020-08-17 :age_in_days: 10 @@ -10058,9 +10489,9 @@ fastlane-plugin-import_from_url: :github_contributors: 2 fastlane-plugin-unity: :initial_commit: 2020-10-25 - :age_in_days: 102 + :age_in_days: 1689 :readme_score: 100 - :tests: 2 + :tests: 3 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: unity @@ -10068,11 +10499,11 @@ fastlane-plugin-unity: description: Fastlane plugin for Unity details: Fastlane plugin for Unity. Easily run Unity to build, test and execute method from fastlane. - :sha: 6882849fc0ec5c3093b6026a5903a9e59bb8e837a47b47719b4715477053c0aa - :github_stars: 5 - :github_subscribers: 1 - :github_issues: 1 - :github_forks: 1 + :sha: ec97b9ca6c924d95b8c3d6ffde282a23771919385fad9c37ce37cccdb7f44fec + :github_stars: 31 + :github_subscribers: 2 + :github_issues: 2 + :github_forks: 7 :github_contributors: 0 fastlane-plugin-xambuild: :initial_commit: 2020-11-24 @@ -10150,10 +10581,15 @@ fastlane-plugin-jira_issue_link: :github_contributors: 0 fastlane-plugin-emerge: :initial_commit: 2020-12-07 - :age_in_days: 1214 + :age_in_days: 1646 :readme_score: 100 :tests: 1 :actions: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: emerge_snapshot + category: + description: Fastlane plugin for Emerge to generate iOS snapshots + details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: emerge category: @@ -10164,16 +10600,11 @@ fastlane-plugin-emerge: category: description: Fastlane plugin to download order files details: - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: emerge_snapshot - category: - description: Fastlane plugin for Emerge to generate iOS snapshots - details: - :sha: e562acebd715e631d72be17372c268dd57e9cbc0562752bfb361f37e2c31e20a - :github_stars: 12 + :sha: 8815f3a0f82076b74788ef9e49999497484bcae310359353448bd7fb5eff32dc + :github_stars: 14 :github_subscribers: 4 - :github_issues: 0 - :github_forks: 2 + :github_issues: 1 + :github_forks: 5 :github_contributors: 0 fastlane-plugin-jira_link: :initial_commit: 2021-01-09 @@ -10521,19 +10952,19 @@ fastlane-plugin-upload_symbols_to_shake: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-android_reporter: :github_stars: 0 :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-discord_webhook_notifier: :github_stars: 0 :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-clean_xcarchive: :initial_commit: 2021-01-30 :age_in_days: 68 @@ -10637,7 +11068,7 @@ fastlane-plugin-copy_screenshots: :github_contributors: 0 fastlane-plugin-dependency_check_ios_analyzer: :initial_commit: 2021-05-01 - :age_in_days: 286 + :age_in_days: 1501 :readme_score: 100 :tests: 1 :actions: @@ -10647,16 +11078,16 @@ fastlane-plugin-dependency_check_ios_analyzer: description: Fastlane wrapper around the OWASP dependency-check iOS analyzers (Swift Package Manager and CocoaPods). details: - :sha: 516bcb3f65382f886f83b437dd6abdb3154ac022251cb633af07e2a9a0bf255d - :github_stars: 0 - :github_subscribers: 2 - :github_issues: 0 - :github_forks: 1 - :github_contributors: 2 -fastlane-plugin-simulator_add_root_cert: - :initial_commit: 2021-04-27 - :age_in_days: 8 - :readme_score: 100 + :sha: 79a6e7ecc38a6d95542c1dad06d9e4aa882a4fad7d98167adaf4beb35c0a5bd8 + :github_stars: 3 + :github_subscribers: 1 + :github_issues: 1 + :github_forks: 3 + :github_contributors: 0 +fastlane-plugin-simulator_add_root_cert: + :initial_commit: 2021-04-27 + :age_in_days: 8 + :readme_score: 100 :tests: 2 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction @@ -10708,14 +11139,14 @@ fastlane-plugin-build_app_for_simulator: :github_contributors: 0 fastlane-plugin-wpmreleasetoolkit: :initial_commit: 2018-07-10 - :age_in_days: 2095 + :age_in_days: 2527 :readme_score: 100 - :tests: 522 + :tests: 612 :actions: [] - :sha: 3c87d0518d17c8201bfcdc8b9fe4ade9fbbe1b2441bffdd14c5436ab5494fd27 - :github_stars: 31 - :github_subscribers: 22 - :github_issues: 40 + :sha: ba299f4af59c9bf99fe0db2b012b0b0c5a63b8f49848330809a711d01989665d + :github_stars: 32 + :github_subscribers: 19 + :github_issues: 46 :github_forks: 9 :github_contributors: 0 fastlane-plugin-allure_zephyr: @@ -10741,7 +11172,7 @@ fastlane-plugin-hello_gem_kimjg: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-verify_ipa_with_app_store_connect: :initial_commit: 2021-06-30 :age_in_days: 500 @@ -10763,7 +11194,7 @@ fastlane-plugin-verify_ipa_with_app_store_connect: :github_contributors: 0 fastlane-plugin-docc: :initial_commit: 2021-06-27 - :age_in_days: 264 + :age_in_days: 1444 :readme_score: 100 :tests: 5 :actions: @@ -10774,10 +11205,10 @@ fastlane-plugin-docc: details: Xcode 13 has new features to build, write, and browse documentation for Swift frameworks and packages. With this plugin you can automate building of your documentation (e.g. in CI), so you can deploy the new docs automatically. - :sha: e54d633e0f0e95eba063aa0fb956378e032ff84135503247c750f378b4f2e273 - :github_stars: 0 + :sha: 28dc5aec22d974a0e50b8f442dfa06a7321695190cefed33f72f6bb596c01b1f + :github_stars: 3 :github_subscribers: 1 - :github_issues: 0 + :github_issues: 1 :github_forks: 0 :github_contributors: 0 fastlane-plugin-unity_exporter: @@ -10927,13 +11358,13 @@ fastlane-plugin-scipio: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-google_cloud_storage_update: :github_stars: 0 :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-npm: :initial_commit: 2021-08-25 :age_in_days: 8 @@ -11500,21 +11931,21 @@ fastlane-plugin-fileio_upload: :github_contributors: 0 fastlane-plugin-amazon_appstore: :initial_commit: 2021-12-24 - :age_in_days: 49 + :age_in_days: 1264 :readme_score: 100 - :tests: 34 + :tests: 43 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: upload_to_amazon_appstore category: description: Upload apps to Amazon Appstore details: Upload apps to Amazon Appstore - :sha: 696c9192d0457f1f4096f0f9528fc409f4db1b0f2e6181186bfe8468fb493ef8 - :github_stars: 2 + :sha: 01c14c16d1baaf9c47b8adccfb8487f3813f4bac3f53da914a67b4aa5eb4551d + :github_stars: 6 :github_subscribers: 1 - :github_issues: 0 - :github_forks: 0 - :github_contributors: 1 + :github_issues: 2 + :github_forks: 3 + :github_contributors: 0 fastlane-plugin-flutter_versioncode_bump: :initial_commit: 2022-01-31 :age_in_days: 285 @@ -11735,7 +12166,7 @@ fastlane-plugin-easy_deploy: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-sonarcloud_metric_kit: :initial_commit: 2022-04-22 :age_in_days: 152 @@ -11755,21 +12186,21 @@ fastlane-plugin-sonarcloud_metric_kit: :github_contributors: 0 fastlane-plugin-better_semantic_release: :initial_commit: 2019-03-17 - :age_in_days: 1845 + :age_in_days: 2277 :readme_score: 100 :tests: 42 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: analyze_commits + name: conventional_changelog category: description: details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: conventional_changelog + name: analyze_commits category: description: details: - :sha: 6883cdaceedf0d5e8fda9d9d0fd939ced61c6a456b81201a22bed7bce1bb1090 + :sha: 7a30360015621c229915c4e9867f9f7b82ea3bb1bb325a6d58b64a6bd8bebd84 :github_stars: 0 :github_subscribers: 0 :github_issues: 0 @@ -11777,7 +12208,7 @@ fastlane-plugin-better_semantic_release: :github_contributors: 0 fastlane-plugin-get_new_build_number: :initial_commit: 2022-05-29 - :age_in_days: 676 + :age_in_days: 1108 :readme_score: 50 :tests: 1 :actions: @@ -11791,11 +12222,11 @@ fastlane-plugin-get_new_build_number: category: description: Retrieves the new build number for your app. details: - :sha: 62b9f6af746ec48f9e690f31331a117ae35fb1d4a03aeaedddaf0d929fbf6e76 - :github_stars: 17 - :github_subscribers: 2 - :github_issues: 4 - :github_forks: 1 + :sha: dc8f5aeb7129e903b015798967b59325cf6af67e613cf1290815e73a74056365 + :github_stars: 20 + :github_subscribers: 1 + :github_issues: 7 + :github_forks: 3 :github_contributors: 0 fastlane-plugin-qr_code: :initial_commit: 2022-07-08 @@ -12056,7 +12487,7 @@ fastlane-plugin-zeeva_discord: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-latest_play_store_version_code: :initial_commit: 2022-08-24 :age_in_days: 28 @@ -12095,19 +12526,29 @@ fastlane-plugin-get_last_circleci_build_number_bitbucket: :github_contributors: 0 fastlane-plugin-stream_actions: :initial_commit: 2022-10-27 - :age_in_days: 525 + :age_in_days: 957 :readme_score: 100 :tests: 24 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: allure_api + name: pr_comment category: - description: Allure Testops API + description: Comment in the PR details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: allure_create_launch + name: update_release_version_to_snapshot category: - description: Creates launch on Allure Testops + description: Bump a release version and add a snapshot postfix + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: publish_ios_sdk + category: + description: Publish iOS SDKs + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: update_sdk_size_in_readme + category: + description: Update SDKs size in README.md details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: allure_create_testcase @@ -12115,19 +12556,34 @@ fastlane-plugin-stream_actions: description: Creates testcase on Allure Testops details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: allure_run_testplan + name: allure_api category: - description: Sync and run testplan on Allure Testops + description: Allure Testops API details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: build_app_for_ios_simulator - category: building - description: This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. + name: current_branch + category: + description: Get current branch name details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: custom_match + name: read_changelog category: - description: + description: Gets updates from the CHANGELOG.md + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: select_xcode + category: + description: Select Xcode version + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: update_testplan + category: + description: Adds environment variables to a test plan + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: git_status + category: + description: Git status details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: is_check_required @@ -12135,24 +12591,34 @@ fastlane-plugin-stream_actions: description: Analyzes the impact of changes on PR details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: pod_push_safely + name: allure_create_launch category: - description: Safely push a Podspec to Trunk or a private repository + description: Creates launch on Allure Testops details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: prepare_simulator + name: merge_main_to_develop category: - description: Prepares simulator for tests + description: Merge main branch to develop details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: publish_ios_sdk + name: allure_run_testplan category: - description: Publish iOS SDKs + description: Sync and run testplan on Allure Testops details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: read_changelog + name: wait_android_emu_idle category: - description: Gets updates from the CHANGELOG.md + description: + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: install_ios_runtime + category: + description: Install iOS Runtime + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: setup_git_config + category: + description: Update git config details details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: release_ios_sdk @@ -12160,15 +12626,40 @@ fastlane-plugin-stream_actions: description: Releases iOS SDKs details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: retrieve_xctest_names + name: show_sdk_size category: - description: Retrieves test names from xctestrun file + description: Show SDKs size details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: testflight_build category: description: Builds a DemoApp and uploads it to TestFlight details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: prepare_simulator + category: + description: Prepares simulator for tests + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: pr_create + category: + description: Create PR + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: merge_release_to_main + category: + description: Merge release branch to main + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: pod_push_safely + category: + description: Safely push a Podspec to Trunk or a private repository + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: custom_match + category: + description: + details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: touch_changelog category: @@ -12181,18 +12672,18 @@ fastlane-plugin-stream_actions: description: Updates copyright headers in source files details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: update_testplan - category: - description: Adds environment variables to a test plan + name: build_app_for_ios_simulator + category: building + description: This plugin builds apps exclusively for iOS, tvOS or watchOS Simulators. details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: wait_android_emu_idle + name: retrieve_xctest_names category: - description: + description: Retrieves test names from xctestrun file details: - :sha: 06a531bcd28b19f35ef5be18c5cda600e4ccd3021791f57f3d120185a89ccbe4 - :github_stars: 3 - :github_subscribers: 27 + :sha: fecd56d12dfa9fbffb3b5178f2d100423b1b88c45e8bce7d8a1f0b1bd0d9a646 + :github_stars: 2 + :github_subscribers: 30 :github_issues: 0 :github_forks: 0 :github_contributors: 0 @@ -12247,9 +12738,9 @@ fastlane-plugin-shake_bugs: :github_contributors: 0 fastlane-plugin-flutter_bump_version: :initial_commit: 2022-09-22 - :age_in_days: 51 + :age_in_days: 992 :readme_score: 100 - :tests: 7 + :tests: 10 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: flutter_bump_version @@ -12258,11 +12749,11 @@ fastlane-plugin-flutter_bump_version: (major,minor or patch) details: App versioning tool for Flutter projects that can be integrate easily into pipeline via CI/CD - :sha: 93a9fc64a45a33950b47de2efef919b084db2aa7d3eb8b601c00e6af48851e12 + :sha: dc17fc9a6285468e92aeaf999f39a1f42893f8652549caf2a1793e1bde230c39 :github_stars: 1 :github_subscribers: 1 :github_issues: 0 - :github_forks: 0 + :github_forks: 1 :github_contributors: 0 fastlane-plugin-zeeva_telegram: :initial_commit: 2022-09-19 @@ -12429,7 +12920,7 @@ fastlane-plugin-appbox_uploadipa: :github_contributors: 0 fastlane-plugin-ftps: :initial_commit: 2016-07-07 - :age_in_days: 2418 + :age_in_days: 3260 :readme_score: 100 :tests: 1 :actions: @@ -12438,7 +12929,7 @@ fastlane-plugin-ftps: category: description: Upload and Download files via FTP details: Transfer files via FTP, and create recursively folder for upload action - :sha: ab3636e1515441f699a142777031901faefec96baaca8f0a74c59d7117d3b1d4 + :sha: 4310330826d07b71b4362baa0df64abdce698d09d6408089670ac7e6c3750a17 :github_stars: 0 :github_subscribers: 0 :github_issues: 0 @@ -12497,7 +12988,7 @@ fastlane-plugin-flutter_ios_integrate: :github_contributors: 0 fastlane-plugin-universal_metadata: :initial_commit: 2023-02-07 - :age_in_days: 12 + :age_in_days: 854 :readme_score: 100 :tests: 0 :actions: @@ -12506,11 +12997,11 @@ fastlane-plugin-universal_metadata: category: description: Unify metadata files for iOS & Android details: Unify metadata files for iOS & Android - :sha: b6352b6368f0789ac99f35c0e29e056ad98af54c58f94f273696f13d9c3cd6e5 - :github_stars: 0 + :sha: 0662fe88c96e70db97d5e5a2fb040d0787f69eb2d05cfb6c5be79c1e6400a24f + :github_stars: 1 :github_subscribers: 1 :github_issues: 0 - :github_forks: 0 + :github_forks: 1 :github_contributors: 0 fastlane-plugin-dotenv_vault: :initial_commit: 2022-09-13 @@ -12621,7 +13112,7 @@ fastlane-plugin-outlook: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-sendgrid: :initial_commit: 2023-05-13 :age_in_days: 11 @@ -12644,13 +13135,24 @@ fastlane-plugin-lambdatest: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-maestro: :initial_commit: 2023-02-27 - :age_in_days: 202 + :age_in_days: 834 :readme_score: 100 :tests: 1 :actions: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: maestro_test + category: testing + description: Runs Maestro test + details: Runs maestro test + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: maestro + category: testing + description: Runs the Maestro CLI + details: Installs / updates Maestro or runs maestro test depending on the parameter + `:command` - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: launch_simulator category: @@ -12658,44 +13160,33 @@ fastlane-plugin-maestro: details: Creates a simulator for the given `:ios_version` and `:device`. \nAfterwards, it patches the language, locale & status bar and installs the given :app on it. - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: maestro - category: testing - description: Runs Maestro test - details: Installs / updates Maestro or runs maestro test depending on the parameter - `:command` - :sha: 3bd6431a517e0ec9e29f84e9febe8eb886799f497eba328458e0f231acd982d5 - :github_stars: 10 + :sha: f4a49bcae576d203ea9ab0837fe32bdc42760c2715b89ea4fca6ca1b8cd004bd + :github_stars: 18 :github_subscribers: 1 - :github_issues: 0 - :github_forks: 3 + :github_issues: 1 + :github_forks: 6 :github_contributors: 0 fastlane-plugin-screenshotbot: :github_stars: 0 :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-rearchive: :initial_commit: 2023-05-04 - :age_in_days: 20 + :age_in_days: 768 :readme_score: 100 :tests: 26 :actions: - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: iconset - category: - description: Replace icons inside .ipa/.xcarchive - details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: plist_command category: description: Execute commands for .plists inside .ipa/.xcarchive details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: plist_value + name: replace_file category: - description: Overwrite values of .plists inside .ipa/.xcarchive + description: Replace files inside .ipa/.xcarchive details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: remove_file @@ -12703,11 +13194,16 @@ fastlane-plugin-rearchive: description: Remove files inside .ipa/.xcarchive details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: replace_file + name: plist_value category: - description: Replace files inside .ipa/.xcarchive + description: Overwrite values of .plists inside .ipa/.xcarchive details: - :sha: '037238efe5d701f1eed0eb256bb4c8db89577e4186c85c902126106ed8974572' + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: iconset + category: + description: Replace icons inside .ipa/.xcarchive + details: + :sha: ac591a8898028347a5d6886ca0ab0d2abf2671b1a57fef61f6a876fe82e85e61 :github_stars: 0 :github_subscribers: 1 :github_issues: 0 @@ -12715,7 +13211,7 @@ fastlane-plugin-rearchive: :github_contributors: 0 fastlane-plugin-translate_gpt: :initial_commit: 2023-04-23 - :age_in_days: 347 + :age_in_days: 779 :readme_score: 100 :tests: 1 :actions: @@ -12724,11 +13220,11 @@ fastlane-plugin-translate_gpt: category: description: Translate a strings file using OpenAI's GPT API details: - :sha: af51f23bfaf89d74dcf4eb8379066ce863fbd16ab39e38116bd402f38d4307af - :github_stars: 39 - :github_subscribers: 3 + :sha: 74a326864f373d7afcc43d3bb7cbb2c4000a9f9785c0cab91404d9b16b1f0cbd + :github_stars: 76 + :github_subscribers: 2 :github_issues: 0 - :github_forks: 85 + :github_forks: 6 :github_contributors: 0 fastlane-plugin-testlane: :initial_commit: 2023-05-11 @@ -12781,25 +13277,19 @@ fastlane-plugin-versioning_android_kts: :github_contributors: 0 fastlane-plugin-sapfire: :initial_commit: 2023-03-30 - :age_in_days: 371 + :age_in_days: 803 :readme_score: 100 :tests: 1 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: app_certification - category: testing - description: Runs Windows App Certification Kit to ensure your app is safe and - efficient before publishing it to Microsoft Store - details: - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: associate_ms_store - category: project - description: Makes a local app manifest needed for Microsoft Store association + name: ms_credentials + category: misc + description: Sets Azure AD account credentials details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: dotnet_select - category: building - description: Changes the dotnet executable to use + name: upload_nuget + category: production + description: Pushes a package to the server and publishes it details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: ensure_dotnet_version @@ -12807,14 +13297,9 @@ fastlane-plugin-sapfire: description: Ensures the right version of .NET is installed and can be used details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: ms_credentials - category: misc - description: Sets Azure AD account credentials - details: - - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: msbuild_select - category: - description: + name: associate_ms_store + category: project + description: Makes a local app manifest needed for Microsoft Store association details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: update_uwp_signing_settings @@ -12823,32 +13308,49 @@ fastlane-plugin-sapfire: platform. Values that would be set in this action will be applied to all next actions. details: Works only on `windows` platform + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: upload_package_flight + category: + description: Creates a new package flight submission in Microsoft Partner Center + and uploads new binary to it + details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: upload_ms_store category: description: Uploads new binary to Microsoft Partner Center details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: upload_nuget - category: production - description: Pushes a package to the server and publishes it + name: dotnet_select + category: building + description: Changes the dotnet executable to use details: - :sha: ab5917355f01e4ca89a1daf8e26b9fdc0d96601cb09493bb81690c2379d98534 - :github_stars: 0 + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: msbuild_select + category: + description: + details: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: app_certification + category: testing + description: Runs Windows App Certification Kit to ensure your app is safe and + efficient before publishing it to Microsoft Store + details: + :sha: 4750908843c8b6efbed82941e19c52c6c94f2a7152609e445eaef028c3642827 + :github_stars: 1 :github_subscribers: 1 :github_issues: 0 :github_forks: 0 :github_contributors: 0 fastlane-plugin-xamarin_native: :initial_commit: 2023-03-24 - :age_in_days: 377 + :age_in_days: 809 :readme_score: 100 :tests: 1 :actions: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: bump_code + name: dotnet category: - description: Increments project build number + description: Build Xamarin.Native iOS and Android projects using msbuild details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: bump_version @@ -12856,9 +13358,9 @@ fastlane-plugin-xamarin_native: description: Increments project version details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: dotnet + name: nuget category: - description: Build Xamarin.Native iOS and Android projects using msbuild + description: Downloads and installs any packages missing from the packages folder details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction name: msbuild @@ -12866,15 +13368,15 @@ fastlane-plugin-xamarin_native: description: Build Xamarin.Native iOS and Android projects using msbuild details: - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction - name: nuget + name: bump_code category: - description: Downloads and installs any packages missing from the packages folder + description: Increments project build number details: - :sha: 1482c759f7f3dfbd77ac6369b76e46d307597dfe2adab95eca27d4b722a518d3 + :sha: 9020209bb3bce37c850a06e2d873f64a121deb91b668fdf87b41c668771d541a :github_stars: 2 :github_subscribers: 1 :github_issues: 0 - :github_forks: 0 + :github_forks: 1 :github_contributors: 0 fastlane-plugin-diawireborn: :initial_commit: 2023-05-23 @@ -12951,10 +13453,10 @@ fastlane-plugin-zhuixi_build_app: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-rustore: :initial_commit: 2023-07-25 - :age_in_days: 54 + :age_in_days: 686 :readme_score: 100 :tests: 1 :actions: @@ -12963,11 +13465,11 @@ fastlane-plugin-rustore: category: description: Rustore fastlane integration plugin details: - :sha: 8e8db8c4c8556022fd6b85b7ddc5a82e5ea7636ddad390a0601e70eac2914552 - :github_stars: 5 - :github_subscribers: 1 - :github_issues: 0 - :github_forks: 1 + :sha: 2fdf5c68f6da55e43516f47267e399799a69e3f1102dd030ac74a3c0b22ef8c6 + :github_stars: 18 + :github_subscribers: 2 + :github_issues: 5 + :github_forks: 9 :github_contributors: 0 fastlane-plugin-tinifyme: :initial_commit: 2023-06-16 @@ -12992,7 +13494,7 @@ fastlane-plugin-figure_release: :github_subscribers: 0 :github_issues: 0 :github_forks: 0 - :github_contributors: 2 + :github_contributors: 3 fastlane-plugin-gmail_notify: :initial_commit: 2023-08-14 :age_in_days: 234 @@ -13324,3 +13826,77 @@ fastlane-plugin-cc_upload_dsym_to_bugly: :github_issues: 0 :github_forks: 0 :github_contributors: 0 +fastlane-plugin-translate: + :initial_commit: 2025-05-24 + :age_in_days: 17 + :readme_score: 100 + :tests: 33 + :actions: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: translate_with_deepl + category: misc + description: Automatically translate untranslated strings in Localizable.xcstrings + using DeepL API + details: and provides comprehensive error handling with user choices for recovery. + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: translate_metadata_with_deepl + category: misc + description: Translate App Store metadata files using DeepL API + details: and only translates to languages supported by both App Store and DeepL. + :sha: cb223bd83a9ce4f701a014fc2fc77e9348303415b117821b89e35932a1efa048 + :github_stars: 3 + :github_subscribers: 1 + :github_issues: 0 + :github_forks: 0 + :github_contributors: 0 +fastlane-plugin-teletopic: + :initial_commit: 2017-08-19 + :age_in_days: 2852 + :readme_score: 50 + :tests: 1 + :actions: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: telegram + category: + description: Allows post messages to telegram channel + details: Allows post messages to telegram channel + :sha: 7974f9661651093dda127aa413a147d8897f715fd0e44501380fef729f6cac41 + :github_stars: 0 + :github_subscribers: 0 + :github_issues: 0 + :github_forks: 0 + :github_contributors: 0 +fastlane-plugin-telegramTopic: + :initial_commit: 2017-08-19 + :age_in_days: 2852 + :readme_score: 50 + :tests: 1 + :actions: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: telegram + category: + description: Allows post messages to telegram channel + details: Allows post messages to telegram channel + :sha: d848b822a9a499c06d444107e88283a9894500f9bc7974a84f09e1909f31bed8 + :github_stars: 0 + :github_subscribers: 0 + :github_issues: 0 + :github_forks: 0 + :github_contributors: 4 +fastlane-plugin-telegram-with-topic: + :initial_commit: 2017-08-19 + :age_in_days: 2852 + :readme_score: 50 + :tests: 1 + :actions: + - !ruby/object:FastlaneCore::Helper::PluginScoresHelper::FastlanePluginAction + name: telegram + category: + description: Allows post messages to telegram channel + details: Allows post messages to telegram channel + :sha: 90bb86963bc6800506c64eeb9fd585d9e75330c6a5e8595013ffc7ef25675fbf + :github_stars: 0 + :github_subscribers: 0 + :github_issues: 0 + :github_forks: 0 + :github_contributors: 0 From 8483dba565a6eb38e4cd63465e938635ace013ec Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Tue, 10 Jun 2025 14:35:57 -0300 Subject: [PATCH 2/3] Remove references to the late hipchat action. --- docs/getting-started/android/running-tests.md | 14 +++------- docs/getting-started/ios/running-tests.md | 27 +++---------------- 2 files changed, 8 insertions(+), 33 deletions(-) diff --git a/docs/getting-started/android/running-tests.md b/docs/getting-started/android/running-tests.md index db10c4c2d4..b8409d4887 100644 --- a/docs/getting-started/android/running-tests.md +++ b/docs/getting-started/android/running-tests.md @@ -47,22 +47,16 @@ fastlane tests ### Posting build results -If you want to post test results on Slack, Hipchat, or other team chat client, check out the available [fastlane actions](/actions/#notifications). +If you want to post test results on Slack or other team chat client, check out the available [fastlane actions](/actions/#notifications). #### Build failures -##### Hipchat - To post a message when _fastlane_ encounters a test or build failure, add the following to your `Fastfile`: ```ruby -error do |ex| - hipchat(message: "Tests have failed!", - channel: "Room or @username", - success: false) +error do |lane, exception| + # Call here an action to post a message to your team chat. end ``` -##### Other services - -The above example uses Hipchat, but _fastlane_ supports [many other services out there](/actions/#notifications). +For a full list of the available notification actions, check out the [notifications section](/actions/#notifications). diff --git a/docs/getting-started/ios/running-tests.md b/docs/getting-started/ios/running-tests.md index eb568d2a8f..19aed8860a 100644 --- a/docs/getting-started/ios/running-tests.md +++ b/docs/getting-started/ios/running-tests.md @@ -60,35 +60,16 @@ fastlane tests ### Posting build results -If you want to post test results on Slack, Hipchat or other team chat client, check out the available [fastlane actions](/actions/#notifications). +If you want to post test results on Slack or other team chat client, check out the available [fastlane actions](/actions/#notifications). #### Build failures -##### Slack - -If you're using Slack, this is already built-into the default `run_tests` action, just provide your Slack URL: - -```ruby -lane :tests do - run_tests(scheme: "MyAppTests", - slack_url: "https://hooks.slack.com/services/T03N...", - slack_channel: "#channel") -end -``` - -To get the `slack_url`, create an `Incoming WebHook` for your Slack group. - -##### Other services - To post a message when _fastlane_ encounters a test or build failure, add the following to your `Fastfile`: ```ruby -error do |ex| - hipchat(message: "Tests have failed!", - channel: "Room or @username", - success: false) +error do |lane, exception| + # Call here an action to post a message to your team chat. end ``` -The above example uses Hipchat, but _fastlane_ supports [many other services out there](/actions/#notifications). - +For a full list of the available notification actions, check out the [notifications section](/actions/#notifications). From fd6df5353b03234a662765a57d6349e19cd4aaf6 Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Tue, 10 Jun 2025 14:41:16 -0300 Subject: [PATCH 3/3] Remove the entire hipchat action page. --- docs/generated/actions/hipchat.md | 97 ------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 docs/generated/actions/hipchat.md diff --git a/docs/generated/actions/hipchat.md b/docs/generated/actions/hipchat.md deleted file mode 100644 index 6322f55aa2..0000000000 --- a/docs/generated/actions/hipchat.md +++ /dev/null @@ -1,97 +0,0 @@ - - -# hipchat - - -Send a error/success message to [HipChat](https://www.hipchat.com/) - - - - -> Send a message to **room** (by default) or a direct message to **@username** with success (green) or failure (red) status. - - -hipchat || ----|--- -Supported platforms | ios, android, mac -Author | @jingx23 - - - -## 1 Example - -```ruby -hipchat( - message: "App successfully released!", - message_format: "html", # or "text", defaults to "html" - channel: "Room or @username", - success: true -) -``` - - - - - -## Parameters - -Key | Description | Default -----|-------------|-------- - `message` | The message to post on HipChat | `''` - `channel` | The room or @username | - `api_token` | Hipchat API Token | - `custom_color` | Specify a custom color, this overrides the success boolean. Can be one of 'yellow', 'red', 'green', 'purple', 'gray', or 'random' | - `success` | Was this build successful? (true/false) | `true` - `version` | Version of the Hipchat API. Must be 1 or 2 | - `notify_room` | Should the people in the room be notified? (true/false) | `false` - `api_host` | The host of the HipChat-Server API | `api.hipchat.com` - `message_format` | Format of the message to post. Must be either 'html' or 'text' | `html` - `include_html_header` | Should html formatted messages include a preformatted header? (true/false) | `true` - `from` | Name the message will appear to be sent from | `fastlane` - -* = default value is dependent on the user's system - - -
- - - -## Documentation - -To show the documentation in your terminal, run -```no-highlight -fastlane action hipchat -``` - -
- -## CLI - -It is recommended to add the above action into your `Fastfile`, however sometimes you might want to run one-offs. To do so, you can run the following command from your terminal - -```no-highlight -fastlane run hipchat -``` - -To pass parameters, make use of the `:` symbol, for example - -```no-highlight -fastlane run hipchat parameter1:"value1" parameter2:"value2" -``` - -It's important to note that the CLI supports primitive types like integers, floats, booleans, and strings. Arrays can be passed as a comma delimited string (e.g. `param:"1,2,3"`). Hashes are not currently supported. - -It is recommended to add all _fastlane_ actions you use to your `Fastfile`. - -
- -## Source code - -This action, just like the rest of _fastlane_, is fully open source, view the source code on GitHub - -
- -Back to actions