fastlane 2.194.0 → 2.198.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +90 -90
  3. data/cert/lib/cert/runner.rb +5 -2
  4. data/deliver/lib/assets/ScreenshotsHelp +29 -6
  5. data/deliver/lib/deliver/app_screenshot.rb +4 -4
  6. data/deliver/lib/deliver/runner.rb +1 -1
  7. data/deliver/lib/deliver/upload_screenshots.rb +1 -1
  8. data/fastlane/lib/fastlane/actions/app_store_build_number.rb +12 -6
  9. data/fastlane/lib/fastlane/actions/docs/upload_to_app_store.md.erb +1 -1
  10. data/fastlane/lib/fastlane/actions/download_dsyms.rb +47 -30
  11. data/fastlane/lib/fastlane/actions/get_push_certificate.rb +1 -1
  12. data/fastlane/lib/fastlane/actions/get_version_number.rb +6 -2
  13. data/fastlane/lib/fastlane/actions/gradle.rb +15 -2
  14. data/fastlane/lib/fastlane/actions/last_git_commit.rb +1 -1
  15. data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +2 -3
  16. data/fastlane/lib/fastlane/actions/notarize.rb +29 -11
  17. data/fastlane/lib/fastlane/actions/prompt.rb +1 -1
  18. data/fastlane/lib/fastlane/actions/set_github_release.rb +11 -5
  19. data/fastlane/lib/fastlane/version.rb +1 -1
  20. data/fastlane/swift/Deliverfile.swift +1 -1
  21. data/fastlane/swift/DeliverfileProtocol.swift +1 -1
  22. data/fastlane/swift/Fastlane.swift +77 -82
  23. data/fastlane/swift/Gymfile.swift +1 -1
  24. data/fastlane/swift/GymfileProtocol.swift +1 -1
  25. data/fastlane/swift/LaneFileProtocol.swift +1 -1
  26. data/fastlane/swift/Matchfile.swift +1 -1
  27. data/fastlane/swift/MatchfileProtocol.swift +9 -1
  28. data/fastlane/swift/Precheckfile.swift +1 -1
  29. data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
  30. data/fastlane/swift/Runner.swift +1 -1
  31. data/fastlane/swift/Scanfile.swift +1 -1
  32. data/fastlane/swift/ScanfileProtocol.swift +1 -1
  33. data/fastlane/swift/Screengrabfile.swift +1 -1
  34. data/fastlane/swift/ScreengrabfileProtocol.swift +3 -3
  35. data/fastlane/swift/Snapshotfile.swift +1 -1
  36. data/fastlane/swift/SnapshotfileProtocol.swift +2 -2
  37. data/fastlane/swift/formatting/Brewfile.lock.json +27 -22
  38. data/fastlane_core/lib/fastlane_core/itunes_transporter.rb +31 -7
  39. data/frameit/lib/frameit/editor.rb +16 -18
  40. data/frameit/lib/frameit/trim_box.rb +6 -0
  41. data/match/lib/match/generator.rb +2 -1
  42. data/match/lib/match/nuke.rb +79 -1
  43. data/match/lib/match/options.rb +10 -0
  44. data/match/lib/match/runner.rb +94 -10
  45. data/match/lib/match/spaceship_ensure.rb +1 -0
  46. data/pem/lib/pem/manager.rb +31 -7
  47. data/pem/lib/pem/options.rb +10 -1
  48. data/pilot/lib/pilot/build_manager.rb +1 -1
  49. data/scan/lib/scan/runner.rb +1 -1
  50. data/screengrab/lib/screengrab/options.rb +2 -2
  51. data/sigh/lib/assets/resign.sh +8 -5
  52. data/sigh/lib/sigh/options.rb +5 -0
  53. data/sigh/lib/sigh/runner.rb +2 -2
  54. data/snapshot/lib/snapshot/options.rb +1 -1
  55. data/snapshot/lib/snapshot/reports_generator.rb +8 -0
  56. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher_base.rb +7 -0
  57. data/spaceship/lib/spaceship/connect_api/models/build.rb +4 -2
  58. data/spaceship/lib/spaceship/connect_api/models/build_bundle.rb +59 -0
  59. data/spaceship/lib/spaceship/connect_api/models/certificate.rb +3 -0
  60. data/{fastlane/lib/fastlane/actions/.notarize.rb.swp → spaceship/lib/spaceship/connect_api/testflight/.testflight.rb.swp} +0 -0
  61. data/spaceship/lib/spaceship/connect_api/token.rb +1 -1
  62. data/spaceship/lib/spaceship/connect_api.rb +1 -0
  63. data/supply/lib/supply/client.rb +3 -3
  64. data/supply/lib/supply/uploader.rb +1 -1
  65. metadata +38 -35
  66. data/fastlane/lib/fastlane/actions/crashlytics.rb +0 -207
  67. data/fastlane/lib/fastlane/helper/crashlytics_helper.rb +0 -157
