fastlane 2.135.2 → 2.140.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +64 -64
  3. data/deliver/lib/deliver/submit_for_review.rb +7 -1
  4. data/fastlane/lib/fastlane/action.rb +2 -2
  5. data/fastlane/lib/fastlane/actions/.hockey.rb.swp +0 -0
  6. data/fastlane/lib/fastlane/actions/.slack.rb.swp +0 -0
  7. data/fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp +0 -0
  8. data/fastlane/lib/fastlane/actions/app_store_build_number.rb +1 -1
  9. data/fastlane/lib/fastlane/actions/create_pull_request.rb +42 -2
  10. data/fastlane/lib/fastlane/actions/docs/capture_android_screenshots.md +38 -4
  11. data/fastlane/lib/fastlane/actions/docs/sync_code_signing.md +19 -0
  12. data/fastlane/lib/fastlane/actions/docs/upload_to_app_store.md.erb +10 -0
  13. data/fastlane/lib/fastlane/actions/docs/upload_to_play_store.md +4 -2
  14. data/fastlane/lib/fastlane/actions/ensure_bundle_exec.rb +3 -3
  15. data/fastlane/lib/fastlane/actions/get_version_number.rb +7 -2
  16. data/fastlane/lib/fastlane/actions/gradle.rb +54 -3
  17. data/fastlane/lib/fastlane/actions/increment_version_number.rb +6 -3
  18. data/fastlane/lib/fastlane/actions/last_git_tag.rb +14 -5
  19. data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +2 -2
  20. data/fastlane/lib/fastlane/actions/register_devices.rb +5 -1
  21. data/fastlane/lib/fastlane/actions/ruby_version.rb +1 -1
  22. data/fastlane/lib/fastlane/actions/run_tests.rb +5 -22
  23. data/fastlane/lib/fastlane/actions/setup_ci.rb +14 -8
  24. data/fastlane/lib/fastlane/actions/testfairy.rb +8 -1
  25. data/fastlane/lib/fastlane/actions/upload_to_play_store_internal_app_sharing.rb +78 -0
  26. data/fastlane/lib/fastlane/actions/verify_build.rb +1 -1
  27. data/fastlane/lib/fastlane/actions/xcode_select.rb +6 -1
  28. data/fastlane/lib/fastlane/cli_tools_distributor.rb +2 -2
  29. data/fastlane/lib/fastlane/commands_generator.rb +1 -1
  30. data/fastlane/lib/fastlane/helper/adb_helper.rb +13 -4
  31. data/fastlane/lib/fastlane/plugins/template/.rubocop.yml +1 -0
  32. data/fastlane/lib/fastlane/runner.rb +23 -18
  33. data/fastlane/lib/fastlane/swift_fastlane_function.rb +9 -0
  34. data/fastlane/lib/fastlane/version.rb +1 -1
  35. data/fastlane/swift/Deliverfile.swift +1 -1
  36. data/fastlane/swift/Fastlane.swift +130 -28
  37. data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  38. data/fastlane/swift/Gymfile.swift +1 -1
  39. data/fastlane/swift/Matchfile.swift +1 -1
  40. data/fastlane/swift/MatchfileProtocol.swift +6 -2
  41. data/fastlane/swift/Precheckfile.swift +1 -1
  42. data/fastlane/swift/Scanfile.swift +1 -1
  43. data/fastlane/swift/ScanfileProtocol.swift +13 -1
  44. data/fastlane/swift/Screengrabfile.swift +1 -1
  45. data/fastlane/swift/ScreengrabfileProtocol.swift +14 -2
  46. data/fastlane/swift/Snapshotfile.swift +1 -1
  47. data/fastlane_core/lib/fastlane_core/.build_watcher.rb.swp +0 -0
  48. data/fastlane_core/lib/fastlane_core/build_watcher.rb +6 -2
  49. data/fastlane_core/lib/fastlane_core/device_manager.rb +20 -0
  50. data/fastlane_core/lib/fastlane_core/helper.rb +7 -1
  51. data/frameit/lib/frameit/editor.rb +3 -0
  52. data/gym/lib/gym/generators/build_command_generator.rb +1 -0
  53. data/gym/lib/gym/runner.rb +38 -19
  54. data/match/lib/match/options.rb +8 -0
  55. data/match/lib/match/runner.rb +1 -0
  56. data/match/lib/match/storage/git_storage.rb +7 -2
  57. data/pilot/lib/pilot/.manager.rb.swp +0 -0
  58. data/pilot/lib/pilot/build_manager.rb +46 -12
  59. data/pilot/lib/pilot/options.rb +3 -1
  60. data/scan/lib/scan/detect_values.rb +6 -1
  61. data/scan/lib/scan/manager.rb +18 -1
  62. data/scan/lib/scan/options.rb +17 -0
  63. data/scan/lib/scan/runner.rb +6 -0
  64. data/scan/lib/scan/slack_poster.rb +1 -1
  65. data/scan/lib/scan/test_command_generator.rb +1 -1
  66. data/screengrab/lib/screengrab/module.rb +2 -0
  67. data/screengrab/lib/screengrab/options.rb +24 -11
  68. data/screengrab/lib/screengrab/runner.rb +79 -42
  69. data/spaceship/lib/spaceship/client.rb +9 -4
  70. data/spaceship/lib/spaceship/connect_api.rb +2 -0
  71. data/spaceship/lib/spaceship/connect_api/.DS_Store +0 -0
  72. data/spaceship/lib/spaceship/connect_api/models/app.rb +11 -0
  73. data/spaceship/lib/spaceship/connect_api/models/beta_feedback.rb +71 -0
  74. data/spaceship/lib/spaceship/connect_api/models/beta_screenshot.rb +18 -0
  75. data/spaceship/lib/spaceship/connect_api/models/build.rb +5 -0
  76. data/spaceship/lib/spaceship/connect_api/models/build_beta_detail.rb +5 -0
  77. data/spaceship/lib/spaceship/connect_api/testflight/testflight.rb +9 -0
  78. data/spaceship/lib/spaceship/portal/.certificate.rb.swp +0 -0
  79. data/spaceship/lib/spaceship/tunes/iap.rb +11 -11
  80. data/spaceship/lib/spaceship/tunes/iap_detail.rb +7 -3
  81. data/spaceship/lib/spaceship/tunes/iap_families.rb +12 -1
  82. data/spaceship/lib/spaceship/tunes/iap_family_details.rb +26 -17
  83. data/spaceship/lib/spaceship/tunes/tunes_client.rb +4 -7
  84. data/supply/lib/supply/client.rb +27 -0
  85. data/supply/lib/supply/options.rb +8 -2
  86. data/supply/lib/supply/uploader.rb +82 -33
  87. metadata +49 -26
  88. data/supply/lib/supply/.options.rb.swp +0 -0
  89. data/supply/lib/supply/.uploader.rb.swp +0 -0
