fastlane 2.194.0 → 2.195.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +84 -84
  3. data/fastlane/lib/fastlane/actions/gradle.rb +15 -2
  4. data/fastlane/lib/fastlane/actions/last_git_commit.rb +1 -1
  5. data/fastlane/lib/fastlane/actions/prompt.rb +1 -1
  6. data/fastlane/lib/fastlane/version.rb +1 -1
  7. data/fastlane/swift/Deliverfile.swift +1 -1
  8. data/fastlane/swift/DeliverfileProtocol.swift +1 -1
  9. data/fastlane/swift/Fastlane.swift +38 -67
  10. data/fastlane/swift/Gymfile.swift +1 -1
  11. data/fastlane/swift/GymfileProtocol.swift +1 -1
  12. data/fastlane/swift/Matchfile.swift +1 -1
  13. data/fastlane/swift/MatchfileProtocol.swift +9 -1
  14. data/fastlane/swift/Precheckfile.swift +1 -1
  15. data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
  16. data/fastlane/swift/Scanfile.swift +1 -1
  17. data/fastlane/swift/ScanfileProtocol.swift +1 -1
  18. data/fastlane/swift/Screengrabfile.swift +1 -1
  19. data/fastlane/swift/ScreengrabfileProtocol.swift +1 -1
  20. data/fastlane/swift/Snapshotfile.swift +1 -1
  21. data/fastlane/swift/SnapshotfileProtocol.swift +2 -2
  22. data/fastlane/swift/formatting/Brewfile.lock.json +3 -3
  23. data/match/lib/match/generator.rb +2 -1
  24. data/match/lib/match/options.rb +10 -0
  25. data/match/lib/match/runner.rb +94 -10
  26. data/sigh/lib/sigh/options.rb +5 -0
  27. data/sigh/lib/sigh/runner.rb +2 -2
  28. data/snapshot/lib/snapshot/options.rb +1 -1
  29. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher_base.rb +7 -0
  30. metadata +21 -24
  31. data/fastlane/lib/fastlane/actions/.notarize.rb.swp +0 -0
  32. data/fastlane/lib/fastlane/actions/crashlytics.rb +0 -207
  33. data/fastlane/lib/fastlane/helper/crashlytics_helper.rb +0 -157
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89364e66ffaf19316585dfb22f851fbaea4f5c592942a06b90ac4e1301b6eac1
4
- data.tar.gz: a968f9c694a148943ff821d8ece6dc7874558638f1b3ae80637bbcc12483e0fa
3
+ metadata.gz: 4cd7eb437e3a1f8298553886732f358e31eef1c3cc91f43d39c8cfa47630962e
4
+ data.tar.gz: 10e833b578831c678fa5515c12cc9fb18c9668d9296871e487571d92ceedeb53
5
5
  SHA512:
6
- metadata.gz: 0200da5a0b1fc50d082ad63f87b62a80047041014c31a0f786dd5bb713c4e257c3e1d4e1be5e5a6bbf250db09a1ecd19cbbde83b1329a0179a06c584d03eab1e
7
- data.tar.gz: '0692862a0ad1e6ae72c8c8e7e59473fc2d2871d252f891e22bb0353844dee71b47b44d2ef9c9541500c5e3458c1ce05cceb9ee89af7d3a672d752daf72c39108'
6
+ metadata.gz: 7bda6c9251396e39f8d88efe075f5684cdd22b6a144732cc472ee711e4b6b192f31a9fb7ec6a387a224d8904e0097596cc13f9cb1006d96d30048f3cba6cd56f
7
+ data.tar.gz: 7a64bc28296e873afa02ac9af4f6c7d48d1d46c328a84218185b840e761f40cf5154385d390b10e024b8bd66a335a811fe9db0d09be2d1a7516f7c3d23c7d870
data/README.md CHANGED
@@ -35,29 +35,29 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
35
35
  <!-- This table is regenerated and resorted on each release -->
