Skip to content

Commit 953a444

Browse files
committedFeb 11, 2022
Update docs for latest fastlane release 2.204.3 (actions.md, available-plugins.md) 🚀
1 parent bc11faa commit 953a444

12 files changed

+10319
-9896
lines changed
 

‎Gemfile.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GIT
22
remote: https://github.com/fastlane/fastlane
3-
revision: bdf2336949388cfcd9b13a718bca9c12bc6ab7df
3+
revision: 904fdf6daac710f4c29073d89e551cbc23c995d4
44
specs:
5-
fastlane (2.201.1)
5+
fastlane (2.204.3)
66
CFPropertyList (>= 2.3, < 4.0.0)
77
addressable (>= 2.8, < 3.0.0)
88
artifactory (~> 3.0)
@@ -53,17 +53,17 @@ GEM
5353
ast (2.4.2)
5454
atomos (0.1.3)
5555
aws-eventstream (1.2.0)
56-
aws-partitions (1.549.0)
57-
aws-sdk-core (3.125.5)
56+
aws-partitions (1.554.0)
57+
aws-sdk-core (3.126.0)
5858
aws-eventstream (~> 1, >= 1.0.2)
5959
aws-partitions (~> 1, >= 1.525.0)
6060
aws-sigv4 (~> 1.1)
6161
jmespath (~> 1.0)
62-
aws-sdk-kms (1.53.0)
63-
aws-sdk-core (~> 3, >= 3.125.0)
62+
aws-sdk-kms (1.54.0)
63+
aws-sdk-core (~> 3, >= 3.126.0)
6464
aws-sigv4 (~> 1.1)
65-
aws-sdk-s3 (1.111.2)
66-
aws-sdk-core (~> 3, >= 3.125.0)
65+
aws-sdk-s3 (1.112.0)
66+
aws-sdk-core (~> 3, >= 3.126.0)
6767
aws-sdk-kms (~> 1)
6868
aws-sigv4 (~> 1.4)
6969
aws-sigv4 (1.4.0)
@@ -100,7 +100,7 @@ GEM
100100
unf (>= 0.0.5, < 1.0.0)
101101
dotenv (2.7.6)
102102
emoji_regex (3.2.3)
103-
excon (0.90.0)
103+
excon (0.91.0)
104104
faraday (1.9.3)
105105
faraday-em_http (~> 1.0)
106106
faraday-em_synchrony (~> 1.0)
@@ -135,7 +135,7 @@ GEM
135135
gh_inspector (1.1.3)
136136
git (1.10.2)
137137
rchardet (~> 1.8)
138-
google-apis-androidpublisher_v3 (0.15.0)
138+
google-apis-androidpublisher_v3 (0.16.0)
139139
google-apis-core (>= 0.4, < 2.a)
140140
google-apis-core (0.4.2)
141141
addressable (~> 2.5, >= 2.5.1)
@@ -158,7 +158,7 @@ GEM
158158
google-cloud-env (1.5.0)
159159
faraday (>= 0.17.3, < 2.0)
160160
google-cloud-errors (1.2.0)
161-
google-cloud-storage (1.36.0)
161+
google-cloud-storage (1.36.1)
162162
addressable (~> 2.8)
163163
digest-crc (~> 0.4)
164164
google-apis-iamcredentials_v1 (~> 0.1)

‎docs/generated/actions.md