@@ -15,34 +15,69 @@ module Supply
15
15
 
16
16
  apk_version_codes.concat(Supply.config[:version_codes_to_retain]) if Supply.config[:version_codes_to_retain]
17
17
 
18
- # Only update tracks if we have version codes
19
- # Updating a track with empty version codes can completely clear out a track
20
- update_track(apk_version_codes) unless apk_version_codes.empty?
21
-
22
- if !Supply.config[:rollout].nil? && Supply.config[:track].to_s != ""
23
- update_rollout
18
+ if !apk_version_codes.empty?
19
+ # Only update tracks if we have version codes
20
+ # update_track handle setting rollout if needed
21
+ # Updating a track with empty version codes can completely clear out a track
22
+ update_track(apk_version_codes)
23
+ else
24
+ # Only promote or rollout if we don't have version codes
25
+ if Supply.config[:track_promote_to]
26
+ promote_track
27
+ elsif !Supply.config[:rollout].nil? && Supply.config[:track].to_s != ""
28
+ update_rollout
29
+ end
24
30
  end
25
31
 
26
- promote_track if Supply.config[:track_promote_to]
32
+ perform_upload_meta(apk_version_codes)
27
33
 
28
34
  if Supply.config[:validate_only]
29
- UI.message("Validating all track and release changes with Google Play...")
35
+ UI.message("Validating all changes with Google Play...")
30
36
  client.validate_current_edit!
