fastlane 2.192.0 → 2.195.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +86 -86
  3. data/cert/lib/cert/options.rb +1 -1
  4. data/deliver/lib/deliver/options.rb +1 -1
  5. data/fastlane/lib/fastlane/actions/app_store_build_number.rb +1 -1
  6. data/fastlane/lib/fastlane/actions/get_provisioning_profile.rb +1 -1
  7. data/fastlane/lib/fastlane/actions/gradle.rb +16 -3
  8. data/fastlane/lib/fastlane/actions/last_git_commit.rb +1 -1
  9. data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +1 -1
  10. data/fastlane/lib/fastlane/actions/notarize.rb +27 -18
  11. data/fastlane/lib/fastlane/actions/prompt.rb +1 -1
  12. data/fastlane/lib/fastlane/actions/register_device.rb +1 -1
  13. data/fastlane/lib/fastlane/actions/register_devices.rb +1 -1
  14. data/fastlane/lib/fastlane/actions/set_changelog.rb +1 -1
  15. data/fastlane/lib/fastlane/actions/slather.rb +6 -0
  16. data/fastlane/lib/fastlane/actions/sync_code_signing.rb +1 -1
  17. data/fastlane/lib/fastlane/actions/upload_to_testflight.rb +3 -1
  18. data/fastlane/lib/fastlane/actions/zip.rb +2 -2
  19. data/fastlane/lib/fastlane/documentation/markdown_docs_generator.rb +11 -5
  20. data/fastlane/lib/fastlane/version.rb +1 -1
  21. data/fastlane/swift/Deliverfile.swift +1 -1
  22. data/fastlane/swift/DeliverfileProtocol.swift +2 -2
  23. data/fastlane/swift/Fastlane.swift +89 -98
  24. data/fastlane/swift/Gymfile.swift +1 -1
  25. data/fastlane/swift/GymfileProtocol.swift +1 -1
  26. data/fastlane/swift/Matchfile.swift +1 -1
  27. data/fastlane/swift/MatchfileProtocol.swift +11 -3
  28. data/fastlane/swift/Precheckfile.swift +1 -1
  29. data/fastlane/swift/PrecheckfileProtocol.swift +2 -2
  30. data/fastlane/swift/Scanfile.swift +1 -1
  31. data/fastlane/swift/ScanfileProtocol.swift +1 -1
  32. data/fastlane/swift/Screengrabfile.swift +1 -1
  33. data/fastlane/swift/ScreengrabfileProtocol.swift +1 -1
  34. data/fastlane/swift/Snapshotfile.swift +1 -1
  35. data/fastlane/swift/SnapshotfileProtocol.swift +2 -2
  36. data/fastlane/swift/formatting/Brewfile.lock.json +5 -5
  37. data/fastlane_core/lib/fastlane_core/build_watcher.rb +25 -6
  38. data/fastlane_core/lib/fastlane_core/pkg_file_analyser.rb +5 -0
  39. data/match/lib/match/generator.rb +2 -1
  40. data/match/lib/match/options.rb +12 -2
  41. data/match/lib/match/runner.rb +100 -15
  42. data/pilot/lib/pilot/build_manager.rb +14 -3
  43. data/pilot/lib/pilot/manager.rb +3 -1
  44. data/pilot/lib/pilot/options.rb +21 -2
  45. data/precheck/lib/precheck/options.rb +1 -1
  46. data/sigh/lib/assets/resign.sh +1 -1
  47. data/sigh/lib/sigh/options.rb +6 -1
  48. data/sigh/lib/sigh/runner.rb +2 -2
  49. data/snapshot/lib/snapshot/options.rb +1 -1
  50. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher_base.rb +9 -1
  51. data/spaceship/lib/spaceship/connect_api/models/app_store_version.rb +1 -1
  52. data/spaceship/lib/spaceship/connect_api/models/build.rb +4 -0
  53. data/spaceship/lib/spaceship/connect_api/models/build_beta_detail.rb +4 -0
  54. data/supply/lib/supply/uploader.rb +9 -6
  55. metadata +22 -25
  56. data/fastlane/lib/fastlane/actions/crashlytics.rb +0 -207
  57. data/fastlane/lib/fastlane/helper/crashlytics_helper.rb +0 -157
  58. data/spaceship/lib/spaceship/connect_api/testflight/.testflight.rb.swp +0 -0
@@ -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
@@ -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
@@ -4710,7 +4649,7 @@ public func getBuildNumberRepository(useHgRevisionNumber: OptionalConfigValue<Bo
4710
4649
  - force: Create a certificate even if an existing certificate exists
4711
4650
  - generateAppleCerts: Create a certificate type for Xcode 11 and later (Apple Development or Apple Distribution)
4712
4651
  - 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)