36
36
  <table id='team'>
37
37
  <tr>
38
- <td id='manu-wallner'>
39
- <a href='https://github.com/milch'>
40
- <img src='https://github.com/milch.png' width='140px;'>
41
- </a>
42
- <h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
43
- </td>
44
- <td id='max-ott'>
45
- <a href='https://github.com/max-ott'>
46
- <img src='https://github.com/max-ott.png' width='140px;'>
47
- </a>
48
- <h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
49
- </td>
50
38
  <td id='daniel-jankowski'>
51
39
  <a href='https://github.com/mollyIV'>
52
40
  <img src='https://github.com/mollyIV.png' width='140px;'>
53
41
  </a>
54
42
  <h4 align='center'><a href='https://twitter.com/mollyIV'>Daniel Jankowski</a></h4>
55
43
  </td>
56
- <td id='josh-holtz'>
57
- <a href='https://github.com/joshdholtz'>
58
- <img src='https://github.com/joshdholtz.png' width='140px;'>
44
+ <td id='aaron-brager'>
45
+ <a href='https://github.com/getaaron'>
46
+ <img src='https://github.com/getaaron.png' width='140px;'>
59
47
  </a>
60
- <h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
48
+ <h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
49
+ </td>
50
+ <td id='jorge-revuelta-h'>
51
+ <a href='https://github.com/minuscorp'>
52
+ <img src='https://github.com/minuscorp.png' width='140px;'>
53
+ </a>
54
+ <h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
55
+ </td>
56
+ <td id='danielle-tomlinson'>
57
+ <a href='https://github.com/endocrimes'>
58
+ <img src='https://github.com/endocrimes.png' width='140px;'>
59
+ </a>
60
+ <h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
61
61
  </td>
62
62
  <td id='jimmy-dee'>
63
63
  <a href='https://github.com/jdee'>
@@ -67,23 +67,29 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
67
67
  </td>
68
68
  </tr>
69
69
  <tr>
70
- <td id='olivier-halligon'>
71
- <a href='https://github.com/AliSoftware'>
72
- <img src='https://github.com/AliSoftware.png' width='140px;'>
70
+ <td id='max-ott'>
71
+ <a href='https://github.com/max-ott'>
72
+ <img src='https://github.com/max-ott.png' width='140px;'>
73
73
  </a>
74
- <h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
74
+ <h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
75
75
  </td>
76
- <td id='andrew-mcburney'>
77
- <a href='https://github.com/armcburney'>
78
- <img src='https://github.com/armcburney.png' width='140px;'>
76
+ <td id='josh-holtz'>
77
+ <a href='https://github.com/joshdholtz'>
78
+ <img src='https://github.com/joshdholtz.png' width='140px;'>
79
79
  </a>
80
- <h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
80
+ <h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
81
81
  </td>
82
- <td id='maksym-grebenets'>
83
- <a href='https://github.com/mgrebenets'>
84
- <img src='https://github.com/mgrebenets.png' width='140px;'>
82
+ <td id='felix-krause'>
83
+ <a href='https://github.com/KrauseFx'>
84
+ <img src='https://github.com/KrauseFx.png' width='140px;'>
85
85
  </a>
86
- <h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
86
+ <h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
87
+ </td>
88
+ <td id='olivier-halligon'>
89
+ <a href='https://github.com/AliSoftware'>
90
+ <img src='https://github.com/AliSoftware.png' width='140px;'>
91
+ </a>
92
+ <h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
87
93
  </td>
88
94
  <td id='stefan-natchev'>
89
95
  <a href='https://github.com/snatchev'>
@@ -91,31 +97,25 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
91
97
  </a>
92
98
  <h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
93
99
  </td>
94
- <td id='felix-krause'>
95
- <a href='https://github.com/KrauseFx'>
96
- <img src='https://github.com/KrauseFx.png' width='140px;'>
97
- </a>
98
- <h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
99
- </td>
100
100
  </tr>