31
37
  UI.success("Successfully validated the upload to Google Play")
32
38
  else
33
- UI.message("Uploading all track and release changes to Google Play...")
39
+ UI.message("Uploading all changes to Google Play...")
34
40
  client.commit_current_edit!
35
41
  UI.success("Successfully finished the upload to Google Play")
36
42
  end
43
+ end
37
44
 
38
- perform_upload_meta(apk_version_codes)
45
+ def perform_upload_to_internal_app_sharing
46
+ download_urls = []
47
+
48
+ package_name = Supply.config[:package_name]
49
+
50
+ apk_paths = [Supply.config[:apk]] unless (apk_paths = Supply.config[:apk_paths])
51
+ apk_paths.compact!
52
+ apk_paths.each do |apk_path|
53
+ download_url = client.upload_apk_to_internal_app_sharing(package_name, apk_path)
54
+ download_urls << download_url
55
+ UI.success("Successfully uploaded APK to Internal App Sharing URL: #{download_url}")
56
+ end
57
+
58
+ aab_paths = [Supply.config[:aab]] unless (aab_paths = Supply.config[:aab_paths])
59
+ aab_paths.compact!
60
+ aab_paths.each do |aab_path|
61
+ download_url = client.upload_bundle_to_internal_app_sharing(package_name, aab_path)
62
+ download_urls << download_url
63
+ UI.success("Successfully uploaded AAB to Internal App Sharing URL: #{download_url}")
64
+ end
65
+
66
+ if download_urls.count == 1
67
+ return download_urls.first
68
+ else
69
+ return download_urls
70
+ end
39
71
  end
40
72
 
41
73
  def perform_upload_meta(version_codes)
42
- client.begin_edit(package_name: Supply.config[:package_name])
43
-
44
74
  if (!Supply.config[:skip_upload_metadata] || !Supply.config[:skip_upload_images] || !Supply.config[:skip_upload_changelogs] || !Supply.config[:skip_upload_screenshots]) && metadata_path
75
+ # Use version code from config if version codes is empty and no nil or empty string
45
76
  version_codes = [Supply.config[:version_code]] if version_codes.empty?
77
+ version_codes = version_codes.reject do |version_code|
78
+ version_codes.to_s == ""
79
+ end
80
+
46
81
  version_codes.each do |version_code|
47
82
  UI.user_error!("Could not find folder #{metadata_path}") unless File.directory?(metadata_path)
48
83
 
@@ -60,22 +95,12 @@ module Supply
60
95
  upload_metadata(language, listing) unless Supply.config[:skip_upload_metadata]
61
96
  upload_images(language) unless Supply.config[:skip_upload_images]
62
97
  upload_screenshots(language) unless Supply.config[:skip_upload_screenshots]
63
- release_notes << upload_changelog(language, release.name) unless Supply.config[:skip_upload_changelogs]
98
+ release_notes << upload_changelog(language, version_code) unless Supply.config[:skip_upload_changelogs]
64
99
  end
65
100
 
66
101
  upload_changelogs(release_notes, release, track) unless release_notes.empty?
67
102
  end
68
103
  end
69
-
70
- if Supply.config[:validate_only]
71
- UI.message("Validating all meta changes with Google Play...")
72
- client.validate_current_edit!
73
- UI.success("Successfully validated the upload to Google Play")
74
- else
75
- UI.message("Uploading all meta changes to Google Play...")
76
- client.commit_current_edit!
77
- UI.success("Successfully finished the upload to Google Play")
78
- end
79
104
  end
