fastlane 2.194.0 → 2.198.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 +90 -90
  3. data/cert/lib/cert/runner.rb +5 -2
  4. data/deliver/lib/assets/ScreenshotsHelp +29 -6
  5. data/deliver/lib/deliver/app_screenshot.rb +4 -4
  6. data/deliver/lib/deliver/runner.rb +1 -1
  7. data/deliver/lib/deliver/upload_screenshots.rb +1 -1
  8. data/fastlane/lib/fastlane/actions/app_store_build_number.rb +12 -6
  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/get_push_certificate.rb +1 -1
  12. data/fastlane/lib/fastlane/actions/get_version_number.rb +6 -2
  13. data/fastlane/lib/fastlane/actions/gradle.rb +15 -2
  14. data/fastlane/lib/fastlane/actions/last_git_commit.rb +1 -1
  15. data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +2 -3
  16. data/fastlane/lib/fastlane/actions/notarize.rb +29 -11
  17. data/fastlane/lib/fastlane/actions/prompt.rb +1 -1
  18. data/fastlane/lib/fastlane/actions/set_github_release.rb +11 -5
  19. data/fastlane/lib/fastlane/version.rb +1 -1
  20. data/fastlane/swift/Deliverfile.swift +1 -1
  21. data/fastlane/swift/DeliverfileProtocol.swift +1 -1
  22. data/fastlane/swift/Fastlane.swift +77 -82
  23. data/fastlane/swift/Gymfile.swift +1 -1
  24. data/fastlane/swift/GymfileProtocol.swift +1 -1
  25. data/fastlane/swift/LaneFileProtocol.swift +1 -1
  26. data/fastlane/swift/Matchfile.swift +1 -1
  27. data/fastlane/swift/MatchfileProtocol.swift +9 -1
  28. data/fastlane/swift/Precheckfile.swift +1 -1
  29. data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
  30. data/fastlane/swift/Runner.swift +1 -1
  31. data/fastlane/swift/Scanfile.swift +1 -1
  32. data/fastlane/swift/ScanfileProtocol.swift +1 -1
  33. data/fastlane/swift/Screengrabfile.swift +1 -1
  34. data/fastlane/swift/ScreengrabfileProtocol.swift +3 -3
  35. data/fastlane/swift/Snapshotfile.swift +1 -1
  36. data/fastlane/swift/SnapshotfileProtocol.swift +2 -2
  37. data/fastlane/swift/formatting/Brewfile.lock.json +27 -22
  38. data/fastlane_core/lib/fastlane_core/itunes_transporter.rb +31 -7
  39. data/frameit/lib/frameit/editor.rb +16 -18
  40. data/frameit/lib/frameit/trim_box.rb +6 -0
  41. data/match/lib/match/generator.rb +2 -1
  42. data/match/lib/match/nuke.rb +79 -1
  43. data/match/lib/match/options.rb +10 -0
  44. data/match/lib/match/runner.rb +94 -10
  45. data/match/lib/match/spaceship_ensure.rb +1 -0
  46. data/pem/lib/pem/manager.rb +31 -7
  47. data/pem/lib/pem/options.rb +10 -1
  48. data/pilot/lib/pilot/build_manager.rb +1 -1
  49. data/scan/lib/scan/runner.rb +1 -1
  50. data/screengrab/lib/screengrab/options.rb +2 -2
  51. data/sigh/lib/assets/resign.sh +8 -5
  52. data/sigh/lib/sigh/options.rb +5 -0
  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 +7 -0
  57. data/spaceship/lib/spaceship/connect_api/models/build.rb +4 -2
  58. data/spaceship/lib/spaceship/connect_api/models/build_bundle.rb +59 -0
  59. data/spaceship/lib/spaceship/connect_api/models/certificate.rb +3 -0
  60. data/{fastlane/lib/fastlane/actions/.notarize.rb.swp → spaceship/lib/spaceship/connect_api/testflight/.testflight.rb.swp} +0 -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 +1 -1
  65. metadata +38 -35
  66. data/fastlane/lib/fastlane/actions/crashlytics.rb +0 -207
  67. data/fastlane/lib/fastlane/helper/crashlytics_helper.rb +0 -157