101
101
  <tr>
102
- <td id='helmut-januschka'>
103
- <a href='https://github.com/hjanuschka'>
104
- <img src='https://github.com/hjanuschka.png' width='140px;'>
102
+ <td id='matthew-ellis'>
103
+ <a href='https://github.com/matthewellis'>
104
+ <img src='https://github.com/matthewellis.png' width='140px;'>
105
105
  </a>
106
- <h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
106
+ <h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
107
107
  </td>
108
- <td id='iulian-onofrei'>
109
- <a href='https://github.com/revolter'>
110
- <img src='https://github.com/revolter.png' width='140px;'>
108
+ <td id='manu-wallner'>
109
+ <a href='https://github.com/milch'>
110
+ <img src='https://github.com/milch.png' width='140px;'>
111
111
  </a>
112
- <h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
112
+ <h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
113
113
  </td>
114
- <td id='jan-piotrowski'>
115
- <a href='https://github.com/janpio'>
116
- <img src='https://github.com/janpio.png' width='140px;'>
114
+ <td id='roger-oba'>
115
+ <a href='https://github.com/rogerluan'>
116
+ <img src='https://github.com/rogerluan.png' width='140px;'>
117
117
  </a>
118
- <h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
118
+ <h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
119
119
  </td>
120
120
  <td id='joshua-liebowitz'>
121
121
  <a href='https://github.com/taquitos'>
@@ -123,11 +123,11 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
123
123
  </a>
124
124
  <h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
125
125
  </td>
126
- <td id='matthew-ellis'>
127
- <a href='https://github.com/matthewellis'>
128
- <img src='https://github.com/matthewellis.png' width='140px;'>
126
+ <td id='helmut-januschka'>
127
+ <a href='https://github.com/hjanuschka'>
128
+ <img src='https://github.com/hjanuschka.png' width='140px;'>
129
129
  </a>
130
- <h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
130
+ <h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
131
131
  </td>
132
132
  </tr>
133
133
  <tr>
@@ -137,61 +137,61 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
137
137
  </a>
138
138
  <h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
139
139
  </td>
140
- <td id='danielle-tomlinson'>
141
- <a href='https://github.com/endocrimes'>
142
- <img src='https://github.com/endocrimes.png' width='140px;'>
143
- </a>
144
- <h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
145
- </td>
146
140
  <td id='kohki-miki'>
147
141
  <a href='https://github.com/giginet'>
148
142
  <img src='https://github.com/giginet.png' width='140px;'>
149
143
  </a>
150
144
  <h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
151
145
  </td>
152
- <td id='manish-rathi'>
153
- <a href='https://github.com/crazymanish'>
154
- <img src='https://github.com/crazymanish.png' width='140px;'>
146
+ <td id='jérôme-lacoste'>
147
+ <a href='https://github.com/lacostej'>
148
+ <img src='https://github.com/lacostej.png' width='140px;'>
155
149
  </a>
156
- <h4 align='center'><a href='https://twitter.com/iammanishrathi'>Manish Rathi</a></h4>
150
+ <h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
157
151
  </td>
158
- <td id='jorge-revuelta-h'>
159
- <a href='https://github.com/minuscorp'>
160
- <img src='https://github.com/minuscorp.png' width='140px;'>
152
+ <td id='andrew-mcburney'>
153
+ <a href='https://github.com/armcburney'>
154
+ <img src='https://github.com/armcburney.png' width='140px;'>
161
155
  </a>
162
- <h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
156
+ <h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
157
+ </td>
158
+ <td id='luka-mirosevic'>
159
+ <a href='https://github.com/lmirosevic'>
160
+ <img src='https://github.com/lmirosevic.png' width='140px;'>
161
+ </a>
162
+ <h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
163
163
  </td>
164
164
  </tr>
165
165
  <tr>