80
105
 
81
106
  def fetch_track_and_release!(track, version_code, status = nil)
@@ -84,8 +109,9 @@ module Supply
84
109
 
85
110
  track = tracks.first
86
111
  releases = track.releases
112
+
87
113
  releases = releases.select { |r| r.status == status } if status
88
- releases = releases.select { |r| r.version_codes.map(&:to_s).include?(version_code.to_s) }
114
+ releases = releases.select { |r| r.version_codes.map(&:to_s).include?(version_code.to_s) } if version_code
89
115
 
90
116
  if releases.size > 1
91
117
  UI.user_error!("More than one release found in this track. Please specify with the :version_code option to select a release.")
@@ -96,10 +122,12 @@ module Supply
96
122
 
97
123
  def update_rollout
98
124
  track, release = fetch_track_and_release!(Supply.config[:track], Supply.config[:version_code], Supply::ReleaseStatus::IN_PROGRESS)
125
+ UI.user_error!("Unable to find the requested track - '#{Supply.config[:track]}'") unless track
126
+ UI.user_error!("Unable to find the requested release on track - '#{Supply.config[:track]}'") unless release
127
+
99
128
  version_code = release.version_codes.first
100
129
 
101
130
  UI.message("Updating #{version_code}'s rollout to '#{Supply.config[:rollout]}' on track '#{Supply.config[:track]}'...")
102
- UI.user_error!("Unable to find the requested track - '#{Supply.config[:track]}'") unless track
103
131
 
104
132
  if track && release
105
133
  completed = Supply.config[:rollout].to_f == 1
@@ -149,6 +177,10 @@ module Supply
149
177
  releases = releases.select do |release|
150
178
  release.version_codes.include?(Supply.config[:version_code].to_s)
151
179
  end
180
+ else
181
+ releases = releases.select do |release|
182
+ release.status == Supply::ReleaseStatus::COMPLETED
183
+ end
152
184
  end
153
185
 
154
186
  if releases.size == 0
@@ -157,9 +189,17 @@ module Supply
157
189
  UI.user_error!("Track '#{Supply.config[:track]}' has more than one release - use :version_code to filter the release to promote")
158
190
  end
159
191
 
160
- release = track_from.releases.first
192
+ release = releases.first
161
193
  track_to = client.tracks(Supply.config[:track_promote_to]).first
162
194
 
195
+ if Supply.config[:rollout]
196
+ release.status = Supply::ReleaseStatus::IN_PROGRESS
197
+ release.user_fraction = Supply.config[:rollout]
198
+ else
199
+ release.status = Supply::ReleaseStatus::COMPLETED
200
+ release.user_fraction = nil
201
+ end
202
+
163
203
  if track_to
164
204
  # Its okay to set releases to an array containing the newest release
165
205
  # Google Play will keep previous releases there this release is a partial rollout
@@ -174,16 +214,22 @@ module Supply
174
214
  client.update_track(Supply.config[:track_promote_to], track_to)
175
215
  end
176
216
 
177
- def upload_changelog(language, version_name)
178
- UI.user_error!("Cannot find changelog because no version name given - please specify :version_name") unless version_name
217
+ def upload_changelog(language, version_code)
218
+ UI.user_error!("Cannot find changelog because no version code given - please specify :version_code") unless version_code
179
219
 
180
- path = File.join(Supply.config[:metadata_path], language, Supply::CHANGELOGS_FOLDER_NAME, "#{version_name}.txt")
220
+ path = File.join(Supply.config[:metadata_path], language, Supply::CHANGELOGS_FOLDER_NAME, "#{version_code}.txt")
181
221
  changelog_text = ''
182
222
  if File.exist?(path)
183
- UI.message("Updating changelog for '#{version_name}' and language '#{language}'...")
223
+ UI.message("Updating changelog for '#{version_code}' and language '#{language}'...")
184
224
  changelog_text = File.read(path, encoding: 'UTF-8')
