fastlane 2.186.0 → 2.190.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +86 -86
  3. data/fastlane/lib/fastlane/actions/app_store_connect_api_key.rb +1 -1
  4. data/fastlane/lib/fastlane/actions/appledoc.rb +45 -45
  5. data/fastlane/lib/fastlane/actions/automatic_code_signing.rb +1 -2
  6. data/fastlane/lib/fastlane/actions/bundle_install.rb +13 -1
  7. data/fastlane/lib/fastlane/actions/clean_cocoapods_cache.rb +25 -1
  8. data/fastlane/lib/fastlane/actions/create_keychain.rb +5 -2
  9. data/fastlane/lib/fastlane/actions/docs/build_app.md +1 -1
  10. data/fastlane/lib/fastlane/actions/docs/capture_android_screenshots.md +27 -28
  11. data/fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md +2 -2
  12. data/fastlane/lib/fastlane/actions/docs/create_app_online.md +171 -67
  13. data/fastlane/lib/fastlane/actions/docs/upload_to_app_store.md.erb +2 -2
  14. data/fastlane/lib/fastlane/actions/gradle.rb +1 -1
  15. data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +3 -4
  16. data/fastlane/lib/fastlane/actions/lcov.rb +0 -4
  17. data/fastlane/lib/fastlane/actions/mailgun.rb +21 -27
  18. data/fastlane/lib/fastlane/actions/make_changelog_from_jenkins.rb +1 -1
  19. data/fastlane/lib/fastlane/actions/modify_services.rb +59 -24
  20. data/fastlane/lib/fastlane/actions/nexus_upload.rb +2 -2
  21. data/fastlane/lib/fastlane/actions/notarize.rb +1 -4
  22. data/fastlane/lib/fastlane/actions/number_of_commits.rb +1 -1
  23. data/fastlane/lib/fastlane/actions/oclint.rb +15 -14
  24. data/fastlane/lib/fastlane/actions/pod_push.rb +0 -2
  25. data/fastlane/lib/fastlane/actions/podio_item.rb +0 -7
  26. data/fastlane/lib/fastlane/actions/prompt.rb +3 -4
  27. data/fastlane/lib/fastlane/actions/push_git_tags.rb +1 -1
  28. data/fastlane/lib/fastlane/actions/puts.rb +1 -2
  29. data/fastlane/lib/fastlane/actions/register_devices.rb +0 -1
  30. data/fastlane/lib/fastlane/actions/reset_git_repo.rb +5 -8
  31. data/fastlane/lib/fastlane/actions/reset_simulator_contents.rb +0 -2
  32. data/fastlane/lib/fastlane/actions/resign.rb +2 -9
  33. data/fastlane/lib/fastlane/actions/rsync.rb +3 -6
  34. data/fastlane/lib/fastlane/actions/run_tests.rb +1 -1
  35. data/fastlane/lib/fastlane/actions/s3.rb +1 -1
  36. data/fastlane/lib/fastlane/actions/say.rb +2 -3
  37. data/fastlane/lib/fastlane/actions/scp.rb +4 -10
  38. data/fastlane/lib/fastlane/actions/set_build_number_repository.rb +1 -1
  39. data/fastlane/lib/fastlane/actions/set_changelog.rb +1 -1
  40. data/fastlane/lib/fastlane/actions/set_github_release.rb +2 -8
  41. data/fastlane/lib/fastlane/actions/set_info_plist_value.rb +1 -1
  42. data/fastlane/lib/fastlane/actions/set_pod_key.rb +3 -4
  43. data/fastlane/lib/fastlane/actions/setup_ci.rb +1 -2
  44. data/fastlane/lib/fastlane/actions/setup_circle_ci.rb +1 -1
  45. data/fastlane/lib/fastlane/actions/setup_jenkins.rb +7 -12
  46. data/fastlane/lib/fastlane/actions/setup_travis.rb +1 -1
  47. data/fastlane/lib/fastlane/actions/sh.rb +2 -4
  48. data/fastlane/lib/fastlane/actions/slack.rb +6 -8
  49. data/fastlane/lib/fastlane/actions/slather.rb +3 -19
  50. data/fastlane/lib/fastlane/actions/sonar.rb +12 -19
  51. data/fastlane/lib/fastlane/actions/sourcedocs.rb +62 -98
  52. data/fastlane/lib/fastlane/actions/splunkmint.rb +2 -2
  53. data/fastlane/lib/fastlane/actions/spm.rb +3 -3
  54. data/fastlane/lib/fastlane/actions/ssh.rb +5 -10
  55. data/fastlane/lib/fastlane/actions/testfairy.rb +0 -1
  56. data/fastlane/lib/fastlane/actions/tryouts.rb +2 -3
  57. data/fastlane/lib/fastlane/actions/twitter.rb +0 -5
  58. data/fastlane/lib/fastlane/actions/unlock_keychain.rb +3 -3
  59. data/fastlane/lib/fastlane/actions/update_app_group_identifiers.rb +1 -4
  60. data/fastlane/lib/fastlane/actions/update_code_signing_settings.rb +8 -15
  61. data/fastlane/lib/fastlane/actions/update_fastlane.rb +2 -2
  62. data/fastlane/lib/fastlane/actions/update_icloud_container_identifiers.rb +1 -4
  63. data/fastlane/lib/fastlane/actions/update_info_plist.rb +1 -1
  64. data/fastlane/lib/fastlane/actions/update_keychain_access_groups.rb +1 -4
  65. data/fastlane/lib/fastlane/actions/update_plist.rb +1 -1
  66. data/fastlane/lib/fastlane/actions/update_project_provisioning.rb +2 -2
  67. data/fastlane/lib/fastlane/actions/update_urban_airship_configuration.rb +0 -1
  68. data/fastlane/lib/fastlane/actions/update_url_schemes.rb +15 -26
  69. data/fastlane/lib/fastlane/actions/upload_app_privacy_details_to_app_store.rb +1 -2
  70. data/fastlane/lib/fastlane/actions/upload_symbols_to_sentry.rb +3 -10
  71. data/fastlane/lib/fastlane/actions/validate_play_store_json_key.rb +40 -44
  72. data/fastlane/lib/fastlane/actions/version_get_podspec.rb +1 -2
  73. data/fastlane/lib/fastlane/actions/xcode_server_get_assets.rb +3 -3
  74. data/fastlane/lib/fastlane/actions/zip.rb +86 -22
  75. data/fastlane/lib/fastlane/documentation/docs_generator.rb +1 -1
  76. data/fastlane/lib/fastlane/documentation/markdown_docs_generator.rb +1 -1
  77. data/fastlane/lib/fastlane/plugins/template/.circleci/config.yml +1 -1
  78. data/fastlane/lib/fastlane/plugins/template/.github/workflows/test.yml +1 -1
  79. data/fastlane/lib/fastlane/version.rb +1 -1
  80. data/fastlane/swift/Deliverfile.swift +1 -1
  81. data/fastlane/swift/DeliverfileProtocol.swift +1 -1
  82. data/fastlane/swift/Fastlane.swift +152 -102
  83. data/fastlane/swift/Gymfile.swift +1 -1
  84. data/fastlane/swift/GymfileProtocol.swift +1 -1
  85. data/fastlane/swift/Matchfile.swift +1 -1
  86. data/fastlane/swift/MatchfileProtocol.swift +1 -1
  87. data/fastlane/swift/Precheckfile.swift +1 -1
  88. data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
  89. data/fastlane/swift/Scanfile.swift +1 -1
  90. data/fastlane/swift/ScanfileProtocol.swift +5 -1
  91. data/fastlane/swift/Screengrabfile.swift +1 -1
  92. data/fastlane/swift/ScreengrabfileProtocol.swift +4 -4
  93. data/fastlane/swift/Snapshotfile.swift +1 -1
  94. data/fastlane/swift/SnapshotfileProtocol.swift +1 -1
  95. data/fastlane/swift/formatting/Brewfile.lock.json +19 -11
  96. data/fastlane_core/lib/fastlane_core/keychain_importer.rb +11 -4
  97. data/fastlane_core/lib/fastlane_core/ui/disable_colors.rb +1 -0
  98. data/pilot/lib/pilot.rb +0 -1
  99. data/precheck/lib/precheck/module.rb +2 -0
  100. data/precheck/lib/precheck/options.rb +3 -3
  101. data/produce/lib/produce/commands_generator.rb +99 -27
  102. data/produce/lib/produce/developer_center.rb +42 -4
  103. data/produce/lib/produce/options.rb +1 -1
  104. data/produce/lib/produce/service.rb +270 -179
  105. data/scan/lib/scan/detect_values.rb +22 -13
  106. data/scan/lib/scan/module.rb +1 -0
  107. data/scan/lib/scan/options.rb +12 -1
  108. data/scan/lib/scan/test_command_generator.rb +29 -6
  109. data/scan/lib/scan/xcpretty_reporter_options_generator.rb +1 -1
  110. data/screengrab/lib/screengrab/android_environment.rb +2 -52
  111. data/screengrab/lib/screengrab/dependency_checker.rb +0 -20
  112. data/screengrab/lib/screengrab/options.rb +5 -2
  113. data/screengrab/lib/screengrab/runner.rb +109 -107
  114. data/sigh/lib/sigh/options.rb +2 -1
  115. data/snapshot/lib/assets/SnapfileTemplate +2 -1
  116. data/snapshot/lib/assets/SnapfileTemplate.swift +2 -1
  117. data/snapshot/lib/assets/SnapshotHelper.swift +14 -10
  118. data/snapshot/lib/snapshot/reports_generator.rb +3 -1
  119. data/snapshot/lib/snapshot/test_command_generator.rb +16 -2
  120. data/spaceship/lib/spaceship/client.rb +19 -3
  121. data/spaceship/lib/spaceship/connect_api/models/bundle_id.rb +8 -0
  122. data/spaceship/lib/spaceship/connect_api/models/bundle_id_capability.rb +58 -17
  123. data/spaceship/lib/spaceship/connect_api/models/user.rb +17 -3
  124. data/spaceship/lib/spaceship/connect_api/models/user_invitation.rb +26 -5
  125. data/spaceship/lib/spaceship/connect_api/provisioning/provisioning.rb +41 -1
  126. data/spaceship/lib/spaceship/connect_api/testflight/client.rb +3 -0
  127. data/spaceship/lib/spaceship/connect_api/testflight/testflight.rb +39 -0
  128. data/spaceship/lib/spaceship/connect_api/token.rb +2 -1
  129. data/spaceship/lib/spaceship/connect_api/tunes/client.rb +3 -0
  130. data/spaceship/lib/spaceship/connect_api/users/client.rb +3 -0
  131. data/spaceship/lib/spaceship/connect_api/users/users.rb +24 -2
  132. data/spaceship/lib/spaceship/tunes/tunes_client.rb +3 -0
  133. data/supply/lib/supply/client.rb +7 -1
  134. data/supply/lib/supply/options.rb +5 -0
  135. metadata +25 -31
  136. data/fastlane/lib/fastlane/.erb_template_helper.rb.swp +0 -0
  137. data/fastlane/lib/fastlane/helper/.git_helper.rb.swp +0 -0
  138. data/gym/lib/gym/generators/.package_command_generator_xcode7.rb.swp +0 -0
  139. data/pilot/lib/pilot/features.rb +0 -0
  140. data/spaceship/lib/spaceship/.DS_Store +0 -0
  141. data/spaceship/lib/spaceship/connect_api/models/.app_store_version_submission.rb.swp +0 -0
