fastlane 2.193.1 → 2.197.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +88 -88
  3. data/cert/lib/cert/options.rb +1 -1
  4. data/deliver/lib/assets/ScreenshotsHelp +29 -6
  5. data/deliver/lib/deliver/app_screenshot.rb +4 -4
  6. data/deliver/lib/deliver/options.rb +1 -1
  7. data/deliver/lib/deliver/upload_screenshots.rb +1 -1
  8. data/fastlane/lib/fastlane/actions/app_store_build_number.rb +13 -7
  9. data/fastlane/lib/fastlane/actions/docs/upload_to_app_store.md.erb +1 -1
  10. data/fastlane/lib/fastlane/actions/download_dsyms.rb +47 -30
  11. data/fastlane/lib/fastlane/actions/gradle.rb +15 -2
  12. data/fastlane/lib/fastlane/actions/last_git_commit.rb +1 -1
  13. data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +3 -4
  14. data/fastlane/lib/fastlane/actions/notarize.rb +27 -18
  15. data/fastlane/lib/fastlane/actions/prompt.rb +1 -1
  16. data/fastlane/lib/fastlane/actions/register_device.rb +1 -1
  17. data/fastlane/lib/fastlane/actions/register_devices.rb +1 -1
  18. data/fastlane/lib/fastlane/actions/set_changelog.rb +1 -1
  19. data/fastlane/lib/fastlane/actions/slather.rb +6 -0
  20. data/fastlane/lib/fastlane/documentation/markdown_docs_generator.rb +11 -5
  21. data/fastlane/lib/fastlane/version.rb +1 -1
  22. data/fastlane/swift/Deliverfile.swift +1 -1
  23. data/fastlane/swift/DeliverfileProtocol.swift +2 -2
  24. data/fastlane/swift/Fastlane.swift +86 -99
  25. data/fastlane/swift/Gymfile.swift +1 -1
  26. data/fastlane/swift/GymfileProtocol.swift +1 -1
  27. data/fastlane/swift/LaneFileProtocol.swift +1 -1
  28. data/fastlane/swift/Matchfile.swift +1 -1
  29. data/fastlane/swift/MatchfileProtocol.swift +10 -2
  30. data/fastlane/swift/Precheckfile.swift +1 -1
  31. data/fastlane/swift/PrecheckfileProtocol.swift +2 -2
  32. data/fastlane/swift/Runner.swift +1 -1
  33. data/fastlane/swift/Scanfile.swift +1 -1
  34. data/fastlane/swift/ScanfileProtocol.swift +1 -1
  35. data/fastlane/swift/Screengrabfile.swift +1 -1
  36. data/fastlane/swift/ScreengrabfileProtocol.swift +3 -3
  37. data/fastlane/swift/Snapshotfile.swift +1 -1
  38. data/fastlane/swift/SnapshotfileProtocol.swift +2 -2
  39. data/fastlane/swift/formatting/Brewfile.lock.json +16 -16
  40. data/fastlane_core/lib/fastlane_core/build_watcher.rb +1 -1
  41. data/frameit/lib/frameit/editor.rb +16 -18
  42. data/frameit/lib/frameit/trim_box.rb +6 -0
  43. data/match/lib/match/generator.rb +2 -1
  44. data/match/lib/match/options.rb +11 -1
  45. data/match/lib/match/runner.rb +94 -10
  46. data/pem/lib/pem/manager.rb +2 -1
  47. data/pem/lib/pem/options.rb +1 -1
  48. data/pilot/lib/pilot/options.rb +1 -1
  49. data/precheck/lib/precheck/options.rb +1 -1
  50. data/screengrab/lib/screengrab/options.rb +2 -2
  51. data/sigh/lib/assets/resign.sh +9 -6
  52. data/sigh/lib/sigh/options.rb +6 -1
  53. data/sigh/lib/sigh/runner.rb +2 -2
  54. data/snapshot/lib/snapshot/options.rb +1 -1
  55. data/snapshot/lib/snapshot/reports_generator.rb +8 -0
  56. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher_base.rb +9 -1
  57. data/spaceship/lib/spaceship/connect_api/models/.build.rb.swp +0 -0
  58. data/spaceship/lib/spaceship/connect_api/models/app_store_version.rb +1 -1
  59. data/spaceship/lib/spaceship/connect_api/models/build.rb +4 -2
  60. data/spaceship/lib/spaceship/connect_api/models/build_bundle.rb +59 -0
  61. data/spaceship/lib/spaceship/connect_api/token.rb +1 -1
  62. data/spaceship/lib/spaceship/connect_api.rb +1 -0
  63. data/supply/lib/supply/client.rb +3 -3
  64. data/supply/lib/supply/uploader.rb +10 -7
  65. metadata +39 -35
  66. data/fastlane/lib/fastlane/actions/crashlytics.rb +0 -207
  67. data/fastlane/lib/fastlane/helper/crashlytics_helper.rb +0 -157