166
- <td id='roger-oba'>
167
- <a href='https://github.com/rogerluan'>
168
- <img src='https://github.com/rogerluan.png' width='140px;'>
166
+ <td id='iulian-onofrei'>
167
+ <a href='https://github.com/revolter'>
168
+ <img src='https://github.com/revolter.png' width='140px;'>
169
169
  </a>
170
- <h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
170
+ <h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
171
171
  </td>
172
- <td id='satoshi-namai'>
173
- <a href='https://github.com/ainame'>
174
- <img src='https://github.com/ainame.png' width='140px;'>
172
+ <td id='maksym-grebenets'>
173
+ <a href='https://github.com/mgrebenets'>
174
+ <img src='https://github.com/mgrebenets.png' width='140px;'>
175
175
  </a>
176
- <h4 align='center'><a href='https://twitter.com/ainame'>Satoshi Namai</a></h4>
176
+ <h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
177
177
  </td>
178
- <td id='jérôme-lacoste'>
179
- <a href='https://github.com/lacostej'>
180
- <img src='https://github.com/lacostej.png' width='140px;'>
178
+ <td id='manish-rathi'>
179
+ <a href='https://github.com/crazymanish'>
180
+ <img src='https://github.com/crazymanish.png' width='140px;'>
181
181
  </a>
182
- <h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
182
+ <h4 align='center'><a href='https://twitter.com/iammanishrathi'>Manish Rathi</a></h4>
183
183
  </td>
184
- <td id='aaron-brager'>
185
- <a href='https://github.com/getaaron'>
186
- <img src='https://github.com/getaaron.png' width='140px;'>
184
+ <td id='jan-piotrowski'>
185
+ <a href='https://github.com/janpio'>
186
+ <img src='https://github.com/janpio.png' width='140px;'>
187
187
  </a>
188
- <h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
188
+ <h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
189
189
  </td>
190
- <td id='luka-mirosevic'>
191
- <a href='https://github.com/lmirosevic'>
192
- <img src='https://github.com/lmirosevic.png' width='140px;'>
190
+ <td id='satoshi-namai'>
191
+ <a href='https://github.com/ainame'>
192
+ <img src='https://github.com/ainame.png' width='140px;'>
193
193
  </a>
194
- <h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
194
+ <h4 align='center'><a href='https://twitter.com/ainame'>Satoshi Namai</a></h4>
195
195
  </td>
196
196
  </tr>
197
197
  </table>
@@ -258,8 +258,21 @@ module Fastlane
258
258
  # ...
259
259
 
260
260
  properties: {
261
- "versionCode" => 100,
262
- "versionName" => "1.0.0",
261
+ "exampleNumber" => 100,
262
+ "exampleString" => "1.0.0",
263
+ # ...
264
+ }
265
+ )
266
+ ```
267
+
268
+ You can use this to change the version code and name of your app:
269
+ ```ruby
270
+ gradle(
271
+ # ...
272
+
273
+ properties: {
274
+ "android.injected.version.code" => 100,
275
+ "android.injected.version.name" => "1.0.0",
263
276
  # ...
264
277
  }
265
278
  )
@@ -32,7 +32,7 @@ module Fastlane
32
32
  def self.example_code
33
33
  [
34
34
  'commit = last_git_commit
35
- crashlytics(notes: commit[:message]) # message of commit
35
+ pilot(changelog: commit[:message]) # message of commit
36
36
  author = commit[:author] # author of the commit
37
37
  author_email = commit[:author_email] # email of the author of the commit
38
38
  hash = commit[:commit_hash] # long sha of commit
@@ -98,7 +98,7 @@ module Fastlane
98
98
  multi_line_end_keyword: "END"
99
99
  )
100
100
 
101
- crashlytics(notes: changelog)'
101
+ pilot(changelog: changelog)'
102
102
  ]
103
103
  end
