fastlane 2.185.1 → 2.189.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (163) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +86 -86
  3. data/fastlane/lib/fastlane/actions/appledoc.rb +45 -45
  4. data/fastlane/lib/fastlane/actions/automatic_code_signing.rb +1 -2
  5. data/fastlane/lib/fastlane/actions/create_keychain.rb +5 -2
  6. data/fastlane/lib/fastlane/actions/deploygate.rb +1 -2
  7. data/fastlane/lib/fastlane/actions/docs/build_app.md +1 -1
  8. data/fastlane/lib/fastlane/actions/docs/capture_android_screenshots.md +25 -26
  9. data/fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md +2 -2
  10. data/fastlane/lib/fastlane/actions/docs/create_app_online.md +171 -67
  11. data/fastlane/lib/fastlane/actions/download_app_privacy_details_from_app_store.rb +1 -1
  12. data/fastlane/lib/fastlane/actions/download_dsyms.rb +3 -4
  13. data/fastlane/lib/fastlane/actions/dsym_zip.rb +1 -1
  14. data/fastlane/lib/fastlane/actions/ensure_git_branch.rb +0 -1
  15. data/fastlane/lib/fastlane/actions/ensure_git_status_clean.rb +3 -4
  16. data/fastlane/lib/fastlane/actions/ensure_no_debug_code.rb +3 -5
  17. data/fastlane/lib/fastlane/actions/ensure_xcode_version.rb +1 -2
  18. data/fastlane/lib/fastlane/actions/environment_variable.rb +13 -21
  19. data/fastlane/lib/fastlane/actions/erb.rb +2 -5
  20. data/fastlane/lib/fastlane/actions/get_build_number_repository.rb +1 -1
  21. data/fastlane/lib/fastlane/actions/get_ipa_info_plist_value.rb +0 -1
  22. data/fastlane/lib/fastlane/actions/get_managed_play_store_publishing_rights.rb +29 -34
  23. data/fastlane/lib/fastlane/actions/get_push_certificate.rb +1 -1
  24. data/fastlane/lib/fastlane/actions/git_add.rb +5 -10
  25. data/fastlane/lib/fastlane/actions/git_commit.rb +2 -6
  26. data/fastlane/lib/fastlane/actions/git_remote_branch.rb +57 -0
  27. data/fastlane/lib/fastlane/actions/github_api.rb +2 -5
  28. data/fastlane/lib/fastlane/actions/gradle.rb +12 -20
  29. data/fastlane/lib/fastlane/actions/hg_commit_version_bump.rb +1 -1
  30. data/fastlane/lib/fastlane/actions/hg_push.rb +1 -1
  31. data/fastlane/lib/fastlane/actions/hipchat.rb +4 -5
  32. data/fastlane/lib/fastlane/actions/hockey.rb +5 -12
  33. data/fastlane/lib/fastlane/actions/ifttt.rb +3 -6
  34. data/fastlane/lib/fastlane/actions/import_from_git.rb +2 -4
  35. data/fastlane/lib/fastlane/actions/increment_build_number.rb +1 -2
  36. data/fastlane/lib/fastlane/actions/install_on_device.rb +3 -6
  37. data/fastlane/lib/fastlane/actions/installr.rb +22 -25
  38. data/fastlane/lib/fastlane/actions/ipa.rb +2 -2
  39. data/fastlane/lib/fastlane/actions/jazzy.rb +8 -14
  40. data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +3 -4
  41. data/fastlane/lib/fastlane/actions/lcov.rb +0 -4
  42. data/fastlane/lib/fastlane/actions/mailgun.rb +21 -27
  43. data/fastlane/lib/fastlane/actions/make_changelog_from_jenkins.rb +1 -1
  44. data/fastlane/lib/fastlane/actions/modify_services.rb +59 -24
  45. data/fastlane/lib/fastlane/actions/nexus_upload.rb +2 -2
  46. data/fastlane/lib/fastlane/actions/notarize.rb +1 -4
  47. data/fastlane/lib/fastlane/actions/number_of_commits.rb +1 -1
  48. data/fastlane/lib/fastlane/actions/oclint.rb +15 -14
  49. data/fastlane/lib/fastlane/actions/pod_push.rb +0 -2
  50. data/fastlane/lib/fastlane/actions/podio_item.rb +0 -7
  51. data/fastlane/lib/fastlane/actions/prompt.rb +3 -4
  52. data/fastlane/lib/fastlane/actions/push_git_tags.rb +1 -1
  53. data/fastlane/lib/fastlane/actions/puts.rb +1 -2
  54. data/fastlane/lib/fastlane/actions/register_devices.rb +0 -1
  55. data/fastlane/lib/fastlane/actions/reset_git_repo.rb +5 -8
  56. data/fastlane/lib/fastlane/actions/reset_simulator_contents.rb +0 -2
  57. data/fastlane/lib/fastlane/actions/resign.rb +2 -9
  58. data/fastlane/lib/fastlane/actions/rsync.rb +3 -6
  59. data/fastlane/lib/fastlane/actions/run_tests.rb +1 -1
  60. data/fastlane/lib/fastlane/actions/s3.rb +1 -1
  61. data/fastlane/lib/fastlane/actions/say.rb +2 -3
  62. data/fastlane/lib/fastlane/actions/scp.rb +4 -10
  63. data/fastlane/lib/fastlane/actions/set_build_number_repository.rb +1 -1
  64. data/fastlane/lib/fastlane/actions/set_changelog.rb +1 -1
  65. data/fastlane/lib/fastlane/actions/set_github_release.rb +2 -8
  66. data/fastlane/lib/fastlane/actions/set_info_plist_value.rb +1 -1
  67. data/fastlane/lib/fastlane/actions/set_pod_key.rb +3 -4
  68. data/fastlane/lib/fastlane/actions/setup_ci.rb +1 -2
  69. data/fastlane/lib/fastlane/actions/setup_circle_ci.rb +1 -1
  70. data/fastlane/lib/fastlane/actions/setup_jenkins.rb +7 -12
  71. data/fastlane/lib/fastlane/actions/setup_travis.rb +1 -1
  72. data/fastlane/lib/fastlane/actions/sh.rb +2 -4
  73. data/fastlane/lib/fastlane/actions/slack.rb +6 -8
  74. data/fastlane/lib/fastlane/actions/slather.rb +3 -19
  75. data/fastlane/lib/fastlane/actions/sonar.rb +12 -19
  76. data/fastlane/lib/fastlane/actions/sourcedocs.rb +62 -98
  77. data/fastlane/lib/fastlane/actions/splunkmint.rb +2 -2
  78. data/fastlane/lib/fastlane/actions/spm.rb +3 -3
  79. data/fastlane/lib/fastlane/actions/ssh.rb +5 -10
  80. data/fastlane/lib/fastlane/actions/testfairy.rb +0 -1
  81. data/fastlane/lib/fastlane/actions/tryouts.rb +2 -3
  82. data/fastlane/lib/fastlane/actions/twitter.rb +0 -5
  83. data/fastlane/lib/fastlane/actions/unlock_keychain.rb +3 -3
  84. data/fastlane/lib/fastlane/actions/update_app_group_identifiers.rb +1 -4
  85. data/fastlane/lib/fastlane/actions/update_code_signing_settings.rb +8 -15
  86. data/fastlane/lib/fastlane/actions/update_fastlane.rb +2 -2
  87. data/fastlane/lib/fastlane/actions/update_icloud_container_identifiers.rb +1 -4
  88. data/fastlane/lib/fastlane/actions/update_info_plist.rb +1 -1
  89. data/fastlane/lib/fastlane/actions/update_keychain_access_groups.rb +1 -4
  90. data/fastlane/lib/fastlane/actions/update_plist.rb +1 -1
  91. data/fastlane/lib/fastlane/actions/update_project_provisioning.rb +2 -2
  92. data/fastlane/lib/fastlane/actions/update_urban_airship_configuration.rb +0 -1
  93. data/fastlane/lib/fastlane/actions/update_url_schemes.rb +15 -26
  94. data/fastlane/lib/fastlane/actions/upload_app_privacy_details_to_app_store.rb +1 -2
  95. data/fastlane/lib/fastlane/actions/upload_symbols_to_sentry.rb +3 -10
  96. data/fastlane/lib/fastlane/actions/validate_play_store_json_key.rb +40 -44
  97. data/fastlane/lib/fastlane/actions/version_get_podspec.rb +1 -2
  98. data/fastlane/lib/fastlane/actions/xcode_server_get_assets.rb +3 -3
  99. data/fastlane/lib/fastlane/documentation/docs_generator.rb +1 -1
  100. data/fastlane/lib/fastlane/documentation/markdown_docs_generator.rb +1 -1
  101. data/fastlane/lib/fastlane/helper/git_helper.rb +17 -5
  102. data/fastlane/lib/fastlane/plugins/template/.circleci/config.yml +1 -1
  103. data/fastlane/lib/fastlane/plugins/template/.github/workflows/test.yml +1 -1
  104. data/fastlane/lib/fastlane/swift_fastlane_function.rb +1 -1
  105. data/fastlane/lib/fastlane/version.rb +1 -1
  106. data/fastlane/swift/Deliverfile.swift +1 -1
  107. data/fastlane/swift/DeliverfileProtocol.swift +1 -1
  108. data/fastlane/swift/Fastlane.swift +158 -125
  109. data/fastlane/swift/Gymfile.swift +1 -1
  110. data/fastlane/swift/GymfileProtocol.swift +1 -1
  111. data/fastlane/swift/Matchfile.swift +1 -1
  112. data/fastlane/swift/MatchfileProtocol.swift +1 -1
  113. data/fastlane/swift/Precheckfile.swift +1 -1
  114. data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
  115. data/fastlane/swift/Scanfile.swift +1 -1
  116. data/fastlane/swift/ScanfileProtocol.swift +5 -1
  117. data/fastlane/swift/Screengrabfile.swift +1 -1
  118. data/fastlane/swift/ScreengrabfileProtocol.swift +4 -4
  119. data/fastlane/swift/Snapshotfile.swift +1 -1
  120. data/fastlane/swift/SnapshotfileProtocol.swift +1 -1
  121. data/fastlane/swift/formatting/Brewfile.lock.json +19 -11
  122. data/fastlane_core/lib/fastlane_core/configuration/config_item.rb +13 -0
  123. data/match/lib/match/importer.rb +3 -0
  124. data/match/lib/match/nuke.rb +2 -3
  125. data/pilot/lib/pilot.rb +0 -1
  126. data/pilot/lib/pilot/build_manager.rb +0 -3
  127. data/pilot/lib/pilot/manager.rb +4 -1
  128. data/precheck/lib/precheck/module.rb +2 -0
  129. data/precheck/lib/precheck/options.rb +3 -3
  130. data/produce/lib/produce/commands_generator.rb +99 -27
  131. data/produce/lib/produce/developer_center.rb +42 -4
  132. data/produce/lib/produce/options.rb +1 -1
  133. data/produce/lib/produce/service.rb +270 -179
  134. data/scan/lib/scan/detect_values.rb +22 -13
  135. data/scan/lib/scan/module.rb +1 -0
  136. data/scan/lib/scan/options.rb +12 -1
  137. data/scan/lib/scan/test_command_generator.rb +29 -6
  138. data/screengrab/lib/screengrab/android_environment.rb +2 -52
  139. data/screengrab/lib/screengrab/dependency_checker.rb +0 -20
  140. data/screengrab/lib/screengrab/options.rb +5 -2
  141. data/screengrab/lib/screengrab/runner.rb +109 -107
  142. data/snapshot/lib/assets/SnapfileTemplate +2 -1
  143. data/snapshot/lib/assets/SnapfileTemplate.swift +2 -1
  144. data/snapshot/lib/assets/SnapshotHelper.swift +14 -10
  145. data/snapshot/lib/snapshot/reports_generator.rb +3 -1
  146. data/snapshot/lib/snapshot/test_command_generator.rb +16 -2
  147. data/spaceship/lib/spaceship/client.rb +13 -3
  148. data/spaceship/lib/spaceship/connect_api/api_client.rb +30 -5
  149. data/spaceship/lib/spaceship/connect_api/models/beta_tester.rb +3 -1
  150. data/spaceship/lib/spaceship/connect_api/models/build.rb +3 -1
  151. data/spaceship/lib/spaceship/connect_api/models/bundle_id.rb +8 -0
  152. data/spaceship/lib/spaceship/connect_api/models/bundle_id_capability.rb +58 -17
  153. data/spaceship/lib/spaceship/connect_api/provisioning/provisioning.rb +41 -1
  154. data/spaceship/lib/spaceship/connect_api/testflight/testflight.rb +13 -0
  155. data/supply/lib/supply/client.rb +7 -1
  156. data/supply/lib/supply/options.rb +5 -0
  157. metadata +27 -32
  158. data/fastlane/lib/fastlane/.erb_template_helper.rb.swp +0 -0
  159. data/fastlane/lib/fastlane/actions/.git_commit.rb.swp +0 -0
  160. data/gym/lib/gym/generators/.package_command_generator_xcode7.rb.swp +0 -0
  161. data/pilot/lib/pilot/features.rb +0 -0
  162. data/spaceship/lib/spaceship/.DS_Store +0 -0
  163. data/spaceship/lib/spaceship/connect_api/models/.app_store_version_submission.rb.swp +0 -0