@@ -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)
@@ -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
 
@@ -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,
@@ -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,
@@ -5042,6 +4993,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
5042
4993
  Ensure a valid push profile is active, creating a new one if needed (via _pem_)
5043
4994
 
5044
4995
  - parameters:
4996
+ - platform: Set certificate's platform. Used for creation of production & development certificates. Supported platforms: ios, macos
5045
4997
  - development: Renew the development push certificate instead of the production one
5046
4998
  - websitePush: Create a Website Push certificate
5047
4999
  - generateP12: Generate a p12 file additionally to a PEM file
@@ -5069,7 +5021,8 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
5069
5021
  ```|
5070
5022
  >|
5071
5023
  */
5072
- public func getPushCertificate(development: OptionalConfigValue<Bool> = .fastlaneDefault(false),
5024
+ public func getPushCertificate(platform: String = "ios",
5025
+ development: OptionalConfigValue<Bool> = .fastlaneDefault(false),
5073
5026
  websitePush: OptionalConfigValue<Bool> = .fastlaneDefault(false),
5074
5027
  generateP12: OptionalConfigValue<Bool> = .fastlaneDefault(true),
5075
5028
  activeDaysLimit: Int = 30,
@@ -5079,11 +5032,12 @@ public func getPushCertificate(development: OptionalConfigValue<Bool> = .fastlan
5079
5032
  username: String,
5080
5033
  teamId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
5081
5034
  teamName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
5082
- p12Password: String,
5035
+ p12Password: OptionalConfigValue<String?> = .fastlaneDefault(nil),
5083
5036
  pemName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
5084
5037
  outputPath: String = ".",
5085
5038
  newProfile: ((String) -> Void)? = nil)
5086
5039
  {
5040
+ let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
5087
5041
  let developmentArg = development.asRubyArgument(name: "development", type: nil)
5088
5042
  let websitePushArg = websitePush.asRubyArgument(name: "website_push", type: nil)
5089
5043
  let generateP12Arg = generateP12.asRubyArgument(name: "generate_p12", type: nil)
@@ -5094,11 +5048,12 @@ public func getPushCertificate(development: OptionalConfigValue<Bool> = .fastlan
5094
5048
  let usernameArg = RubyCommand.Argument(name: "username", value: username, type: nil)
5095
5049
  let teamIdArg = teamId.asRubyArgument(name: "team_id", type: nil)
5096
5050
  let teamNameArg = teamName.asRubyArgument(name: "team_name", type: nil)
5097
- let p12PasswordArg = RubyCommand.Argument(name: "p12_password", value: p12Password, type: nil)
5051
+ let p12PasswordArg = p12Password.asRubyArgument(name: "p12_password", type: nil)
5098
5052
  let pemNameArg = pemName.asRubyArgument(name: "pem_name", type: nil)
5099
5053
  let outputPathArg = RubyCommand.Argument(name: "output_path", value: outputPath, type: nil)
5100
5054
  let newProfileArg = RubyCommand.Argument(name: "new_profile", value: newProfile, type: .stringClosure)
5101
- let array: [RubyCommand.Argument?] = [developmentArg,
5055
+ let array: [RubyCommand.Argument?] = [platformArg,
5056
+ developmentArg,
5102
5057
  websitePushArg,
5103
5058
  generateP12Arg,
5104
5059
  activeDaysLimitArg,
@@ -5127,7 +5082,7 @@ public func getPushCertificate(development: OptionalConfigValue<Bool> = .fastlan
5127
5082
  - target: Target name, optional. Will be needed if you have more than one non-test target to avoid being prompted to select one
5128
5083
  - configuration: Configuration name, optional. Will be needed if you have altered the configurations from the default or your version number depends on the configuration selected
5129
5084
 
5130
- This action will return the current version number set on your project.
5085
+ This action will return the current version number set on your project. It first looks in the plist and then for '$(MARKETING_VERSION)' in the build settings.
5131
5086
  */
5132
5087
  @discardableResult public func getVersionNumber(xcodeproj: OptionalConfigValue<String?> = .fastlaneDefault(nil),
5133
5088
  target: OptionalConfigValue<String?> = .fastlaneDefault(nil),
@@ -6647,6 +6602,8 @@ public func makeChangelogFromJenkins(fallbackChangelog: String = "",
6647
6602
  - 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
6603
  - force: Renew the provisioning profiles every time you run match
6649
6604
  - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'
6605
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
6606
+ - 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
6607
  - skipConfirmation: Disables confirmation prompts during nuke, answering them with yes
6651
6608
  - skipDocs: Skip generation of a README.md for the created git repository
6652
6609
  - platform: Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst)
@@ -6694,6 +6651,8 @@ public func match(type: String = matchfile.type,
6694
6651
  keychainPassword: OptionalConfigValue<String?> = .fastlaneDefault(matchfile.keychainPassword),
6695
6652
  force: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.force),
6696
6653
  forceForNewDevices: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.forceForNewDevices),
6654
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.includeAllCertificates),
6655
+ forceForNewCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.forceForNewCertificates),
6697
6656
  skipConfirmation: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.skipConfirmation),
6698
6657
  skipDocs: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.skipDocs),
6699
6658
  platform: String = matchfile.platform,
@@ -6739,6 +6698,8 @@ public func match(type: String = matchfile.type,
6739
6698
  let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil)
6740
6699
  let forceArg = force.asRubyArgument(name: "force", type: nil)
6741
6700
  let forceForNewDevicesArg = forceForNewDevices.asRubyArgument(name: "force_for_new_devices", type: nil)
6701
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
6702
+ let forceForNewCertificatesArg = forceForNewCertificates.asRubyArgument(name: "force_for_new_certificates", type: nil)
6742
6703
  let skipConfirmationArg = skipConfirmation.asRubyArgument(name: "skip_confirmation", type: nil)
6743
6704
  let skipDocsArg = skipDocs.asRubyArgument(name: "skip_docs", type: nil)
6744
6705
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
@@ -6783,6 +6744,8 @@ public func match(type: String = matchfile.type,
6783
6744
  keychainPasswordArg,
6784
6745
  forceArg,
6785
6746
  forceForNewDevicesArg,
6747
+ includeAllCertificatesArg,
6748
+ forceForNewCertificatesArg,
6786
6749
  skipConfirmationArg,
6787
6750
  skipDocsArg,
6788
6751
  platformArg,
@@ -6838,6 +6801,8 @@ public func match(type: String = matchfile.type,
6838
6801
  - 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
6802
  - force: Renew the provisioning profiles every time you run match
6840
6803
  - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'
6804
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
6805
+ - 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
6806
  - skipConfirmation: Disables confirmation prompts during nuke, answering them with yes
6842
6807
  - skipDocs: Skip generation of a README.md for the created git repository
6843
6808
  - platform: Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst)
@@ -6889,6 +6854,8 @@ public func matchNuke(type: String = "development",
6889
6854
  keychainPassword: OptionalConfigValue<String?> = .fastlaneDefault(nil),
6890
6855
  force: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6891
6856
  forceForNewDevices: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6857
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6858
+ forceForNewCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6892
6859
  skipConfirmation: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6893
6860
  skipDocs: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6894
6861
  platform: String = "ios",
@@ -6934,6 +6901,8 @@ public func matchNuke(type: String = "development",
6934
6901
  let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil)
6935
6902
  let forceArg = force.asRubyArgument(name: "force", type: nil)
6936
6903
  let forceForNewDevicesArg = forceForNewDevices.asRubyArgument(name: "force_for_new_devices", type: nil)
6904
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
6905
+ let forceForNewCertificatesArg = forceForNewCertificates.asRubyArgument(name: "force_for_new_certificates", type: nil)
6937
6906
  let skipConfirmationArg = skipConfirmation.asRubyArgument(name: "skip_confirmation", type: nil)
6938
6907
  let skipDocsArg = skipDocs.asRubyArgument(name: "skip_docs", type: nil)
6939
6908
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
@@ -6978,6 +6947,8 @@ public func matchNuke(type: String = "development",
6978
6947
  keychainPasswordArg,
6979
6948
  forceArg,
6980
6949
  forceForNewDevicesArg,
6950
+ includeAllCertificatesArg,
6951
+ forceForNewCertificatesArg,
6981
6952
  skipConfirmationArg,
6982
6953
  skipDocsArg,
6983
6954
  platformArg,
@@ -7131,6 +7102,7 @@ public func nexusUpload(file: String,
7131
7102
  - package: Path to package to notarize, e.g. .app bundle or disk image
7132
7103
  - useNotarytool: Whether to `xcrun notarytool` or `xcrun altool`
7133
7104
  - tryEarlyStapling: Whether to try early stapling while the notarization request is in progress
7105
+ - skipStapling: Do not staple the notarization ticket to the artifact; useful for single file executables and ZIP archives
7134
7106
  - bundleId: Bundle identifier to uniquely identify the package
7135
7107
  - username: Apple ID username
7136
7108
  - ascProvider: Provider short name for accounts associated with multiple providers
@@ -7140,8 +7112,9 @@ public func nexusUpload(file: String,
7140
7112
  - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
7141
7113
  */
7142
7114
  public func notarize(package: String,
7143
- useNotarytool: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7115
+ useNotarytool: OptionalConfigValue<Bool> = .fastlaneDefault(true),
7144
7116
  tryEarlyStapling: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7117
+ skipStapling: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7145
7118
  bundleId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7146
7119
  username: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7147
7120
  ascProvider: OptionalConfigValue<String?> = .fastlaneDefault(nil),
@@ -7153,6 +7126,7 @@ public func notarize(package: String,
7153
7126
  let packageArg = RubyCommand.Argument(name: "package", value: package, type: nil)
7154
7127
  let useNotarytoolArg = useNotarytool.asRubyArgument(name: "use_notarytool", type: nil)
7155
7128
  let tryEarlyStaplingArg = tryEarlyStapling.asRubyArgument(name: "try_early_stapling", type: nil)
7129
+ let skipStaplingArg = skipStapling.asRubyArgument(name: "skip_stapling", type: nil)
7156
7130
  let bundleIdArg = bundleId.asRubyArgument(name: "bundle_id", type: nil)
7157
7131
  let usernameArg = username.asRubyArgument(name: "username", type: nil)
7158
7132
  let ascProviderArg = ascProvider.asRubyArgument(name: "asc_provider", type: nil)
@@ -7163,6 +7137,7 @@ public func notarize(package: String,
7163
7137
  let array: [RubyCommand.Argument?] = [packageArg,
7164
7138
  useNotarytoolArg,
7165
7139
  tryEarlyStaplingArg,
7140
+ skipStaplingArg,
7166
7141
  bundleIdArg,
7167
7142
  usernameArg,
7168
7143
  ascProviderArg,
@@ -7424,6 +7399,7 @@ public func optOutUsage() {
7424
7399
  Alias for the `get_push_certificate` action
7425
7400
 
7426
7401
  - parameters:
7402
+ - platform: Set certificate's platform. Used for creation of production & development certificates. Supported platforms: ios, macos
7427
7403
  - development: Renew the development push certificate instead of the production one
7428
7404
  - websitePush: Create a Website Push certificate
7429
7405
  - generateP12: Generate a p12 file additionally to a PEM file
@@ -7451,7 +7427,8 @@ public func optOutUsage() {
7451
7427
  ```|