+29-29
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@ Action | Description | Supported Platforms
8080
<a href="/actions/verify_xcode/">verify_xcode</a> | Verifies that the Xcode installation is properly signed by Apple | ios, mac
8181
<a href="/actions/xcode_install/">xcode_install</a> | Make sure a certain version of Xcode is installed | ios, mac
8282
<a href="/actions/verify_pod_keys/">verify_pod_keys</a> | Verifies all keys referenced from the Podfile are non-empty | ios, mac
83-
<a href="/actions/build_ios_app/">build_ios_app</a> | Alias for the `build_app` action but only for iOS | ios
84-
<a href="/actions/xcexport/">xcexport</a> | Exports the project using `xcodebuild` | ios, mac
85-
<a href="/actions/spm/">spm</a> | Runs Swift Package Manager on your project | ios, android, mac
83+
<a href="/actions/build_mac_app/">build_mac_app</a> | Alias for the `build_app` action but only for macOS | mac
8684
<a href="/actions/xcclean/">xcclean</a> | Cleans the project using `xcodebuild` | ios, mac
85+
<a href="/actions/xcexport/">xcexport</a> | Exports the project using `xcodebuild` | ios, mac
8786
<a href="/actions/xcarchive/">xcarchive</a> | Archives the project using `xcodebuild` | ios, mac
88-
<a href="/actions/build_mac_app/">build_mac_app</a> | Alias for the `build_app` action but only for macOS | mac
89-
<a href="/actions/build_android_app/">build_android_app</a> | Alias for the `gradle` action | ios, android
87+
<a href="/actions/xcbuild/">xcbuild</a> | Builds the project using `xcodebuild` | ios, mac
9088
<a href="/actions/create_xcframework/">create_xcframework</a> | Package multiple build configs of a library/framework into a single xcframework | ios, mac
89+
<a href="/actions/build_ios_app/">build_ios_app</a> | Alias for the `build_app` action but only for iOS | ios
9190
<a href="/actions/build_app/">build_app</a> | Easily build and sign your app (via _gym_) | ios, mac
91+
<a href="/actions/build_android_app/">build_android_app</a> | Alias for the `gradle` action | ios, android
92+
<a href="/actions/spm/">spm</a> | Runs Swift Package Manager on your project | ios, android, mac
9293
<a href="/actions/xctest/">xctest</a> | Runs tests on the given simulator | ios, mac
93-
<a href="/actions/xcbuild/">xcbuild</a> | Builds the project using `xcodebuild` | ios, mac
9494

9595

9696

@@ -101,10 +101,10 @@ Action | Description | Supported Platforms
101101
<a href="/actions/snapshot/">snapshot</a> | Alias for the `capture_ios_screenshots` action | ios, mac
102102
<a href="/actions/screengrab/">screengrab</a> | Alias for the `capture_android_screenshots` action | android
103103
<a href="/actions/frameit/">frameit</a> | Alias for the `frame_screenshots` action | ios, android, mac
104+
<a href="/actions/capture_android_screenshots/">capture_android_screenshots</a> | Automated localized screenshots of your Android app (via _screengrab_) | android
104105
<a href="/actions/frame_screenshots/">frame_screenshots</a> | Adds device frames around all screenshots (via _frameit_) | ios, android, mac
105106
<a href="/actions/capture_ios_screenshots/">capture_ios_screenshots</a> | Generate new localized screenshots on multiple devices (via _snapshot_) | ios, mac
106107
<a href="/actions/capture_screenshots/">capture_screenshots</a> | Alias for the `capture_ios_screenshots` action | ios, mac
107-
<a href="/actions/capture_android_screenshots/">capture_android_screenshots</a> | Automated localized screenshots of your Android app (via _screengrab_) | android
108108

109109

110110

@@ -127,8 +127,8 @@ Action | Description | Supported Platforms
127127
<a href="/actions/update_url_schemes/">update_url_schemes</a> | Updates the URL schemes in the given Info.plist | ios, mac
128128
<a href="/actions/set_build_number_repository/">set_build_number_repository</a> | Set the build number from the current repository | ios, mac
129129
<a href="/actions/set_pod_key/">set_pod_key</a> | Sets a value for a key with cocoapods-keys | ios, mac
130-
<a href="/actions/update_keychain_access_groups/">update_keychain_access_groups</a> | This action changes the keychain access groups in the entitlements file | ios
131130
<a href="/actions/update_plist/">update_plist</a> | Update a plist file | ios
131+
<a href="/actions/update_keychain_access_groups/">update_keychain_access_groups</a> | This action changes the keychain access groups in the entitlements file | ios
132132

133133

134134