@@ -11,6 +11,9 @@ module Spaceship
11
11
 
12
12
  super(cookie: cookie, current_team_id: current_team_id, token: token, another_client: another_client)
13
13
 
14
+ # Used by most iris requests starting in July 2021
15
+ @additional_headers = { 'x-csrf-itc': '[asc-ui]' } if another_client
16
+
14
17
  self.extend(Spaceship::ConnectAPI::TestFlight::API)
15
18
  self.test_flight_request_client = self
16
19
  end
@@ -191,6 +191,19 @@ module Spaceship
191
191
  test_flight_request_client.post("builds/#{build_id}/relationships/betaGroups", body)
192
192
  end
193
193
 
194
+ def delete_beta_groups_from_build(build_id: nil, beta_group_ids: [])
195
+ body = {
196
+ data: beta_group_ids.map do |id|
197
+ {
198
+ type: "betaGroups",
199
+ id: id
200
+ }
201
+ end
202
+ }
203
+
204
+ test_flight_request_client.delete("builds/#{build_id}/relationships/betaGroups", nil, body)
205
+ end
206
+
194
207
  def create_beta_group(app_id: nil, group_name: nil, public_link_enabled: false, public_link_limit: 10_000, public_link_limit_enabled: false)
195
208
  body = {
196
209
  data: {
@@ -340,6 +353,32 @@ module Spaceship
340
353
  test_flight_request_client.post("betaTesters/#{beta_tester_id}/relationships/builds", body)
341
354
  end
342
355
 
356
+ def add_beta_testers_to_build(build_id: nil, beta_tester_ids: [])
357
+ body = {
358
+ data: beta_tester_ids.map do |id|
359
+ {
360
+ type: "betaTesters",
361
+ id: id
362
+ }
363
+ end
364
+ }
365
+
366
+ test_flight_request_client.post("builds/#{build_id}/relationships/individualTesters", body)
367
+ end
368
+
369
+ def delete_beta_testers_from_build(build_id: nil, beta_tester_ids: [])
370
+ body = {
371
+ data: beta_tester_ids.map do |id|
372
+ {
373
+ type: "betaTesters",
374
+ id: id
375
+ }
376
+ end
377
+ }
378
+
379
+ test_flight_request_client.delete("builds/#{build_id}/relationships/individualTesters", nil, body)
380
+ end
381
+
343
382
  #
344
383
  # betaTesterMetrics
345
384
  #
@@ -13,6 +13,7 @@ module Spaceship
13
13
  class Token
14
14
  # maximum expiration supported by AppStore (20 minutes)
15
15
  MAX_TOKEN_DURATION = 1200
16
+ DEFAULT_TOKEN_DURATION = 500
16
17
 
17
18
  attr_reader :key_id
18
19
  attr_reader :issuer_id
@@ -80,7 +81,7 @@ module Spaceship
80
81
  @duration = duration
81
82
  @in_house = in_house
82
83
 
83
- @duration ||= MAX_TOKEN_DURATION
84
+ @duration ||= DEFAULT_TOKEN_DURATION
84
85
  @duration = @duration.to_i if @duration
85
86
 
86
87
  refresh!
@@ -11,6 +11,9 @@ module Spaceship
11
11
 
12
12
  super(cookie: cookie, current_team_id: current_team_id, token: token, another_client: another_client)
13
13
 
14
+ # Used by most iris requests starting in July 2021
15
+ @additional_headers = { 'x-csrf-itc': '[asc-ui]' } if another_client
16
+
14
17
  self.extend(Spaceship::ConnectAPI::Tunes::API)
15
18
  self.tunes_request_client = self
16
19
  end
@@ -11,6 +11,9 @@ module Spaceship
11
11
 
12
12
  super(cookie: cookie, current_team_id: current_team_id, token: token, another_client: another_client)
13
13
 
14
+ # Used by most iris requests starting in July 2021
15
+ @additional_headers = { 'x-csrf-itc': '[asc-ui]' } if another_client
16
+
14
17
  self.extend(Spaceship::ConnectAPI::Users::API)
15
18
  self.users_request_client = self
16
19
  end
@@ -42,18 +42,24 @@ module Spaceship
42
42
  users_request_client.post("users/#{user_id}/relationships/visibleApps", body)
43
43
  end
44
44
 
45
+ # Get app permissions for user
46
+ def get_user_visible_apps(user_id: id, limit: nil)
47
+ params = users_request_client.build_params(filter: {}, includes: nil, limit: limit, sort: nil)
48
+ users_request_client.get("users/#{user_id}/visibleApps", params)
49
+ end
50
+
45
51
  #
46
52
  # invitations (invited users)
47
53
  #
48
54
 
49
- # Get all invited users (not yet accepted)
55
+ # Get all invited users
50
56
  def get_user_invitations(filter: {}, includes: nil, limit: nil, sort: nil)
51
57
  params = users_request_client.build_params(filter: filter, includes: includes, limit: limit, sort: sort)
52
58
  users_request_client.get("userInvitations", params)
53
59
  end
54
60
 
55
61
  # Invite new users to App Store Connect
56
- def post_user_invitation(email: nil, first_name: nil, last_name: nil, roles: [], provisioning_allowed: nil, all_apps_visible: nil)
62
+ def post_user_invitation(email: nil, first_name: nil, last_name: nil, roles: [], provisioning_allowed: nil, all_apps_visible: nil, visible_app_ids: [])
57
63
  body = {
58
64
  data: {
59
65
  type: "userInvitations",
@@ -64,6 +70,16 @@ module Spaceship
64
70
  roles: roles,
65
71
  provisioningAllowed: provisioning_allowed,
66
72
  allAppsVisible: all_apps_visible
73
+ },
74
+ relationships: {
75
+ visibleApps: {
76
+ data: visible_app_ids.map do |id|
77
+ {
78
+ id: id,
79
+ type: "apps"
80
+ }
81
+ end
82
+ }
67
83
  }
68
84
  }
69
85
  }
@@ -74,6 +90,12 @@ module Spaceship
74
90
  def delete_user_invitation(user_invitation_id: nil)
75
91
  users_request_client.delete("userInvitations/#{user_invitation_id}")
76
92
  end
93
+
94
+ # Get all app permissions for invited user
95
+ def get_user_invitation_visible_apps(user_invitation_id: id, limit: nil)
96
+ params = users_request_client.build_params(filter: {}, includes: nil, limit: limit, sort: nil)
97
+ users_request_client.get("userInvitations/#{user_invitation_id}/visibleApps", params)
98
+ end
77
99
  end
78
100
  end
79
101
  end
@@ -24,6 +24,9 @@ module Spaceship
24
24
  super
25
25
 
26
26
  @du_client = DUClient.new
27
+
28
+ # Used by most WebObjects requests starting in July 2021
29
+ @additional_headers = { 'x-csrf-itc': 'itc' }
27
30
  end
28
31
 
29
32
  class << self
@@ -162,7 +162,13 @@ module Supply
162
162
  def commit_current_edit!
163
163
  ensure_active_edit!
164
164
 
165
- call_google_api { client.commit_edit(current_package_name, current_edit.id) }
165
+ call_google_api do
166
+ client.commit_edit(
167
+ current_package_name,
168
+ current_edit.id,
169
+ changes_not_sent_for_review: Supply.config[:changes_not_sent_for_review]
170
+ )
171
+ end
166
172
 
167
173
  self.current_edit = nil
168
174
  self.current_package_name = nil
@@ -281,6 +281,11 @@ module Supply
281
281
  UI.user_error!("Version code '#{version_code}' is not an integer") if version_code == 0
282
282
  end
283
283
  end),
