fastlane 2.186.0 → 2.187.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +86 -86
  3. data/fastlane/lib/fastlane/actions/create_keychain.rb +5 -2
  4. data/fastlane/lib/fastlane/actions/docs/build_app.md +1 -1
  5. data/fastlane/lib/fastlane/actions/docs/capture_android_screenshots.md +25 -26
  6. data/fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md +2 -2
  7. data/fastlane/lib/fastlane/actions/docs/create_app_online.md +171 -67
  8. data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +3 -4
  9. data/fastlane/lib/fastlane/actions/lcov.rb +0 -4
  10. data/fastlane/lib/fastlane/actions/mailgun.rb +21 -27
  11. data/fastlane/lib/fastlane/actions/make_changelog_from_jenkins.rb +1 -1
  12. data/fastlane/lib/fastlane/actions/modify_services.rb +59 -24
  13. data/fastlane/lib/fastlane/actions/nexus_upload.rb +2 -2
  14. data/fastlane/lib/fastlane/actions/notarize.rb +1 -4
  15. data/fastlane/lib/fastlane/actions/number_of_commits.rb +1 -1
  16. data/fastlane/lib/fastlane/actions/oclint.rb +15 -14
  17. data/fastlane/lib/fastlane/actions/pod_push.rb +0 -2
  18. data/fastlane/lib/fastlane/actions/podio_item.rb +0 -7
  19. data/fastlane/lib/fastlane/actions/prompt.rb +3 -4
  20. data/fastlane/lib/fastlane/actions/push_git_tags.rb +1 -1
  21. data/fastlane/lib/fastlane/actions/puts.rb +1 -2
  22. data/fastlane/lib/fastlane/actions/register_devices.rb +0 -1
  23. data/fastlane/lib/fastlane/actions/reset_git_repo.rb +5 -8
  24. data/fastlane/lib/fastlane/actions/reset_simulator_contents.rb +0 -2
  25. data/fastlane/lib/fastlane/actions/resign.rb +2 -9
  26. data/fastlane/lib/fastlane/actions/rsync.rb +3 -6
  27. data/fastlane/lib/fastlane/actions/run_tests.rb +1 -1
  28. data/fastlane/lib/fastlane/actions/s3.rb +1 -1
  29. data/fastlane/lib/fastlane/actions/say.rb +2 -3
  30. data/fastlane/lib/fastlane/actions/scp.rb +4 -10
  31. data/fastlane/lib/fastlane/actions/set_build_number_repository.rb +1 -1
  32. data/fastlane/lib/fastlane/actions/set_changelog.rb +1 -1
  33. data/fastlane/lib/fastlane/actions/set_github_release.rb +2 -8
  34. data/fastlane/lib/fastlane/actions/set_info_plist_value.rb +1 -1
  35. data/fastlane/lib/fastlane/actions/set_pod_key.rb +3 -4
  36. data/fastlane/lib/fastlane/actions/setup_ci.rb +1 -2
  37. data/fastlane/lib/fastlane/actions/setup_circle_ci.rb +1 -1
  38. data/fastlane/lib/fastlane/actions/setup_jenkins.rb +7 -12
  39. data/fastlane/lib/fastlane/actions/setup_travis.rb +1 -1
  40. data/fastlane/lib/fastlane/actions/sh.rb +2 -4
  41. data/fastlane/lib/fastlane/actions/slack.rb +6 -8
  42. data/fastlane/lib/fastlane/actions/slather.rb +3 -19
  43. data/fastlane/lib/fastlane/actions/sonar.rb +12 -19
  44. data/fastlane/lib/fastlane/actions/sourcedocs.rb +62 -98
  45. data/fastlane/lib/fastlane/actions/splunkmint.rb +2 -2
  46. data/fastlane/lib/fastlane/actions/spm.rb +3 -3
  47. data/fastlane/lib/fastlane/actions/ssh.rb +5 -10
  48. data/fastlane/lib/fastlane/actions/testfairy.rb +0 -1
  49. data/fastlane/lib/fastlane/actions/tryouts.rb +2 -3
  50. data/fastlane/lib/fastlane/actions/twitter.rb +0 -5
  51. data/fastlane/lib/fastlane/actions/unlock_keychain.rb +3 -3
  52. data/fastlane/lib/fastlane/actions/update_app_group_identifiers.rb +1 -4
  53. data/fastlane/lib/fastlane/actions/update_code_signing_settings.rb +8 -15
  54. data/fastlane/lib/fastlane/actions/update_fastlane.rb +2 -2
  55. data/fastlane/lib/fastlane/documentation/docs_generator.rb +1 -1
  56. data/fastlane/lib/fastlane/version.rb +1 -1
  57. data/fastlane/swift/Deliverfile.swift +1 -1
  58. data/fastlane/swift/DeliverfileProtocol.swift +1 -1
  59. data/fastlane/swift/Fastlane.swift +57 -57
  60. data/fastlane/swift/Gymfile.swift +1 -1
  61. data/fastlane/swift/GymfileProtocol.swift +1 -1
  62. data/fastlane/swift/Matchfile.swift +1 -1
  63. data/fastlane/swift/MatchfileProtocol.swift +1 -1
  64. data/fastlane/swift/Precheckfile.swift +1 -1
  65. data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
  66. data/fastlane/swift/Scanfile.swift +1 -1
  67. data/fastlane/swift/ScanfileProtocol.swift +1 -1
  68. data/fastlane/swift/Screengrabfile.swift +1 -1
  69. data/fastlane/swift/ScreengrabfileProtocol.swift +4 -4
  70. data/fastlane/swift/Snapshotfile.swift +1 -1
  71. data/fastlane/swift/SnapshotfileProtocol.swift +1 -1
  72. data/fastlane/swift/formatting/Brewfile.lock.json +11 -11
  73. data/produce/lib/produce/commands_generator.rb +99 -27
  74. data/produce/lib/produce/developer_center.rb +42 -4
  75. data/produce/lib/produce/options.rb +1 -1
  76. data/produce/lib/produce/service.rb +270 -179
  77. data/screengrab/lib/screengrab/android_environment.rb +2 -52
  78. data/screengrab/lib/screengrab/dependency_checker.rb +0 -20
  79. data/screengrab/lib/screengrab/options.rb +5 -2
  80. data/screengrab/lib/screengrab/runner.rb +108 -106
  81. data/snapshot/lib/assets/SnapfileTemplate +2 -1
  82. data/snapshot/lib/assets/SnapfileTemplate.swift +2 -1
  83. data/snapshot/lib/assets/SnapshotHelper.swift +14 -10
  84. data/snapshot/lib/snapshot/reports_generator.rb +3 -1
  85. data/snapshot/lib/snapshot/test_command_generator.rb +16 -2
  86. data/spaceship/lib/spaceship/connect_api/models/bundle_id.rb +8 -0
  87. data/spaceship/lib/spaceship/connect_api/models/bundle_id_capability.rb +58 -17
  88. data/spaceship/lib/spaceship/connect_api/provisioning/provisioning.rb +41 -1
  89. metadata +20 -21
  90. data/fastlane/lib/fastlane/helper/.git_helper.rb.swp +0 -0