185
225
  else
186
- UI.message("Could not find changelog for '#{version_name}' and language '#{language}' at path #{path}...")
226
+ default_changelog_path = File.join(Supply.config[:metadata_path], language, Supply::CHANGELOGS_FOLDER_NAME, "default.txt")
227
+ if File.exist?(default_changelog_path)
228
+ UI.message("Updating changelog for '#{version_code}' and language '#{language}' to default changelog...")
229
+ changelog_text = File.read(default_changelog_path, encoding: 'UTF-8')
230
+ else
231
+ UI.message("Could not find changelog for '#{version_code}' and language '#{language}' at path #{path}...")
232
+ end
187
233
  end
188
234
 
189
235
  AndroidPublisher::LocalizedText.new({
@@ -338,8 +384,11 @@ module Supply
338
384
  )
339
385
 
340
386
  if Supply.config[:rollout]
341
- track_release.status = Supply::ReleaseStatus::IN_PROGRESS
342
- track_release.user_fraction = Supply.config[:rollout].to_f
387
+ rollout = Supply.config[:rollout].to_f
388
+ if rollout > 0 && rollout < 1
389
+ track_release.status = Supply::ReleaseStatus::IN_PROGRESS
390
+ track_release.user_fraction = rollout
391
+ end
343
392
  end
344
393
 
345
394
  tracks = client.tracks(Supply.config[:track])
metadata CHANGED
@@ -1,33 +1,33 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.135.2
4
+ version: 2.140.0
5
5
  platform: ruby
6
6
  authors:
7
- - Andrew McBurney
8
- - Jan Piotrowski
9
- - Maksym Grebenets
10
7
  - Olivier Halligon
11
- - Kohki Miki
12
- - Iulian Onofrei
13
- - Danielle Tomlinson
8
+ - Jan Piotrowski
14
9
  - Manu Wallner
15
- - Luka Mirosevic
16
- - Helmut Januschka
10
+ - Kohki Miki
11
+ - Stefan Natchev
17
12
  - Josh Holtz
18
- - Felix Krause
19
13
  - Jérôme Lacoste
20
- - Stefan Natchev
21
- - Aaron Brager
14
+ - Maksym Grebenets
15
+ - Andrew McBurney
16
+ - Joshua Liebowitz
17
+ - Matthew Ellis
22
18
  - Jimmy Dee
23
19
  - Fumiya Nakamura
24
- - Matthew Ellis
20
+ - Felix Krause
21
+ - Danielle Tomlinson
22
+ - Helmut Januschka
23
+ - Aaron Brager
24
+ - Iulian Onofrei
25
+ - Luka Mirosevic
25
26
  - Jorge Revuelta H
26
- - Joshua Liebowitz
27
27
  autorequire:
28
28
  bindir: bin
29
29
  cert_chain: []
30
- date: 2019-11-11 00:00:00.000000000 Z
30
+ date: 2020-01-08 00:00:00.000000000 Z
31
31
  dependencies:
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: slack-notifier
@@ -55,7 +55,7 @@ dependencies:
55
55
  requirements:
56
56
  - - ">="
57
57
  - !ruby/object:Gem::Version
58
- version: 1.8.1
58
+ version: 1.13.0
59
59
  - - "<"
60
60
  - !ruby/object:Gem::Version
61
61
  version: 2.0.0
@@ -65,7 +65,7 @@ dependencies:
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: 1.8.1
68
+ version: 1.13.0
69
69
  - - "<"
70
70
  - !ruby/object:Gem::Version
71
71
  version: 2.0.0
@@ -325,7 +325,7 @@ dependencies:
325
325
  requirements:
326
326
  - - ">="
327
327
  - !ruby/object:Gem::Version
328
- version: 0.45.0
328
+ version: 0.71.0
329
329
  - - "<"
330
330
  - !ruby/object:Gem::Version
331
331
  version: 1.0.0
@@ -335,7 +335,7 @@ dependencies:
335
335
  requirements:
336
336
  - - ">="
337
337
  - !ruby/object:Gem::Version
338
- version: 0.45.0
338
+ version: 0.71.0
339
339
  - - "<"
340
340
  - !ruby/object:Gem::Version
341
341
  version: 1.0.0
@@ -611,20 +611,20 @@ dependencies:
611
611
  requirements:
612
612
  - - ">="
613
613
  - !ruby/object:Gem::Version
614
- version: 0.21.2
614
+ version: 0.29.2
615
615
  - - "<"
616
616
  - !ruby/object:Gem::Version
617
- version: 0.24.0
617
+ version: 0.37.0
618
618
  type: :runtime
619
619
  prerelease: false
620
620
  version_requirements: !ruby/object:Gem::Requirement
621
621
  requirements:
622
622
  - - ">="
623
623
  - !ruby/object:Gem::Version
624
- version: 0.21.2
624
+ version: 0.29.2
625
625
  - - "<"
626
626
  - !ruby/object:Gem::Version
627
- version: 0.24.0
627
+ version: 0.37.0
628
628
  - !ruby/object:Gem::Dependency
629
629
  name: google-cloud-storage
630
630
  requirement: !ruby/object:Gem::Requirement
@@ -791,6 +791,20 @@ dependencies:
791
791
  - - "~>"
792
792
  - !ruby/object:Gem::Version
793
793
  version: 2.3.2
794
+ - !ruby/object:Gem::Dependency
795
+ name: hashdiff
796
+ requirement: !ruby/object:Gem::Requirement
797
+ requirements:
798
+ - - "<"
799
+ - !ruby/object:Gem::Version
800
+ version: 0.4.0
801
+ type: :development
802
+ prerelease: false
803
+ version_requirements: !ruby/object:Gem::Requirement
804
+ requirements:
805
+ - - "<"
806
+ - !ruby/object:Gem::Version
807
+ version: 0.4.0
794
808
  - !ruby/object:Gem::Dependency
795
809
  name: coveralls
796
810
  requirement: !ruby/object:Gem::Requirement
@@ -986,6 +1000,9 @@ files:
986
1000
  - fastlane/lib/fastlane.rb
987
1001
  - fastlane/lib/fastlane/action.rb
988
1002
  - fastlane/lib/fastlane/action_collector.rb
1003
+ - fastlane/lib/fastlane/actions/.hockey.rb.swp
1004
+ - fastlane/lib/fastlane/actions/.slack.rb.swp
1005
+ - fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp
989
1006
  - fastlane/lib/fastlane/actions/README.md
990
1007
  - fastlane/lib/fastlane/actions/actions_helper.rb
991
1008
  - fastlane/lib/fastlane/actions/adb.rb
@@ -1206,6 +1223,7 @@ files:
1206
1223
  - fastlane/lib/fastlane/actions/upload_symbols_to_sentry.rb
1207
1224
  - fastlane/lib/fastlane/actions/upload_to_app_store.rb
1208
1225
  - fastlane/lib/fastlane/actions/upload_to_play_store.rb
1226
+ - fastlane/lib/fastlane/actions/upload_to_play_store_internal_app_sharing.rb
1209
1227
  - fastlane/lib/fastlane/actions/upload_to_testflight.rb
1210
1228
  - fastlane/lib/fastlane/actions/validate_play_store_json_key.rb
1211
1229
  - fastlane/lib/fastlane/actions/verify_build.rb
@@ -1314,6 +1332,7 @@ files:
1314
1332
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
1315
1333
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
1316
1334
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
1335
+ - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
1317
1336
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
1318
1337
  - fastlane/swift/FastlaneSwiftRunner/README.txt
1319
1338
  - fastlane/swift/Gymfile.swift
@@ -1342,6 +1361,7 @@ files:
1342
1361
  - fastlane_core/README.md
1343
1362
  - fastlane_core/lib/assets/XMLTemplate.xml.erb
1344
1363
  - fastlane_core/lib/fastlane_core.rb
1364
+ - fastlane_core/lib/fastlane_core/.build_watcher.rb.swp
1345
1365
  - fastlane_core/lib/fastlane_core/analytics/action_completion_context.rb
1346
1366
  - fastlane_core/lib/fastlane_core/analytics/action_launch_context.rb
1347
1367
  - fastlane_core/lib/fastlane_core/analytics/analytics_event_builder.rb
@@ -1468,6 +1488,7 @@ files:
1468
1488
  - pem/lib/pem/options.rb
1469
1489
  - pilot/README.md
1470
1490
  - pilot/lib/pilot.rb
1491
+ - pilot/lib/pilot/.manager.rb.swp
1471
1492
  - pilot/lib/pilot/build_manager.rb
1472
1493
  - pilot/lib/pilot/commands_generator.rb
1473
1494
  - pilot/lib/pilot/features.rb
@@ -1599,6 +1620,7 @@ files:
1599
1620
  - spaceship/lib/spaceship/client.rb
1600
1621
  - spaceship/lib/spaceship/commands_generator.rb
1601
1622
  - spaceship/lib/spaceship/connect_api.rb
1623
+ - spaceship/lib/spaceship/connect_api/.DS_Store
1602
1624
  - spaceship/lib/spaceship/connect_api/client.rb
1603
1625
  - spaceship/lib/spaceship/connect_api/model.rb
1604
1626
  - spaceship/lib/spaceship/connect_api/models/app.rb
@@ -1607,7 +1629,9 @@ files:
1607
1629
  - spaceship/lib/spaceship/connect_api/models/beta_app_review_submission.rb
1608
1630
  - spaceship/lib/spaceship/connect_api/models/beta_build_localization.rb
1609
1631
  - spaceship/lib/spaceship/connect_api/models/beta_build_metric.rb
1632
+ - spaceship/lib/spaceship/connect_api/models/beta_feedback.rb
1610
1633
  - spaceship/lib/spaceship/connect_api/models/beta_group.rb
1634
+ - spaceship/lib/spaceship/connect_api/models/beta_screenshot.rb
1611
1635
  - spaceship/lib/spaceship/connect_api/models/beta_tester.rb
1612
1636
  - spaceship/lib/spaceship/connect_api/models/beta_tester_metric.rb
1613
1637
  - spaceship/lib/spaceship/connect_api/models/build.rb
@@ -1639,6 +1663,7 @@ files:
1639
1663
  - spaceship/lib/spaceship/launcher.rb
1640
1664
  - spaceship/lib/spaceship/module.rb
1641
1665
  - spaceship/lib/spaceship/playground.rb
1666
+ - spaceship/lib/spaceship/portal/.certificate.rb.swp
1642
1667
  - spaceship/lib/spaceship/portal/app.rb
1643
1668
  - spaceship/lib/spaceship/portal/app_group.rb
1644
1669
  - spaceship/lib/spaceship/portal/app_service.rb
@@ -1731,8 +1756,6 @@ files:
1731
1756
  - spaceship/lib/spaceship/ui.rb
1732
1757
  - supply/README.md
1733
1758
  - supply/lib/supply.rb
1734
- - supply/lib/supply/.options.rb.swp
1735
- - supply/lib/supply/.uploader.rb.swp
1736
1759
  - supply/lib/supply/apk_listing.rb
1737
1760
  - supply/lib/supply/client.rb
1738
1761
  - supply/lib/supply/commands_generator.rb
@@ -1780,7 +1803,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1780
1803
  - !ruby/object:Gem::Version
1781
1804
  version: '0'
1782
1805
  requirements: []
1783
- rubygems_version: 3.0.6
1806
+ rubygems_version: 3.0.3
1784
1807
  signing_key:
1785
1808
  specification_version: 4
1786
1809
  summary: The easiest way to automate beta deployments and releases for your iOS and