@@ -38,7 +38,7 @@ module Pilot
38
38
  end
39
39
 
40
40
  transporter = transporter_for_selected_team(options)
41
- result = transporter.upload(package_path: package_path)
41
+ result = transporter.upload(package_path: package_path, asset_path: options[:ipa] || options[:pkg])
42
42
 
43
43
  unless result
44
44
  transporter_errors = transporter.displayable_errors
@@ -226,7 +226,7 @@ module Scan
226
226
  FileUtils.cp(xctestrun_file, output_path)
227
227
  UI.message("Successfully copied xctestrun file: #{output_path}")
228
228
  else
229
- UI.user_error!("Could not find .xctextrun file to copy")
229
+ UI.user_error!("Could not find .xctestrun file to copy")
230
230
  end
231
231
  end
232
232
 
@@ -105,7 +105,7 @@ module Screengrab
105
105
  FastlaneCore::ConfigItem.new(key: :tests_apk_path,
106
106
  env_name: 'SCREENGRAB_TESTS_APK_PATH',
107
107
  optional: true,
108
- description: "The path to the APK for the the tests bundle",
108
+ description: "The path to the APK for the tests bundle",
109
109
  short_option: "-b",
110
110
  code_gen_sensitive: true,
111
111
  default_value: Dir[File.join("app", "build", "outputs", "apk", "app-debug-androidTest-unaligned.apk")].last,
@@ -128,7 +128,7 @@ module Screengrab
128
128
  end),
129
129
  FastlaneCore::ConfigItem.new(key: :exit_on_test_failure,
130
130
  env_name: 'EXIT_ON_TEST_FAILURE',
131
- description: "Whether or not to exit Screengrab on test failure. Exiting on failure will not copy sceenshots to local machine nor open sceenshots summary",
131
+ description: "Whether or not to exit Screengrab on test failure. Exiting on failure will not copy screenshots to local machine nor open screenshots summary",
132
132
  default_value: true,
133
133
  type: Boolean),