284
+ FastlaneCore::ConfigItem.new(key: :changes_not_sent_for_review,
285
+ env_name: "SUPPLY_CHANGES_NOT_SENT_FOR_REVIEW",
286
+ description: "Indicates that the changes in this edit will not be reviewed until they are explicitly sent for review from the Google Play Console UI",
287
+ type: Boolean,
288
+ default_value: false),
284
289
  FastlaneCore::ConfigItem.new(key: :in_app_update_priority,
285
290
  env_name: "SUPPLY_IN_APP_UPDATE_PRIORITY",
286
291
  optional: true,
metadata CHANGED
@@ -1,38 +1,38 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.186.0
4
+ version: 2.190.0
5
5
  platform: ruby
6
6
  authors:
7
- - Manish Rathi
7
+ - Helmut Januschka
8
+ - Jérôme Lacoste
9
+ - Max Ott
8
10
  - Daniel Jankowski
9
- - Matthew Ellis
10
- - Andrew McBurney
11
+ - Stefan Natchev
12
+ - Luka Mirosevic
11
13
  - Jorge Revuelta H
12
- - Felix Krause
13
- - Aaron Brager
14
- - Jérôme Lacoste
15
- - Satoshi Namai
16
- - Fumiya Nakamura
17
- - Manu Wallner
18
14
  - Kohki Miki
15
+ - Maksym Grebenets
16
+ - Joshua Liebowitz
17
+ - Matthew Ellis
19
18
  - Roger Oba
20
- - Stefan Natchev
21
- - Iulian Onofrei
22
19
  - Josh Holtz
23
- - Luka Mirosevic
24
- - Helmut Januschka
25
- - Olivier Halligon
26
- - Danielle Tomlinson
27
20
  - Jimmy Dee
21
+ - Satoshi Namai
22
+ - Danielle Tomlinson
23
+ - Fumiya Nakamura
24
+ - Olivier Halligon
25
+ - Manu Wallner
28
26
  - Jan Piotrowski
29
- - Joshua Liebowitz
30
- - Max Ott
31
- - Maksym Grebenets
27
+ - Aaron Brager
28
+ - Iulian Onofrei
29
+ - Andrew McBurney
30
+ - Felix Krause
31
+ - Manish Rathi
32
32
  autorequire:
33
33
  bindir: bin
34
34
  cert_chain: []
35
- date: 2021-06-23 00:00:00.000000000 Z
35
+ date: 2021-08-03 00:00:00.000000000 Z
36
36
  dependencies:
37
37
  - !ruby/object:Gem::Dependency
38
38
  name: xcodeproj
@@ -154,7 +154,7 @@ dependencies:
154
154
  requirements:
155
155
  - - ">="
156
156
  - !ruby/object:Gem::Version
157
- version: '2.3'
157
+ version: '2.8'
158
158
  - - "<"
159
159
  - !ruby/object:Gem::Version
160
160
  version: 3.0.0
@@ -164,7 +164,7 @@ dependencies:
164
164
  requirements:
165
165
  - - ">="
166
166
  - !ruby/object:Gem::Version
167
- version: '2.3'
167
+ version: '2.8'
168
168
  - - "<"
169
169
  - !ruby/object:Gem::Version
170
170
  version: 3.0.0
@@ -604,14 +604,14 @@ dependencies:
604
604
  requirements:
605
605
  - - "~>"
606
606
  - !ruby/object:Gem::Version
607
- version: '0.1'
607
+ version: '0.3'
608
608
  type: :runtime
609
609
  prerelease: false
610
610
  version_requirements: !ruby/object:Gem::Requirement
611
611
  requirements:
612
612
  - - "~>"
613
613
  - !ruby/object:Gem::Version
614
- version: '0.1'
614
+ version: '0.3'
615
615
  - !ruby/object:Gem::Dependency
616
616
  name: google-cloud-storage
617
617
  requirement: !ruby/object:Gem::Requirement
@@ -995,7 +995,6 @@ files:
995
995
  - fastlane/lib/assets/s3_plist_template.erb
996
996
  - fastlane/lib/assets/s3_version_template.erb
997
997
  - fastlane/lib/fastlane.rb
998
- - fastlane/lib/fastlane/.erb_template_helper.rb.swp
999
998
  - fastlane/lib/fastlane/action.rb
1000
999
  - fastlane/lib/fastlane/action_collector.rb
1001
1000
  - fastlane/lib/fastlane/actions/README.md
@@ -1261,7 +1260,6 @@ files:
1261
1260
  - fastlane/lib/fastlane/fast_file.rb
1262
1261
  - fastlane/lib/fastlane/fastlane_require.rb
1263
1262
  - fastlane/lib/fastlane/features.rb
1264
- - fastlane/lib/fastlane/helper/.git_helper.rb.swp
1265
1263
  - fastlane/lib/fastlane/helper/README.md
1266
1264
  - fastlane/lib/fastlane/helper/adb_helper.rb
1267
1265
  - fastlane/lib/fastlane/helper/crashlytics_helper.rb
@@ -1464,7 +1462,6 @@ files:
1464
1462
  - gym/lib/gym/commands_generator.rb
1465
1463
  - gym/lib/gym/detect_values.rb
1466
1464
  - gym/lib/gym/error_handler.rb
1467
- - gym/lib/gym/generators/.package_command_generator_xcode7.rb.swp
1468
1465
  - gym/lib/gym/generators/README.md
1469
1466
  - gym/lib/gym/generators/build_command_generator.rb
1470
1467
  - gym/lib/gym/generators/package_command_generator.rb
@@ -1512,7 +1509,6 @@ files:
1512
1509
  - pilot/lib/pilot.rb
1513
1510
  - pilot/lib/pilot/build_manager.rb
1514
1511
  - pilot/lib/pilot/commands_generator.rb
1515
- - pilot/lib/pilot/features.rb
1516
1512
  - pilot/lib/pilot/manager.rb
1517
1513
  - pilot/lib/pilot/module.rb
1518
1514
  - pilot/lib/pilot/options.rb
@@ -1636,7 +1632,6 @@ files:
1636
1632
  - spaceship/lib/assets/languageMapping.json
1637
1633
  - spaceship/lib/assets/languageMappingReadable.json
1638
1634
  - spaceship/lib/spaceship.rb
1639
- - spaceship/lib/spaceship/.DS_Store
1640
1635
  - spaceship/lib/spaceship/base.rb
1641
1636
  - spaceship/lib/spaceship/client.rb
1642
1637
  - spaceship/lib/spaceship/commands_generator.rb
@@ -1645,7 +1640,6 @@ files:
1645
1640
  - spaceship/lib/spaceship/connect_api/client.rb
1646
1641
  - spaceship/lib/spaceship/connect_api/file_uploader.rb
1647
1642
  - spaceship/lib/spaceship/connect_api/model.rb
1648
- - spaceship/lib/spaceship/connect_api/models/.app_store_version_submission.rb.swp
1649
1643
  - spaceship/lib/spaceship/connect_api/models/age_rating_declaration.rb
1650
1644
  - spaceship/lib/spaceship/connect_api/models/app.rb
1651
1645
  - spaceship/lib/spaceship/connect_api/models/app_category.rb
@@ -1862,7 +1856,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1862
1856
  - !ruby/object:Gem::Version
1863
1857
  version: '0'
1864
1858
  requirements: []
1865
- rubygems_version: 3.0.3
1859
+ rubygems_version: 3.1.6
1866
1860
  signing_key:
1867
1861
  specification_version: 4
1868
1862
  summary: The easiest way to automate beta deployments and releases for your iOS and
File without changes
Binary file