Release notes
*Sourced from [fastlane's releases](https://github.com/fastlane/fastlane/releases).*
> ## 2.124.0 Improvements
> * [action] prioritize GSP path over fabric token ([#14512](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14512)) via Morgan Dock
> * [scan] reorganize order of operations for simulator management in scan action. ([#14718](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14718)) via Jacob Aleksynas
> * [action] download_dsyms show platform name during download ([#14793](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14793)) via Aman Gupta
> * [snapshot] changed ‘print’ calls to call NSLog, changed printouts of error to printing out error.localizedDescription ([#14742](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14742)) via John-Wolfe-Bose
> * [frameit] fix iPhone XR black color (instead of Space Gray) ([#14810](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14810)) via Marc-Antoine
> * [gym] add result_bundle_path option. ([#14469](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14469)) via Barak Weiss
> * [team] update Danielle's Github and Twitter usernames ([#14820](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14820)) via Jan Piotrowski
> * [spaceship] fix video preview resolution device names ([#14817](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14817)) via Max Ott
> * [frameit] add missing case for iPad Pro 12.9 (3rd Generation) ([#14787](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14787)) via Mike Robinson
> * [action] create_keychain: do not add keychain to list-keychains if it is already present ([#14554](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14554)) via Jerome Lacoste
> * [fastlane] drop MultiJson in favor of stdlib JSON ([#14786](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14786)) via Anton Rieder
> * [supply] Also upload changelog when uploading bundle ([#14511](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14511)) via bed42
> * [frameit] Add ability to resume frameit with --resume flag ([#14644](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14644)) via Bruno Virlet
> * [action] modify_services: fix "data_protection": "complete" ([#14648](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14648)) via martinkasa
Commits
- [`9f994a8`](https://github.com/fastlane/fastlane/commit/9f994a80426baa3caf1d8da9d9e947a56325ed8f) Version bump to 2.124.0 ([#14829](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14829))
- [`b103366`](https://github.com/fastlane/fastlane/commit/b10336604aa52f91c1bd1fb5c51778da2ed723d0) [action] prioritize GSP path over fabric token ([#14512](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14512))
- [`8f49dab`](https://github.com/fastlane/fastlane/commit/8f49dab966e64e2b53f4dad0894e2622445b587b) [scan] reorganize order of operations for simulator management in scan action...
- [`85074e4`](https://github.com/fastlane/fastlane/commit/85074e4d16123357003fc52504190dd2a7aba449) The `output` table is visible in the action's documentation ([#14746](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14746))
- [`7e45732`](https://github.com/fastlane/fastlane/commit/7e4573233f1d2893bed8e5b1c43ed1b019b80d4b) [download_dsyms] show platform name during download ([#14793](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14793))
- [`99bd1be`](https://github.com/fastlane/fastlane/commit/99bd1bed3da13eb90830937ec546fa31b2c11953) Changed ‘print’ calls to call NSLog, changed printouts of error to printing o...
- [`65517d3`](https://github.com/fastlane/fastlane/commit/65517d35e506a0f29f6a34cd4ee57b440ee32428) [frameit] Fix iPhone XR black color (instead of Space Gray) ([#14810](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14810))
- [`7bf1b6b`](https://github.com/fastlane/fastlane/commit/7bf1b6b235f697b99095845f784a598dd434784e) [gym] add result_bundle_path option. ([#14469](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14469))
- [`ffb0d08`](https://github.com/fastlane/fastlane/commit/ffb0d0820f2045d5b767d3201a2d9300c401b3f8) [Team] Update Danielle's Github and Twitter usernames ([#14820](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14820))
- [`aadcf60`](https://github.com/fastlane/fastlane/commit/aadcf60de3f2e5d3edd4c5c0776d9e5bdc3876e0) [spaceship] Fix video preview resolution device names ([#14817](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14817))
- Additional commits viewable in [compare view](https://github.com/fastlane/fastlane/compare/fastlane/2.123.0...fastlane/2.124.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps fastlane from 2.123.0 to 2.124.0.
Release notes
*Sourced from [fastlane's releases](https://github.com/fastlane/fastlane/releases).* > ## 2.124.0 Improvements > * [action] prioritize GSP path over fabric token ([#14512](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14512)) via Morgan Dock > * [scan] reorganize order of operations for simulator management in scan action. ([#14718](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14718)) via Jacob Aleksynas > * [action] download_dsyms show platform name during download ([#14793](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14793)) via Aman Gupta > * [snapshot] changed ‘print’ calls to call NSLog, changed printouts of error to printing out error.localizedDescription ([#14742](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14742)) via John-Wolfe-Bose > * [frameit] fix iPhone XR black color (instead of Space Gray) ([#14810](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14810)) via Marc-Antoine > * [gym] add result_bundle_path option. ([#14469](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14469)) via Barak Weiss > * [team] update Danielle's Github and Twitter usernames ([#14820](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14820)) via Jan Piotrowski > * [spaceship] fix video preview resolution device names ([#14817](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14817)) via Max Ott > * [frameit] add missing case for iPad Pro 12.9 (3rd Generation) ([#14787](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14787)) via Mike Robinson > * [action] create_keychain: do not add keychain to list-keychains if it is already present ([#14554](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14554)) via Jerome Lacoste > * [fastlane] drop MultiJson in favor of stdlib JSON ([#14786](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14786)) via Anton Rieder > * [supply] Also upload changelog when uploading bundle ([#14511](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14511)) via bed42 > * [frameit] Add ability to resume frameit with --resume flag ([#14644](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14644)) via Bruno Virlet > * [action] modify_services: fix "data_protection": "complete" ([#14648](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14648)) via martinkasaCommits
- [`9f994a8`](https://github.com/fastlane/fastlane/commit/9f994a80426baa3caf1d8da9d9e947a56325ed8f) Version bump to 2.124.0 ([#14829](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14829)) - [`b103366`](https://github.com/fastlane/fastlane/commit/b10336604aa52f91c1bd1fb5c51778da2ed723d0) [action] prioritize GSP path over fabric token ([#14512](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14512)) - [`8f49dab`](https://github.com/fastlane/fastlane/commit/8f49dab966e64e2b53f4dad0894e2622445b587b) [scan] reorganize order of operations for simulator management in scan action... - [`85074e4`](https://github.com/fastlane/fastlane/commit/85074e4d16123357003fc52504190dd2a7aba449) The `output` table is visible in the action's documentation ([#14746](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14746)) - [`7e45732`](https://github.com/fastlane/fastlane/commit/7e4573233f1d2893bed8e5b1c43ed1b019b80d4b) [download_dsyms] show platform name during download ([#14793](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14793)) - [`99bd1be`](https://github.com/fastlane/fastlane/commit/99bd1bed3da13eb90830937ec546fa31b2c11953) Changed ‘print’ calls to call NSLog, changed printouts of error to printing o... - [`65517d3`](https://github.com/fastlane/fastlane/commit/65517d35e506a0f29f6a34cd4ee57b440ee32428) [frameit] Fix iPhone XR black color (instead of Space Gray) ([#14810](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14810)) - [`7bf1b6b`](https://github.com/fastlane/fastlane/commit/7bf1b6b235f697b99095845f784a598dd434784e) [gym] add result_bundle_path option. ([#14469](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14469)) - [`ffb0d08`](https://github.com/fastlane/fastlane/commit/ffb0d0820f2045d5b767d3201a2d9300c401b3f8) [Team] Update Danielle's Github and Twitter usernames ([#14820](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14820)) - [`aadcf60`](https://github.com/fastlane/fastlane/commit/aadcf60de3f2e5d3edd4c5c0776d9e5bdc3876e0) [spaceship] Fix video preview resolution device names ([#14817](https://github-redirect.dependabot.com/fastlane/fastlane/issues/14817)) - Additional commits viewable in [compare view](https://github.com/fastlane/fastlane/compare/fastlane/2.123.0...fastlane/2.124.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.