104
104
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.194.0'.freeze
2
+ VERSION = '2.195.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.194.0
20
+ // Generated with fastlane 2.195.0
@@ -260,4 +260,4 @@ public extension DeliverfileProtocol {
260
260
 
261
261
  // Please don't remove the lines below
262
262
  // They are used to detect outdated files
263
- // FastlaneRunnerAPIVersion [0.9.83]
263
+ // FastlaneRunnerAPIVersion [0.9.84]
@@ -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
 
@@ -4951,6 +4890,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
4951
4890
  - certOwnerName: The certificate name to use for new profiles, or to renew with. (e.g. "Felix Krause")
4952
4891
  - filename: Filename to use for the generated provisioning profile (must include .mobileprovision)
4953
4892
  - skipFetchProfiles: Skips the verification of existing profiles which is useful if you have thousands of profiles
4893
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
4954
4894
  - skipCertificateVerification: Skips the verification of the certificates for every existing profiles. This will make sure the provisioning profile can be used on the local machine
4955
4895
  - platform: Set the provisioning profile's platform (i.e. ios, tvos, macos, catalyst)
4956
4896
  - readonly: Only fetch existing profile, don't generate new ones
@@ -4979,6 +4919,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
4979
4919
  certOwnerName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
4980
4920
  filename: OptionalConfigValue<String?> = .fastlaneDefault(nil),
4981
4921
  skipFetchProfiles: OptionalConfigValue<Bool> = .fastlaneDefault(false),
4922
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
4982
4923
  skipCertificateVerification: OptionalConfigValue<Bool> = .fastlaneDefault(false),
4983
4924
  platform: Any = "ios",
4984
4925
  readonly: OptionalConfigValue<Bool> = .fastlaneDefault(false),
@@ -5003,6 +4944,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
5003
4944
  let certOwnerNameArg = certOwnerName.asRubyArgument(name: "cert_owner_name", type: nil)
5004
4945
  let filenameArg = filename.asRubyArgument(name: "filename", type: nil)
5005
4946
  let skipFetchProfilesArg = skipFetchProfiles.asRubyArgument(name: "skip_fetch_profiles", type: nil)
4947
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
5006
4948
  let skipCertificateVerificationArg = skipCertificateVerification.asRubyArgument(name: "skip_certificate_verification", type: nil)
5007
4949
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
5008
4950
  let readonlyArg = readonly.asRubyArgument(name: "readonly", type: nil)
@@ -5026,6 +4968,7 @@ public func getManagedPlayStorePublishingRights(jsonKey: OptionalConfigValue<Str
5026
4968
  certOwnerNameArg,
5027
4969
  filenameArg,
5028
4970
  skipFetchProfilesArg,
4971
+ includeAllCertificatesArg,
5029
4972
  skipCertificateVerificationArg,
5030
4973
  platformArg,
5031
4974
  readonlyArg,
@@ -6647,6 +6590,8 @@ public func makeChangelogFromJenkins(fallbackChangelog: String = "",
6647
6590
  - keychainPassword: This might be required the first time you access certificates on a new mac. For the login/default keychain this is your macOS account password
6648
6591
  - force: Renew the provisioning profiles every time you run match
6649
6592
  - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'
6593
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
6594
+ - forceForNewCertificates: Renew the provisioning profiles if the device count on the developer portal has changed. Works only for the 'development' provisioning profile type. Requires 'include_all_certificates' option to be 'true'
6650
6595
  - skipConfirmation: Disables confirmation prompts during nuke, answering them with yes
6651
6596
  - skipDocs: Skip generation of a README.md for the created git repository
6652
6597
  - platform: Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst)
@@ -6694,6 +6639,8 @@ public func match(type: String = matchfile.type,
6694
6639
  keychainPassword: OptionalConfigValue<String?> = .fastlaneDefault(matchfile.keychainPassword),
6695
6640
  force: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.force),
6696
6641
  forceForNewDevices: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.forceForNewDevices),
6642
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.includeAllCertificates),
6643
+ forceForNewCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.forceForNewCertificates),
6697
6644
  skipConfirmation: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.skipConfirmation),