@@ -2,7 +2,7 @@
2
2
  <img src="/img/actions/snapshot.png" width="250">
3
3
  </p>
4
4
 
5
- ###### Automate taking localized screenshots of your iOS and tvOS apps on every device
5
+ ###### Automate taking localized screenshots of your iOS, tvOS, and watchOS apps on every device
6
6
 
7
7
  <hr />
8
8
  <h4 align="center">
@@ -10,7 +10,7 @@
10
10
  </h4>
11
11
  <hr />
12
12
 
13
- _snapshot_ generates localized iOS and tvOS screenshots for different device types and languages for the App Store and can be uploaded using ([_deliver_](https://docs.fastlane.tools/actions/deliver/)).
13
+ _snapshot_ generates localized iOS, tvOS, and watchOS screenshots for different device types and languages for the App Store and can be uploaded using ([_deliver_](https://docs.fastlane.tools/actions/deliver/)).
14
14
 
15
15
  You have to manually create 20 (languages) x 6 (devices) x 5 (screenshots) = **600 screenshots**.
16
16
 
@@ -68,7 +68,7 @@ Options for create:
68
68
  -y, --sku STRING SKU Number (e.g. '1234') (PRODUCE_SKU)
69
69
  -j, --platform STRING The platform to use (optional) (PRODUCE_PLATFORM)
70
70
  -m, --language STRING Primary Language (e.g. 'English', 'German') (PRODUCE_LANGUAGE)
71
- -c, --company_name STRING The name of your company. Only required if it's the first app you create (PRODUCE_COMPANY_NAME)
71
+ -c, --company_name STRING The name of your company. It's used to set company name on App Store Connect team's app pages. Only required if it's the first app you create (PRODUCE_COMPANY_NAME)
72
72
  -i, --skip_itc [VALUE] Skip the creation of the app on App Store Connect (PRODUCE_SKIP_ITC)
73
73
  -d, --skip_devcenter [VALUE] Skip the creation of the app on the Apple Developer Portal (PRODUCE_SKIP_DEVCENTER)
74
74
  -s, --itc_users ARRAY Array of App Store Connect users. If provided, you can limit access to this newly created app for users with the App Manager, Developer, Marketer or Sales roles (ITC_USERS)
@@ -131,27 +131,62 @@ fastlane produce enable_services --help
131
131
  ```
132
132
 
133
133
  ```no-highlight
134
- --app-group Enable App Groups
135
- --apple-pay Enable Apple Pay
136
- --associated-domains Enable Associated Domains
137
- --data-protection STRING Enable Data Protection, suitable values are "complete", "unlessopen" and "untilfirstauth"
138
- --game-center Enable Game Center
139
- --healthkit Enable HealthKit
140
- --homekit Enable HomeKit
141
- --hotspot Enable Hotspot
142
- --icloud STRING Enable iCloud, suitable values are "legacy" and "cloudkit"
143
- --in-app-purchase Enable In-App Purchase
144
- --inter-app-audio Enable Inter-App-Audio
145
- --multipath Enable Multipath
146
- --network-extension Enable Network Extensions
147
- --nfc-tag-reading Enable NFC Tag Reading
148
- --personal-vpn Enable Personal VPN
149
- --passbook Enable Passbook (deprecated)
150
- --push-notification Enable Push notification (only enables the service, does not configure certificates)
151
- --sirikit Enable SiriKit
152
- --vpn-conf Enable VPN Configuration (deprecated)
153
- --wallet Enable Wallet
154
- --wireless-conf Enable Wireless Accessory Configuration
134
+ --access-wifi Enable Access Wifi
135
+ --app-attest Enable App Attest
136
+ --app-group Enable App Group
137
+ --apple-pay Enable Apple Pay
138
+ --associated-domains Enable Associated Domains
139
+ --auto-fill-credential Enable Auto Fill Credential
140
+ --class-kit Enable Class Kit
141
+ --icloud STRING Enable iCloud, suitable values are "xcode5_compatible" and "xcode6_compatible"
142
+ --custom-network-protocol Enable Custom Network Protocol
143
+ --data-protection STRING Enable Data Protection, suitable values are "complete", "unlessopen" and "untilfirstauth"
144
+ --extended-virtual-address-space Enable Extended Virtual Address Space
145
+ --game-center STRING Enable Game Center, suitable values are "ios" and "macos
146
+ --health-kit Enable Health Kit
147
+ --hls-interstitial-preview Enable Hls Interstitial Preview
148
+ --home-kit Enable Home Kit
149
+ --hotspot Enable Hotspot
150
+ --in-app-purchase Enable In App Purchase
151
+ --inter-app-audio Enable Inter App Audio
152
+ --low-latency-hls Enable Low Latency Hls
153
+ --managed-associated-domains Enable Managed Associated Domains
154
+ --maps Enable Maps
155
+ --multipath Enable Multipath
156
+ --network-extension Enable Network Extension
157
+ --nfc-tag-reading Enable NFC Tag Reading
158
+ --personal-vpn Enable Personal VPN
159
+ --passbook Enable Passbook (deprecated)
160
+ --push-notification Enable Push Notification
161
+ --sign-in-with-apple Enable Sign In With Apple
162
+ --siri-kit Enable Siri Kit
163
+ --system-extension Enable System Extension
164
+ --user-management Enable User Management
165
+ --vpn-configuration Enable Vpn Configuration (deprecated)
166
+ --wallet Enable Wallet
167
+ --wireless-accessory Enable Wireless Accessory
168
+ --car-play-audio-app Enable Car Play Audio App
169
+ --car-play-messaging-app Enable Car Play Messaging App
170
+ --car-play-navigation-app Enable Car Play Navigation App
171
+ --car-play-voip-calling-app Enable Car Play Voip Calling App
172
+ --critical-alerts Enable Critical Alerts
173
+ --hotspot-helper Enable Hotspot Helper
174
+ --driver-kit Enable DriverKit
175
+ --driver-kit-endpoint-security Enable DriverKit Endpoint Security
176
+ --driver-kit-family-hid-device Enable DriverKit Family HID Device
177
+ --driver-kit-family-networking Enable DriverKit Family Networking
178
+ --driver-kit-family-serial Enable DriverKit Family Serial
179
+ --driver-kit-hid-event-service Enable DriverKit HID EventService
180
+ --driver-kit-transport-hid Enable DriverKit Transport HID
181
+ --multitasking-camera-access Enable Multitasking Camera Access
182
+ --sf-universal-link-api Enable SFUniversalLink API
183
+ --vp9-decoder Enable VP9 Decoder
184
+ --music-kit Enable MusicKit
185
+ --shazam-kit Enable ShazamKit
186
+ --communication-notifications Enable Communication Notifications
187
+ --group-activities Enable Group Activities
188
+ --health-kit-estimate-recalibration Enable HealthKit Estimate Recalibration
189
+ --time-sensitive-notifications Enable Time Sensitive Notifications
155
190
  ```
156
191
 
157
192
  ```no-highlight
@@ -159,27 +194,62 @@ fastlane produce disable_services --help
159
194
  ```
160
195
 
161
196
  ```no-highlight
162
- --app-group Disable App Groups
163
- --apple-pay Disable Apple Pay
164
- --associated-domains Disable Associated Domains
165
- --data-protection Disable Data Protection
166
- --game-center Disable Game Center
167
- --healthkit Disable HealthKit
168
- --homekit Disable HomeKit
169
- --hotspot Disable Hotspot
170
- --icloud Disable iCloud
171
- --in-app-purchase Disable In-App Purchase
172
- --inter-app-audio Disable Inter-App-Audio
173
- --multipath Disable Multipath
174
- --network-extension Disable Network Extensions
175
- --nfc-tag-reading Disable NFC Tag Reading
176
- --personal-vpn Disable Personal VPN
177
- --passbook Disable Passbook (deprecated)
178
- --push-notification Disable Push notifications
179
- --sirikit Disable SiriKit
180
- --vpn-conf Disable VPN Configuration (deprecated)
181
- --wallet Disable Wallet
182
- --wireless-conf Disable Wireless Accessory Configuration
197
+ --access-wifi Disable Access Wifi
198
+ --app-attest Disable App Attest
199
+ --app-group Disable App Group
200
+ --apple-pay Disable Apple Pay
201
+ --associated-domains Disable Associated Domains
202
+ --auto-fill-credential Disable Auto Fill Credential
203
+ --class-kit Disable Class Kit
204
+ --icloud STRING Disable iCloud
205
+ --custom-network-protocol Disable Custom Network Protocol
206
+ --data-protection STRING Disable Data Protection
207
+ --extended-virtual-address-space Disable Extended Virtual Address Space
208
+ --game-center STRING Disable Game Center
209
+ --health-kit Disable Health Kit
210
+ --hls-interstitial-preview Disable Hls Interstitial Preview
211
+ --home-kit Disable Home Kit
212
+ --hotspot Disable Hotspot
213
+ --in-app-purchase Disable In App Purchase
214
+ --inter-app-audio Disable Inter App Audio
215
+ --low-latency-hls Disable Low Latency Hls
216
+ --managed-associated-domains Disable Managed Associated Domains
217
+ --maps Disable Maps
218
+ --multipath Disable Multipath
219
+ --network-extension Disable Network Extension
220
+ --nfc-tag-reading Disable NFC Tag Reading
221
+ --personal-vpn Disable Personal VPN
222
+ --passbook Disable Passbook (deprecated)
223
+ --push-notification Disable Push Notification
224
+ --sign-in-with-apple Disable Sign In With Apple
225
+ --siri-kit Disable Siri Kit
226
+ --system-extension Disable System Extension
227
+ --user-management Disable User Management
228
+ --vpn-configuration Disable Vpn Configuration (deprecated)
229
+ --wallet Disable Wallet
230
+ --wireless-accessory Disable Wireless Accessory
231
+ --car-play-audio-app Disable Car Play Audio App
232
+ --car-play-messaging-app Disable Car Play Messaging App
233
+ --car-play-navigation-app Disable Car Play Navigation App
234
+ --car-play-voip-calling-app Disable Car Play Voip Calling App
235
+ --critical-alerts Disable Critical Alerts
236
+ --hotspot-helper Disable Hotspot Helper
237
+ --driver-kit Disable DriverKit
238
+ --driver-kit-endpoint-security Disable DriverKit Endpoint Security
239
+ --driver-kit-family-hid-device Disable DriverKit Family HID Device
240
+ --driver-kit-family-networking Disable DriverKit Family Networking
241
+ --driver-kit-family-serial Disable DriverKit Family Serial
242
+ --driver-kit-hid-event-service Disable DriverKit HID EventService
243
+ --driver-kit-transport-hid Disable DriverKit Transport HID
244
+ --multitasking-camera-access Disable Multitasking Camera Access
245
+ --sf-universal-link-api Disable SFUniversalLink API
246
+ --vp9-decoder Disable VP9 Decoder
247
+ --music-kit Disable MusicKit
248
+ --shazam-kit Disable ShazamKit
249
+ --communication-notifications Disable Communication Notifications
250
+ --group-activities Disable Group Activities
251
+ --health-kit-estimate-recalibration Disable HealthKit Estimate Recalibration
252
+ --time-sensitive-notifications Disable Time Sensitive Notifications
183
253
  ```
184
254
 
185
255
  ## Creating Apple Pay merchants and associating them with an App ID
@@ -236,30 +306,64 @@ lane :release do
236
306
  # Optional
237
307
  # App services can be enabled during app creation
238
308
  enable_services: {
239
- access_wifi: "on", # Valid values: "on", "off"
240
- app_group: "on", # Valid values: "on", "off"
241
- apple_pay: "on", # Valid values: "on", "off"
242
- associated_domains: "on", # Valid values: "on", "off"
243
- auto_fill_credential: "on", # Valid values: "on", "off"
244
- data_protection: "complete", # Valid values: "complete", "unlessopen", "untilfirstauth",
245
- game_center: "on", # Valid values: "on", "off"
246
- health_kit: "on", # Valid values: "on", "off"
247
- home_kit: "on", # Valid values: "on", "off"
248
- hotspot: "on", # Valid values: "on", "off"
249
- icloud: "cloudkit", # Valid values: "legacy", "cloudkit"
250
- in_app_purchase: "on", # Valid values: "on", "off"
251
- inter_app_audio: "on", # Valid values: "on", "off"
252
- passbook: "on", # Valid values: "on", "off"
253
- multipath: "on", # Valid values: "on", "off"
254
- network_extension: "on", # Valid values: "on", "off"
255
- nfc_tag_reading: "on", # Valid values: "on", "off"
256
- personal_vpn: "on", # Valid values: "on", "off"
257
- passbook: "on", # Valid values: "on", "off" (deprecated)
258
- push_notification: "on", # Valid values: "on", "off"
259
- siri_kit: "on", # Valid values: "on", "off"
260
- vpn_configuration: "on", # Valid values: "on", "off" (deprecated)
261
- wallet: "on", # Valid values: "on", "off"
262
- wireless_accessory: "on", # Valid values: "on", "off"
309
+ access_wifi: "on", # Valid values: "on", "off"
310
+ app_attest: "on", # Valid values: "on", "off"
311
+ app_group: "on", # Valid values: "on", "off"
312
+ apple_pay: "on", # Valid values: "on", "off"
313
+ associated_domains: "on", # Valid values: "on", "off"
314
+ auto_fill_credential: "on", # Valid values: "on", "off"
315
+ car_play_audio_app: "on", # Valid values: "on", "off"
316
+ car_play_messaging_app: "on", # Valid values: "on", "off"
317
+ car_play_navigation_app: "on", # Valid values: "on", "off"
318
+ car_play_voip_calling_app: "on", # Valid values: "on", "off"
319
+ class_kit: "on", # Valid values: "on", "off"
320
+ icloud: "xcode5_compatible", # Valid values: "xcode5_compatible", "xcode6_compatible", "off"
321
+ critical_alerts: "on", # Valid values: "on", "off"
322
+ custom_network_protocol: "on", # Valid values: "on", "off"
323
+ data_protection: "complete", # Valid values: "complete", "unlessopen", "untilfirstauth", "off"
324
+ extended_virtual_address_space: "on", # Valid values: "on", "off"
325
+ file_provider_testing_mode: "on", # Valid values: "on", "off"
326
+ fonts: "on", # Valid values: "on", "off"
327
+ game_center: "ios", # Valid values: "ios", "macos", off"
328
+ health_kit: "on", # Valid values: "on", "off"
329
+ hls_interstitial_preview: "on", # Valid values: "on", "off"
330
+ home_kit: "on", # Valid values: "on", "off"
331
+ hotspot: "on", # Valid values: "on", "off"
332
+ hotspot_helper: "on", # Valid values: "on", "off"
333
+ in_app_purchase: "on", # Valid values: "on", "off"
334
+ inter_app_audio: "on", # Valid values: "on", "off"
335
+ low_latency_hls: "on", # Valid values: "on", "off"
336
+ managed_associated_domains: "on", # Valid values: "on", "off"
337
+ maps: "on", # Valid values: "on", "off"
338
+ multipath: "on", # Valid values: "on", "off"
339
+ network_extension: "on", # Valid values: "on", "off"
340
+ nfc_tag_reading: "on", # Valid values: "on", "off"
341
+ passbook: "on", # Valid values: "on", "off" (deprecated)
342
+ personal_vpn: "on", # Valid values: "on", "off"
343
+ push_notification: "on", # Valid values: "on", "off"
344
+ sign_in_with_apple: "on", # Valid values: "on", "off"
345
+ siri_kit: "on", # Valid values: "on", "off"
346
+ system_extension: "on", # Valid values: "on", "off"
347
+ user_management: "on", # Valid values: "on", "off"
348
+ vpn_configuration: "on", # Valid values: "on", "off" (deprecated)
349
+ wallet: "on", # Valid values: "on", "off"
350
+ wireless_accessory: "on", # Valid values: "on", "off"
351
+ driver_kit: "on", # Valid values: "on", "off"
352
+ driver_kit_endpoint_security: "on", # Valid values: "on", "off"
353
+ driver_kit_family_hid_device: "on", # Valid values: "on", "off"
354
+ driver_kit_family_networking: "on", # Valid values: "on", "off"
355
+ driver_kit_family_serial: "on", # Valid values: "on", "off"
356
+ driver_kit_hid_event_service: "on", # Valid values: "on", "off"
357
+ driver_kit_transport_hid: "on", # Valid values: "on", "off"
358
+ multitasking_camera_access: "on", # Valid values: "on", "off"
359
+ sf_universal_link_api: "on", # Valid values: "on", "off"
360
+ vp9_decoder: "on", # Valid values: "on", "off"
361
+ music_kit: "on", # Valid values: "on", "off"
362
+ shazam_kit: "on", # Valid values: "on", "off"
363
+ communication_notifications: "on", # Valid values: "on", "off"
364
+ group_activities: "on", # Valid values: "on", "off"
365
+ health_kit_estimate_recalibration: "on", # Valid values: "on", "off"
366
+ time_sensitive_notifications: "on", # Valid values: "on", "off"
263
367
  }
264
368
  )
265
369
 
@@ -85,7 +85,7 @@ module Fastlane
85
85
  env_name: "FASTLANE_ITC_TEAM_ID",
86
86
  description: "The ID of your App Store Connect team if you're in multiple teams",
87
87
  optional: true,
88
- is_string: false, # as we also allow integers, which we convert to strings anyway
88
+ skip_type_validation: true, # as we also allow integers, which we convert to strings anyway
89
89
  code_gen_sensitive: true,
90
90
  default_value: CredentialsManager::AppfileConfig.try_fetch_value(:itc_team_id),
91
91
  default_value_dynamic: true),
@@ -253,7 +253,7 @@ module Fastlane
253
253
  env_name: "DOWNLOAD_DSYMS_TEAM_ID",
254
254
  description: "The ID of your App Store Connect team if you're in multiple teams",
255
255
  optional: true,
256
- is_string: false, # as we also allow integers, which we convert to strings anyway
256
+ skip_type_validation: true, # as we also allow integers, which we convert to strings anyway
257
257
  code_gen_sensitive: true,
258
258
  default_value: CredentialsManager::AppfileConfig.try_fetch_value(:itc_team_id),
259
259
  default_value_dynamic: true,
@@ -286,7 +286,7 @@ module Fastlane
286
286
  env_name: "DOWNLOAD_DSYMS_BUILD_NUMBER",
287
287
  description: "The app build_number for dSYMs you wish to download",
288
288
  optional: true,
289
- is_string: false),
289
+ skip_type_validation: true), # as we also allow integers, which we convert to strings anyway
290
290
  FastlaneCore::ConfigItem.new(key: :min_version,
291
291
  short_option: "-m",
292
292
  env_name: "DOWNLOAD_DSYMS_MIN_VERSION",
@@ -296,8 +296,7 @@ module Fastlane
296
296
  short_option: "-d",
297
297
  env_name: "DOWNLOAD_DSYMS_AFTER_UPLOADED_DATE",
298
298
  description: "The uploaded date after which you wish to download dSYMs",
299
- optional: true,
300
- is_string: true),
299
+ optional: true),
301
300
  FastlaneCore::ConfigItem.new(key: :output_directory,
302
301
  short_option: "-s",
303
302
  env_name: "DOWNLOAD_DSYMS_OUTPUT_DIRECTORY",
@@ -61,7 +61,7 @@ module Fastlane
61
61
  description: 'Whether or not all dSYM files are to be included. Optional, default is false in which only your app dSYM is included',
62
62
  default_value: false,
63
63
  optional: true,
64
- is_string: false,
64
+ type: Boolean,
65
65
  env_name: 'DSYM_ZIP_ALL')
66
66
  ]
67
67
  end
@@ -35,7 +35,6 @@ module Fastlane
35
35
  FastlaneCore::ConfigItem.new(key: :branch,
36
36
  env_name: "FL_ENSURE_GIT_BRANCH_NAME",
37
37
  description: "The branch that should be checked for. String that can be either the full name of the branch or a regex e.g. `^feature\/.*$` to match",
38
- is_string: true,
39
38
  default_value: 'master')
40
39
  ]
41
40
  end
@@ -65,18 +65,17 @@ module Fastlane
65
65
  description: "The flag whether to show uncommitted changes if the repo is dirty",
66
66
  optional: true,
67
67
  default_value: false,
68
- is_string: false),
68
+ type: Boolean),
69
69
  FastlaneCore::ConfigItem.new(key: :show_diff,
70
70
  env_name: "FL_ENSURE_GIT_STATUS_CLEAN_SHOW_DIFF",
71
71
  description: "The flag whether to show the git diff if the repo is dirty",
72
72
  optional: true,
73
73
  default_value: false,
74
- is_string: false),
74
+ type: Boolean),
75
75
  FastlaneCore::ConfigItem.new(key: :ignored,
76
76
  env_name: "FL_ENSURE_GIT_STATUS_CLEAN_IGNORED_FILE",
77
77
  description: "The flag whether to ignore file the git status if the repo is dirty",
78
- optional: true,
79
- is_string: true)
78
+ optional: true)
80
79
  ]
81
80
  end
82
81
 
@@ -84,18 +84,16 @@ module Fastlane
84
84
  env_name: "FL_ENSURE_NO_DEBUG_CODE_EXTENSIONS",
85
85
  description: "An array of file extensions that should be searched for",
86
86
  optional: true,
87
- is_string: false),
87
+ type: Array),
88
88
  FastlaneCore::ConfigItem.new(key: :exclude,
89
89
  env_name: "FL_ENSURE_NO_DEBUG_CODE_EXCLUDE",
90
90
  description: "Exclude a certain pattern from the search",
91
- optional: true,
92
- is_string: true),
91
+ optional: true),
93
92
  FastlaneCore::ConfigItem.new(key: :exclude_dirs,
94
93
  env_name: "FL_ENSURE_NO_DEBUG_CODE_EXCLUDE_DIRS",
95
94
  description: "An array of dirs that should not be included in the search",
96
95
  optional: true,
97
- type: Array,
98
- is_string: false)
96
+ type: Array)
99
97
  ]
100
98
  end
101
99
 
@@ -85,7 +85,6 @@ module Fastlane
85
85
  FastlaneCore::ConfigItem.new(key: :version,
86
86
  env_name: "FL_ENSURE_XCODE_VERSION",
87
87
  description: "Xcode version to verify that is selected",
88
- is_string: true,
89
88
  optional: true),
90
89
  FastlaneCore::ConfigItem.new(key: :strict,
91
90
  description: "Should the version be verified strictly (all 3 version numbers), or matching only the given version numbers (i.e. `11.3` == `11.3.x`)",
@@ -109,7 +108,7 @@ module Fastlane
109
108
 
110
109
  def self.example_code
111
110
  [
112
- 'ensure_xcode_version(version: "7.2")'
111
+ 'ensure_xcode_version(version: "12.5")'
113
112
  ]
114
113
  end
115
114
 
@@ -29,27 +29,19 @@ module Fastlane
29
29
 
30
30
  def self.available_options
31
31
  [
32
- FastlaneCore::ConfigItem.new(
33
- key: :set,
34
- env_name: 'FL_ENVIRONMENT_VARIABLE_SET',
35
- description: 'Set the environment variables named',
36
- optional: true,
37
- type: Hash
38
- ),
39
- FastlaneCore::ConfigItem.new(
40
- key: :get,
41
- env_name: 'FL_ENVIRONMENT_VARIABLE_GET',
42
- description: 'Get the environment variable named',
43
- optional: true,
44
- is_string: true
45
- ),
46
- FastlaneCore::ConfigItem.new(
47
- key: :remove,
48
- env_name: 'FL_ENVIRONMENT_VARIABLE_REMOVE',
49
- description: 'Remove the environment variable named',
50
- optional: true,
51
- is_string: true
52
- )
32
+ FastlaneCore::ConfigItem.new(key: :set,
33
+ env_name: 'FL_ENVIRONMENT_VARIABLE_SET',
34
+ description: 'Set the environment variables named',
35
+ optional: true,
36
+ type: Hash),
37
+ FastlaneCore::ConfigItem.new(key: :get,
38
+ env_name: 'FL_ENVIRONMENT_VARIABLE_GET',
39
+ description: 'Get the environment variable named',
40
+ optional: true),
41
+ FastlaneCore::ConfigItem.new(key: :remove,
42
+ env_name: 'FL_ENVIRONMENT_VARIABLE_REMOVE',
43
+ description: 'Remove the environment variable named',
44
+ optional: true)
53
45
  ]
54
46
  end
55
47
 
@@ -34,20 +34,17 @@ module Fastlane
34
34
  short_option: "-T",
35
35
  env_name: "FL_ERB_SRC",
36
36
  description: "ERB Template File",
37
- optional: false,
38
- is_string: true),
37
+ optional: false),
39
38
  FastlaneCore::ConfigItem.new(key: :destination,
40
39
  short_option: "-D",
41
40
  env_name: "FL_ERB_DST",
42
41
  description: "Destination file",
43
- optional: true,
44
- is_string: true),
42
+ optional: true),
45
43
  FastlaneCore::ConfigItem.new(key: :placeholders,
46
44
  short_option: "-p",
47
45
  env_name: "FL_ERB_PLACEHOLDERS",
48
46
  description: "Placeholders given as a hash",
49
47
  default_value: {},
50
- is_string: false,
51
48
  type: Hash),
52
49
  FastlaneCore::ConfigItem.new(key: :trim_mode,
53
50
  short_option: "-t",