@@ -133,7 +133,7 @@ public func addGitTag(tag: OptionalConfigValue<String?> = .fastlaneDefault(nil),
133
133
 
134
134
  - parameters:
135
135
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
136
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
136
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
137
137
  - initialBuildNumber: sets the build number to given value if no build is in current train
138
138
  - appIdentifier: The bundle identifier of your app
139
139
  - username: Your Apple ID Username
@@ -643,7 +643,7 @@ public func appledoc(input: [String],
643
643
 
644
644
  - parameters:
645
645
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
646
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
646
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
647
647
  - username: Your Apple ID Username
648
648
  - appIdentifier: The bundle identifier of your app
649
649
  - appVersion: The version that should be edited or created
@@ -1982,10 +1982,10 @@ public func bundleInstall(binstubs: OptionalConfigValue<String?> = .fastlaneDefa
1982
1982
  - endingLocale: **DEPRECATED!** Return the device to this locale after running tests
1983
1983
  - useAdbRoot: **DEPRECATED!** Restarts the adb daemon using `adb root` to allow access to screenshots directories on device. Use if getting 'Permission denied' errors
1984
1984
  - appApkPath: The path to the APK for the app under test
1985
- - testsApkPath: The path to the APK for the the tests bundle
1985
+ - testsApkPath: The path to the APK for the tests bundle
1986
1986
  - specificDevice: Use the device or emulator with the given serial number or qualifier
1987
1987
  - deviceType: Type of device used for screenshots. Matches Google Play Types (phone, sevenInch, tenInch, tv, wear)
1988
- - exitOnTestFailure: Whether or not to exit Screengrab on test failure. Exiting on failure will not copy sceenshots to local machine nor open sceenshots summary
1988
+ - exitOnTestFailure: Whether or not to exit Screengrab on test failure. Exiting on failure will not copy screenshots to local machine nor open screenshots summary
1989
1989
  - reinstallApp: Enabling this option will automatically uninstall the application before running it
1990
1990
  - useTimestampSuffix: Add timestamp suffix to screenshot filename
1991
1991
  - adbHost: Configure the host used by adb to connect, allows running on remote devices farm
@@ -2084,7 +2084,7 @@ public func captureAndroidScreenshots(androidHome: OptionalConfigValue<String?>
2084
2084
  - reinstallApp: Enabling this option will automatically uninstall the application before running it
2085
2085
  - eraseSimulator: Enabling this option will automatically erase the simulator before running the application
2086
2086
  - headless: Enabling this option will prevent displaying the simulator window
2087
- - overrideStatusBar: Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception
2087
+ - overrideStatusBar: Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception (Adjust 'SNAPSHOT_SIMULATOR_WAIT_FOR_BOOT_TIMEOUT' environment variable if override status bar is not working. Might be because simulator is not fully booted. Defaults to 10 seconds)
2088
2088
  - overrideStatusBarArguments: Fully customize the status bar by setting each option here. See `xcrun simctl status_bar --help`
2089
2089
  - localizeSimulator: Enabling this option will configure the Simulator's system language
2090
2090
  - darkMode: Enabling this option will configure the Simulator to be in dark mode (false for light, true for dark)
@@ -2289,7 +2289,7 @@ public func captureIosScreenshots(workspace: OptionalConfigValue<String?> = .fas
2289
2289
  - reinstallApp: Enabling this option will automatically uninstall the application before running it
2290
2290
  - eraseSimulator: Enabling this option will automatically erase the simulator before running the application
2291
2291
  - headless: Enabling this option will prevent displaying the simulator window
2292
- - overrideStatusBar: Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception
2292
+ - overrideStatusBar: Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception (Adjust 'SNAPSHOT_SIMULATOR_WAIT_FOR_BOOT_TIMEOUT' environment variable if override status bar is not working. Might be because simulator is not fully booted. Defaults to 10 seconds)
2293
2293
  - overrideStatusBarArguments: Fully customize the status bar by setting each option here. See `xcrun simctl status_bar --help`
2294
2294
  - localizeSimulator: Enabling this option will configure the Simulator's system language
2295
2295
  - darkMode: Enabling this option will configure the Simulator to be in dark mode (false for light, true for dark)
@@ -2588,7 +2588,7 @@ public func carthage(command: String = "bootstrap",
2588
2588
  - force: Create a certificate even if an existing certificate exists
2589
2589
  - generateAppleCerts: Create a certificate type for Xcode 11 and later (Apple Development or Apple Distribution)
2590
2590
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
2591
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
2591
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
2592
2592
  - username: Your Apple ID Username
2593
2593
  - teamId: The ID of your Developer Portal team if you're in multiple teams
2594
2594
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -2752,7 +2752,7 @@ public func chatwork(apiToken: String,
2752
2752
 
2753
2753
  - parameters:
2754
2754
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
2755
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
2755
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
2756
2756
  - appIdentifier: The bundle identifier of your app
2757
2757
  - username: Your Apple ID Username
2758
2758
  - teamId: The ID of your App Store Connect team if you're in multiple teams
@@ -3175,67 +3175,6 @@ public func copyArtifacts(keepOriginal: OptionalConfigValue<Bool> = .fastlaneDef
3175
3175
  _ = runner.executeCommand(command)
3176
3176
  }
3177
3177
 
3178
- /**
3179
- Refer to [Firebase App Distribution](https://appdistro.page.link/fastlane-repo)
3180
-
3181
- - parameters:
3182
- - ipaPath: Path to your IPA file. Optional if you use the _gym_ or _xcodebuild_ action
3183
- - apkPath: Path to your APK file
3184
- - crashlyticsPath: Path to the submit binary in the Crashlytics bundle (iOS) or `crashlytics-devtools.jar` file (Android)
3185
- - apiToken: Crashlytics API Key
3186
- - buildSecret: Crashlytics Build Secret
3187
- - notesPath: Path to the release notes
3188
- - notes: The release notes as string - uses :notes_path under the hood
3189
- - groups: The groups used for distribution, separated by commas
3190
- - emails: Pass email addresses of testers, separated by commas
3191
- - notifications: Crashlytics notification option (true/false)
3192
- - debug: Crashlytics debug option (true/false)
3193
-
3194
- Additionally, you can specify `notes`, `emails`, `groups` and `notifications`.
3195
- Distributing to Groups: When using the `groups` parameter, it's important to use the group **alias** names for each group you'd like to distribute to. A group's alias can be found in the web UI. If you're viewing the Beta page, you can open the groups dialog by clicking the 'Manage Groups' button.
3196
- This action uses the `submit` binary provided by the Crashlytics framework. If the binary is not found in its usual path, you'll need to specify the path manually by using the `crashlytics_path` option.
3197
- */
3198
- public func crashlytics(ipaPath: OptionalConfigValue<String?> = .fastlaneDefault(nil),
3199
- apkPath: OptionalConfigValue<String?> = .fastlaneDefault(nil),
3200
- crashlyticsPath: OptionalConfigValue<String?> = .fastlaneDefault(nil),
3201
- apiToken: String,
3202
- buildSecret: String,
3203
- notesPath: OptionalConfigValue<String?> = .fastlaneDefault(nil),
3204
- notes: OptionalConfigValue<String?> = .fastlaneDefault(nil),
3205
- groups: OptionalConfigValue<[String]?> = .fastlaneDefault(nil),
3206
- emails: OptionalConfigValue<[String]?> = .fastlaneDefault(nil),
3207
- notifications: OptionalConfigValue<Bool> = .fastlaneDefault(true),
3208
- debug: OptionalConfigValue<Bool> = .fastlaneDefault(false))
3209
- {
3210
- let ipaPathArg = ipaPath.asRubyArgument(name: "ipa_path", type: nil)
3211
- let apkPathArg = apkPath.asRubyArgument(name: "apk_path", type: nil)
3212
- let crashlyticsPathArg = crashlyticsPath.asRubyArgument(name: "crashlytics_path", type: nil)
3213
- let apiTokenArg = RubyCommand.Argument(name: "api_token", value: apiToken, type: nil)
3214
- let buildSecretArg = RubyCommand.Argument(name: "build_secret", value: buildSecret, type: nil)
3215
- let notesPathArg = notesPath.asRubyArgument(name: "notes_path", type: nil)
3216
- let notesArg = notes.asRubyArgument(name: "notes", type: nil)
3217
- let groupsArg = groups.asRubyArgument(name: "groups", type: nil)
3218
- let emailsArg = emails.asRubyArgument(name: "emails", type: nil)
3219
- let notificationsArg = notifications.asRubyArgument(name: "notifications", type: nil)
3220
- let debugArg = debug.asRubyArgument(name: "debug", type: nil)
3221
- let array: [RubyCommand.Argument?] = [ipaPathArg,
3222
- apkPathArg,
3223
- crashlyticsPathArg,
3224
- apiTokenArg,
3225
- buildSecretArg,
3226
- notesPathArg,
3227
- notesArg,
3228
- groupsArg,
3229
- emailsArg,
3230
- notificationsArg,
3231
- debugArg]
3232
- let args: [RubyCommand.Argument] = array
3233
- .filter { $0?.value != nil }
3234
- .compactMap { $0 }
3235
- let command = RubyCommand(commandID: "", methodName: "crashlytics", className: nil, args: args)
3236
- _ = runner.executeCommand(command)
3237
- }
3238
-
3239
3178
  /**
3240
3179
  Create Managed Google Play Apps
3241
3180
 
@@ -3680,7 +3619,7 @@ public func deleteKeychain(name: OptionalConfigValue<String?> = .fastlaneDefault
3680
3619
 
3681
3620
  - parameters:
3682
3621
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
3683
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
3622
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
3684
3623
  - username: Your Apple ID Username
3685
3624
  - appIdentifier: The bundle identifier of your app
3686
3625
  - appVersion: The version that should be edited or created
@@ -4074,6 +4013,8 @@ public func downloadAppPrivacyDetailsFromAppStore(username: String,
4074
4013
  Download dSYM files from App Store Connect for Bitcode apps
4075
4014
 
4076
4015
  - parameters:
4016
+ - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
4017
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
4077
4018
  - username: Your Apple ID Username for App Store Connect
4078
4019
  - appIdentifier: The bundle identifier of your app
4079
4020
  - teamId: The ID of your App Store Connect team if you're in multiple teams
@@ -4098,7 +4039,9 @@ public func downloadAppPrivacyDetailsFromAppStore(username: String,
4098
4039
  ```|
4099
4040
  >|
4100
4041
  */
4101
- public func downloadDsyms(username: String,
4042
+ public func downloadDsyms(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDefault(nil),
4043
+ apiKey: OptionalConfigValue<[String: Any]?> = .fastlaneDefault(nil),
4044
+ username: String,
4102
4045
  appIdentifier: String,
4103
4046
  teamId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
4104
4047
  teamName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
@@ -4111,6 +4054,8 @@ public func downloadDsyms(username: String,
4111
4054
  waitForDsymProcessing: OptionalConfigValue<Bool> = .fastlaneDefault(false),
4112
4055
  waitTimeout: Int = 300)
4113
4056
  {
4057
+ let apiKeyPathArg = apiKeyPath.asRubyArgument(name: "api_key_path", type: nil)
4058
+ let apiKeyArg = apiKey.asRubyArgument(name: "api_key", type: nil)
4114
4059
  let usernameArg = RubyCommand.Argument(name: "username", value: username, type: nil)
4115
4060
  let appIdentifierArg = RubyCommand.Argument(name: "app_identifier", value: appIdentifier, type: nil)
4116
4061
  let teamIdArg = teamId.asRubyArgument(name: "team_id", type: nil)
@@ -4123,7 +4068,9 @@ public func downloadDsyms(username: String,
4123
4068
  let outputDirectoryArg = outputDirectory.asRubyArgument(name: "output_directory", type: nil)
4124
4069
  let waitForDsymProcessingArg = waitForDsymProcessing.asRubyArgument(name: "wait_for_dsym_processing", type: nil)
4125
4070
  let waitTimeoutArg = RubyCommand.Argument(name: "wait_timeout", value: waitTimeout, type: nil)
4126
- let array: [RubyCommand.Argument?] = [usernameArg,
4071
+ let array: [RubyCommand.Argument?] = [apiKeyPathArg,
4072
+ apiKeyArg,
4073
+ usernameArg,
4127
4074
  appIdentifierArg,
4128
4075
  teamIdArg,
4129
4076
  teamNameArg,
@@ -4710,7 +4657,7 @@ public func getBuildNumberRepository(useHgRevisionNumber: OptionalConfigValue<Bo
4710
4657
  - force: Create a certificate even if an existing certificate exists
4711
4658
  - generateAppleCerts: Create a certificate type for Xcode 11 and later (Apple Development or Apple Distribution)
4712
4659
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
4713
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
4660
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
4714
4661
  - username: Your Apple ID Username
4715
4662
  - teamId: The ID of your Developer Portal team if you're in multiple teams
4716
4663
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -4940,7 +4887,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
4940
4887
  - force: Renew provisioning profiles regardless of its state - to automatically add all devices for ad hoc profiles
4941
4888
  - appIdentifier: The bundle identifier of your app
4942
4889
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
4943
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
4890
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
4944
4891
  - username: Your Apple ID Username
4945
4892
  - teamId: The ID of your Developer Portal team if you're in multiple teams
4946
4893
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -4951,6 +4898,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
4951
4898
  - certOwnerName: The certificate name to use for new profiles, or to renew with. (e.g. "Felix Krause")
4952
4899
  - filename: Filename to use for the generated provisioning profile (must include .mobileprovision)
4953
4900
  - skipFetchProfiles: Skips the verification of existing profiles which is useful if you have thousands of profiles
4901
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
4954
4902
  - skipCertificateVerification: Skips the verification of the certificates for every existing profiles. This will make sure the provisioning profile can be used on the local machine
4955
4903
  - platform: Set the provisioning profile's platform (i.e. ios, tvos, macos, catalyst)
4956
4904
  - readonly: Only fetch existing profile, don't generate new ones
@@ -4979,6 +4927,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
4979
4927
  certOwnerName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
4980
4928
  filename: OptionalConfigValue<String?> = .fastlaneDefault(nil),
4981
4929
  skipFetchProfiles: OptionalConfigValue<Bool> = .fastlaneDefault(false),
4930
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
4982
4931
  skipCertificateVerification: OptionalConfigValue<Bool> = .fastlaneDefault(false),
4983
4932
  platform: Any = "ios",
4984
4933
  readonly: OptionalConfigValue<Bool> = .fastlaneDefault(false),
@@ -5003,6 +4952,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
5003
4952
  let certOwnerNameArg = certOwnerName.asRubyArgument(name: "cert_owner_name", type: nil)
5004
4953
  let filenameArg = filename.asRubyArgument(name: "filename", type: nil)
5005
4954
  let skipFetchProfilesArg = skipFetchProfiles.asRubyArgument(name: "skip_fetch_profiles", type: nil)
4955
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
5006
4956
  let skipCertificateVerificationArg = skipCertificateVerification.asRubyArgument(name: "skip_certificate_verification", type: nil)
5007
4957
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
5008
4958
  let readonlyArg = readonly.asRubyArgument(name: "readonly", type: nil)
@@ -5026,6 +4976,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
5026
4976
  certOwnerNameArg,
5027
4977
  filenameArg,
5028
4978
  skipFetchProfilesArg,
4979
+ includeAllCertificatesArg,
5029
4980
  skipCertificateVerificationArg,
5030
4981
  platformArg,
5031
4982
  readonlyArg,
@@ -5079,7 +5030,7 @@ public func getPushCertificate(development: OptionalConfigValue<Bool> = .fastlan
5079
5030
  username: String,
5080
5031
  teamId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
5081
5032
  teamName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
5082
- p12Password: String,
5033
+ p12Password: OptionalConfigValue<String?> = .fastlaneDefault(nil),
5083
5034
  pemName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
5084
5035
  outputPath: String = ".",
5085
5036
  newProfile: ((String) -> Void)? = nil)
@@ -5094,7 +5045,7 @@ public func getPushCertificate(development: OptionalConfigValue<Bool> = .fastlan
5094
5045
  let usernameArg = RubyCommand.Argument(name: "username", value: username, type: nil)
5095
5046
  let teamIdArg = teamId.asRubyArgument(name: "team_id", type: nil)
5096
5047
  let teamNameArg = teamName.asRubyArgument(name: "team_name", type: nil)
5097
- let p12PasswordArg = RubyCommand.Argument(name: "p12_password", value: p12Password, type: nil)
5048
+ let p12PasswordArg = p12Password.asRubyArgument(name: "p12_password", type: nil)
5098
5049
  let pemNameArg = pemName.asRubyArgument(name: "pem_name", type: nil)
5099
5050
  let outputPathArg = RubyCommand.Argument(name: "output_path", value: outputPath, type: nil)
5100
5051
  let newProfileArg = RubyCommand.Argument(name: "new_profile", value: newProfile, type: .stringClosure)
@@ -6428,7 +6379,7 @@ public func jazzy(config: OptionalConfigValue<String?> = .fastlaneDefault(nil),
6428
6379
 
6429
6380
  - parameters:
6430
6381
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
6431
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
6382
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
6432
6383
  - live: Query the live version (ready-for-sale)
6433
6384
  - appIdentifier: The bundle identifier of your app
6434
6385
  - username: Your Apple ID Username
@@ -6621,7 +6572,7 @@ public func makeChangelogFromJenkins(fallbackChangelog: String = "",
6621
6572
  - skipProvisioningProfiles: Skip syncing provisioning profiles
6622
6573
  - appIdentifier: The bundle identifier(s) of your app (comma-separated string or array of strings)
6623
6574
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
6624
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
6575
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
6625
6576
  - username: Your Apple ID Username
6626
6577
  - teamId: The ID of your Developer Portal team if you're in multiple teams
6627
6578
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -6647,6 +6598,8 @@ public func makeChangelogFromJenkins(fallbackChangelog: String = "",
6647
6598
  - keychainPassword: This might be required the first time you access certificates on a new mac. For the login/default keychain this is your macOS account password
6648
6599
  - force: Renew the provisioning profiles every time you run match
6649
6600
  - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'
6601
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
6602
+ - forceForNewCertificates: 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'
6650
6603
  - skipConfirmation: Disables confirmation prompts during nuke, answering them with yes
6651
6604
  - skipDocs: Skip generation of a README.md for the created git repository
6652
6605
  - platform: Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst)
@@ -6694,6 +6647,8 @@ public func match(type: String = matchfile.type,
6694
6647
  keychainPassword: OptionalConfigValue<String?> = .fastlaneDefault(matchfile.keychainPassword),
6695
6648
  force: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.force),
6696
6649
  forceForNewDevices: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.forceForNewDevices),
6650
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.includeAllCertificates),
6651
+ forceForNewCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.forceForNewCertificates),
6697
6652
  skipConfirmation: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.skipConfirmation),
6698
6653
  skipDocs: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.skipDocs),
6699
6654
  platform: String = matchfile.platform,
@@ -6739,6 +6694,8 @@ public func match(type: String = matchfile.type,
6739
6694
  let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil)
6740
6695
  let forceArg = force.asRubyArgument(name: "force", type: nil)
6741
6696
  let forceForNewDevicesArg = forceForNewDevices.asRubyArgument(name: "force_for_new_devices", type: nil)
6697
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
6698
+ let forceForNewCertificatesArg = forceForNewCertificates.asRubyArgument(name: "force_for_new_certificates", type: nil)
6742
6699
  let skipConfirmationArg = skipConfirmation.asRubyArgument(name: "skip_confirmation", type: nil)
6743
6700
  let skipDocsArg = skipDocs.asRubyArgument(name: "skip_docs", type: nil)
6744
6701
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
@@ -6783,6 +6740,8 @@ public func match(type: String = matchfile.type,
6783
6740
  keychainPasswordArg,
6784
6741
  forceArg,
6785
6742
  forceForNewDevicesArg,
6743
+ includeAllCertificatesArg,
6744
+ forceForNewCertificatesArg,
6786
6745
  skipConfirmationArg,
6787
6746
  skipDocsArg,
6788
6747
  platformArg,
@@ -6812,7 +6771,7 @@ public func match(type: String = matchfile.type,
6812
6771
  - skipProvisioningProfiles: Skip syncing provisioning profiles
6813
6772
  - appIdentifier: The bundle identifier(s) of your app (comma-separated string or array of strings)
6814
6773
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
6815
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
6774
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
6816
6775
  - username: Your Apple ID Username
6817
6776
  - teamId: The ID of your Developer Portal team if you're in multiple teams
6818
6777
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -6838,6 +6797,8 @@ public func match(type: String = matchfile.type,
6838
6797
  - keychainPassword: This might be required the first time you access certificates on a new mac. For the login/default keychain this is your macOS account password
6839
6798
  - force: Renew the provisioning profiles every time you run match
6840
6799
  - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'
6800
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
6801
+ - forceForNewCertificates: 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'
6841
6802
  - skipConfirmation: Disables confirmation prompts during nuke, answering them with yes
6842
6803
  - skipDocs: Skip generation of a README.md for the created git repository
6843
6804
  - platform: Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst)
@@ -6889,6 +6850,8 @@ public func matchNuke(type: String = "development",
6889
6850
  keychainPassword: OptionalConfigValue<String?> = .fastlaneDefault(nil),
6890
6851
  force: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6891
6852
  forceForNewDevices: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6853
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6854
+ forceForNewCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6892
6855
  skipConfirmation: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6893
6856
  skipDocs: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6894
6857
  platform: String = "ios",
@@ -6934,6 +6897,8 @@ public func matchNuke(type: String = "development",
6934
6897
  let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil)
6935
6898
  let forceArg = force.asRubyArgument(name: "force", type: nil)
6936
6899
  let forceForNewDevicesArg = forceForNewDevices.asRubyArgument(name: "force_for_new_devices", type: nil)
6900
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
6901
+ let forceForNewCertificatesArg = forceForNewCertificates.asRubyArgument(name: "force_for_new_certificates", type: nil)
6937
6902
  let skipConfirmationArg = skipConfirmation.asRubyArgument(name: "skip_confirmation", type: nil)
6938
6903
  let skipDocsArg = skipDocs.asRubyArgument(name: "skip_docs", type: nil)
6939
6904
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
@@ -6978,6 +6943,8 @@ public func matchNuke(type: String = "development",
6978
6943
  keychainPasswordArg,
6979
6944
  forceArg,
6980
6945
  forceForNewDevicesArg,
6946
+ includeAllCertificatesArg,
6947
+ forceForNewCertificatesArg,
6981
6948
  skipConfirmationArg,
6982
6949
  skipDocsArg,
6983
6950
  platformArg,
@@ -7136,7 +7103,8 @@ public func nexusUpload(file: String,
7136
7103
  - ascProvider: Provider short name for accounts associated with multiple providers
7137
7104
  - printLog: Whether to print notarization log file, listing issues on failure and warnings on success
7138
7105
  - verbose: Whether to log requests
7139
- - apiKeyPath: Path to AppStore Connect API key
7106
+ - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
7107
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
7140
7108
  */
7141
7109
  public func notarize(package: String,
7142
7110
  useNotarytool: OptionalConfigValue<Bool> = .fastlaneDefault(true),
@@ -7146,7 +7114,8 @@ public func notarize(package: String,
7146
7114
  ascProvider: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7147
7115
  printLog: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7148
7116
  verbose: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7149
- apiKeyPath: OptionalConfigValue<String?> = .fastlaneDefault(nil))
7117
+ apiKeyPath: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7118
+ apiKey: OptionalConfigValue<[String: Any]?> = .fastlaneDefault(nil))
7150
7119
  {
7151
7120
  let packageArg = RubyCommand.Argument(name: "package", value: package, type: nil)
7152
7121
  let useNotarytoolArg = useNotarytool.asRubyArgument(name: "use_notarytool", type: nil)
@@ -7157,6 +7126,7 @@ public func notarize(package: String,
7157
7126
  let printLogArg = printLog.asRubyArgument(name: "print_log", type: nil)
7158
7127
  let verboseArg = verbose.asRubyArgument(name: "verbose", type: nil)
7159
7128
  let apiKeyPathArg = apiKeyPath.asRubyArgument(name: "api_key_path", type: nil)
7129
+ let apiKeyArg = apiKey.asRubyArgument(name: "api_key", type: nil)
7160
7130
  let array: [RubyCommand.Argument?] = [packageArg,
7161
7131
  useNotarytoolArg,
7162
7132
  tryEarlyStaplingArg,
@@ -7165,7 +7135,8 @@ public func notarize(package: String,
7165
7135
  ascProviderArg,
7166
7136
  printLogArg,
7167
7137
  verboseArg,
7168
- apiKeyPathArg]
7138
+ apiKeyPathArg,
7139
+ apiKeyArg]
7169
7140
  let args: [RubyCommand.Argument] = array
7170
7141
  .filter { $0?.value != nil }
7171
7142
  .compactMap { $0 }
@@ -7457,7 +7428,7 @@ public func pem(development: OptionalConfigValue<Bool> = .fastlaneDefault(false)
7457
7428
  username: String,
7458
7429
  teamId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7459
7430
  teamName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7460
- p12Password: String,
7431
+ p12Password: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7461
7432
  pemName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7462
7433
  outputPath: String = ".",
7463
7434
  newProfile: ((String) -> Void)? = nil)
@@ -7472,7 +7443,7 @@ public func pem(development: OptionalConfigValue<Bool> = .fastlaneDefault(false)
7472
7443
  let usernameArg = RubyCommand.Argument(name: "username", value: username, type: nil)
7473
7444
  let teamIdArg = teamId.asRubyArgument(name: "team_id", type: nil)
7474
7445
  let teamNameArg = teamName.asRubyArgument(name: "team_name", type: nil)
7475
- let p12PasswordArg = RubyCommand.Argument(name: "p12_password", value: p12Password, type: nil)
7446
+ let p12PasswordArg = p12Password.asRubyArgument(name: "p12_password", type: nil)
7476
7447
  let pemNameArg = pemName.asRubyArgument(name: "pem_name", type: nil)
7477
7448
  let outputPathArg = RubyCommand.Argument(name: "output_path", value: outputPath, type: nil)
7478
7449
  let newProfileArg = RubyCommand.Argument(name: "new_profile", value: newProfile, type: .stringClosure)
@@ -7502,7 +7473,7 @@ public func pem(development: OptionalConfigValue<Bool> = .fastlaneDefault(false)
7502
7473
 
7503
7474
  - parameters:
7504
7475
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
7505
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
7476
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
7506
7477
  - username: Your Apple ID Username
7507
7478
  - appIdentifier: The bundle identifier of the app to upload or manage testers (optional)
7508
7479
  - appPlatform: The platform to use (optional)
@@ -7900,7 +7871,7 @@ public func podioItem(clientId: String,
7900
7871
 
7901
7872
  - parameters:
7902
7873
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
7903
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
7874
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
7904
7875
  - appIdentifier: The bundle identifier of your app
7905
7876
  - username: Your Apple ID Username
7906
7877
  - teamId: The ID of your App Store Connect team if you're in multiple teams
@@ -8238,7 +8209,7 @@ public func recreateSchemes(project: String) {
8238
8209
  - platform: Provide the platform of the device to register as (ios, mac)
8239
8210
  - udid: Provide the UDID of the device to register as
8240
8211
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
8241
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
8212
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
8242
8213
  - teamId: The ID of your Developer Portal team if you're in multiple teams
8243
8214
  - teamName: The name of your Developer Portal team if you're in multiple teams
8244
8215
  - username: Optional: Your Apple ID
@@ -8286,7 +8257,7 @@ public func recreateSchemes(project: String) {
8286
8257
  - devices: A hash of devices, with the name as key and the UDID as value
8287
8258
  - devicesFile: Provide a path to a file with the devices to register. For the format of the file see the examples
8288
8259
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
8289
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
8260
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
8290
8261
  - teamId: The ID of your Developer Portal team if you're in multiple teams
8291
8262
  - teamName: The name of your Developer Portal team if you're in multiple teams
8292
8263
  - username: Optional: Your Apple ID
@@ -9293,10 +9264,10 @@ public func scp(username: String,
9293
9264
  - endingLocale: **DEPRECATED!** Return the device to this locale after running tests
9294
9265
  - useAdbRoot: **DEPRECATED!** Restarts the adb daemon using `adb root` to allow access to screenshots directories on device. Use if getting 'Permission denied' errors
9295
9266
  - appApkPath: The path to the APK for the app under test
9296
- - testsApkPath: The path to the APK for the the tests bundle
9267
+ - testsApkPath: The path to the APK for the tests bundle
9297
9268
  - specificDevice: Use the device or emulator with the given serial number or qualifier
9298
9269
  - deviceType: Type of device used for screenshots. Matches Google Play Types (phone, sevenInch, tenInch, tv, wear)
9299
- - exitOnTestFailure: Whether or not to exit Screengrab on test failure. Exiting on failure will not copy sceenshots to local machine nor open sceenshots summary
9270
+ - exitOnTestFailure: Whether or not to exit Screengrab on test failure. Exiting on failure will not copy screenshots to local machine nor open screenshots summary
9300
9271
  - reinstallApp: Enabling this option will automatically uninstall the application before running it
9301
9272
  - useTimestampSuffix: Add timestamp suffix to screenshot filename
9302
9273
  - adbHost: Configure the host used by adb to connect, allows running on remote devices farm
@@ -9405,7 +9376,7 @@ public func setBuildNumberRepository(useHgRevisionNumber: OptionalConfigValue<Bo
9405
9376
 
9406
9377
  - parameters:
9407
9378
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
9408
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
9379
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
9409
9380
  - appIdentifier: The bundle identifier of your app
9410
9381
  - username: Your Apple ID Username
9411
9382
  - version: The version number to create/update
@@ -9759,7 +9730,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9759
9730
  - force: Renew provisioning profiles regardless of its state - to automatically add all devices for ad hoc profiles
9760
9731
  - appIdentifier: The bundle identifier of your app
9761
9732
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
9762
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
9733
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
9763
9734
  - username: Your Apple ID Username
9764
9735
  - teamId: The ID of your Developer Portal team if you're in multiple teams
9765
9736
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -9770,6 +9741,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9770
9741
  - certOwnerName: The certificate name to use for new profiles, or to renew with. (e.g. "Felix Krause")
9771
9742
  - filename: Filename to use for the generated provisioning profile (must include .mobileprovision)
9772
9743
  - skipFetchProfiles: Skips the verification of existing profiles which is useful if you have thousands of profiles
9744
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
9773
9745
  - skipCertificateVerification: Skips the verification of the certificates for every existing profiles. This will make sure the provisioning profile can be used on the local machine
9774
9746
  - platform: Set the provisioning profile's platform (i.e. ios, tvos, macos, catalyst)
9775
9747
  - readonly: Only fetch existing profile, don't generate new ones
@@ -9798,6 +9770,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9798
9770
  certOwnerName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9799
9771
  filename: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9800
9772
  skipFetchProfiles: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9773
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9801
9774
  skipCertificateVerification: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9802
9775
  platform: Any = "ios",
9803
9776
  readonly: OptionalConfigValue<Bool> = .fastlaneDefault(false),
@@ -9822,6 +9795,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9822
9795
  let certOwnerNameArg = certOwnerName.asRubyArgument(name: "cert_owner_name", type: nil)
9823
9796
  let filenameArg = filename.asRubyArgument(name: "filename", type: nil)
9824
9797
  let skipFetchProfilesArg = skipFetchProfiles.asRubyArgument(name: "skip_fetch_profiles", type: nil)
9798
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
9825
9799
  let skipCertificateVerificationArg = skipCertificateVerification.asRubyArgument(name: "skip_certificate_verification", type: nil)
9826
9800
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
9827
9801
  let readonlyArg = readonly.asRubyArgument(name: "readonly", type: nil)
@@ -9845,6 +9819,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9845
9819
  certOwnerNameArg,
9846
9820
  filenameArg,
9847
9821
  skipFetchProfilesArg,
9822
+ includeAllCertificatesArg,
9848
9823
  skipCertificateVerificationArg,
9849
9824
  platformArg,
9850
9825
  readonlyArg,
@@ -9994,6 +9969,7 @@ public func slackTrainStart(distance: Int = 5,
9994
9969
  - scheme: Scheme to use when calling slather
9995
9970
  - configuration: Configuration to use when calling slather (since slather-2.4.1)
9996
9971
  - inputFormat: The input format that slather should look for
9972
+ - github: Tell slather that it is running on Github Actions
9997
9973
  - buildkite: Tell slather that it is running on Buildkite
9998
9974
  - teamcity: Tell slather that it is running on TeamCity
9999
9975
  - jenkins: Tell slather that it is running on Jenkins
@@ -10029,6 +10005,7 @@ public func slather(buildDirectory: OptionalConfigValue<String?> = .fastlaneDefa
10029
10005
  scheme: OptionalConfigValue<String?> = .fastlaneDefault(nil),
10030
10006
  configuration: OptionalConfigValue<String?> = .fastlaneDefault(nil),
10031
10007
  inputFormat: OptionalConfigValue<String?> = .fastlaneDefault(nil),
10008
+ github: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
10032
10009
  buildkite: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
10033
10010
  teamcity: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
10034
10011
  jenkins: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
@@ -10061,6 +10038,7 @@ public func slather(buildDirectory: OptionalConfigValue<String?> = .fastlaneDefa
10061
10038
  let schemeArg = scheme.asRubyArgument(name: "scheme", type: nil)
10062
10039
  let configurationArg = configuration.asRubyArgument(name: "configuration", type: nil)
10063
10040
  let inputFormatArg = inputFormat.asRubyArgument(name: "input_format", type: nil)
10041
+ let githubArg = github.asRubyArgument(name: "github", type: nil)
10064
10042
  let buildkiteArg = buildkite.asRubyArgument(name: "buildkite", type: nil)
10065
10043
  let teamcityArg = teamcity.asRubyArgument(name: "teamcity", type: nil)
10066
10044
  let jenkinsArg = jenkins.asRubyArgument(name: "jenkins", type: nil)
@@ -10092,6 +10070,7 @@ public func slather(buildDirectory: OptionalConfigValue<String?> = .fastlaneDefa
10092
10070
  schemeArg,
10093
10071
  configurationArg,
10094
10072
  inputFormatArg,
10073
+ githubArg,
10095
10074
  buildkiteArg,
10096
10075
  teamcityArg,
10097
10076
  jenkinsArg,
@@ -10144,7 +10123,7 @@ public func slather(buildDirectory: OptionalConfigValue<String?> = .fastlaneDefa
10144
10123
  - reinstallApp: Enabling this option will automatically uninstall the application before running it
10145
10124
  - eraseSimulator: Enabling this option will automatically erase the simulator before running the application
10146
10125
  - headless: Enabling this option will prevent displaying the simulator window
10147
- - overrideStatusBar: Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception
10126
+ - overrideStatusBar: Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception (Adjust 'SNAPSHOT_SIMULATOR_WAIT_FOR_BOOT_TIMEOUT' environment variable if override status bar is not working. Might be because simulator is not fully booted. Defaults to 10 seconds)
10148
10127
  - overrideStatusBarArguments: Fully customize the status bar by setting each option here. See `xcrun simctl status_bar --help`
10149
10128
  - localizeSimulator: Enabling this option will configure the Simulator's system language
10150
10129
  - darkMode: Enabling this option will configure the Simulator to be in dark mode (false for light, true for dark)
@@ -10918,7 +10897,7 @@ public func swiftlint(mode: String = "lint",
10918
10897
  - skipProvisioningProfiles: Skip syncing provisioning profiles
10919
10898
  - appIdentifier: The bundle identifier(s) of your app (comma-separated string or array of strings)
10920
10899
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
10921
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
10900
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
10922
10901
  - username: Your Apple ID Username
10923
10902
  - teamId: The ID of your Developer Portal team if you're in multiple teams
10924
10903
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -10944,6 +10923,8 @@ public func swiftlint(mode: String = "lint",
10944
10923
  - keychainPassword: This might be required the first time you access certificates on a new mac. For the login/default keychain this is your macOS account password
10945
10924
  - force: Renew the provisioning profiles every time you run match
10946
10925
  - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'
10926
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
10927
+ - forceForNewCertificates: 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'
10947
10928
  - skipConfirmation: Disables confirmation prompts during nuke, answering them with yes
10948
10929
  - skipDocs: Skip generation of a README.md for the created git repository
10949
10930
  - platform: Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst)
@@ -10991,6 +10972,8 @@ public func syncCodeSigning(type: String = "development",
10991
10972
  keychainPassword: OptionalConfigValue<String?> = .fastlaneDefault(nil),
10992
10973
  force: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10993
10974
  forceForNewDevices: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10975
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10976
+ forceForNewCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10994
10977
  skipConfirmation: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10995
10978
  skipDocs: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10996
10979
  platform: String = "ios",
@@ -11036,6 +11019,8 @@ public func syncCodeSigning(type: String = "development",
11036
11019
  let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil)
11037
11020
  let forceArg = force.asRubyArgument(name: "force", type: nil)
11038
11021
  let forceForNewDevicesArg = forceForNewDevices.asRubyArgument(name: "force_for_new_devices", type: nil)
11022
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
11023
+ let forceForNewCertificatesArg = forceForNewCertificates.asRubyArgument(name: "force_for_new_certificates", type: nil)
11039
11024
  let skipConfirmationArg = skipConfirmation.asRubyArgument(name: "skip_confirmation", type: nil)
11040
11025
  let skipDocsArg = skipDocs.asRubyArgument(name: "skip_docs", type: nil)
11041
11026
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
@@ -11080,6 +11065,8 @@ public func syncCodeSigning(type: String = "development",
11080
11065
  keychainPasswordArg,
11081
11066
  forceArg,
11082
11067
  forceForNewDevicesArg,
11068
+ includeAllCertificatesArg,
11069
+ forceForNewCertificatesArg,
11083
11070
  skipConfirmationArg,
11084
11071
  skipDocsArg,
11085
11072
  platformArg,
@@ -11188,7 +11175,7 @@ public func testfairy(apiKey: String,
11188
11175
 
11189
11176
  - parameters:
11190
11177
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
11191
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
11178
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
11192
11179
  - username: Your Apple ID Username
11193
11180
  - appIdentifier: The bundle identifier of the app to upload or manage testers (optional)
11194
11181
  - appPlatform: The platform to use (optional)
@@ -12036,7 +12023,7 @@ public func uploadSymbolsToSentry(apiHost: String = "https://app.getsentry.com/a
12036
12023
 
12037
12024
  - parameters:
12038
12025
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
12039
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
12026
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
12040
12027
  - username: Your Apple ID Username
12041
12028
  - appIdentifier: The bundle identifier of your app
12042
12029
  - appVersion: The version that should be edited or created
@@ -12528,7 +12515,7 @@ public func uploadToPlayStoreInternalAppSharing(packageName: String,
12528
12515
 
12529
12516
  - parameters:
12530
12517
  - apiKeyPath: Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
12531
- - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)
12518
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
12532
12519
  - username: Your Apple ID Username
12533
12520
  - appIdentifier: The bundle identifier of the app to upload or manage testers (optional)
12534
12521
  - appPlatform: The platform to use (optional)
@@ -13061,7 +13048,7 @@ public func xcov(workspace: OptionalConfigValue<String?> = .fastlaneDefault(nil)
13061
13048
  coverallsServiceJobId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13062
13049
  coverallsRepoToken: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13063
13050
  xcconfig: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13064
- ideFoundationPath: String = "/Applications/Xcode-beta.app/Contents/Developer/../Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation",
13051
+ ideFoundationPath: String = "/Applications/Xcode.app/Contents/Developer/../Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation",
13065
13052
  legacySupport: OptionalConfigValue<Bool> = .fastlaneDefault(false))
13066
13053
  {
13067
13054
  let workspaceArg = workspace.asRubyArgument(name: "workspace", type: nil)
@@ -13263,4 +13250,4 @@ public let snapshotfile = Snapshotfile()
13263
13250
 
13264
13251
  // Please don't remove the lines below
13265
13252
  // They are used to detect outdated files
13266
- // FastlaneRunnerAPIVersion [0.9.135]
13253
+ // FastlaneRunnerAPIVersion [0.9.139]