@@ -48,7 +48,7 @@ module Fastlane
48
48
  FastlaneCore::ConfigItem.new(key: :enable_code_coverage,
49
49
  env_name: "FL_SPM_ENABLE_CODE_COVERAGE",
50
50
  description: "Enables code coverage for the generated Xcode project when using the 'generate-xcodeproj' and the 'test' command",
51
- is_string: false,
51
+ type: Boolean,
52
52
  optional: true),
53
53
  FastlaneCore::ConfigItem.new(key: :build_path,
54
54
  env_name: "FL_SPM_BUILD_PATH",
@@ -74,7 +74,7 @@ module Fastlane
74
74
  env_name: "FL_SPM_DISABLE_SANDBOX",
75
75
  description: "Disable using the sandbox when executing subprocesses",
76
76
  optional: true,
77
- is_string: false,
77
+ type: Boolean,
78
78
  default_value: false),
79
79
  FastlaneCore::ConfigItem.new(key: :xcpretty_output,
80
80
  env_name: "FL_SPM_XCPRETTY_OUTPUT",
@@ -92,7 +92,7 @@ module Fastlane
92
92
  short_option: "-v",
93
93
  env_name: "FL_SPM_VERBOSE",
94
94
  description: "Increase verbosity of informational output",
95
- is_string: false,
95
+ type: Boolean,
96
96
  default_value: false)
97
97
  ]
98
98
  end
@@ -88,33 +88,28 @@ module Fastlane
88
88
  FastlaneCore::ConfigItem.new(key: :username,
89
89
  short_option: "-u",
90
90
  env_name: "FL_SSH_USERNAME",
91
- description: "Username",
92
- is_string: true),
91
+ description: "Username"),
93
92
  FastlaneCore::ConfigItem.new(key: :password,
94
93
  short_option: "-p",
95
94
  env_name: "FL_SSH_PASSWORD",
96
95
  sensitive: true,
97
96
  description: "Password",
98
- optional: true,
99
- is_string: true),
97
+ optional: true),
100
98
  FastlaneCore::ConfigItem.new(key: :host,
101
99
  short_option: "-H",
102
100
  env_name: "FL_SSH_HOST",
103
- description: "Hostname",
104
- is_string: true),
101
+ description: "Hostname"),
105
102
  FastlaneCore::ConfigItem.new(key: :port,
106
103
  short_option: "-P",
107
104
  env_name: "FL_SSH_PORT",
108
105
  description: "Port",
109
106
  optional: true,
110
- default_value: "22",
111
- is_string: true),
107
+ default_value: "22"),
112
108
  FastlaneCore::ConfigItem.new(key: :commands,
113
109
  short_option: "-C",
114
110
  env_name: "FL_SSH_COMMANDS",
115
111
  description: "Commands",
116
112
  optional: true,
117
- is_string: false,
118
113
  type: Array),
119
114
  FastlaneCore::ConfigItem.new(key: :log,
120
115
  short_option: "-l",
@@ -122,7 +117,7 @@ module Fastlane
122
117
  description: "Log commands and output",
123
118
  optional: true,
124
119
  default_value: true,
125
- is_string: false)
120
+ type: Boolean)
126
121
  ]
127
122
  end
128
123
 
@@ -192,7 +192,6 @@ module Fastlane
192
192
  env_name: "FL_TESTFAIRY_UPLOAD_URL", # The name of the environment variable
193
193
  description: "API URL for TestFairy", # a short description of this parameter
194
194
  default_value: "https://upload.testfairy.com",
195
- is_string: true,
196
195
  optional: true),
197
196
  FastlaneCore::ConfigItem.new(key: :testers_groups,
198
197
  optional: true,
@@ -91,7 +91,6 @@ module Fastlane
91
91
  FastlaneCore::ConfigItem.new(key: :notes,
92
92
  env_name: "TRYOUTS_NOTES",
93
93
  description: "Release notes",
94
- is_string: true,
95
94
  optional: true),
96
95
  FastlaneCore::ConfigItem.new(key: :notes_path,
97
96
  env_name: "TRYOUTS_NOTES_PATH",
@@ -103,7 +102,7 @@ module Fastlane
103
102
  FastlaneCore::ConfigItem.new(key: :notify,
104
103
  env_name: "TRYOUTS_NOTIFY",
105
104
  description: "Notify testers? 0 for no",
106
- is_string: false,
105
+ type: Integer,
107
106
  default_value: 1),
108
107
  FastlaneCore::ConfigItem.new(key: :status,
109
108
  env_name: "TRYOUTS_STATUS",
@@ -112,7 +111,7 @@ module Fastlane
112
111
  available_options = ["1", "2"]
113
112
  UI.user_error!("'#{value}' is not a valid 'status' value. Available options are #{available_options.join(', ')}") unless available_options.include?(value.to_s)
114
113
  end,
115
- is_string: false,
114
+ type: Integer,
116
115
  default_value: 2)
117
116
  ]
118
117
  end
@@ -32,30 +32,25 @@ module Fastlane
32
32
  env_name: "FL_TW_CONSUMER_KEY",
33
33
  description: "Consumer Key",
34
34
  sensitive: true,
35
- is_string: true,
36
35
  optional: false),
37
36
  FastlaneCore::ConfigItem.new(key: :consumer_secret,
38
37
  env_name: "FL_TW_CONSUMER_SECRET",
39
38
  sensitive: true,
40
39
  description: "Consumer Secret",
41
- is_string: true,
42
40
  optional: false),
43
41
  FastlaneCore::ConfigItem.new(key: :access_token,
44
42
  env_name: "FL_TW_ACCESS_TOKEN",
45
43
  sensitive: true,
46
44
  description: "Access Token",
47
- is_string: true,
48
45
  optional: false),
49
46
  FastlaneCore::ConfigItem.new(key: :access_token_secret,
50
47
  env_name: "FL_TW_ACCESS_TOKEN_SECRET",
51
48
  sensitive: true,
52
49
  description: "Access Token Secret",
53
- is_string: true,
54
50
  optional: false),
55
51
  FastlaneCore::ConfigItem.new(key: :message,
56
52
  env_name: "FL_TW_MESSAGE",
57
53
  description: "The tweet",
58
- is_string: true,
59
54
  optional: false)
60
55
 
61
56
  ]
@@ -81,13 +81,13 @@ module Fastlane
81
81
  optional: false),
82
82
  FastlaneCore::ConfigItem.new(key: :add_to_search_list,
83
83
  env_name: "FL_UNLOCK_KEYCHAIN_ADD_TO_SEARCH_LIST",
84
- description: "Add to keychain search list",
85
- is_string: false,
84
+ description: "Add to keychain search list, valid values are true, false, :add, and :replace",
85
+ skip_type_validation: true, # allow Boolean, Symbol
86
86
  default_value: true),
87
87
  FastlaneCore::ConfigItem.new(key: :set_default,
88
88
  env_name: "FL_UNLOCK_KEYCHAIN_SET_DEFAULT",
89
89
  description: "Set as default keychain",
90
- is_string: false,
90
+ type: Boolean,
91
91
  default_value: false)
92
92
 
93
93
  ]
@@ -53,10 +53,7 @@ module Fastlane
53
53
  FastlaneCore::ConfigItem.new(key: :app_group_identifiers,
54
54
  env_name: "FL_UPDATE_APP_GROUP_IDENTIFIER_APP_GROUP_IDENTIFIERS",
55
55
  description: "An Array of unique identifiers for the app groups. Eg. ['group.com.test.testapp']",
56
- is_string: false,
57
- verify_block: proc do |value|
58
- UI.user_error!("The parameter app_group_identifiers need to be an Array.") unless value.kind_of?(Array)
59
- end)
56
+ type: Array)
60
57
  ]