@@ -145,11 +145,11 @@ Action | Description | Supported Platforms
145145
<a href="/actions/register_devices/">register_devices</a> | Registers new devices to the Apple Dev Portal | ios, mac
146146
<a href="/actions/register_device/">register_device</a> | Registers a new device to the Apple Dev Portal | ios
147147
<a href="/actions/match_nuke/">match_nuke</a> | Easily nuke your certificate and provisioning profiles (via _match_) | ios, mac
148-
<a href="/actions/install_provisioning_profile/">install_provisioning_profile</a> | Install provisioning profile from path | ios, mac
149148
<a href="/actions/notarize/">notarize</a> | Notarizes a macOS app | mac
149+
<a href="/actions/get_certificates/">get_certificates</a> | Create new iOS code signing certificates (via _cert_) | ios
150+
<a href="/actions/install_provisioning_profile/">install_provisioning_profile</a> | Install provisioning profile from path | ios, mac
150151
<a href="/actions/update_code_signing_settings/">update_code_signing_settings</a> | Configures Xcode's Codesigning options | ios, mac
151152
<a href="/actions/get_provisioning_profile/">get_provisioning_profile</a> | Generates a provisioning profile, saving it in the current folder (via _sigh_) | ios, mac
152-
<a href="/actions/get_certificates/">get_certificates</a> | Create new iOS code signing certificates (via _cert_) | ios
153153
<a href="/actions/sync_code_signing/">sync_code_signing</a> | Easily sync your certificates and profiles across your team (via _match_) | ios, mac
154154

155155