4652
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
4714
4653
  - username: Your Apple ID Username
4715
4654
  - teamId: The ID of your Developer Portal team if you're in multiple teams
4716
4655
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -4940,7 +4879,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
4940
4879
  - force: Renew provisioning profiles regardless of its state - to automatically add all devices for ad hoc profiles
4941
4880
  - appIdentifier: The bundle identifier of your app
4942
4881
  - 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)
4882
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
4944
4883
  - username: Your Apple ID Username
4945
4884
  - teamId: The ID of your Developer Portal team if you're in multiple teams
4946
4885
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -4951,6 +4890,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
4951
4890
  - certOwnerName: The certificate name to use for new profiles, or to renew with. (e.g. "Felix Krause")
4952
4891
  - filename: Filename to use for the generated provisioning profile (must include .mobileprovision)
4953
4892
  - skipFetchProfiles: Skips the verification of existing profiles which is useful if you have thousands of profiles
4893
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
4954
4894
  - 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
4895
  - platform: Set the provisioning profile's platform (i.e. ios, tvos, macos, catalyst)
4956
4896
  - readonly: Only fetch existing profile, don't generate new ones
@@ -4979,6 +4919,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
4979
4919
  certOwnerName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
4980
4920
  filename: OptionalConfigValue<String?> = .fastlaneDefault(nil),
4981
4921
  skipFetchProfiles: OptionalConfigValue<Bool> = .fastlaneDefault(false),
4922
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
4982
4923
  skipCertificateVerification: OptionalConfigValue<Bool> = .fastlaneDefault(false),
4983
4924
  platform: Any = "ios",
4984
4925
  readonly: OptionalConfigValue<Bool> = .fastlaneDefault(false),
@@ -5003,6 +4944,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
5003
4944
  let certOwnerNameArg = certOwnerName.asRubyArgument(name: "cert_owner_name", type: nil)
5004
4945
  let filenameArg = filename.asRubyArgument(name: "filename", type: nil)
5005
4946
  let skipFetchProfilesArg = skipFetchProfiles.asRubyArgument(name: "skip_fetch_profiles", type: nil)
4947
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
5006
4948
  let skipCertificateVerificationArg = skipCertificateVerification.asRubyArgument(name: "skip_certificate_verification", type: nil)
5007
4949
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
5008
4950
  let readonlyArg = readonly.asRubyArgument(name: "readonly", type: nil)
@@ -5026,6 +4968,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
5026
4968
  certOwnerNameArg,
5027
4969
  filenameArg,
5028
4970
  skipFetchProfilesArg,
4971
+ includeAllCertificatesArg,
5029
4972
  skipCertificateVerificationArg,
5030
4973
  platformArg,
5031
4974
  readonlyArg,
@@ -6428,7 +6371,7 @@ public func jazzy(config: OptionalConfigValue<String?> = .fastlaneDefault(nil),
6428
6371
 
6429
6372
  - parameters:
6430
6373
  - 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)
6374
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
6432
6375
  - live: Query the live version (ready-for-sale)
6433
6376
  - appIdentifier: The bundle identifier of your app
6434
6377
  - username: Your Apple ID Username
@@ -6621,7 +6564,7 @@ public func makeChangelogFromJenkins(fallbackChangelog: String = "",
6621
6564
  - skipProvisioningProfiles: Skip syncing provisioning profiles
6622
6565
  - appIdentifier: The bundle identifier(s) of your app (comma-separated string or array of strings)
6623
6566
  - 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)
6567
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
6625
6568
  - username: Your Apple ID Username
6626
6569
  - teamId: The ID of your Developer Portal team if you're in multiple teams
6627
6570
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -6646,7 +6589,9 @@ public func makeChangelogFromJenkins(fallbackChangelog: String = "",
6646
6589
  - keychainName: Keychain the items should be imported to
6647
6590
  - 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
6591
  - force: Renew the provisioning profiles every time you run match
6649
- - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile type 'appstore'
6592
+ - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'
6593
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
6594
+ - 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
6595
  - skipConfirmation: Disables confirmation prompts during nuke, answering them with yes
6651
6596
  - skipDocs: Skip generation of a README.md for the created git repository
6652
6597
  - platform: Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst)
@@ -6694,6 +6639,8 @@ public func match(type: String = matchfile.type,
6694
6639
  keychainPassword: OptionalConfigValue<String?> = .fastlaneDefault(matchfile.keychainPassword),
6695
6640
  force: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.force),
6696
6641
  forceForNewDevices: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.forceForNewDevices),
6642
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.includeAllCertificates),
6643
+ forceForNewCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.forceForNewCertificates),
6697
6644
  skipConfirmation: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.skipConfirmation),
6698
6645
  skipDocs: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.skipDocs),
6699
6646
  platform: String = matchfile.platform,