7452
7428
  >|
7453
7429
  */
7454
- public func pem(development: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7430
+ public func pem(platform: String = "ios",
7431
+ development: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7455
7432
  websitePush: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7456
7433
  generateP12: OptionalConfigValue<Bool> = .fastlaneDefault(true),
7457
7434
  activeDaysLimit: Int = 30,
@@ -7461,11 +7438,12 @@ public func pem(development: OptionalConfigValue<Bool> = .fastlaneDefault(false)
7461
7438
  username: String,
7462
7439
  teamId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7463
7440
  teamName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7464
- p12Password: String,
7441
+ p12Password: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7465
7442
  pemName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7466
7443
  outputPath: String = ".",
7467
7444
  newProfile: ((String) -> Void)? = nil)
7468
7445
  {
7446
+ let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
7469
7447
  let developmentArg = development.asRubyArgument(name: "development", type: nil)
7470
7448
  let websitePushArg = websitePush.asRubyArgument(name: "website_push", type: nil)
7471
7449
  let generateP12Arg = generateP12.asRubyArgument(name: "generate_p12", type: nil)
@@ -7476,11 +7454,12 @@ public func pem(development: OptionalConfigValue<Bool> = .fastlaneDefault(false)
7476
7454
  let usernameArg = RubyCommand.Argument(name: "username", value: username, type: nil)
7477
7455
  let teamIdArg = teamId.asRubyArgument(name: "team_id", type: nil)
7478
7456
  let teamNameArg = teamName.asRubyArgument(name: "team_name", type: nil)
7479
- let p12PasswordArg = RubyCommand.Argument(name: "p12_password", value: p12Password, type: nil)
7457
+ let p12PasswordArg = p12Password.asRubyArgument(name: "p12_password", type: nil)
7480
7458
  let pemNameArg = pemName.asRubyArgument(name: "pem_name", type: nil)
7481
7459
  let outputPathArg = RubyCommand.Argument(name: "output_path", value: outputPath, type: nil)
7482
7460
  let newProfileArg = RubyCommand.Argument(name: "new_profile", value: newProfile, type: .stringClosure)
7483
- let array: [RubyCommand.Argument?] = [developmentArg,
7461
+ let array: [RubyCommand.Argument?] = [platformArg,
7462
+ developmentArg,
7484
7463
  websitePushArg,
7485
7464
  generateP12Arg,
7486
7465
  activeDaysLimitArg,
@@ -9297,10 +9276,10 @@ public func scp(username: String,
9297
9276
  - endingLocale: **DEPRECATED!** Return the device to this locale after running tests
9298
9277
  - useAdbRoot: **DEPRECATED!** Restarts the adb daemon using `adb root` to allow access to screenshots directories on device. Use if getting 'Permission denied' errors
9299
9278
  - appApkPath: The path to the APK for the app under test
9300
- - testsApkPath: The path to the APK for the the tests bundle
9279
+ - testsApkPath: The path to the APK for the tests bundle
9301
9280
  - specificDevice: Use the device or emulator with the given serial number or qualifier
9302
9281
  - deviceType: Type of device used for screenshots. Matches Google Play Types (phone, sevenInch, tenInch, tv, wear)
9303
- - exitOnTestFailure: Whether or not to exit Screengrab on test failure. Exiting on failure will not copy sceenshots to local machine nor open sceenshots summary
9282
+ - exitOnTestFailure: Whether or not to exit Screengrab on test failure. Exiting on failure will not copy screenshots to local machine nor open screenshots summary
9304
9283
  - reinstallApp: Enabling this option will automatically uninstall the application before running it
9305
9284
  - useTimestampSuffix: Add timestamp suffix to screenshot filename
9306
9285
  - adbHost: Configure the host used by adb to connect, allows running on remote devices farm
@@ -9471,6 +9450,7 @@ public func setChangelog(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDef
9471
9450
  - description: Description of this release
9472
9451
  - isDraft: Whether the release should be marked as draft
9473
9452
  - isPrerelease: Whether the release should be marked as prerelease
9453
+ - isGenerateReleaseNotes: Whether the name and body of this release should be generated automatically
9474
9454
  - uploadAssets: Path to assets to be uploaded with the release
9475
9455
 
9476
9456
  - returns: A hash containing all relevant information of this release
@@ -9490,6 +9470,7 @@ public func setChangelog(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDef
9490
9470
  description: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9491
9471
  isDraft: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9492
9472
  isPrerelease: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9473
+ isGenerateReleaseNotes: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9493
9474
  uploadAssets: OptionalConfigValue<[String]?> = .fastlaneDefault(nil)) -> [String: Any]
9494
9475
  {
9495
9476
  let repositoryNameArg = RubyCommand.Argument(name: "repository_name", value: repositoryName, type: nil)
@@ -9502,6 +9483,7 @@ public func setChangelog(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDef
9502
9483
  let descriptionArg = description.asRubyArgument(name: "description", type: nil)
9503
9484
  let isDraftArg = isDraft.asRubyArgument(name: "is_draft", type: nil)
9504
9485
  let isPrereleaseArg = isPrerelease.asRubyArgument(name: "is_prerelease", type: nil)
9486
+ let isGenerateReleaseNotesArg = isGenerateReleaseNotes.asRubyArgument(name: "is_generate_release_notes", type: nil)
9505
9487
  let uploadAssetsArg = uploadAssets.asRubyArgument(name: "upload_assets", type: nil)
9506
9488
  let array: [RubyCommand.Argument?] = [repositoryNameArg,
9507
9489
  serverUrlArg,
@@ -9513,6 +9495,7 @@ public func setChangelog(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDef
9513
9495
  descriptionArg,
9514
9496
  isDraftArg,
9515
9497
  isPrereleaseArg,
9498
+ isGenerateReleaseNotesArg,
9516
9499
  uploadAssetsArg]
9517
9500
  let args: [RubyCommand.Argument] = array
9518
9501
  .filter { $0?.value != nil }
@@ -9774,6 +9757,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9774
9757
  - certOwnerName: The certificate name to use for new profiles, or to renew with. (e.g. "Felix Krause")
9775
9758
  - filename: Filename to use for the generated provisioning profile (must include .mobileprovision)
9776
9759
  - skipFetchProfiles: Skips the verification of existing profiles which is useful if you have thousands of profiles
9760
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
9777
9761
  - 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
9778
9762
  - platform: Set the provisioning profile's platform (i.e. ios, tvos, macos, catalyst)
9779
9763
  - readonly: Only fetch existing profile, don't generate new ones
@@ -9802,6 +9786,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9802
9786
  certOwnerName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9803
9787
  filename: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9804
9788
  skipFetchProfiles: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9789
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9805
9790
  skipCertificateVerification: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9806
9791
  platform: Any = "ios",
9807
9792
  readonly: OptionalConfigValue<Bool> = .fastlaneDefault(false),
@@ -9826,6 +9811,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9826
9811
  let certOwnerNameArg = certOwnerName.asRubyArgument(name: "cert_owner_name", type: nil)
9827
9812
  let filenameArg = filename.asRubyArgument(name: "filename", type: nil)
9828
9813
  let skipFetchProfilesArg = skipFetchProfiles.asRubyArgument(name: "skip_fetch_profiles", type: nil)
9814
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
9829
9815
  let skipCertificateVerificationArg = skipCertificateVerification.asRubyArgument(name: "skip_certificate_verification", type: nil)
9830
9816
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
9831
9817
  let readonlyArg = readonly.asRubyArgument(name: "readonly", type: nil)
@@ -9849,6 +9835,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9849
9835
  certOwnerNameArg,
9850
9836
  filenameArg,
9851
9837
  skipFetchProfilesArg,
9838
+ includeAllCertificatesArg,
9852
9839
  skipCertificateVerificationArg,
9853
9840
  platformArg,
9854
9841
  readonlyArg,
@@ -10152,7 +10139,7 @@ public func slather(buildDirectory: OptionalConfigValue<String?> = .fastlaneDefa
10152
10139
  - reinstallApp: Enabling this option will automatically uninstall the application before running it
10153
10140
  - eraseSimulator: Enabling this option will automatically erase the simulator before running the application
10154
10141
  - headless: Enabling this option will prevent displaying the simulator window
10155
- - overrideStatusBar: Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception
10142
+ - 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)
10156
10143
  - overrideStatusBarArguments: Fully customize the status bar by setting each option here. See `xcrun simctl status_bar --help`
10157
10144
  - localizeSimulator: Enabling this option will configure the Simulator's system language
10158
10145
  - darkMode: Enabling this option will configure the Simulator to be in dark mode (false for light, true for dark)
@@ -10952,6 +10939,8 @@ public func swiftlint(mode: String = "lint",
10952
10939
  - 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
10953
10940
  - force: Renew the provisioning profiles every time you run match
10954
10941
  - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'
10942
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
10943
+ - 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'
10955
10944
  - skipConfirmation: Disables confirmation prompts during nuke, answering them with yes
10956
10945
  - skipDocs: Skip generation of a README.md for the created git repository
10957
10946
  - platform: Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst)
@@ -10999,6 +10988,8 @@ public func syncCodeSigning(type: String = "development",
10999
10988
  keychainPassword: OptionalConfigValue<String?> = .fastlaneDefault(nil),
11000
10989
  force: OptionalConfigValue<Bool> = .fastlaneDefault(false),
11001
10990
  forceForNewDevices: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10991
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10992
+ forceForNewCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
11002
10993
  skipConfirmation: OptionalConfigValue<Bool> = .fastlaneDefault(false),
11003
10994
  skipDocs: OptionalConfigValue<Bool> = .fastlaneDefault(false),
11004
10995
  platform: String = "ios",
@@ -11044,6 +11035,8 @@ public func syncCodeSigning(type: String = "development",
11044
11035
  let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil)
11045
11036
  let forceArg = force.asRubyArgument(name: "force", type: nil)
11046
11037
  let forceForNewDevicesArg = forceForNewDevices.asRubyArgument(name: "force_for_new_devices", type: nil)
11038
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
11039
+ let forceForNewCertificatesArg = forceForNewCertificates.asRubyArgument(name: "force_for_new_certificates", type: nil)
11047
11040
  let skipConfirmationArg = skipConfirmation.asRubyArgument(name: "skip_confirmation", type: nil)
11048
11041
  let skipDocsArg = skipDocs.asRubyArgument(name: "skip_docs", type: nil)
11049
11042
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
@@ -11088,6 +11081,8 @@ public func syncCodeSigning(type: String = "development",
11088
11081
  keychainPasswordArg,
11089
11082
  forceArg,
11090
11083
  forceForNewDevicesArg,
11084
+ includeAllCertificatesArg,
11085
+ forceForNewCertificatesArg,
11091
11086
  skipConfirmationArg,
11092
11087
  skipDocsArg,
11093
11088
  platformArg,
@@ -13069,7 +13064,7 @@ public func xcov(workspace: OptionalConfigValue<String?> = .fastlaneDefault(nil)
13069
13064
  coverallsServiceJobId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13070
13065
  coverallsRepoToken: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13071
13066
  xcconfig: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13072
- ideFoundationPath: String = "/Applications/Xcode-12.5.1.app/Contents/Developer/../Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation",
13067
+ ideFoundationPath: String = "/Applications/Xcode-13.1.0.app/Contents/Developer/../Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation",
13073
13068
  legacySupport: OptionalConfigValue<Bool> = .fastlaneDefault(false))
13074
13069
  {
13075
13070
  let workspaceArg = workspace.asRubyArgument(name: "workspace", type: nil)
@@ -13271,4 +13266,4 @@ public let snapshotfile = Snapshotfile()
13271
13266
 
13272
13267
  // Please don't remove the lines below
13273
13268
  // They are used to detect outdated files
13274
- // FastlaneRunnerAPIVersion [0.9.136]
13269
+ // FastlaneRunnerAPIVersion [0.9.140]
@@ -17,4 +17,4 @@ public class Gymfile: GymfileProtocol {
17
17
  // during the `init` process, and you won't see this message
18
18
  }
19
19
 
20
- // Generated with fastlane 2.194.0
20
+ // Generated with fastlane 2.198.0
@@ -196,4 +196,4 @@ public extension GymfileProtocol {
196
196
 
197
197
  // Please don't remove the lines below
198
198
  // They are used to detect outdated files
199
- // FastlaneRunnerAPIVersion [0.9.86]
199
+ // FastlaneRunnerAPIVersion [0.9.90]
@@ -99,7 +99,7 @@ open class LaneFile: NSObject, LaneFileProtocol {
99
99
  #if !SWIFT_PACKAGE
100
100
  // When not in SPM environment, we load the Fastfile from its `className()`.
101
101
  loadFastfile()
102
- guard let fastfileInstance = self.fastfileInstance as? Fastfile else {
102
+ guard let fastfileInstance = fastfileInstance as? Fastfile else {
103
103
  let message = "Unable to instantiate class named: \(className())"
104
104
  log(message: message)
105
105
  fatalError(message)
@@ -17,4 +17,4 @@ public class Matchfile: MatchfileProtocol {
17
17
  // during the `init` process, and you won't see this message
18
18
  }
19
19
 
20
- // Generated with fastlane 2.194.0
20
+ // Generated with fastlane 2.198.0
@@ -101,6 +101,12 @@ public protocol MatchfileProtocol: class {
101
101
  /// Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'
102
102
  var forceForNewDevices: Bool { get }
103
103
 
104
+ /// Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
105
+ var includeAllCertificates: Bool { get }
106
+
107
+ /// 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'
108
+ var forceForNewCertificates: Bool { get }
109
+
104
110
  /// Disables confirmation prompts during nuke, answering them with yes
105
111
  var skipConfirmation: Bool { get }
106
112
 
@@ -169,6 +175,8 @@ public extension MatchfileProtocol {
169
175
  var keychainPassword: String? { return nil }
170
176
  var force: Bool { return false }
171
177
  var forceForNewDevices: Bool { return false }
178
+ var includeAllCertificates: Bool { return false }
179
+ var forceForNewCertificates: Bool { return false }
172
180
  var skipConfirmation: Bool { return false }
173
181
  var skipDocs: Bool { return false }
174
182
  var platform: String { return "ios" }
@@ -184,4 +192,4 @@ public extension MatchfileProtocol {
184
192
 
185
193
  // Please don't remove the lines below
186
194
  // They are used to detect outdated files
187
- // FastlaneRunnerAPIVersion [0.9.80]
195
+ // FastlaneRunnerAPIVersion [0.9.84]
@@ -17,4 +17,4 @@ public class Precheckfile: PrecheckfileProtocol {
17
17
  // during the `init` process, and you won't see this message
18
18
  }
19
19
 
20
- // Generated with fastlane 2.194.0
20
+ // Generated with fastlane 2.198.0
@@ -52,4 +52,4 @@ public extension PrecheckfileProtocol {
52
52
 
53
53
  // Please don't remove the lines below
54
54
  // They are used to detect outdated files
55
- // FastlaneRunnerAPIVersion [0.9.79]
55
+ // FastlaneRunnerAPIVersion [0.9.83]
@@ -132,7 +132,7 @@ extension Runner {
132
132
  }
133
133
 
134
134
  @objc func startSocketComs() {
135
- guard let socketClient = self.socketClient else {
135
+ guard let socketClient = socketClient else {
136
136
  return
137
137
  }
138
138
 
@@ -17,4 +17,4 @@ public class Scanfile: ScanfileProtocol {
17
17
  // during the `init` process, and you won't see this message
18
18
  }
19
19
 
20
- // Generated with fastlane 2.194.0
20
+ // Generated with fastlane 2.198.0
@@ -296,4 +296,4 @@ public extension ScanfileProtocol {
296
296
 
297
297
  // Please don't remove the lines below
298
298
  // They are used to detect outdated files
299
- // FastlaneRunnerAPIVersion [0.9.91]
299
+ // FastlaneRunnerAPIVersion [0.9.95]
@@ -17,4 +17,4 @@ public class Screengrabfile: ScreengrabfileProtocol {
17
17
  // during the `init` process, and you won't see this message
18
18
  }
19
19
 
20
- // Generated with fastlane 2.194.0
20
+ // Generated with fastlane 2.198.0