61
58
  end
62
59
 
@@ -123,45 +123,38 @@ module Fastlane
123
123
  FastlaneCore::ConfigItem.new(key: :use_automatic_signing,
124
124
  env_name: "FL_PROJECT_USE_AUTOMATIC_SIGNING",
125
125
  description: "Defines if project should use automatic signing",
126
- is_string: false,
126
+ type: Boolean,
127
127
  default_value: false),
128
128
  FastlaneCore::ConfigItem.new(key: :team_id,
129
129
  env_name: "FASTLANE_TEAM_ID",
130
130
  optional: true,
131
- description: "Team ID, is used when upgrading project",
132
- is_string: true),
131
+ description: "Team ID, is used when upgrading project"),
133
132
  FastlaneCore::ConfigItem.new(key: :targets,
134
133
  env_name: "FL_PROJECT_SIGNING_TARGETS",
135
134
  optional: true,
136
135
  type: Array,
137
- description: "Specify targets you want to toggle the signing mech. (default to all targets)",
138
- is_string: false),
136
+ description: "Specify targets you want to toggle the signing mech. (default to all targets)"),
139
137
  FastlaneCore::ConfigItem.new(key: :build_configurations,
140
138
  env_name: "FL_PROJECT_SIGNING_BUILD_CONFIGURATIONS",
141
139
  optional: true,
142
140
  type: Array,
143
- description: "Specify build_configurations you want to toggle the signing mech. (default to all configurations)",
144
- is_string: false),
141
+ description: "Specify build_configurations you want to toggle the signing mech. (default to all configurations)"),
145
142
  FastlaneCore::ConfigItem.new(key: :code_sign_identity,
146
143
  env_name: "FL_CODE_SIGN_IDENTITY",
147
144
  description: "Code signing identity type (iPhone Developer, iPhone Distribution)",
148
- optional: true,
149
- is_string: true),
145
+ optional: true),
150
146
  FastlaneCore::ConfigItem.new(key: :profile_name,
151
147
  env_name: "FL_PROVISIONING_PROFILE_SPECIFIER",
152
148
  description: "Provisioning profile name to use for code signing",
153
- optional: true,
154
- is_string: true),
149
+ optional: true),
155
150
  FastlaneCore::ConfigItem.new(key: :profile_uuid,
156
151
  env_name: "FL_PROVISIONING_PROFILE",
157
152
  description: "Provisioning profile UUID to use for code signing",
158
- optional: true,
159
- is_string: true),
153
+ optional: true),
160
154
  FastlaneCore::ConfigItem.new(key: :bundle_identifier,
161
155
  env_name: "FL_APP_IDENTIFIER",
162
156
  description: "Application Product Bundle Identifier",
163
- optional: true,
164
- is_string: true)
157
+ optional: true)
165
158
  ]
166
159
  end
167
160
 
@@ -122,12 +122,12 @@ module Fastlane
122
122
  FastlaneCore::ConfigItem.new(key: :no_update,
123
123
  env_name: "FL_NO_UPDATE",
124
124
  description: "Don't update during this run. This is used internally",
125
- is_string: false,
125
+ type: Boolean,
126
126
  default_value: false),
127
127
  FastlaneCore::ConfigItem.new(key: :nightly,
128
128
  env_name: "FL_UPDATE_FASTLANE_NIGHTLY",
129
129
  description: "Opt-in to install and use nightly fastlane builds",
130
- is_string: false,
130
+ type: Boolean,
131
131
  default_value: false,
132
132
  deprecated: "Nightly builds are no longer being made available")
133
133
  ]
@@ -44,7 +44,7 @@ module Fastlane
44
44
  output << ""
45
45
  end
46
46
 
47
- output << "This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run."
47
+ output << "This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run."
48
48
  output << "More information about fastlane can be found on [fastlane.tools](https://fastlane.tools)."
49
49
  output << "The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools)."
50
50
  output << ""
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.186.0'.freeze
2
+ VERSION = '2.187.0'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  MINIMUM_XCODE_RELEASE = "7.0".freeze
5
5
  RUBOCOP_REQUIREMENT = '1.12.1'.freeze
@@ -17,4 +17,4 @@ public class Deliverfile: DeliverfileProtocol {
17
17
  // during the `init` process, and you won't see this message
18
18
  }
19
19
 