@@ -6739,6 +6686,8 @@ public func match(type: String = matchfile.type,
6739
6686
  let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil)
6740
6687
  let forceArg = force.asRubyArgument(name: "force", type: nil)
6741
6688
  let forceForNewDevicesArg = forceForNewDevices.asRubyArgument(name: "force_for_new_devices", type: nil)
6689
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
6690
+ let forceForNewCertificatesArg = forceForNewCertificates.asRubyArgument(name: "force_for_new_certificates", type: nil)
6742
6691
  let skipConfirmationArg = skipConfirmation.asRubyArgument(name: "skip_confirmation", type: nil)
6743
6692
  let skipDocsArg = skipDocs.asRubyArgument(name: "skip_docs", type: nil)
6744
6693
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
@@ -6783,6 +6732,8 @@ public func match(type: String = matchfile.type,
6783
6732
  keychainPasswordArg,
6784
6733
  forceArg,
6785
6734
  forceForNewDevicesArg,
6735
+ includeAllCertificatesArg,
6736
+ forceForNewCertificatesArg,
6786
6737
  skipConfirmationArg,
6787
6738
  skipDocsArg,
6788
6739
  platformArg,
@@ -6812,7 +6763,7 @@ public func match(type: String = matchfile.type,
6812
6763
  - skipProvisioningProfiles: Skip syncing provisioning profiles
6813
6764
  - appIdentifier: The bundle identifier(s) of your app (comma-separated string or array of strings)
6814
6765
  - 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)
6766
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
6816
6767
  - username: Your Apple ID Username
6817
6768
  - teamId: The ID of your Developer Portal team if you're in multiple teams
6818
6769
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -6837,7 +6788,9 @@ public func match(type: String = matchfile.type,
6837
6788
  - keychainName: Keychain the items should be imported to
6838
6789
  - 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
6790
  - force: Renew the provisioning profiles every time you run match
6840
- - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile type 'appstore'
6791
+ - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'
6792
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
6793
+ - 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
6794
  - skipConfirmation: Disables confirmation prompts during nuke, answering them with yes
6842
6795
  - skipDocs: Skip generation of a README.md for the created git repository
6843
6796
  - platform: Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst)
@@ -6889,6 +6842,8 @@ public func matchNuke(type: String = "development",
6889
6842
  keychainPassword: OptionalConfigValue<String?> = .fastlaneDefault(nil),
6890
6843
  force: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6891
6844
  forceForNewDevices: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6845
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6846
+ forceForNewCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6892
6847
  skipConfirmation: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6893
6848
  skipDocs: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6894
6849
  platform: String = "ios",
@@ -6934,6 +6889,8 @@ public func matchNuke(type: String = "development",
6934
6889
  let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil)
6935
6890
  let forceArg = force.asRubyArgument(name: "force", type: nil)
6936
6891
  let forceForNewDevicesArg = forceForNewDevices.asRubyArgument(name: "force_for_new_devices", type: nil)
6892
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
6893
+ let forceForNewCertificatesArg = forceForNewCertificates.asRubyArgument(name: "force_for_new_certificates", type: nil)
6937
6894
  let skipConfirmationArg = skipConfirmation.asRubyArgument(name: "skip_confirmation", type: nil)
6938
6895
  let skipDocsArg = skipDocs.asRubyArgument(name: "skip_docs", type: nil)
6939
6896
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
@@ -6978,6 +6935,8 @@ public func matchNuke(type: String = "development",
6978
6935
  keychainPasswordArg,
6979
6936
  forceArg,
6980
6937
  forceForNewDevicesArg,
6938
+ includeAllCertificatesArg,
6939
+ forceForNewCertificatesArg,
6981
6940
  skipConfirmationArg,
6982
6941
  skipDocsArg,
6983
6942
  platformArg,
@@ -7136,7 +7095,8 @@ public func nexusUpload(file: String,
7136
7095
  - ascProvider: Provider short name for accounts associated with multiple providers
7137
7096
  - printLog: Whether to print notarization log file, listing issues on failure and warnings on success
7138
7097
  - verbose: Whether to log requests
7139
- - apiKeyPath: Path to AppStore Connect API key
7098
+ - 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)
7099
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
7140
7100
  */
7141
7101
  public func notarize(package: String,
7142
7102
  useNotarytool: OptionalConfigValue<Bool> = .fastlaneDefault(true),
@@ -7146,7 +7106,8 @@ public func notarize(package: String,
7146
7106
  ascProvider: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7147
7107
  printLog: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7148
7108
  verbose: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7149
- apiKeyPath: OptionalConfigValue<String?> = .fastlaneDefault(nil))
7109
+ apiKeyPath: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7110
+ apiKey: OptionalConfigValue<[String: Any]?> = .fastlaneDefault(nil))
7150
7111
  {
7151
7112
  let packageArg = RubyCommand.Argument(name: "package", value: package, type: nil)
7152
7113
  let useNotarytoolArg = useNotarytool.asRubyArgument(name: "use_notarytool", type: nil)
@@ -7157,6 +7118,7 @@ public func notarize(package: String,
7157
7118
  let printLogArg = printLog.asRubyArgument(name: "print_log", type: nil)
7158
7119
  let verboseArg = verbose.asRubyArgument(name: "verbose", type: nil)
7159
7120
  let apiKeyPathArg = apiKeyPath.asRubyArgument(name: "api_key_path", type: nil)
7121
+ let apiKeyArg = apiKey.asRubyArgument(name: "api_key", type: nil)
7160
7122
  let array: [RubyCommand.Argument?] = [packageArg,
7161
7123
  useNotarytoolArg,
7162
7124
  tryEarlyStaplingArg,
@@ -7165,7 +7127,8 @@ public func notarize(package: String,
7165
7127
  ascProviderArg,
7166
7128
  printLogArg,
7167
7129
  verboseArg,
7168
- apiKeyPathArg]
7130
+ apiKeyPathArg,
7131
+ apiKeyArg]
7169
7132
  let args: [RubyCommand.Argument] = array
7170
7133
  .filter { $0?.value != nil }
7171
7134
  .compactMap { $0 }
@@ -7502,12 +7465,13 @@ public func pem(development: OptionalConfigValue<Bool> = .fastlaneDefault(false)
7502
7465
 
7503
7466
  - parameters:
7504
7467
  - 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)
7468
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
7506
7469
  - username: Your Apple ID Username
7507
7470
  - appIdentifier: The bundle identifier of the app to upload or manage testers (optional)
7508
7471
  - appPlatform: The platform to use (optional)
7509
7472
  - appleId: Apple ID property in the App Information section in App Store Connect
7510
7473
  - ipa: Path to the ipa file to upload
7474
+ - pkg: Path to your pkg file
7511
7475
  - demoAccountRequired: Do you need a demo account when Apple does review?
7512
7476
  - betaAppReviewInfo: Beta app review information for contact info and demo account
7513
7477
  - localizedAppInfo: Localized beta app test info for description, feedback email, marketing url, and privacy policy
@@ -7546,9 +7510,10 @@ public func pilot(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDefault(ni
7546
7510
  apiKey: OptionalConfigValue<[String: Any]?> = .fastlaneDefault(nil),
7547
7511
  username: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7548
7512
  appIdentifier: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7549
- appPlatform: String = "ios",
7513
+ appPlatform: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7550
7514
  appleId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7551
7515
  ipa: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7516
+ pkg: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7552
7517
  demoAccountRequired: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
7553
7518
  betaAppReviewInfo: OptionalConfigValue<[String: Any]?> = .fastlaneDefault(nil),
7554
7519
  localizedAppInfo: OptionalConfigValue<[String: Any]?> = .fastlaneDefault(nil),
@@ -7584,9 +7549,10 @@ public func pilot(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDefault(ni
7584
7549
  let apiKeyArg = apiKey.asRubyArgument(name: "api_key", type: nil)
7585
7550
  let usernameArg = username.asRubyArgument(name: "username", type: nil)
7586
7551
  let appIdentifierArg = appIdentifier.asRubyArgument(name: "app_identifier", type: nil)
7587
- let appPlatformArg = RubyCommand.Argument(name: "app_platform", value: appPlatform, type: nil)
7552
+ let appPlatformArg = appPlatform.asRubyArgument(name: "app_platform", type: nil)
7588
7553
  let appleIdArg = appleId.asRubyArgument(name: "apple_id", type: nil)
7589
7554
  let ipaArg = ipa.asRubyArgument(name: "ipa", type: nil)
7555
+ let pkgArg = pkg.asRubyArgument(name: "pkg", type: nil)
7590
7556
  let demoAccountRequiredArg = demoAccountRequired.asRubyArgument(name: "demo_account_required", type: nil)
7591
7557
  let betaAppReviewInfoArg = betaAppReviewInfo.asRubyArgument(name: "beta_app_review_info", type: nil)
7592
7558
  let localizedAppInfoArg = localizedAppInfo.asRubyArgument(name: "localized_app_info", type: nil)
@@ -7624,6 +7590,7 @@ public func pilot(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDefault(ni
7624
7590
  appPlatformArg,
7625
7591
  appleIdArg,
7626
7592
  ipaArg,
7593
+ pkgArg,
7627
7594
  demoAccountRequiredArg,
7628
7595
  betaAppReviewInfoArg,
7629
7596
  localizedAppInfoArg,
@@ -7896,7 +7863,7 @@ public func podioItem(clientId: String,
7896
7863
 
7897
7864
  - parameters:
7898
7865
  - 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)
7899
- - 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)
7866
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
7900
7867
  - appIdentifier: The bundle identifier of your app
7901
7868
  - username: Your Apple ID Username
7902
7869
  - teamId: The ID of your App Store Connect team if you're in multiple teams
@@ -8234,7 +8201,7 @@ public func recreateSchemes(project: String) {
8234
8201
  - platform: Provide the platform of the device to register as (ios, mac)
8235
8202
  - udid: Provide the UDID of the device to register as
8236
8203
  - 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)
8237
- - 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)
8204
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
8238
8205
  - teamId: The ID of your Developer Portal team if you're in multiple teams
8239
8206
  - teamName: The name of your Developer Portal team if you're in multiple teams
8240
8207
  - username: Optional: Your Apple ID
@@ -8282,7 +8249,7 @@ public func recreateSchemes(project: String) {
8282
8249
  - devices: A hash of devices, with the name as key and the UDID as value
8283
8250
  - devicesFile: Provide a path to a file with the devices to register. For the format of the file see the examples
8284
8251
  - 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)
8285
- - 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)
8252
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
8286
8253
  - teamId: The ID of your Developer Portal team if you're in multiple teams
8287
8254
  - teamName: The name of your Developer Portal team if you're in multiple teams
8288
8255
  - username: Optional: Your Apple ID
@@ -9401,7 +9368,7 @@ public func setBuildNumberRepository(useHgRevisionNumber: OptionalConfigValue<Bo
9401
9368
 
9402
9369
  - parameters:
9403
9370
  - 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)
9404
- - 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)
9371
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
9405
9372
  - appIdentifier: The bundle identifier of your app
9406
9373
  - username: Your Apple ID Username
9407
9374
  - version: The version number to create/update
@@ -9755,7 +9722,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9755
9722
  - force: Renew provisioning profiles regardless of its state - to automatically add all devices for ad hoc profiles
9756
9723
  - appIdentifier: The bundle identifier of your app
9757
9724
  - 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)
9758
- - 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)
9725
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
9759
9726
  - username: Your Apple ID Username
9760
9727
  - teamId: The ID of your Developer Portal team if you're in multiple teams
9761
9728
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -9766,6 +9733,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9766
9733
  - certOwnerName: The certificate name to use for new profiles, or to renew with. (e.g. "Felix Krause")
9767
9734
  - filename: Filename to use for the generated provisioning profile (must include .mobileprovision)
9768
9735
  - skipFetchProfiles: Skips the verification of existing profiles which is useful if you have thousands of profiles
9736
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
9769
9737
  - 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
9770
9738
  - platform: Set the provisioning profile's platform (i.e. ios, tvos, macos, catalyst)
9771
9739
  - readonly: Only fetch existing profile, don't generate new ones
@@ -9794,6 +9762,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9794
9762
  certOwnerName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9795
9763
  filename: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9796
9764
  skipFetchProfiles: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9765
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9797
9766
  skipCertificateVerification: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9798
9767
  platform: Any = "ios",
9799
9768
  readonly: OptionalConfigValue<Bool> = .fastlaneDefault(false),
@@ -9818,6 +9787,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9818
9787
  let certOwnerNameArg = certOwnerName.asRubyArgument(name: "cert_owner_name", type: nil)
9819
9788
  let filenameArg = filename.asRubyArgument(name: "filename", type: nil)
9820
9789
  let skipFetchProfilesArg = skipFetchProfiles.asRubyArgument(name: "skip_fetch_profiles", type: nil)
9790
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
9821
9791
  let skipCertificateVerificationArg = skipCertificateVerification.asRubyArgument(name: "skip_certificate_verification", type: nil)
9822
9792
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
9823
9793
  let readonlyArg = readonly.asRubyArgument(name: "readonly", type: nil)
@@ -9841,6 +9811,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9841
9811
  certOwnerNameArg,
9842
9812
  filenameArg,
9843
9813
  skipFetchProfilesArg,
9814
+ includeAllCertificatesArg,
9844
9815
  skipCertificateVerificationArg,
9845
9816
  platformArg,
9846
9817
  readonlyArg,
@@ -9990,6 +9961,7 @@ public func slackTrainStart(distance: Int = 5,
9990
9961
  - scheme: Scheme to use when calling slather
9991
9962
  - configuration: Configuration to use when calling slather (since slather-2.4.1)
9992
9963
  - inputFormat: The input format that slather should look for
9964
+ - github: Tell slather that it is running on Github Actions
9993
9965
  - buildkite: Tell slather that it is running on Buildkite
9994
9966
  - teamcity: Tell slather that it is running on TeamCity
9995
9967
  - jenkins: Tell slather that it is running on Jenkins
@@ -10025,6 +9997,7 @@ public func slather(buildDirectory: OptionalConfigValue<String?> = .fastlaneDefa
10025
9997
  scheme: OptionalConfigValue<String?> = .fastlaneDefault(nil),
10026
9998
  configuration: OptionalConfigValue<String?> = .fastlaneDefault(nil),
10027
9999
  inputFormat: OptionalConfigValue<String?> = .fastlaneDefault(nil),
10000
+ github: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
10028
10001
  buildkite: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
10029
10002
  teamcity: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
10030
10003
  jenkins: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
@@ -10057,6 +10030,7 @@ public func slather(buildDirectory: OptionalConfigValue<String?> = .fastlaneDefa
10057
10030
  let schemeArg = scheme.asRubyArgument(name: "scheme", type: nil)
10058
10031
  let configurationArg = configuration.asRubyArgument(name: "configuration", type: nil)
10059
10032
  let inputFormatArg = inputFormat.asRubyArgument(name: "input_format", type: nil)
10033
+ let githubArg = github.asRubyArgument(name: "github", type: nil)
10060
10034
  let buildkiteArg = buildkite.asRubyArgument(name: "buildkite", type: nil)
10061
10035
  let teamcityArg = teamcity.asRubyArgument(name: "teamcity", type: nil)
10062
10036
  let jenkinsArg = jenkins.asRubyArgument(name: "jenkins", type: nil)
@@ -10088,6 +10062,7 @@ public func slather(buildDirectory: OptionalConfigValue<String?> = .fastlaneDefa
10088
10062
  schemeArg,
10089
10063
  configurationArg,
10090
10064
  inputFormatArg,
10065
+ githubArg,
10091
10066
  buildkiteArg,
10092
10067
  teamcityArg,
10093
10068
  jenkinsArg,
@@ -10140,7 +10115,7 @@ public func slather(buildDirectory: OptionalConfigValue<String?> = .fastlaneDefa
10140
10115
  - reinstallApp: Enabling this option will automatically uninstall the application before running it
10141
10116
  - eraseSimulator: Enabling this option will automatically erase the simulator before running the application
10142
10117
  - headless: Enabling this option will prevent displaying the simulator window
10143
- - overrideStatusBar: Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception
10118
+ - 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)
10144
10119
  - overrideStatusBarArguments: Fully customize the status bar by setting each option here. See `xcrun simctl status_bar --help`
10145
10120
  - localizeSimulator: Enabling this option will configure the Simulator's system language
10146
10121
  - darkMode: Enabling this option will configure the Simulator to be in dark mode (false for light, true for dark)
@@ -10914,7 +10889,7 @@ public func swiftlint(mode: String = "lint",
10914
10889
  - skipProvisioningProfiles: Skip syncing provisioning profiles
10915
10890
  - appIdentifier: The bundle identifier(s) of your app (comma-separated string or array of strings)
10916
10891
  - 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)
10917
- - 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)
10892
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
10918
10893
  - username: Your Apple ID Username
10919
10894
  - teamId: The ID of your Developer Portal team if you're in multiple teams
10920
10895
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -10939,7 +10914,9 @@ public func swiftlint(mode: String = "lint",
10939
10914
  - keychainName: Keychain the items should be imported to
10940
10915
  - 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
10941
10916
  - force: Renew the provisioning profiles every time you run match
10942
- - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile type 'appstore'
10917
+ - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'
10918
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
10919
+ - 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'
10943
10920
  - skipConfirmation: Disables confirmation prompts during nuke, answering them with yes
10944
10921
  - skipDocs: Skip generation of a README.md for the created git repository
10945
10922
  - platform: Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst)
@@ -10987,6 +10964,8 @@ public func syncCodeSigning(type: String = "development",
10987
10964
  keychainPassword: OptionalConfigValue<String?> = .fastlaneDefault(nil),
10988
10965
  force: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10989
10966
  forceForNewDevices: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10967
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10968
+ forceForNewCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10990
10969
  skipConfirmation: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10991
10970
  skipDocs: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10992
10971
  platform: String = "ios",
@@ -11032,6 +11011,8 @@ public func syncCodeSigning(type: String = "development",
11032
11011
  let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil)
11033
11012
  let forceArg = force.asRubyArgument(name: "force", type: nil)
11034
11013
  let forceForNewDevicesArg = forceForNewDevices.asRubyArgument(name: "force_for_new_devices", type: nil)
11014
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
11015
+ let forceForNewCertificatesArg = forceForNewCertificates.asRubyArgument(name: "force_for_new_certificates", type: nil)
11035
11016
  let skipConfirmationArg = skipConfirmation.asRubyArgument(name: "skip_confirmation", type: nil)
11036
11017
  let skipDocsArg = skipDocs.asRubyArgument(name: "skip_docs", type: nil)
11037
11018
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
@@ -11076,6 +11057,8 @@ public func syncCodeSigning(type: String = "development",
11076
11057
  keychainPasswordArg,
11077
11058
  forceArg,
11078
11059
  forceForNewDevicesArg,
11060
+ includeAllCertificatesArg,
11061
+ forceForNewCertificatesArg,
11079
11062
  skipConfirmationArg,
11080
11063
  skipDocsArg,
11081
11064
  platformArg,
@@ -11184,12 +11167,13 @@ public func testfairy(apiKey: String,
11184
11167
 
11185
11168
  - parameters:
11186
11169
  - 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)
11187
- - 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)
11170
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
11188
11171
  - username: Your Apple ID Username
11189
11172
  - appIdentifier: The bundle identifier of the app to upload or manage testers (optional)
11190
11173
  - appPlatform: The platform to use (optional)
11191
11174
  - appleId: Apple ID property in the App Information section in App Store Connect
11192
11175
  - ipa: Path to the ipa file to upload
11176
+ - pkg: Path to your pkg file
11193
11177
  - demoAccountRequired: Do you need a demo account when Apple does review?
11194
11178
  - betaAppReviewInfo: Beta app review information for contact info and demo account
11195
11179
  - localizedAppInfo: Localized beta app test info for description, feedback email, marketing url, and privacy policy
@@ -11228,9 +11212,10 @@ public func testflight(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDefau
11228
11212
  apiKey: OptionalConfigValue<[String: Any]?> = .fastlaneDefault(nil),
11229
11213
  username: OptionalConfigValue<String?> = .fastlaneDefault(nil),
11230
11214
  appIdentifier: OptionalConfigValue<String?> = .fastlaneDefault(nil),
11231
- appPlatform: String = "ios",
11215
+ appPlatform: OptionalConfigValue<String?> = .fastlaneDefault(nil),
11232
11216
  appleId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
11233
11217
  ipa: OptionalConfigValue<String?> = .fastlaneDefault(nil),
11218
+ pkg: OptionalConfigValue<String?> = .fastlaneDefault(nil),
11234
11219
  demoAccountRequired: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
11235
11220
  betaAppReviewInfo: OptionalConfigValue<[String: Any]?> = .fastlaneDefault(nil),
11236
11221
  localizedAppInfo: OptionalConfigValue<[String: Any]?> = .fastlaneDefault(nil),
@@ -11266,9 +11251,10 @@ public func testflight(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDefau
11266
11251
  let apiKeyArg = apiKey.asRubyArgument(name: "api_key", type: nil)
11267
11252
  let usernameArg = username.asRubyArgument(name: "username", type: nil)
11268
11253
  let appIdentifierArg = appIdentifier.asRubyArgument(name: "app_identifier", type: nil)
11269
- let appPlatformArg = RubyCommand.Argument(name: "app_platform", value: appPlatform, type: nil)
11254
+ let appPlatformArg = appPlatform.asRubyArgument(name: "app_platform", type: nil)
11270
11255
  let appleIdArg = appleId.asRubyArgument(name: "apple_id", type: nil)
11271
11256
  let ipaArg = ipa.asRubyArgument(name: "ipa", type: nil)
11257
+ let pkgArg = pkg.asRubyArgument(name: "pkg", type: nil)
11272
11258
  let demoAccountRequiredArg = demoAccountRequired.asRubyArgument(name: "demo_account_required", type: nil)
11273
11259
  let betaAppReviewInfoArg = betaAppReviewInfo.asRubyArgument(name: "beta_app_review_info", type: nil)
11274
11260
  let localizedAppInfoArg = localizedAppInfo.asRubyArgument(name: "localized_app_info", type: nil)
@@ -11306,6 +11292,7 @@ public func testflight(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDefau
11306
11292
  appPlatformArg,
11307
11293
  appleIdArg,
11308
11294
  ipaArg,
11295
+ pkgArg,
11309
11296
  demoAccountRequiredArg,
11310
11297
  betaAppReviewInfoArg,
11311
11298
  localizedAppInfoArg,
@@ -12028,7 +12015,7 @@ public func uploadSymbolsToSentry(apiHost: String = "https://app.getsentry.com/a
12028
12015
 
12029
12016
  - parameters:
12030
12017
  - 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)
12031
- - 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)
12018
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
12032
12019
  - username: Your Apple ID Username
12033
12020
  - appIdentifier: The bundle identifier of your app
12034
12021
  - appVersion: The version that should be edited or created
@@ -12520,12 +12507,13 @@ public func uploadToPlayStoreInternalAppSharing(packageName: String,
12520
12507
 
12521
12508
  - parameters:
12522
12509
  - 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)
12523
- - 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)
12510
+ - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
12524
12511
  - username: Your Apple ID Username
12525
12512
  - appIdentifier: The bundle identifier of the app to upload or manage testers (optional)
12526
12513
  - appPlatform: The platform to use (optional)
12527
12514
  - appleId: Apple ID property in the App Information section in App Store Connect
12528
12515
  - ipa: Path to the ipa file to upload
12516
+ - pkg: Path to your pkg file
12529
12517
  - demoAccountRequired: Do you need a demo account when Apple does review?
12530
12518
  - betaAppReviewInfo: Beta app review information for contact info and demo account
12531
12519
  - localizedAppInfo: Localized beta app test info for description, feedback email, marketing url, and privacy policy
@@ -12564,9 +12552,10 @@ public func uploadToTestflight(apiKeyPath: OptionalConfigValue<String?> = .fastl
12564
12552
  apiKey: OptionalConfigValue<[String: Any]?> = .fastlaneDefault(nil),
12565
12553
  username: OptionalConfigValue<String?> = .fastlaneDefault(nil),
12566
12554
  appIdentifier: OptionalConfigValue<String?> = .fastlaneDefault(nil),
12567
- appPlatform: String = "ios",
12555
+ appPlatform: OptionalConfigValue<String?> = .fastlaneDefault(nil),
12568
12556
  appleId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
12569
12557
  ipa: OptionalConfigValue<String?> = .fastlaneDefault(nil),
12558
+ pkg: OptionalConfigValue<String?> = .fastlaneDefault(nil),
12570
12559
  demoAccountRequired: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
12571
12560
  betaAppReviewInfo: OptionalConfigValue<[String: Any]?> = .fastlaneDefault(nil),
12572
12561
  localizedAppInfo: OptionalConfigValue<[String: Any]?> = .fastlaneDefault(nil),
@@ -12602,9 +12591,10 @@ public func uploadToTestflight(apiKeyPath: OptionalConfigValue<String?> = .fastl
12602
12591
  let apiKeyArg = apiKey.asRubyArgument(name: "api_key", type: nil)
12603
12592
  let usernameArg = username.asRubyArgument(name: "username", type: nil)
12604
12593
  let appIdentifierArg = appIdentifier.asRubyArgument(name: "app_identifier", type: nil)
12605
- let appPlatformArg = RubyCommand.Argument(name: "app_platform", value: appPlatform, type: nil)
12594
+ let appPlatformArg = appPlatform.asRubyArgument(name: "app_platform", type: nil)
12606
12595
  let appleIdArg = appleId.asRubyArgument(name: "apple_id", type: nil)
12607
12596
  let ipaArg = ipa.asRubyArgument(name: "ipa", type: nil)
12597
+ let pkgArg = pkg.asRubyArgument(name: "pkg", type: nil)
12608
12598
  let demoAccountRequiredArg = demoAccountRequired.asRubyArgument(name: "demo_account_required", type: nil)
12609
12599
  let betaAppReviewInfoArg = betaAppReviewInfo.asRubyArgument(name: "beta_app_review_info", type: nil)
12610
12600
  let localizedAppInfoArg = localizedAppInfo.asRubyArgument(name: "localized_app_info", type: nil)
@@ -12642,6 +12632,7 @@ public func uploadToTestflight(apiKeyPath: OptionalConfigValue<String?> = .fastl
12642
12632
  appPlatformArg,
12643
12633
  appleIdArg,
12644
12634
  ipaArg,
12635
+ pkgArg,
12645
12636
  demoAccountRequiredArg,
12646
12637
  betaAppReviewInfoArg,
12647
12638
  localizedAppInfoArg,
@@ -13049,7 +13040,7 @@ public func xcov(workspace: OptionalConfigValue<String?> = .fastlaneDefault(nil)
13049
13040
  coverallsServiceJobId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13050
13041
  coverallsRepoToken: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13051
13042
  xcconfig: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13052
- ideFoundationPath: String = "/Applications/Xcode-13.beta.4.app/Contents/Developer/../Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation",
13043
+ ideFoundationPath: String = "/Applications/Xcode-13.Release.Candidate.app/Contents/Developer/../Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation",
13053
13044
  legacySupport: OptionalConfigValue<Bool> = .fastlaneDefault(false))
13054
13045
  {
13055
13046
  let workspaceArg = workspace.asRubyArgument(name: "workspace", type: nil)
@@ -13251,4 +13242,4 @@ public let snapshotfile = Snapshotfile()
13251
13242
 
13252
13243
  // Please don't remove the lines below
13253
13244
  // They are used to detect outdated files
13254
- // FastlaneRunnerAPIVersion [0.9.133]
13245
+ // FastlaneRunnerAPIVersion [0.9.137]