134
134
  FastlaneCore::ConfigItem.new(key: :reinstall_app,
@@ -80,6 +80,9 @@
80
80
  #
81
81
  # new features June 2021
82
82
  # 1. fix the way app entitlements are extracted
83
+ #
84
+ # new features October 2021
85
+ # 1. change codesign signatue to use --generate-entitlement-der to include DER encoded entitlements
83
86
 
84
87
  # Logging functions
85
88
 
@@ -546,7 +549,7 @@ function resign {
546
549
  do
547
550
  if [[ "$assetpack" == *.assetpack ]]; then
548
551
  rm -rf $assetpack/_CodeSignature
549
- /usr/bin/codesign ${VERBOSE} ${KEYCHAIN_FLAG} -f -s "$CERTIFICATE" "$assetpack"
552
+ /usr/bin/codesign ${VERBOSE} --generate-entitlement-der ${KEYCHAIN_FLAG} -f -s "$CERTIFICATE" "$assetpack"
550
553
  checkStatus
551
554
  else
552
555
  log "Ignoring non-assetpack: $assetpack"
@@ -568,7 +571,7 @@ function resign {
568
571
  log "Resigning '$framework'"
569
572
  # Must not qote KEYCHAIN_FLAG because it needs to be unwrapped and passed to codesign with spaces
570
573
  # shellcheck disable=SC2086
571
- /usr/bin/codesign ${VERBOSE} ${KEYCHAIN_FLAG} -f -s "$CERTIFICATE" "$framework"
574
+ /usr/bin/codesign ${VERBOSE} --generate-entitlement-der ${KEYCHAIN_FLAG} -f -s "$CERTIFICATE" "$framework"
572
575
  checkStatus
573
576
  else
574
577
  log "Ignoring non-framework: $framework"
@@ -622,7 +625,7 @@ function resign {
622
625
  log "Creating an archived-expanded-entitlements.xcent file for Xcode 9 builds or earlier"
623
626
  cp -f "$ENTITLEMENTS" "$APP_PATH/archived-expanded-entitlements.xcent"
624
627
  fi
625
- /usr/bin/codesign ${VERBOSE} -f -s "$CERTIFICATE" --entitlements "$ENTITLEMENTS" "$APP_PATH"
628
+ /usr/bin/codesign ${VERBOSE} --generate-entitlement-der -f -s "$CERTIFICATE" --entitlements "$ENTITLEMENTS" "$APP_PATH"
626
629
  checkStatus
627
630
  elif [[ -n "${USE_APP_ENTITLEMENTS}" ]]; then
628
631
  # Extract entitlements from provisioning profile and from the app binary
@@ -867,7 +870,7 @@ function resign {
867
870
  log "Creating an archived-expanded-entitlements.xcent file for Xcode 9 builds or earlier"
868
871
  cp -f "$PATCHED_ENTITLEMENTS" "$APP_PATH/archived-expanded-entitlements.xcent"
869
872
  fi
870
- /usr/bin/codesign ${VERBOSE} -f -s "$CERTIFICATE" --entitlements "$PATCHED_ENTITLEMENTS" "$APP_PATH"
873
+ /usr/bin/codesign ${VERBOSE} --generate-entitlement-der -f -s "$CERTIFICATE" --entitlements "$PATCHED_ENTITLEMENTS" "$APP_PATH"
871
874
  checkStatus
872
875
  else
873
876
  log "Extracting entitlements from provisioning profile"
@@ -881,7 +884,7 @@ function resign {
881
884
  fi
882
885
  # Must not qote KEYCHAIN_FLAG because it needs to be unwrapped and passed to codesign with spaces
883
886
  # shellcheck disable=SC2086
884
- /usr/bin/codesign ${VERBOSE} ${KEYCHAIN_FLAG} -f -s "$CERTIFICATE" --entitlements "$TEMP_DIR/newEntitlements" "$APP_PATH"
887
+ /usr/bin/codesign ${VERBOSE} --generate-entitlement-der ${KEYCHAIN_FLAG} -f -s "$CERTIFICATE" --entitlements "$TEMP_DIR/newEntitlements" "$APP_PATH"
885
888
  checkStatus
886
889
  fi
887
890
 
@@ -144,6 +144,11 @@ module Sigh
144
144
  is_string: false,
145
145
  default_value: false,
146
146
  short_option: "-w"),
147
+ FastlaneCore::ConfigItem.new(key: :include_all_certificates,
148
+ env_name: "SIGH_INCLUDE_ALL_CERTIFICATES",
149
+ description: "Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type",
150
+ is_string: false,
151
+ default_value: false),
147
152
  FastlaneCore::ConfigItem.new(key: :skip_certificate_verification,
148
153
  short_option: '-z',
149
154
  env_name: "SIGH_SKIP_CERTIFICATE_VERIFICATION",
@@ -114,7 +114,7 @@ module Sigh
114
114
 
115
115
  # Take the provisioning profile name into account
116
116
  results = filter_profiles_by_name(results) if Sigh.config[:provisioning_name].to_s.length > 0
117
- return results if Sigh.config[:skip_certificate_verification]
117
+ return results if Sigh.config[:skip_certificate_verification] || Sigh.config[:include_all_certificates]
118
118
 
119
119
  UI.message("Verifying certificates...")
120
120
  return results.find_all do |current_profile|
@@ -311,7 +311,7 @@ module Sigh
311
311
 
312
312
  # verify certificates
313
313
  if Helper.mac?
314
- unless Sigh.config[:skip_certificate_verification]
314
+ unless Sigh.config[:skip_certificate_verification] || Sigh.config[:include_all_certificates]
315
315
  certificates = certificates.find_all do |c|
316
316
  file = Tempfile.new('cert')
317
317
  raw_data = Base64.decode64(c.certificate_content)
@@ -123,7 +123,7 @@ module Snapshot
123
123
  type: Boolean),
124
124
  FastlaneCore::ConfigItem.new(key: :override_status_bar,
125
125
  env_name: 'SNAPSHOT_OVERRIDE_STATUS_BAR',
126
- description: "Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception",
126
+ description: "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)",
127
127
  default_value: false,
128
128
  is_string: false),
129
129
  FastlaneCore::ConfigItem.new(key: :override_status_bar_arguments,
@@ -84,6 +84,10 @@ module Snapshot
84
84
  {
85
85
  # snapshot in Xcode 9 saves screenshots with the SIMULATOR_DEVICE_NAME
86
86
  # which includes spaces
87
+ 'iPhone 13 Pro Max' => "iPhone 13 Pro Max",
88
+ 'iPhone 13 Pro' => "iPhone 13 Pro",
89
+ 'iPhone 13 mini' => "iPhone 13 mini",
90
+ 'iPhone 13' => "iPhone 13",
87
91
  'iPhone 12 Pro Max' => "iPhone 12 Pro Max",
88
92
  'iPhone 12 Pro' => "iPhone 12 Pro",
89
93
  'iPhone 12 mini' => "iPhone 12 mini",
@@ -113,6 +117,10 @@ module Snapshot
113
117
  'iPad Air' => 'iPad Air',
114
118
  'iPad (5th generation)' => 'iPad (5th generation)',
115
119
  'iPad (7th generation)' => 'iPad (7th generation)',
120
+ 'iPad mini 2' => 'iPad mini 2',
121
+ 'iPad mini 3' => 'iPad mini 3',
122
+ 'iPad mini 4' => 'iPad mini 4',
123
+ 'iPad mini (6th generation)' => 'iPad mini (6th generation)',
116
124
  'iPad Pro (9.7-inch)' => 'iPad Pro (9.7-inch)',
117
125
  'iPad Pro (9.7 inch)' => 'iPad Pro (9.7-inch)', # iOS 10.3.1 simulator
118
126
  'iPad Pro (10.5-inch)' => 'iPad Pro (10.5-inch)',
@@ -119,6 +119,13 @@ module Snapshot
119
119
  # Boot the simulator and wait for it to finish booting
120
120
  Helper.backticks("xcrun simctl bootstatus #{device_udid} -b &> /dev/null")
121
121
 
122
+ # "Booted" status is not enough for to adjust the status bar
123
+ # Simulator could stil be booting with Apple logo
124
+ # Need to wait "some amount of time" until home screen shows
125
+ boot_sleep = ENV["SNAPSHOT_SIMULATOR_WAIT_FOR_BOOT_TIMEOUT"].to_i || 10
126
+ UI.message("Waiting #{boot_sleep} seconds for device to fully boot before overriding status bar... Set 'SNAPSHOT_SIMULATOR_WAIT_FOR_BOOT_TIMEOUT' environemnt variable to adjust timeout")
127
+ sleep(boot_sleep) if boot_sleep > 0
128
+
122
129
  UI.message("Overriding Status Bar")
123
130
 
124
131
  if arguments.nil? || arguments.empty?
@@ -19,6 +19,7 @@ module Spaceship
19
19
  attr_accessor :beta_build_metrics
20
20
  attr_accessor :beta_build_localizations
21
21
  attr_accessor :build_beta_detail
22
+ attr_accessor :build_bundles
22
23
  attr_accessor :pre_release_version
23
24
  attr_accessor :individual_testers
24
25
 
@@ -38,10 +39,11 @@ module Spaceship
38
39
  "betaBuildLocalizations" => "beta_build_localizations",
39
40
  "buildBetaDetail" => "build_beta_detail",
40
41
  "preReleaseVersion" => "pre_release_version",
41
- "individualTesters" => "individual_testers"
42
+ "individualTesters" => "individual_testers",
43
+ "buildBundles" => "build_bundles"
42
44
  })
43
45
 
44
- ESSENTIAL_INCLUDES = "app,buildBetaDetail,preReleaseVersion"
46
+ ESSENTIAL_INCLUDES = "app,buildBetaDetail,preReleaseVersion,buildBundles"
45
47
 
46
48
  module ProcessingState
47
49
  PROCESSING = "PROCESSING"
@@ -0,0 +1,59 @@
1
+ require_relative '../model'
2
+ module Spaceship
3
+ class ConnectAPI
4
+ class BuildBundle
5
+ include Spaceship::ConnectAPI::Model
6
+
7
+ attr_accessor :bundle_id
8
+ attr_accessor :bundle_type
9
+ attr_accessor :sdk_build
10
+ attr_accessor :platform_build
11
+ attr_accessor :file_name
12
+ attr_accessor :has_siri_kit
13
+ attr_accessor :has_on_demand_resources
14
+ attr_accessor :is_newsstand
15
+ attr_accessor :has_prerendered_icon
16
+ attr_accessor :uses_location_services
17
+ attr_accessor :is_ios_build_mac_app_store_compatible
18
+ attr_accessor :includes_symbols
19
+ attr_accessor :dsym_url
20
+ attr_accessor :supported_architectures
21
+ attr_accessor :required_capabilities
22
+ attr_accessor :device_protocols
23
+ attr_accessor :locales
24
+ attr_accessor :entitlements
25
+ attr_accessor :tracks_users
26
+
27
+ module BundleType
28
+ APP = "APP"
29
+ # APP_CLIP might be in here as well
30
+ end
31
+
32
+ attr_mapping({
33
+ "bundleId" => "bundle_id",
34
+ "bundleType" => "bundle_type",
35
+ "sdkBuild" => "sdk_build",
36
+ "platformBuild" => "platform_build",
37
+ "fileName" => "file_name",
38
+ "hasSirikit" => "has_siri_kit",
39
+ "hasOnDemandResources" => "has_on_demand_resources",
40
+ "isNewsstand" => "is_newsstand",
41
+ "hasPrerenderedIcon" => "has_prerendered_icon",
42
+ "usesLocationServices" => "uses_location_services",
43
+ "isIosBuildMacAppStoreCompatible" => "is_ios_build_mac_app_store_compatible",
44
+ "includesSymbols" => "includes_symbols",
45
+ "dSYMUrl" => "dsym_url",
46
+ "supportedArchitectures" => "supported_architectures",
47
+ "requiredCapabilities" => "required_capabilities",
48
+ "deviceProtocols" => "device_protocols",
49
+ "locales" => "locales",
50
+ "entitlements" => "entitlements",
51
+ "tracksUsers" => "tracks_users"
52
+ })
53
+
54
+ def self.type
55
+ return "buildBundles"
56
+ end
57
+ end
58
+ end
59
+ end
@@ -41,6 +41,9 @@ module Spaceship
41
41
  MAC_APP_DEVELOPMENT = "MAC_APP_DEVELOPMENT"
42
42
  DEVELOPER_ID_KEXT = "DEVELOPER_ID_KEXT"
43
43
  DEVELOPER_ID_APPLICATION = "DEVELOPER_ID_APPLICATION"
44
+
45
+ # As of 2021-11-09, this is only available with Apple ID auth
46
+ DEVELOPER_ID_INSTALLER = "DEVELOPER_ID_INSTALLER"
44
47
  end
45
48
 
46
49
  def self.type
@@ -29,7 +29,7 @@ module Spaceship
29
29
  attr_accessor :in_house
30
30
 
31
31
  def self.from(hash: nil, filepath: nil)
32
- api_token ||= self.create(**hash) if hash
32
+ api_token ||= self.create(**hash.transform_keys(&:to_sym)) if hash
33
33
  api_token ||= self.from_json_file(filepath) if filepath
34
34
  return api_token
35
35
  end
@@ -32,6 +32,7 @@ require 'spaceship/connect_api/models/beta_tester_metric'
32
32
  require 'spaceship/connect_api/models/build'
33
33
  require 'spaceship/connect_api/models/build_delivery'
34
34
  require 'spaceship/connect_api/models/build_beta_detail'
35
+ require 'spaceship/connect_api/models/build_bundle'
35
36
  require 'spaceship/connect_api/models/custom_app_organization'
36
37
  require 'spaceship/connect_api/models/custom_app_user'
37
38
  require 'spaceship/connect_api/models/pre_release_version'
@@ -286,10 +286,10 @@ module Supply
286
286
 
287
287
  filtered_release = filtered_track.releases.first { |r| !r.name.nil? && r.name == version }
288
288
 
289
- # Since we can release on Alpha/Beta without release notes.
289
+ # Since we can release on Internal/Alpha/Beta without release notes.
290
290
  if filtered_release.release_notes.nil?
291
- UI.user_error!("Version '#{version}' for '#{current_package_name}' does not seem to have any release notes. Nothing to download.")
292
- return nil
291
+ UI.message("Version '#{version}' for '#{current_package_name}' does not seem to have any release notes. Nothing to download.")
292
+ return []
293
293
  end
294
294
 
295
295
  return filtered_release.release_notes.map do |row|
@@ -147,7 +147,7 @@ module Supply
147
147
  end
148
148
 
149
149
  def verify_config!
150
- unless metadata_path || Supply.config[:apk] || Supply.config[:apk_paths] || Supply.config[:aab] || Supply.config[:aab_paths] || (Supply.config[:track] && Supply.config[:track_promote_to])
150
+ unless metadata_path || Supply.config[:apk] || Supply.config[:apk_paths] || Supply.config[:aab] || Supply.config[:aab_paths] || (Supply.config[:track] && Supply.config[:track_promote_to]) || (Supply.config[:track] && Supply.config[:rollout])
151
151
  UI.user_error!("No local metadata, apks, aab, or track to promote were found, make sure to run `fastlane supply init` to setup supply")
152
152
  end
153
153
 
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.194.0
4
+ version: 2.198.0
5
5
  platform: ruby
6
6
  authors:
7
- - Josh Holtz
8
- - Danielle Tomlinson
7
+ - Iulian Onofrei
8
+ - Luka Mirosevic
9
+ - Felix Krause
10
+ - Manish Rathi
11
+ - Stefan Natchev
9
12
  - Jorge Revuelta H
10
- - Aaron Brager
11
- - Kohki Miki
12
- - Joshua Liebowitz
13
- - Olivier Halligon
13
+ - Danielle Tomlinson
14
14
  - Fumiya Nakamura
15
- - Satoshi Namai
16
- - Max Ott
17
15
  - Helmut Januschka
18
- - Roger Oba
19
- - Felix Krause
20
16
  - Maksym Grebenets
21
- - Jérôme Lacoste
17
+ - Andrew McBurney
22
18
  - Jimmy Dee
23
- - Luka Mirosevic
24
- - Manish Rathi
19
+ - Kohki Miki
20
+ - Josh Holtz
21
+ - Aaron Brager
22
+ - Max Ott
23
+ - Satoshi Namai
25
24
  - Manu Wallner
26
- - Andrew McBurney
27
- - Stefan Natchev
28
- - Daniel Jankowski
25
+ - Jérôme Lacoste
29
26
  - Jan Piotrowski
27
+ - Olivier Halligon
30
28
  - Matthew Ellis
31
- - Iulian Onofrei
29
+ - Roger Oba
30
+ - Joshua Liebowitz
31
+ - Daniel Jankowski
32
32
  autorequire:
33
33
  bindir: bin
34
34
  cert_chain: []
35
- date: 2021-09-15 00:00:00.000000000 Z
35
+ date: 2021-11-16 00:00:00.000000000 Z
36
36
  dependencies:
37
37
  - !ruby/object:Gem::Dependency
38
38
  name: xcodeproj
@@ -1013,7 +1013,6 @@ files:
1013
1013
  - fastlane/lib/fastlane.rb
1014
1014
  - fastlane/lib/fastlane/action.rb
1015
1015
  - fastlane/lib/fastlane/action_collector.rb
1016
- - fastlane/lib/fastlane/actions/.notarize.rb.swp
1017
1016
  - fastlane/lib/fastlane/actions/README.md
1018
1017
  - fastlane/lib/fastlane/actions/actions_helper.rb
1019
1018
  - fastlane/lib/fastlane/actions/adb.rb
@@ -1057,7 +1056,6 @@ files:
1057
1056
  - fastlane/lib/fastlane/actions/commit_github_file.rb
1058
1057
  - fastlane/lib/fastlane/actions/commit_version_bump.rb
1059
1058
  - fastlane/lib/fastlane/actions/copy_artifacts.rb
1060
- - fastlane/lib/fastlane/actions/crashlytics.rb
1061
1059
  - fastlane/lib/fastlane/actions/create_app_on_managed_play_store.rb
1062
1060
  - fastlane/lib/fastlane/actions/create_app_online.rb
1063
1061
  - fastlane/lib/fastlane/actions/create_keychain.rb
@@ -1279,7 +1277,6 @@ files:
1279
1277
  - fastlane/lib/fastlane/features.rb
1280
1278
  - fastlane/lib/fastlane/helper/README.md
1281
1279
  - fastlane/lib/fastlane/helper/adb_helper.rb
1282
- - fastlane/lib/fastlane/helper/crashlytics_helper.rb
1283
1280
  - fastlane/lib/fastlane/helper/dotenv_helper.rb
1284
1281
  - fastlane/lib/fastlane/helper/gem_helper.rb
1285
1282
  - fastlane/lib/fastlane/helper/git_helper.rb
@@ -1694,6 +1691,7 @@ files:
1694
1691
  - spaceship/lib/spaceship/connect_api/models/beta_tester_metric.rb
1695
1692
  - spaceship/lib/spaceship/connect_api/models/build.rb
1696
1693
  - spaceship/lib/spaceship/connect_api/models/build_beta_detail.rb
1694
+ - spaceship/lib/spaceship/connect_api/models/build_bundle.rb
1697
1695
  - spaceship/lib/spaceship/connect_api/models/build_delivery.rb
1698
1696
  - spaceship/lib/spaceship/connect_api/models/bundle_id.rb
1699
1697
  - spaceship/lib/spaceship/connect_api/models/bundle_id_capability.rb
@@ -1714,6 +1712,7 @@ files:
1714
1712
  - spaceship/lib/spaceship/connect_api/provisioning/provisioning.rb
1715
1713
  - spaceship/lib/spaceship/connect_api/response.rb
1716
1714
  - spaceship/lib/spaceship/connect_api/spaceship.rb
1715
+ - spaceship/lib/spaceship/connect_api/testflight/.testflight.rb.swp
1717
1716
  - spaceship/lib/spaceship/connect_api/testflight/client.rb
1718
1717
  - spaceship/lib/spaceship/connect_api/testflight/testflight.rb
1719
1718
  - spaceship/lib/spaceship/connect_api/token.rb
@@ -1841,28 +1840,32 @@ homepage: https://fastlane.tools
1841
1840
  licenses:
1842
1841
  - MIT
1843
1842
  metadata:
1844
- docs_url: https://docs.fastlane.tools
1843
+ bug_tracker_uri: https://github.com/fastlane/fastlane/issues
1844
+ changelog_uri: https://github.com/fastlane/fastlane/releases
1845
+ documentation_uri: https://docs.fastlane.tools/
1846
+ homepage_uri: https://fastlane.tools
1847
+ source_code_uri: https://github.com/fastlane/fastlane
1845
1848
  post_install_message:
1846
1849
  rdoc_options: []
1847
1850
  require_paths:
1851
+ - cert/lib
1848
1852
  - credentials_manager/lib
1849
- - pem/lib
1850
- - snapshot/lib
1851
- - frameit/lib
1852
- - match/lib
1853
- - fastlane_core/lib
1854
1853
  - deliver/lib
1855
- - scan/lib
1856
- - supply/lib
1857
- - cert/lib
1858
1854
  - fastlane/lib
1859
- - spaceship/lib
1860
- - pilot/lib
1855
+ - fastlane_core/lib
1856
+ - frameit/lib
1861
1857
  - gym/lib
1858
+ - match/lib
1859
+ - pem/lib
1860
+ - pilot/lib
1862
1861
  - precheck/lib
1862
+ - produce/lib
1863
+ - scan/lib
1863
1864
  - screengrab/lib
1864
1865
  - sigh/lib
1865
- - produce/lib
1866
+ - snapshot/lib
1867
+ - spaceship/lib
1868
+ - supply/lib
1866
1869
  required_ruby_version: !ruby/object:Gem::Requirement
1867
1870
  requirements:
1868
1871
  - - ">="
@@ -1874,7 +1877,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1874
1877
  - !ruby/object:Gem::Version
1875
1878
  version: '0'
1876
1879
  requirements: []
1877
- rubygems_version: 3.1.6
1880
+ rubygems_version: 3.2.3
1878
1881
  signing_key:
1879
1882
  specification_version: 4
1880
1883
  summary: The easiest way to automate beta deployments and releases for your iOS and