20
- // Generated with fastlane 2.186.0
20
+ // Generated with fastlane 2.187.0
@@ -256,4 +256,4 @@ public extension DeliverfileProtocol {
256
256
 
257
257
  // Please don't remove the lines below
258
258
  // They are used to detect outdated files
259
- // FastlaneRunnerAPIVersion [0.9.74]
259
+ // FastlaneRunnerAPIVersion [0.9.75]
@@ -1956,7 +1956,7 @@ public func bundleInstall(binstubs: OptionalConfigValue<String?> = .fastlaneDefa
1956
1956
 
1957
1957
  - parameters:
1958
1958
  - androidHome: Path to the root of your Android SDK installation, e.g. ~/tools/android-sdk-macosx
1959
- - buildToolsVersion: The Android build tools version to use, e.g. '23.0.2'
1959
+ - buildToolsVersion: **DEPRECATED!** The Android build tools version to use, e.g. '23.0.2'
1960
1960
  - locales: A list of locales which should be used
1961
1961
  - clearPreviousScreenshots: Enabling this option will automatically clear previously generated screenshots before running screengrab
1962
1962
  - outputDirectory: The directory where to store the screenshots
@@ -1967,8 +1967,8 @@ public func bundleInstall(binstubs: OptionalConfigValue<String?> = .fastlaneDefa
1967
1967
  - useTestsInClasses: Only run tests in these Java classes
1968
1968
  - launchArguments: Additional launch arguments
1969
1969
  - testInstrumentationRunner: The fully qualified class name of your test instrumentation runner
1970
- - endingLocale: Return the device to this locale after running tests
1971
- - useAdbRoot: Restarts the adb daemon using `adb root` to allow access to screenshots directories on device. Use if getting 'Permission denied' errors
1970
+ - endingLocale: **DEPRECATED!** Return the device to this locale after running tests
1971
+ - useAdbRoot: **DEPRECATED!** Restarts the adb daemon using `adb root` to allow access to screenshots directories on device. Use if getting 'Permission denied' errors
1972
1972
  - appApkPath: The path to the APK for the app under test
1973
1973
  - testsApkPath: The path to the APK for the the tests bundle
1974
1974
  - specificDevice: Use the device or emulator with the given serial number or qualifier
@@ -3266,11 +3266,11 @@ public func createAppOnManagedPlayStore(jsonKey: OptionalConfigValue<String?> =
3266
3266
  - platform: The platform to use (optional)
3267
3267
  - platforms: The platforms to use (optional)
3268
3268
  - language: Primary Language (e.g. 'en-US', 'fr-FR')
3269
- - companyName: The name of your company. Only required if it's the first app you create
3269
+ - companyName: The name of your company. It's used to set company name on App Store Connect team's app pages. Only required if it's the first app you create
3270
3270
  - skipItc: Skip the creation of the app on App Store Connect
3271
3271
  - itcUsers: Array of App Store Connect users. If provided, you can limit access to this newly created app for users with the App Manager, Developer, Marketer or Sales roles
3272
3272
  - enabledFeatures: **DEPRECATED!** Please use `enable_services` instead - Array with Spaceship App Services
3273
- - enableServices: Array with Spaceship App Services (e.g. access_wifi: (on|off), app_group: (on|off), apple_pay: (on|off), associated_domains: (on|off), auto_fill_credential: (on|off), data_protection: (complete|unlessopen|untilfirstauth), game_center: (on|off), health_kit: (on|off), home_kit: (on|off), hotspot: (on|off), icloud: (legacy|cloudkit), in_app_purchase: (on|off), inter_app_audio: (on|off), multipath: (on|off), network_extension: (on|off), nfc_tag_reading: (on|off), personal_vpn: (on|off), passbook: (on|off), push_notification: (on|off), siri_kit: (on|off), vpn_configuration: (on|off), wallet: (on|off), wireless_accessory: (on|off))
3273
+ - enableServices: Array with Spaceship App Services (e.g. access_wifi: (on|off), app_attest: (on|off), app_group: (on|off), apple_pay: (on|off), associated_domains: (on|off), auto_fill_credential: (on|off), class_kit: (on|off), icloud: (legacy|cloudkit), custom_network_protocol: (on|off), data_protection: (complete|unlessopen|untilfirstauth), extended_virtual_address_space: (on|off), family_controls: (on|off), file_provider_testing_mode: (on|off), fonts: (on|off), game_center: (ios|mac), health_kit: (on|off), hls_interstitial_preview: (on|off), home_kit: (on|off), hotspot: (on|off), in_app_purchase: (on|off), inter_app_audio: (on|off), low_latency_hls: (on|off), managed_associated_domains: (on|off), maps: (on|off), multipath: (on|off), network_extension: (on|off), nfc_tag_reading: (on|off), personal_vpn: (on|off), passbook: (on|off), push_notification: (on|off), sign_in_with_apple: (on), siri_kit: (on|off), system_extension: (on|off), user_management: (on|off), vpn_configuration: (on|off), wallet: (on|off), wireless_accessory: (on|off), car_play_audio_app: (on|off), car_play_messaging_app: (on|off), car_play_navigation_app: (on|off), car_play_voip_calling_app: (on|off), critical_alerts: (on|off), hotspot_helper: (on|off), driver_kit: (on|off), driver_kit_endpoint_security: (on|off), driver_kit_family_hid_device: (on|off), driver_kit_family_networking: (on|off), driver_kit_family_serial: (on|off), driver_kit_hid_event_service: (on|off), driver_kit_transport_hid: (on|off), multitasking_camera_access: (on|off), sf_universal_link_api: (on|off), vp9_decoder: (on|off), music_kit: (on|off), shazam_kit: (on|off), communication_notifications: (on|off), group_activities: (on|off), health_kit_estimate_recalibration: (on|off), time_sensitive_notifications: (on|off))
3274
3274
  - skipDevcenter: Skip the creation of the app on the Apple Developer Portal
3275
3275
  - teamId: The ID of your Developer Portal team if you're in multiple teams
3276
3276
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -3355,7 +3355,7 @@ public func createAppOnline(username: String,
3355
3355
  - password: Password for the keychain
3356
3356
  - defaultKeychain: Should the newly created Keychain be the new system default keychain
3357
3357
  - unlock: Unlock keychain after create
3358
- - timeout: timeout interval in seconds
3358
+ - timeout: timeout interval in seconds. Set `0` if you want to specify "no time-out"
3359
3359
  - lockWhenSleeps: Lock keychain when the system sleeps
3360
3360
  - lockAfterTimeout: Lock keychain after timeout interval
3361
3361
  - addToSearchList: Add keychain to search list
@@ -6391,7 +6391,7 @@ public func jazzy(config: OptionalConfigValue<String?> = .fastlaneDefault(nil),
6391
6391
  version: OptionalConfigValue<String?> = .fastlaneDefault(nil),
6392
6392
  platform: String = "ios",
6393
6393
  initialBuildNumber: Int = 1,
6394
- teamId: Any? = nil,
6394
+ teamId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
6395
6395
  teamName: OptionalConfigValue<String?> = .fastlaneDefault(nil)) -> Int
6396
6396
  {
6397
6397
  let apiKeyPathArg = apiKeyPath.asRubyArgument(name: "api_key_path", type: nil)
@@ -6402,7 +6402,7 @@ public func jazzy(config: OptionalConfigValue<String?> = .fastlaneDefault(nil),
6402
6402
  let versionArg = version.asRubyArgument(name: "version", type: nil)
6403
6403
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
6404
6404
  let initialBuildNumberArg = RubyCommand.Argument(name: "initial_build_number", value: initialBuildNumber, type: nil)
6405
- let teamIdArg = RubyCommand.Argument(name: "team_id", value: teamId, type: nil)
6405
+ let teamIdArg = teamId.asRubyArgument(name: "team_id", type: nil)
6406
6406
  let teamNameArg = teamName.asRubyArgument(name: "team_name", type: nil)
6407
6407
  let array: [RubyCommand.Argument?] = [apiKeyPathArg,
6408
6408
  apiKeyArg,
@@ -6485,7 +6485,7 @@ public func mailgun(mailgunSandboxDomain: OptionalConfigValue<String?> = .fastla
6485
6485
  ciBuildLink: OptionalConfigValue<String?> = .fastlaneDefault(nil),
6486
6486
  templatePath: OptionalConfigValue<String?> = .fastlaneDefault(nil),
6487
6487
  replyTo: OptionalConfigValue<String?> = .fastlaneDefault(nil),
6488
- attachment: Any? = nil,
6488
+ attachment: OptionalConfigValue<[String]?> = .fastlaneDefault(nil),
6489
6489
  customPlaceholders: [String: Any] = [:])
6490
6490
  {
6491
6491
  let mailgunSandboxDomainArg = mailgunSandboxDomain.asRubyArgument(name: "mailgun_sandbox_domain", type: nil)
@@ -6502,7 +6502,7 @@ public func mailgun(mailgunSandboxDomain: OptionalConfigValue<String?> = .fastla
6502
6502
  let ciBuildLinkArg = ciBuildLink.asRubyArgument(name: "ci_build_link", type: nil)
6503
6503
  let templatePathArg = templatePath.asRubyArgument(name: "template_path", type: nil)
6504
6504
  let replyToArg = replyTo.asRubyArgument(name: "reply_to", type: nil)
6505
- let attachmentArg = RubyCommand.Argument(name: "attachment", value: attachment, type: nil)
6505
+ let attachmentArg = attachment.asRubyArgument(name: "attachment", type: nil)
6506
6506
  let customPlaceholdersArg = RubyCommand.Argument(name: "custom_placeholders", value: customPlaceholders, type: nil)
6507
6507
  let array: [RubyCommand.Argument?] = [mailgunSandboxDomainArg,
6508
6508
  mailgunSandboxPostmasterArg,
@@ -6954,7 +6954,7 @@ public func minFastlaneVersion() {
6954
6954
  - parameters:
6955
6955
  - username: Your Apple ID Username
6956
6956
  - appIdentifier: App Identifier (Bundle ID, e.g. com.krausefx.app)
6957
- - services: Array with Spaceship App Services (e.g. access_wifi: (on|off)(:on|:off)(true|false), app_group: (on|off)(:on|:off)(true|false), apple_pay: (on|off)(:on|:off)(true|false), associated_domains: (on|off)(:on|:off)(true|false), auto_fill_credential: (on|off)(:on|:off)(true|false), data_protection: (complete|unlessopen|untilfirstauth)(:on|:off)(true|false), game_center: (on|off)(:on|:off)(true|false), health_kit: (on|off)(:on|:off)(true|false), home_kit: (on|off)(:on|:off)(true|false), hotspot: (on|off)(:on|:off)(true|false), icloud: (legacy|cloudkit)(:on|:off)(true|false), in_app_purchase: (on|off)(:on|:off)(true|false), inter_app_audio: (on|off)(:on|:off)(true|false), multipath: (on|off)(:on|:off)(true|false), network_extension: (on|off)(:on|:off)(true|false), nfc_tag_reading: (on|off)(:on|:off)(true|false), personal_vpn: (on|off)(:on|:off)(true|false), passbook: (on|off)(:on|:off)(true|false), push_notification: (on|off)(:on|:off)(true|false), siri_kit: (on|off)(:on|:off)(true|false), vpn_configuration: (on|off)(:on|:off)(true|false), wallet: (on|off)(:on|:off)(true|false), wireless_accessory: (on|off)(:on|:off)(true|false))
6957
+ - services: Array with Spaceship App Services (e.g. access_wifi: (on|off)(:on|:off)(true|false), app_attest: (on|off)(:on|:off)(true|false), app_group: (on|off)(:on|:off)(true|false), apple_pay: (on|off)(:on|:off)(true|false), associated_domains: (on|off)(:on|:off)(true|false), auto_fill_credential: (on|off)(:on|:off)(true|false), class_kit: (on|off)(:on|:off)(true|false), icloud: (legacy|cloudkit)(:on|:off)(true|false), custom_network_protocol: (on|off)(:on|:off)(true|false), data_protection: (complete|unlessopen|untilfirstauth)(:on|:off)(true|false), extended_virtual_address_space: (on|off)(:on|:off)(true|false), family_controls: (on|off)(:on|:off)(true|false), file_provider_testing_mode: (on|off)(:on|:off)(true|false), fonts: (on|off)(:on|:off)(true|false), game_center: (ios|mac)(:on|:off)(true|false), health_kit: (on|off)(:on|:off)(true|false), hls_interstitial_preview: (on|off)(:on|:off)(true|false), home_kit: (on|off)(:on|:off)(true|false), hotspot: (on|off)(:on|:off)(true|false), in_app_purchase: (on|off)(:on|:off)(true|false), inter_app_audio: (on|off)(:on|:off)(true|false), low_latency_hls: (on|off)(:on|:off)(true|false), managed_associated_domains: (on|off)(:on|:off)(true|false), maps: (on|off)(:on|:off)(true|false), multipath: (on|off)(:on|:off)(true|false), network_extension: (on|off)(:on|:off)(true|false), nfc_tag_reading: (on|off)(:on|:off)(true|false), personal_vpn: (on|off)(:on|:off)(true|false), passbook: (on|off)(:on|:off)(true|false), push_notification: (on|off)(:on|:off)(true|false), sign_in_with_apple: (on)(:on|:off)(true|false), siri_kit: (on|off)(:on|:off)(true|false), system_extension: (on|off)(:on|:off)(true|false), user_management: (on|off)(:on|:off)(true|false), vpn_configuration: (on|off)(:on|:off)(true|false), wallet: (on|off)(:on|:off)(true|false), wireless_accessory: (on|off)(:on|:off)(true|false), car_play_audio_app: (on|off)(:on|:off)(true|false), car_play_messaging_app: (on|off)(:on|:off)(true|false), car_play_navigation_app: (on|off)(:on|:off)(true|false), car_play_voip_calling_app: (on|off)(:on|:off)(true|false), critical_alerts: (on|off)(:on|:off)(true|false), hotspot_helper: (on|off)(:on|:off)(true|false), driver_kit: (on|off)(:on|:off)(true|false), driver_kit_endpoint_security: (on|off)(:on|:off)(true|false), driver_kit_family_hid_device: (on|off)(:on|:off)(true|false), driver_kit_family_networking: (on|off)(:on|:off)(true|false), driver_kit_family_serial: (on|off)(:on|:off)(true|false), driver_kit_hid_event_service: (on|off)(:on|:off)(true|false), driver_kit_transport_hid: (on|off)(:on|:off)(true|false), multitasking_camera_access: (on|off)(:on|:off)(true|false), sf_universal_link_api: (on|off)(:on|:off)(true|false), vp9_decoder: (on|off)(:on|:off)(true|false), music_kit: (on|off)(:on|:off)(true|false), shazam_kit: (on|off)(:on|:off)(true|false), communication_notifications: (on|off)(:on|:off)(true|false), group_activities: (on|off)(:on|:off)(true|false), health_kit_estimate_recalibration: (on|off)(:on|:off)(true|false), time_sensitive_notifications: (on|off)(:on|:off)(true|false))
6958
6958
  - teamId: The ID of your Developer Portal team if you're in multiple teams
6959
6959
  - teamName: The name of your Developer Portal team if you're in multiple teams
6960
6960
 
@@ -7176,8 +7176,8 @@ public func notify() {
7176
7176
 
7177
7177
  You can use this action to get the number of commits of this branch. This is useful if you want to set the build number to the number of commits. See `fastlane actions number_of_commits` for more details.
7178
7178
  */
7179
- @discardableResult public func numberOfCommits(all: Any? = nil) -> Int {
7180
- let allArg = RubyCommand.Argument(name: "all", value: all, type: nil)
7179
+ @discardableResult public func numberOfCommits(all: OptionalConfigValue<Bool?> = .fastlaneDefault(nil)) -> Int {
7180
+ let allArg = all.asRubyArgument(name: "all", type: nil)
7181
7181
  let array: [RubyCommand.Argument?] = [allArg]
7182
7182
  let args: [RubyCommand.Argument] = array
7183
7183
  .filter { $0?.value != nil }
@@ -7192,7 +7192,7 @@ public func notify() {
7192
7192
  - parameters:
7193
7193
  - oclintPath: The path to oclint binary
7194
7194
  - compileCommands: The json compilation database, use xctool reporter 'json-compilation-database'
7195
- - selectReqex: Select all files matching this reqex
7195
+ - selectReqex: **DEPRECATED!** Use `:select_regex` instead - Select all files matching this reqex
7196
7196
  - selectRegex: Select all files matching this regex
7197
7197
  - excludeRegex: Exclude all files matching this regex
7198
7198
  - reportType: The type of the report (default: html)
@@ -7214,19 +7214,19 @@ public func notify() {
7214
7214
  */
7215
7215
  public func oclint(oclintPath: String = "oclint",
7216
7216
  compileCommands: String = "compile_commands.json",
7217
- selectReqex: Any? = nil,
7218
- selectRegex: Any? = nil,
7219
- excludeRegex: Any? = nil,
7217
+ selectReqex: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7218
+ selectRegex: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7219
+ excludeRegex: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7220
7220
  reportType: String = "html",
7221
7221
  reportPath: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7222
7222
  listEnabledRules: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7223
7223
  rc: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7224
- thresholds: Any? = nil,
7225
- enableRules: Any? = nil,
7226
- disableRules: Any? = nil,
7227
- maxPriority1: Any? = nil,
7228
- maxPriority2: Any? = nil,
7229
- maxPriority3: Any? = nil,
7224
+ thresholds: OptionalConfigValue<[String]?> = .fastlaneDefault(nil),
7225
+ enableRules: OptionalConfigValue<[String]?> = .fastlaneDefault(nil),
7226
+ disableRules: OptionalConfigValue<[String]?> = .fastlaneDefault(nil),
7227
+ maxPriority1: OptionalConfigValue<Int?> = .fastlaneDefault(nil),
7228
+ maxPriority2: OptionalConfigValue<Int?> = .fastlaneDefault(nil),
7229
+ maxPriority3: OptionalConfigValue<Int?> = .fastlaneDefault(nil),
7230
7230
  enableClangStaticAnalyzer: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7231
7231
  enableGlobalAnalysis: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7232
7232
  allowDuplicatedViolations: OptionalConfigValue<Bool> = .fastlaneDefault(false),
@@ -7234,19 +7234,19 @@ public func oclint(oclintPath: String = "oclint",
7234
7234
  {
7235
7235
  let oclintPathArg = RubyCommand.Argument(name: "oclint_path", value: oclintPath, type: nil)
7236
7236
  let compileCommandsArg = RubyCommand.Argument(name: "compile_commands", value: compileCommands, type: nil)
7237
- let selectReqexArg = RubyCommand.Argument(name: "select_reqex", value: selectReqex, type: nil)
7238
- let selectRegexArg = RubyCommand.Argument(name: "select_regex", value: selectRegex, type: nil)
7239
- let excludeRegexArg = RubyCommand.Argument(name: "exclude_regex", value: excludeRegex, type: nil)
7237
+ let selectReqexArg = selectReqex.asRubyArgument(name: "select_reqex", type: nil)
7238
+ let selectRegexArg = selectRegex.asRubyArgument(name: "select_regex", type: nil)
7239
+ let excludeRegexArg = excludeRegex.asRubyArgument(name: "exclude_regex", type: nil)
7240
7240
  let reportTypeArg = RubyCommand.Argument(name: "report_type", value: reportType, type: nil)
7241
7241
  let reportPathArg = reportPath.asRubyArgument(name: "report_path", type: nil)
7242
7242
  let listEnabledRulesArg = listEnabledRules.asRubyArgument(name: "list_enabled_rules", type: nil)
7243
7243
  let rcArg = rc.asRubyArgument(name: "rc", type: nil)
7244
- let thresholdsArg = RubyCommand.Argument(name: "thresholds", value: thresholds, type: nil)
7245
- let enableRulesArg = RubyCommand.Argument(name: "enable_rules", value: enableRules, type: nil)
7246
- let disableRulesArg = RubyCommand.Argument(name: "disable_rules", value: disableRules, type: nil)
7247
- let maxPriority1Arg = RubyCommand.Argument(name: "max_priority_1", value: maxPriority1, type: nil)
7248
- let maxPriority2Arg = RubyCommand.Argument(name: "max_priority_2", value: maxPriority2, type: nil)
7249
- let maxPriority3Arg = RubyCommand.Argument(name: "max_priority_3", value: maxPriority3, type: nil)
7244
+ let thresholdsArg = thresholds.asRubyArgument(name: "thresholds", type: nil)
7245
+ let enableRulesArg = enableRules.asRubyArgument(name: "enable_rules", type: nil)
7246
+ let disableRulesArg = disableRules.asRubyArgument(name: "disable_rules", type: nil)
7247
+ let maxPriority1Arg = maxPriority1.asRubyArgument(name: "max_priority_1", type: nil)
7248
+ let maxPriority2Arg = maxPriority2.asRubyArgument(name: "max_priority_2", type: nil)
7249
+ let maxPriority3Arg = maxPriority3.asRubyArgument(name: "max_priority_3", type: nil)
7250
7250
  let enableClangStaticAnalyzerArg = enableClangStaticAnalyzer.asRubyArgument(name: "enable_clang_static_analyzer", type: nil)
7251
7251
  let enableGlobalAnalysisArg = enableGlobalAnalysis.asRubyArgument(name: "enable_global_analysis", type: nil)
7252
7252
  let allowDuplicatedViolationsArg = allowDuplicatedViolations.asRubyArgument(name: "allow_duplicated_violations", type: nil)
@@ -7916,11 +7916,11 @@ public func println(message: OptionalConfigValue<String?> = .fastlaneDefault(nil
7916
7916
  - platform: The platform to use (optional)
7917
7917
  - platforms: The platforms to use (optional)
7918
7918
  - language: Primary Language (e.g. 'en-US', 'fr-FR')
7919
- - companyName: The name of your company. Only required if it's the first app you create
7919
+ - companyName: The name of your company. It's used to set company name on App Store Connect team's app pages. Only required if it's the first app you create
7920
7920
  - skipItc: Skip the creation of the app on App Store Connect
7921
7921
  - itcUsers: Array of App Store Connect users. If provided, you can limit access to this newly created app for users with the App Manager, Developer, Marketer or Sales roles
7922
7922
  - enabledFeatures: **DEPRECATED!** Please use `enable_services` instead - Array with Spaceship App Services
7923
- - enableServices: Array with Spaceship App Services (e.g. access_wifi: (on|off), app_group: (on|off), apple_pay: (on|off), associated_domains: (on|off), auto_fill_credential: (on|off), data_protection: (complete|unlessopen|untilfirstauth), game_center: (on|off), health_kit: (on|off), home_kit: (on|off), hotspot: (on|off), icloud: (legacy|cloudkit), in_app_purchase: (on|off), inter_app_audio: (on|off), multipath: (on|off), network_extension: (on|off), nfc_tag_reading: (on|off), personal_vpn: (on|off), passbook: (on|off), push_notification: (on|off), siri_kit: (on|off), vpn_configuration: (on|off), wallet: (on|off), wireless_accessory: (on|off))
7923
+ - enableServices: Array with Spaceship App Services (e.g. access_wifi: (on|off), app_attest: (on|off), app_group: (on|off), apple_pay: (on|off), associated_domains: (on|off), auto_fill_credential: (on|off), class_kit: (on|off), icloud: (legacy|cloudkit), custom_network_protocol: (on|off), data_protection: (complete|unlessopen|untilfirstauth), extended_virtual_address_space: (on|off), family_controls: (on|off), file_provider_testing_mode: (on|off), fonts: (on|off), game_center: (ios|mac), health_kit: (on|off), hls_interstitial_preview: (on|off), home_kit: (on|off), hotspot: (on|off), in_app_purchase: (on|off), inter_app_audio: (on|off), low_latency_hls: (on|off), managed_associated_domains: (on|off), maps: (on|off), multipath: (on|off), network_extension: (on|off), nfc_tag_reading: (on|off), personal_vpn: (on|off), passbook: (on|off), push_notification: (on|off), sign_in_with_apple: (on), siri_kit: (on|off), system_extension: (on|off), user_management: (on|off), vpn_configuration: (on|off), wallet: (on|off), wireless_accessory: (on|off), car_play_audio_app: (on|off), car_play_messaging_app: (on|off), car_play_navigation_app: (on|off), car_play_voip_calling_app: (on|off), critical_alerts: (on|off), hotspot_helper: (on|off), driver_kit: (on|off), driver_kit_endpoint_security: (on|off), driver_kit_family_hid_device: (on|off), driver_kit_family_networking: (on|off), driver_kit_family_serial: (on|off), driver_kit_hid_event_service: (on|off), driver_kit_transport_hid: (on|off), multitasking_camera_access: (on|off), sf_universal_link_api: (on|off), vp9_decoder: (on|off), music_kit: (on|off), shazam_kit: (on|off), communication_notifications: (on|off), group_activities: (on|off), health_kit_estimate_recalibration: (on|off), time_sensitive_notifications: (on|off))
7924
7924
  - skipDevcenter: Skip the creation of the app on the Apple Developer Portal
7925
7925
  - teamId: The ID of your Developer Portal team if you're in multiple teams
7926
7926
  - teamName: The name of your Developer Portal team if you're in multiple teams
@@ -8277,17 +8277,17 @@ public func registerDevices(devices: OptionalConfigValue<[String: Any]?> = .fast
8277
8277
  >- You have called the `ensure_git_status_clean` action prior to calling this action. This ensures that your repo started off in a clean state, so the only things that will get destroyed by this action are files that are created as a byproduct of the fastlane run.|
8278
8278
  >|
8279
8279
  */
8280
- public func resetGitRepo(files: Any? = nil,
8280
+ public func resetGitRepo(files: OptionalConfigValue<[String]?> = .fastlaneDefault(nil),
8281
8281
  force: OptionalConfigValue<Bool> = .fastlaneDefault(false),
8282
8282
  skipClean: OptionalConfigValue<Bool> = .fastlaneDefault(false),
8283
8283
  disregardGitignore: OptionalConfigValue<Bool> = .fastlaneDefault(true),
8284
- exclude: Any? = nil)
8284
+ exclude: OptionalConfigValue<String?> = .fastlaneDefault(nil))
8285
8285
  {
8286
- let filesArg = RubyCommand.Argument(name: "files", value: files, type: nil)
8286
+ let filesArg = files.asRubyArgument(name: "files", type: nil)
8287
8287
  let forceArg = force.asRubyArgument(name: "force", type: nil)
8288
8288
  let skipCleanArg = skipClean.asRubyArgument(name: "skip_clean", type: nil)
8289
8289
  let disregardGitignoreArg = disregardGitignore.asRubyArgument(name: "disregard_gitignore", type: nil)
8290
- let excludeArg = RubyCommand.Argument(name: "exclude", value: exclude, type: nil)
8290
+ let excludeArg = exclude.asRubyArgument(name: "exclude", type: nil)
8291
8291
  let array: [RubyCommand.Argument?] = [filesArg,
8292
8292
  forceArg,
8293
8293
  skipCleanArg,
@@ -8340,13 +8340,13 @@ public func resetSimulatorContents(ios: OptionalConfigValue<[String]?> = .fastla
8340
8340
  public func resign(ipa: String,
8341
8341
  signingIdentity: String,
8342
8342
  entitlements: OptionalConfigValue<String?> = .fastlaneDefault(nil),
8343
- provisioningProfile: Any,
8343
+ provisioningProfile: String,
8344
8344
  version: OptionalConfigValue<String?> = .fastlaneDefault(nil),
8345
8345
  displayName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
8346
8346
  shortVersion: OptionalConfigValue<String?> = .fastlaneDefault(nil),
8347
8347
  bundleVersion: OptionalConfigValue<String?> = .fastlaneDefault(nil),
8348
8348
  bundleId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
8349
- useAppEntitlements: Any? = nil,
8349
+ useAppEntitlements: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
8350
8350
  keychainPath: OptionalConfigValue<String?> = .fastlaneDefault(nil))
8351
8351
  {
8352
8352
  let ipaArg = RubyCommand.Argument(name: "ipa", value: ipa, type: nil)
@@ -8358,7 +8358,7 @@ public func resign(ipa: String,
8358
8358
  let shortVersionArg = shortVersion.asRubyArgument(name: "short_version", type: nil)
8359
8359
  let bundleVersionArg = bundleVersion.asRubyArgument(name: "bundle_version", type: nil)
8360
8360
  let bundleIdArg = bundleId.asRubyArgument(name: "bundle_id", type: nil)
8361
- let useAppEntitlementsArg = RubyCommand.Argument(name: "use_app_entitlements", value: useAppEntitlements, type: nil)
8361
+ let useAppEntitlementsArg = useAppEntitlements.asRubyArgument(name: "use_app_entitlements", type: nil)
8362
8362
  let keychainPathArg = keychainPath.asRubyArgument(name: "keychain_path", type: nil)
8363
8363
  let array: [RubyCommand.Argument?] = [ipaArg,
8364
8364
  signingIdentityArg,
@@ -8848,7 +8848,7 @@ public func s3(ipa: OptionalConfigValue<String?> = .fastlaneDefault(nil),
8848
8848
  - text: Text to be spoken out loud (as string or array of strings)
8849
8849
  - mute: If say should be muted with text printed out
8850
8850
  */
8851
- public func say(text: Any,
8851
+ public func say(text: [String],
8852
8852
  mute: OptionalConfigValue<Bool> = .fastlaneDefault(false))
8853
8853
  {
8854
8854
  let textArg = RubyCommand.Argument(name: "text", value: text, type: nil)
@@ -9203,7 +9203,7 @@ public func scp(username: String,
9203
9203
 
9204
9204
  - parameters:
9205
9205
  - androidHome: Path to the root of your Android SDK installation, e.g. ~/tools/android-sdk-macosx
9206
- - buildToolsVersion: The Android build tools version to use, e.g. '23.0.2'
9206
+ - buildToolsVersion: **DEPRECATED!** The Android build tools version to use, e.g. '23.0.2'
9207
9207
  - locales: A list of locales which should be used
9208
9208
  - clearPreviousScreenshots: Enabling this option will automatically clear previously generated screenshots before running screengrab
9209
9209
  - outputDirectory: The directory where to store the screenshots
@@ -9214,8 +9214,8 @@ public func scp(username: String,
9214
9214
  - useTestsInClasses: Only run tests in these Java classes
9215
9215
  - launchArguments: Additional launch arguments
9216
9216
  - testInstrumentationRunner: The fully qualified class name of your test instrumentation runner
9217
- - endingLocale: Return the device to this locale after running tests
9218
- - useAdbRoot: Restarts the adb daemon using `adb root` to allow access to screenshots directories on device. Use if getting 'Permission denied' errors
9217
+ - endingLocale: **DEPRECATED!** Return the device to this locale after running tests
9218
+ - useAdbRoot: **DEPRECATED!** Restarts the adb daemon using `adb root` to allow access to screenshots directories on device. Use if getting 'Permission denied' errors
9219
9219
  - appApkPath: The path to the APK for the app under test
9220
9220
  - testsApkPath: The path to the APK for the the tests bundle
9221
9221
  - specificDevice: Use the device or emulator with the given serial number or qualifier
@@ -9348,7 +9348,7 @@ public func setChangelog(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDef
9348
9348
  username: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9349
9349
  version: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9350
9350
  changelog: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9351
- teamId: Any? = nil,
9351
+ teamId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9352
9352
  teamName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9353
9353
  platform: String = "ios")
9354
9354
  {
@@ -9358,7 +9358,7 @@ public func setChangelog(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDef
9358
9358
  let usernameArg = username.asRubyArgument(name: "username", type: nil)
9359
9359
  let versionArg = version.asRubyArgument(name: "version", type: nil)
9360
9360
  let changelogArg = changelog.asRubyArgument(name: "changelog", type: nil)
9361
- let teamIdArg = RubyCommand.Argument(name: "team_id", value: teamId, type: nil)
9361
+ let teamIdArg = teamId.asRubyArgument(name: "team_id", type: nil)
9362
9362
  let teamNameArg = teamName.asRubyArgument(name: "team_name", type: nil)
9363
9363
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
9364
9364
  let array: [RubyCommand.Argument?] = [apiKeyPathArg,
@@ -9453,7 +9453,7 @@ public func setChangelog(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDef
9453
9453
  */
9454
9454
  public func setInfoPlistValue(key: String,
9455
9455
  subkey: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9456
- value: Any,
9456
+ value: String,
9457
9457
  path: String,
9458
9458
  outputFileName: OptionalConfigValue<String?> = .fastlaneDefault(nil))
9459
9459
  {
@@ -9559,7 +9559,7 @@ public func setupCircleCi(force: OptionalConfigValue<Bool> = .fastlaneDefault(fa
9559
9559
  - parameters:
9560
9560
  - force: Force setup, even if not executed by Jenkins
9561
9561
  - unlockKeychain: Unlocks keychain
9562
- - addKeychainToSearchList: Add to keychain search list
9562
+ - addKeychainToSearchList: Add to keychain search list, valid values are true, false, :add, and :replace
9563
9563
  - setDefaultKeychain: Set keychain as default
9564
9564
  - keychainPath: Path to keychain
9565
9565
  - keychainPassword: Keychain password
@@ -9583,7 +9583,7 @@ public func setupCircleCi(force: OptionalConfigValue<Bool> = .fastlaneDefault(fa
9583
9583
  */
9584
9584
  public func setupJenkins(force: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9585
9585
  unlockKeychain: OptionalConfigValue<Bool> = .fastlaneDefault(true),
9586
- addKeychainToSearchList: Any = "replace",
9586
+ addKeychainToSearchList: String = "replace",
9587
9587
  setDefaultKeychain: OptionalConfigValue<Bool> = .fastlaneDefault(true),
9588
9588
  keychainPath: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9589
9589
  keychainPassword: String,
@@ -9964,7 +9964,7 @@ public func slather(buildDirectory: OptionalConfigValue<String?> = .fastlaneDefa
9964
9964
  gutterJson: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
9965
9965
  coberturaXml: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
9966
9966
  sonarqubeXml: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
9967
- llvmCov: Any? = nil,
9967
+ llvmCov: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
9968
9968
  json: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
9969
9969
  html: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
9970
9970
  show: OptionalConfigValue<Bool> = .fastlaneDefault(false),
@@ -9996,7 +9996,7 @@ public func slather(buildDirectory: OptionalConfigValue<String?> = .fastlaneDefa
9996
9996
  let gutterJsonArg = gutterJson.asRubyArgument(name: "gutter_json", type: nil)
9997
9997
  let coberturaXmlArg = coberturaXml.asRubyArgument(name: "cobertura_xml", type: nil)
9998
9998
  let sonarqubeXmlArg = sonarqubeXml.asRubyArgument(name: "sonarqube_xml", type: nil)
9999
- let llvmCovArg = RubyCommand.Argument(name: "llvm_cov", value: llvmCov, type: nil)
9999
+ let llvmCovArg = llvmCov.asRubyArgument(name: "llvm_cov", type: nil)
10000
10000
  let jsonArg = json.asRubyArgument(name: "json", type: nil)
10001
10001
  let htmlArg = html.asRubyArgument(name: "html", type: nil)
10002
10002
  let showArg = show.asRubyArgument(name: "show", type: nil)
@@ -10519,7 +10519,7 @@ public func splunkmint(dsym: OptionalConfigValue<String?> = .fastlaneDefault(nil
10519
10519
  - verbose: Increase verbosity of informational output
10520
10520
  */
10521
10521
  public func spm(command: String = "build",
10522
- enableCodeCoverage: Any? = nil,
10522
+ enableCodeCoverage: OptionalConfigValue<Bool?> = .fastlaneDefault(nil),
10523
10523
  buildPath: OptionalConfigValue<String?> = .fastlaneDefault(nil),
10524
10524
  packagePath: OptionalConfigValue<String?> = .fastlaneDefault(nil),
10525
10525
  xcconfig: OptionalConfigValue<String?> = .fastlaneDefault(nil),
@@ -10530,7 +10530,7 @@ public func spm(command: String = "build",
10530
10530
  verbose: OptionalConfigValue<Bool> = .fastlaneDefault(false))
10531
10531
  {
10532
10532
  let commandArg = RubyCommand.Argument(name: "command", value: command, type: nil)
10533
- let enableCodeCoverageArg = RubyCommand.Argument(name: "enable_code_coverage", value: enableCodeCoverage, type: nil)
10533
+ let enableCodeCoverageArg = enableCodeCoverage.asRubyArgument(name: "enable_code_coverage", type: nil)
10534
10534
  let buildPathArg = buildPath.asRubyArgument(name: "build_path", type: nil)
10535
10535
  let packagePathArg = packagePath.asRubyArgument(name: "package_path", type: nil)
10536
10536
  let xcconfigArg = xcconfig.asRubyArgument(name: "xcconfig", type: nil)
@@ -11356,7 +11356,7 @@ public func typetalk() {
11356
11356
  - parameters:
11357
11357
  - path: Path to the keychain file
11358
11358
  - password: Keychain password
11359
- - addToSearchList: Add to keychain search list
11359
+ - addToSearchList: Add to keychain search list, valid values are true, false, :add, and :replace
11360
11360
  - setDefault: Set as default keychain
11361
11361
 
11362
11362
  Unlocks the given keychain file and adds it to the keychain search list.
@@ -11392,7 +11392,7 @@ public func unlockKeychain(path: String = "login",
11392
11392
  Updates the App Group Identifiers in the given Entitlements file, so you can have app groups for the app store build and app groups for an enterprise build.
11393
11393
  */
11394
11394
  public func updateAppGroupIdentifiers(entitlementsFile: String,
11395
- appGroupIdentifiers: Any)
11395
+ appGroupIdentifiers: [String])
11396
11396
  {
11397
11397
  let entitlementsFileArg = RubyCommand.Argument(name: "entitlements_file", value: entitlementsFile, type: nil)
11398
11398
  let appGroupIdentifiersArg = RubyCommand.Argument(name: "app_group_identifiers", value: appGroupIdentifiers, type: nil)
@@ -13151,4 +13151,4 @@ public let snapshotfile = Snapshotfile()
13151
13151
 
13152
13152
  // Please don't remove the lines below
13153
13153
  // They are used to detect outdated files
13154
- // FastlaneRunnerAPIVersion [0.9.127]
13154
+ // FastlaneRunnerAPIVersion [0.9.128]