@@ -179,8 +179,8 @@ Action | Description | Supported Platforms
179179
<a href="/actions/installr/">installr</a> | Upload a new build to [Installr](http://installrapp.com/) | ios
180180
<a href="/actions/splunkmint/">splunkmint</a> | Upload dSYM file to [Splunk MINT](https://mint.splunk.com/) | ios
181181
<a href="/actions/tryouts/">tryouts</a> | Upload a new build to [Tryouts](https://tryouts.io/) | ios, android
182-
<a href="/actions/upload_to_testflight/">upload_to_testflight</a> | Upload new binary to App Store Connect for TestFlight beta testing (via _pilot_) | ios, mac
183182
<a href="/actions/podio_item/">podio_item</a> | Creates or updates an item within your Podio app | ios, android, mac
183+
<a href="/actions/upload_to_testflight/">upload_to_testflight</a> | Upload new binary to App Store Connect for TestFlight beta testing (via _pilot_) | ios, mac
184184

185185

186186

@@ -202,11 +202,11 @@ Action | Description | Supported Platforms
202202
<a href="/actions/deliver/">deliver</a> | Alias for the `upload_to_app_store` action | ios, mac
203203
<a href="/actions/supply/">supply</a> | Alias for the `upload_to_play_store` action | android
204204
<a href="/actions/appstore/">appstore</a> | Alias for the `upload_to_app_store` action | ios, mac
205-
<a href="/actions/upload_to_play_store_internal_app_sharing/">upload_to_play_store_internal_app_sharing</a> | Upload binaries to Google Play Internal App Sharing (via _supply_) | android
206-
<a href="/actions/upload_to_app_store/">upload_to_app_store</a> | Upload metadata and binary to App Store Connect (via _deliver_) | ios, mac
207205
<a href="/actions/download_from_play_store/">download_from_play_store</a> | Download metadata and binaries from Google Play (via _supply_) | android
208-
<a href="/actions/download_app_privacy_details_from_app_store/">download_app_privacy_details_from_app_store</a> | Download App Privacy Details from an app in App Store Connect | ios, mac
206+
<a href="/actions/upload_to_app_store/">upload_to_app_store</a> | Upload metadata and binary to App Store Connect (via _deliver_) | ios, mac
207+
<a href="/actions/upload_to_play_store_internal_app_sharing/">upload_to_play_store_internal_app_sharing</a> | Upload binaries to Google Play Internal App Sharing (via _supply_) | android
209208
<a href="/actions/upload_app_privacy_details_to_app_store/">upload_app_privacy_details_to_app_store</a> | Upload App Privacy Details for an app in App Store Connect | ios, mac
209+
<a href="/actions/download_app_privacy_details_from_app_store/">download_app_privacy_details_from_app_store</a> | Download App Privacy Details from an app in App Store Connect | ios, mac
210210
<a href="/actions/upload_to_play_store/">upload_to_play_store</a> | Upload metadata, screenshots and binaries to Google Play (via _supply_) | android
211211

212212

@@ -240,9 +240,9 @@ Action | Description | Supported Platforms
240240
<a href="/actions/hg_push/">hg_push</a> | This will push changes to the remote hg repository | ios, android, mac
241241
<a href="/actions/hg_add_tag/">hg_add_tag</a> | This will add a hg tag to the current branch | ios, android, mac
242242
<a href="/actions/github_api/">github_api</a> | Call a GitHub API endpoint and get the resulting JSON response | ios, android, mac
243-
<a href="/actions/commit_github_file/">commit_github_file</a> | This will commit a file directly on GitHub via the API | ios, android, mac
244243
<a href="/actions/git_submodule_update/">git_submodule_update</a> | Executes a git submodule update command | ios, android, mac
245244
<a href="/actions/git_remote_branch/">git_remote_branch</a> | Returns the name of the current git remote default branch | ios, android, mac
245+
<a href="/actions/commit_github_file/">commit_github_file</a> | This will commit a file directly on GitHub via the API | ios, android, mac
246246

247247

248248

@@ -272,9 +272,9 @@ Action | Description | Supported Platforms
272272
<a href="/actions/download_dsyms/">download_dsyms</a> | Download dSYM files from App Store Connect for Bitcode apps | ios
273273
<a href="/actions/app_store_build_number/">app_store_build_number</a> | Returns the current build_number of either live or edit version | ios, mac
274274
<a href="/actions/set_changelog/">set_changelog</a> | Set the changelog for all languages on App Store Connect | ios, mac
275-
<a href="/actions/create_app_online/">create_app_online</a> | Creates the given application on iTC and the Dev Portal (via _produce_) | ios
276275
<a href="/actions/app_store_connect_api_key/">app_store_connect_api_key</a> | Load the App Store Connect API token to use in other fastlane tools and actions | ios, mac
277276
<a href="/actions/check_app_store_metadata/">check_app_store_metadata</a> | Check your app's metadata before you submit your app to review (via _precheck_) | ios
277+
<a href="/actions/create_app_online/">create_app_online</a> | Creates the given application on iTC and the Dev Portal (via _produce_) | ios
278278

279279

280280

@@ -338,26 +338,26 @@ Action | Description | Supported Platforms
338338
<a href="/actions/build_and_upload_to_appetize/">build_and_upload_to_appetize</a> | Generate and upload an ipa file to appetize.io | ios
339339
<a href="/actions/update_icloud_container_identifiers/">update_icloud_container_identifiers</a> | This action changes the iCloud container identifiers in the entitlements file | ios
340340
<a href="/actions/sh/">sh</a> | Runs a shell command | ios, android, mac
341-
<a href="/actions/setup_travis/">setup_travis</a> | Setup the keychain and match to work with Travis CI | ios, android, mac
342-
<a href="/actions/spaceship_stats/">spaceship_stats</a> | Print out Spaceship stats from this session (number of request to each domain) | ios, android, mac
341+
<a href="/actions/plugin_scores/">plugin_scores</a> | No description provided | ios, android, mac
343342
<a href="/actions/ruby_version/">ruby_version</a> | Verifies the minimum ruby version required | ios, android, mac
344-
<a href="/actions/setup_circle_ci/">setup_circle_ci</a> | Setup the keychain and match to work with CircleCI | ios, android, mac
343+
<a href="/actions/println/">println</a> | Alias for the `puts` action | ios, android, mac
344+
<a href="/actions/setup_travis/">setup_travis</a> | Setup the keychain and match to work with Travis CI | ios, android, mac
345+
<a href="/actions/setup_ci/">setup_ci</a> | Setup the keychain and match to work with CI | ios, mac
346+
<a href="/actions/google_play_track_release_names/">google_play_track_release_names</a> | Retrieves release names for a Google Play track | android
345347
<a href="/actions/environment_variable/">environment_variable</a> | Sets/gets env vars for Fastlane.swift. Don't use in ruby, use `ENV[key] = val` | ios, android, mac
346348
<a href="/actions/validate_play_store_json_key/">validate_play_store_json_key</a> | Validate that the Google Play Store `json_key` works | android
349+
<a href="/actions/ensure_bundle_exec/">ensure_bundle_exec</a> | Raises an exception if not using `bundle exec` to run fastlane | ios, android, mac
350+
<a href="/actions/min_fastlane_version/">min_fastlane_version</a> | Verifies the minimum fastlane version required | ios, android, mac
351+
<a href="/actions/echo/">echo</a> | Alias for the `puts` action | ios, android, mac
352+
<a href="/actions/setup_circle_ci/">setup_circle_ci</a> | Setup the keychain and match to work with CircleCI | ios, android, mac
347353
<a href="/actions/spaceship_logs/">spaceship_logs</a> | Find, print, and copy Spaceship logs | ios, android, mac
348-
<a href="/actions/google_play_track_release_names/">google_play_track_release_names</a> | Retrieves release names for a Google Play track | android
349-
<a href="/actions/opt_out_usage/">opt_out_usage</a> | This will stop uploading the information which actions were run | ios, android, mac
350354
<a href="/actions/google_play_track_version_codes/">google_play_track_version_codes</a> | Retrieves version codes for a Google Play track | android
351-
<a href="/actions/println/">println</a> | Alias for the `puts` action | ios, android, mac
352-
<a href="/actions/plugin_scores/">plugin_scores</a> | No description provided | ios, android, mac
353-
<a href="/actions/echo/">echo</a> | Alias for the `puts` action | ios, android, mac
354-
<a href="/actions/ensure_bundle_exec/">ensure_bundle_exec</a> | Raises an exception if not using `bundle exec` to run fastlane | ios, android, mac
355-
<a href="/actions/ensure_env_vars/">ensure_env_vars</a> | Raises an exception if the specified env vars are not set | ios, android, mac
356-
<a href="/actions/modify_services/">modify_services</a> | Modifies the services of the app created on Developer Portal | ios
357355
<a href="/actions/get_managed_play_store_publishing_rights/">get_managed_play_store_publishing_rights</a> | Obtain publishing rights for custom apps on Managed Google Play Store | android
356+
<a href="/actions/opt_out_usage/">opt_out_usage</a> | This will stop uploading the information which actions were run | ios, android, mac
357+
<a href="/actions/spaceship_stats/">spaceship_stats</a> | Print out Spaceship stats from this session (number of request to each domain) | ios, android, mac
358+
<a href="/actions/modify_services/">modify_services</a> | Modifies the services of the app created on Developer Portal | ios
358359
<a href="/actions/create_app_on_managed_play_store/">create_app_on_managed_play_store</a> | Create Managed Google Play Apps | android
359-
<a href="/actions/min_fastlane_version/">min_fastlane_version</a> | Verifies the minimum fastlane version required | ios, android, mac
360-
<a href="/actions/setup_ci/">setup_ci</a> | Setup the keychain and match to work with CI | ios, mac
360+
<a href="/actions/ensure_env_vars/">ensure_env_vars</a> | Raises an exception if the specified env vars are not set | ios, android, mac
361361

362362

363363

‎docs/generated/actions/match.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,9 @@ Key | Description | Default
661661
`force` | Renew the provisioning profiles every time you run match | `false`
662662
`force_for_new_devices` | Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id' | `false`
663663
`include_all_certificates` | Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type | `false`
664-
`force_for_new_certificates` | Renew the provisioning profiles if the device count on the developer portal has changed. Works only for the 'development' provisioning profile type. Requires 'include_all_certificates' option to be 'true' | `false`
664+
`force_for_new_certificates` | Renew the provisioning profiles if the certificate count on the developer portal has changed. Works only for the 'development' provisioning profile type. Requires 'include_all_certificates' option to be 'true' | `false`
665665
`skip_confirmation` | Disables confirmation prompts during nuke, answering them with yes | `false`
666+
`safe_remove_certs` | Remove certs from repository during nuke without revoking them on the developer portal | `false`
666667
`skip_docs` | Skip generation of a README.md for the created git repository | `false`
667668
`platform` | Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst) | [*](#parameters-legend-dynamic)
668669
`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`

‎docs/generated/actions/match_nuke.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ Key | Description | Default
7373
`force` | Renew the provisioning profiles every time you run match | `false`
7474
`force_for_new_devices` | Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id' | `false`
7575
`include_all_certificates` | Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type | `false`
76-
`force_for_new_certificates` | Renew the provisioning profiles if the device count on the developer portal has changed. Works only for the 'development' provisioning profile type. Requires 'include_all_certificates' option to be 'true' | `false`
76+
`force_for_new_certificates` | Renew the provisioning profiles if the certificate count on the developer portal has changed. Works only for the 'development' provisioning profile type. Requires 'include_all_certificates' option to be 'true' | `false`
7777
`skip_confirmation` | Disables confirmation prompts during nuke, answering them with yes | `false`
78+
`safe_remove_certs` | Remove certs from repository during nuke without revoking them on the developer portal | `false`
7879
`skip_docs` | Skip generation of a README.md for the created git repository | `false`
7980
`platform` | Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst) | [*](#parameters-legend-dynamic)
8081
`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`

0 commit comments

Comments
 (0)