6698
6645
  skipDocs: OptionalConfigValue<Bool> = .fastlaneDefault(matchfile.skipDocs),
6699
6646
  platform: String = matchfile.platform,
@@ -6739,6 +6686,8 @@ public func match(type: String = matchfile.type,
6739
6686
  let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil)
6740
6687
  let forceArg = force.asRubyArgument(name: "force", type: nil)
6741
6688
  let forceForNewDevicesArg = forceForNewDevices.asRubyArgument(name: "force_for_new_devices", type: nil)
6689
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
6690
+ let forceForNewCertificatesArg = forceForNewCertificates.asRubyArgument(name: "force_for_new_certificates", type: nil)
6742
6691
  let skipConfirmationArg = skipConfirmation.asRubyArgument(name: "skip_confirmation", type: nil)
6743
6692
  let skipDocsArg = skipDocs.asRubyArgument(name: "skip_docs", type: nil)
6744
6693
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
@@ -6783,6 +6732,8 @@ public func match(type: String = matchfile.type,
6783
6732
  keychainPasswordArg,
6784
6733
  forceArg,
6785
6734
  forceForNewDevicesArg,
6735
+ includeAllCertificatesArg,
6736
+ forceForNewCertificatesArg,
6786
6737
  skipConfirmationArg,
6787
6738
  skipDocsArg,
6788
6739
  platformArg,
@@ -6838,6 +6789,8 @@ public func match(type: String = matchfile.type,
6838
6789
  - keychainPassword: This might be required the first time you access certificates on a new mac. For the login/default keychain this is your macOS account password
6839
6790
  - force: Renew the provisioning profiles every time you run match
6840
6791
  - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'
6792
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
6793
+ - forceForNewCertificates: Renew the provisioning profiles if the device count on the developer portal has changed. Works only for the 'development' provisioning profile type. Requires 'include_all_certificates' option to be 'true'
6841
6794
  - skipConfirmation: Disables confirmation prompts during nuke, answering them with yes
6842
6795
  - skipDocs: Skip generation of a README.md for the created git repository
6843
6796
  - platform: Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst)
@@ -6889,6 +6842,8 @@ public func matchNuke(type: String = "development",
6889
6842
  keychainPassword: OptionalConfigValue<String?> = .fastlaneDefault(nil),
6890
6843
  force: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6891
6844
  forceForNewDevices: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6845
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6846
+ forceForNewCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6892
6847
  skipConfirmation: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6893
6848
  skipDocs: OptionalConfigValue<Bool> = .fastlaneDefault(false),
6894
6849
  platform: String = "ios",
@@ -6934,6 +6889,8 @@ public func matchNuke(type: String = "development",
6934
6889
  let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil)
6935
6890
  let forceArg = force.asRubyArgument(name: "force", type: nil)
6936
6891
  let forceForNewDevicesArg = forceForNewDevices.asRubyArgument(name: "force_for_new_devices", type: nil)
6892
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
6893
+ let forceForNewCertificatesArg = forceForNewCertificates.asRubyArgument(name: "force_for_new_certificates", type: nil)
6937
6894
  let skipConfirmationArg = skipConfirmation.asRubyArgument(name: "skip_confirmation", type: nil)
6938
6895
  let skipDocsArg = skipDocs.asRubyArgument(name: "skip_docs", type: nil)
6939
6896
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
@@ -6978,6 +6935,8 @@ public func matchNuke(type: String = "development",
6978
6935
  keychainPasswordArg,
6979
6936
  forceArg,
6980
6937
  forceForNewDevicesArg,
6938
+ includeAllCertificatesArg,
6939
+ forceForNewCertificatesArg,
6981
6940
  skipConfirmationArg,
6982
6941
  skipDocsArg,
6983
6942
  platformArg,
@@ -7140,7 +7099,7 @@ public func nexusUpload(file: String,
7140
7099
  - apiKey: Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)
7141
7100
  */
7142
7101
  public func notarize(package: String,
7143
- useNotarytool: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7102
+ useNotarytool: OptionalConfigValue<Bool> = .fastlaneDefault(true),
7144
7103
  tryEarlyStapling: OptionalConfigValue<Bool> = .fastlaneDefault(false),
7145
7104
  bundleId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
7146
7105
  username: OptionalConfigValue<String?> = .fastlaneDefault(nil),
@@ -9774,6 +9733,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9774
9733
  - certOwnerName: The certificate name to use for new profiles, or to renew with. (e.g. "Felix Krause")
9775
9734
  - filename: Filename to use for the generated provisioning profile (must include .mobileprovision)
9776
9735
  - skipFetchProfiles: Skips the verification of existing profiles which is useful if you have thousands of profiles
9736
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
9777
9737
  - skipCertificateVerification: Skips the verification of the certificates for every existing profiles. This will make sure the provisioning profile can be used on the local machine
9778
9738
  - platform: Set the provisioning profile's platform (i.e. ios, tvos, macos, catalyst)
9779
9739
  - readonly: Only fetch existing profile, don't generate new ones
@@ -9802,6 +9762,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9802
9762
  certOwnerName: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9803
9763
  filename: OptionalConfigValue<String?> = .fastlaneDefault(nil),
9804
9764
  skipFetchProfiles: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9765
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9805
9766
  skipCertificateVerification: OptionalConfigValue<Bool> = .fastlaneDefault(false),
9806
9767
  platform: Any = "ios",
9807
9768
  readonly: OptionalConfigValue<Bool> = .fastlaneDefault(false),
@@ -9826,6 +9787,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9826
9787
  let certOwnerNameArg = certOwnerName.asRubyArgument(name: "cert_owner_name", type: nil)
9827
9788
  let filenameArg = filename.asRubyArgument(name: "filename", type: nil)
9828
9789
  let skipFetchProfilesArg = skipFetchProfiles.asRubyArgument(name: "skip_fetch_profiles", type: nil)
9790
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
9829
9791
  let skipCertificateVerificationArg = skipCertificateVerification.asRubyArgument(name: "skip_certificate_verification", type: nil)
9830
9792
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
9831
9793
  let readonlyArg = readonly.asRubyArgument(name: "readonly", type: nil)
@@ -9849,6 +9811,7 @@ public func setupTravis(force: OptionalConfigValue<Bool> = .fastlaneDefault(fals
9849
9811
  certOwnerNameArg,
9850
9812
  filenameArg,
9851
9813
  skipFetchProfilesArg,
9814
+ includeAllCertificatesArg,
9852
9815
  skipCertificateVerificationArg,
9853
9816
  platformArg,
9854
9817
  readonlyArg,
@@ -10152,7 +10115,7 @@ public func slather(buildDirectory: OptionalConfigValue<String?> = .fastlaneDefa
10152
10115
  - reinstallApp: Enabling this option will automatically uninstall the application before running it
10153
10116
  - eraseSimulator: Enabling this option will automatically erase the simulator before running the application
10154
10117
  - 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
10118
+ - overrideStatusBar: Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception (Adjust 'SNAPSHOT_SIMULATOR_WAIT_FOR_BOOT_TIMEOUT' environment variable if override status bar is not working. Might be because simulator is not fully booted. Defaults to 10 seconds)
10156
10119
  - overrideStatusBarArguments: Fully customize the status bar by setting each option here. See `xcrun simctl status_bar --help`
10157
10120
  - localizeSimulator: Enabling this option will configure the Simulator's system language
10158
10121
  - darkMode: Enabling this option will configure the Simulator to be in dark mode (false for light, true for dark)
@@ -10952,6 +10915,8 @@ public func swiftlint(mode: String = "lint",
10952
10915
  - keychainPassword: This might be required the first time you access certificates on a new mac. For the login/default keychain this is your macOS account password
10953
10916
  - force: Renew the provisioning profiles every time you run match
10954
10917
  - forceForNewDevices: Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'
10918
+ - includeAllCertificates: Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type
10919
+ - forceForNewCertificates: Renew the provisioning profiles if the device count on the developer portal has changed. Works only for the 'development' provisioning profile type. Requires 'include_all_certificates' option to be 'true'
10955
10920
  - skipConfirmation: Disables confirmation prompts during nuke, answering them with yes
10956
10921
  - skipDocs: Skip generation of a README.md for the created git repository
10957
10922
  - platform: Set the provisioning profile's platform to work with (i.e. ios, tvos, macos, catalyst)
@@ -10999,6 +10964,8 @@ public func syncCodeSigning(type: String = "development",
10999
10964
  keychainPassword: OptionalConfigValue<String?> = .fastlaneDefault(nil),
11000
10965
  force: OptionalConfigValue<Bool> = .fastlaneDefault(false),
11001
10966
  forceForNewDevices: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10967
+ includeAllCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10968
+ forceForNewCertificates: OptionalConfigValue<Bool> = .fastlaneDefault(false),
11002
10969
  skipConfirmation: OptionalConfigValue<Bool> = .fastlaneDefault(false),
11003
10970
  skipDocs: OptionalConfigValue<Bool> = .fastlaneDefault(false),
11004
10971
  platform: String = "ios",
@@ -11044,6 +11011,8 @@ public func syncCodeSigning(type: String = "development",
11044
11011
  let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil)
11045
11012
  let forceArg = force.asRubyArgument(name: "force", type: nil)
11046
11013
  let forceForNewDevicesArg = forceForNewDevices.asRubyArgument(name: "force_for_new_devices", type: nil)
11014
+ let includeAllCertificatesArg = includeAllCertificates.asRubyArgument(name: "include_all_certificates", type: nil)
11015
+ let forceForNewCertificatesArg = forceForNewCertificates.asRubyArgument(name: "force_for_new_certificates", type: nil)
11047
11016
  let skipConfirmationArg = skipConfirmation.asRubyArgument(name: "skip_confirmation", type: nil)
11048
11017
  let skipDocsArg = skipDocs.asRubyArgument(name: "skip_docs", type: nil)
11049
11018
  let platformArg = RubyCommand.Argument(name: "platform", value: platform, type: nil)
@@ -11088,6 +11057,8 @@ public func syncCodeSigning(type: String = "development",
11088
11057
  keychainPasswordArg,
11089
11058
  forceArg,
11090
11059
  forceForNewDevicesArg,
11060
+ includeAllCertificatesArg,
11061
+ forceForNewCertificatesArg,
11091
11062
  skipConfirmationArg,
11092
11063
  skipDocsArg,
11093
11064
  platformArg,
@@ -13069,7 +13040,7 @@ public func xcov(workspace: OptionalConfigValue<String?> = .fastlaneDefault(nil)
13069
13040
  coverallsServiceJobId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13070
13041
  coverallsRepoToken: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13071
13042
  xcconfig: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13072
- ideFoundationPath: String = "/Applications/Xcode-12.5.1.app/Contents/Developer/../Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation",
13043
+ ideFoundationPath: String = "/Applications/Xcode-13.Release.Candidate.app/Contents/Developer/../Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation",
13073
13044
  legacySupport: OptionalConfigValue<Bool> = .fastlaneDefault(false))
13074
13045
  {
13075
13046
  let workspaceArg = workspace.asRubyArgument(name: "workspace", type: nil)
@@ -13271,4 +13242,4 @@ public let snapshotfile = Snapshotfile()
13271
13242
 
13272
13243
  // Please don't remove the lines below
13273
13244
  // They are used to detect outdated files
13274
- // FastlaneRunnerAPIVersion [0.9.136]
13245
+ // FastlaneRunnerAPIVersion [0.9.137]
@@ -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.195.0