fastlane 2.150.1 → 2.151.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +78 -78
- data/{fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp → deliver/lib/deliver/.commands_generator.rb.swp} +0 -0
- data/deliver/lib/deliver/.submit_for_review.rb.swp +0 -0
- data/deliver/lib/deliver/app_screenshot.rb +4 -4
- data/deliver/lib/deliver/download_screenshots.rb +35 -28
- data/deliver/lib/deliver/options.rb +7 -1
- data/deliver/lib/deliver/runner.rb +7 -3
- data/deliver/lib/deliver/submit_for_review.rb +7 -7
- data/deliver/lib/deliver/upload_metadata.rb +5 -5
- data/deliver/lib/deliver/upload_screenshots.rb +1 -1
- data/fastlane/lib/fastlane/actions/docs/upload_to_testflight.md +3 -0
- data/fastlane/lib/fastlane/actions/notarize.rb +13 -3
- data/fastlane/lib/fastlane/actions/pod_push.rb +10 -1
- data/fastlane/lib/fastlane/actions/resign.rb +1 -1
- data/fastlane/lib/fastlane/actions/setup_ci.rb +5 -0
- data/fastlane/lib/fastlane/actions/setup_circle_ci.rb +1 -1
- data/fastlane/lib/fastlane/actions/setup_travis.rb +1 -1
- data/fastlane/lib/fastlane/actions/slather.rb +7 -0
- data/fastlane/lib/fastlane/actions/upload_symbols_to_crashlytics.rb +10 -2
- data/fastlane/lib/fastlane/documentation/docs_generator.rb +1 -1
- data/{pilot/lib/pilot/.manager.rb.swp → fastlane/lib/fastlane/helper/.s3_client_helper.rb.swp} +0 -0
- data/fastlane/lib/fastlane/helper/s3_client_helper.rb +28 -11
- data/fastlane/lib/fastlane/server/socket_server.rb +7 -1
- data/fastlane/lib/fastlane/swift_fastlane_function.rb +1 -1
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Actions.swift +1 -1
- data/fastlane/swift/ArgumentProcessor.swift +24 -24
- data/fastlane/swift/ControlCommand.swift +3 -3
- data/fastlane/swift/Deliverfile.swift +4 -8
- data/fastlane/swift/DeliverfileProtocol.swift +181 -182
- data/fastlane/swift/Fastlane.swift +2819 -2805
- data/fastlane/swift/Gymfile.swift +4 -8
- data/fastlane/swift/GymfileProtocol.swift +133 -134
- data/fastlane/swift/LaneFileProtocol.swift +17 -17
- data/fastlane/swift/Matchfile.swift +4 -8
- data/fastlane/swift/MatchfileProtocol.swift +115 -112
- data/fastlane/swift/Plugins.swift +1 -1
- data/fastlane/swift/Precheckfile.swift +4 -8
- data/fastlane/swift/PrecheckfileProtocol.swift +22 -23
- data/fastlane/swift/RubyCommand.swift +34 -37
- data/fastlane/swift/RubyCommandable.swift +3 -1
- data/fastlane/swift/Runner.swift +76 -69
- data/fastlane/swift/Scanfile.swift +4 -8
- data/fastlane/swift/ScanfileProtocol.swift +190 -191
- data/fastlane/swift/Screengrabfile.swift +4 -8
- data/fastlane/swift/ScreengrabfileProtocol.swift +67 -68
- data/fastlane/swift/Snapshotfile.swift +4 -8
- data/fastlane/swift/SnapshotfileProtocol.swift +127 -128
- data/fastlane/swift/SocketClient.swift +84 -90
- data/fastlane/swift/SocketResponse.swift +14 -14
- data/fastlane/swift/formatting/Brewfile +1 -0
- data/fastlane/swift/formatting/Brewfile.lock.json +39 -0
- data/fastlane/swift/formatting/Rakefile +18 -0
- data/fastlane/swift/main.swift +5 -6
- data/fastlane_core/lib/fastlane_core/itunes_transporter.rb +21 -10
- data/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb +1 -1
- data/{fastlane/lib/fastlane/actions/.hockey.rb.swp → frameit/lib/frameit/.editor.rb.swp} +0 -0
- data/match/lib/assets/READMETemplate.md +5 -2
- data/match/lib/match/options.rb +4 -0
- data/match/lib/match/runner.rb +5 -4
- data/match/lib/match/storage/git_storage.rb +1 -1
- data/match/lib/match/storage/s3_storage.rb +25 -7
- data/sigh/lib/assets/resign.sh +18 -0
- data/spaceship/lib/spaceship/{connect_api/.DS_Store → .DS_Store} +0 -0
- data/spaceship/lib/spaceship/client.rb +1 -2
- data/spaceship/lib/spaceship/connect_api.rb +1 -0
- data/spaceship/lib/spaceship/connect_api/client.rb +0 -1
- data/spaceship/lib/spaceship/connect_api/file_uploader.rb +0 -1
- data/spaceship/lib/spaceship/connect_api/models/app.rb +3 -3
- data/spaceship/lib/spaceship/connect_api/models/app_info.rb +24 -1
- data/spaceship/lib/spaceship/connect_api/models/app_preview.rb +7 -6
- data/spaceship/lib/spaceship/connect_api/models/app_preview_set.rb +31 -2
- data/spaceship/lib/spaceship/connect_api/models/app_screenshot_set.rb +24 -2
- data/spaceship/lib/spaceship/connect_api/models/app_store_version.rb +1 -1
- data/spaceship/lib/spaceship/connect_api/models/certificate.rb +11 -1
- data/spaceship/lib/spaceship/connect_api/models/sandbox_tester.rb +64 -0
- data/spaceship/lib/spaceship/connect_api/tunes/tunes.rb +45 -0
- metadata +45 -51
- data/fastlane/lib/fastlane/actions/.slack.rb.swp +0 -0
- data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/spaceship/lib/spaceship/babosa_fix.rb +0 -30
@@ -17,7 +17,7 @@ module Spaceship
|
|
17
17
|
attr_accessor :video_url
|
18
18
|
attr_accessor :preview_image
|
19
19
|
attr_accessor :upload_operations
|
20
|
-
attr_accessor :
|
20
|
+
attr_accessor :asset_delivery_state
|
21
21
|
attr_accessor :upload
|
22
22
|
|
23
23
|
attr_mapping({
|
@@ -54,7 +54,7 @@ module Spaceship
|
|
54
54
|
# @param app_preview_set_id The AppPreviewSet id
|
55
55
|
# @param path The path of the file
|
56
56
|
# @param frame_time_code The time code for the preview still frame (ex: "00:00:07:01")
|
57
|
-
def self.create(app_preview_set_id: nil, path: nil, frame_time_code: nil)
|
57
|
+
def self.create(app_preview_set_id: nil, path: nil, wait_for_processing: true, frame_time_code: nil)
|
58
58
|
require 'faraday'
|
59
59
|
|
60
60
|
filename = File.basename(path)
|
@@ -70,7 +70,7 @@ module Spaceship
|
|
70
70
|
preview = Spaceship::ConnectAPI.post_app_preview(
|
71
71
|
app_preview_set_id: app_preview_set_id,
|
72
72
|
attributes: post_attributes
|
73
|
-
).
|
73
|
+
).first
|
74
74
|
|
75
75
|
# Upload the file
|
76
76
|
upload_operations = preview.upload_operations
|
@@ -86,7 +86,7 @@ module Spaceship
|
|
86
86
|
preview = Spaceship::ConnectAPI.patch_app_preview(
|
87
87
|
app_preview_id: preview.id,
|
88
88
|
attributes: patch_attributes
|
89
|
-
).
|
89
|
+
).first
|
90
90
|
rescue => error
|
91
91
|
puts("Failed to patch app preview. Update may have gone through so verifying") if Spaceship::Globals.verbose?
|
92
92
|
|
@@ -95,7 +95,8 @@ module Spaceship
|
|
95
95
|
end
|
96
96
|
|
97
97
|
# Poll for video processing completion to set still frame time
|
98
|
-
unless frame_time_code.nil?
|
98
|
+
wait_for_processing = true unless frame_time_code.nil?
|
99
|
+
if wait_for_processing
|
99
100
|
loop do
|
100
101
|
unless preview.video_url.nil?
|
101
102
|
puts("Preview processing complete!") if Spaceship::Globals.verbose?
|
@@ -118,7 +119,7 @@ module Spaceship
|
|
118
119
|
end
|
119
120
|
|
120
121
|
def update(attributes: nil)
|
121
|
-
Spaceship::ConnectAPI.patch_app_preview(app_preview_id: id, attributes: attributes)
|
122
|
+
Spaceship::ConnectAPI.patch_app_preview(app_preview_id: id, attributes: attributes).first
|
122
123
|
end
|
123
124
|
|
124
125
|
def delete!(filter: {}, includes: nil, limit: nil, sort: nil)
|
@@ -63,8 +63,37 @@ module Spaceship
|
|
63
63
|
return resp.to_models
|
64
64
|
end
|
65
65
|
|
66
|
-
def
|
67
|
-
return Spaceship::ConnectAPI
|
66
|
+
def self.get(app_preview_set_id: nil, includes: "appPreviews")
|
67
|
+
return Spaceship::ConnectAPI.get_app_preview_set(app_preview_set_id: app_preview_set_id, filter: nil, includes: includes, limit: nil, sort: nil).first
|
68
|
+
end
|
69
|
+
|
70
|
+
def upload_preview(path: nil, wait_for_processing: true, position: nil, frame_time_code: nil)
|
71
|
+
# Upload preview
|
72
|
+
preview = Spaceship::ConnectAPI::AppPreview.create(app_preview_set_id: id, path: path, wait_for_processing: wait_for_processing, frame_time_code: frame_time_code)
|
73
|
+
|
74
|
+
# Reposition (if specified)
|
75
|
+
unless position.nil?
|
76
|
+
# Get all app preview ids
|
77
|
+
set = AppPreviewSet.get(app_preview_set_id: id)
|
78
|
+
app_preview_ids = set.app_previews.map(&:id)
|
79
|
+
|
80
|
+
# Remove new uploaded preview
|
81
|
+
app_preview_ids.delete(preview.id)
|
82
|
+
|
83
|
+
# Insert preview at specified position
|
84
|
+
app_preview_ids = app_preview_ids.insert(position, preview.id).compact
|
85
|
+
|
86
|
+
# Reorder previews
|
87
|
+
reorder_previews(app_preview_ids: app_preview_ids)
|
88
|
+
end
|
89
|
+
|
90
|
+
return preview
|
91
|
+
end
|
92
|
+
|
93
|
+
def reorder_previews(app_preview_ids: nil)
|
94
|
+
Spaceship::ConnectAPI.patch_app_preview_set_previews(app_preview_set_id: id, app_preview_ids: app_preview_ids)
|
95
|
+
|
96
|
+
return Spaceship::ConnectAPI.get_app_preview_set(app_preview_set_id: id, includes: "appPreviews").first
|
68
97
|
end
|
69
98
|
end
|
70
99
|
end
|
@@ -117,8 +117,30 @@ module Spaceship
|
|
117
117
|
return resp.to_models
|
118
118
|
end
|
119
119
|
|
120
|
-
def
|
121
|
-
return Spaceship::ConnectAPI
|
120
|
+
def self.get(app_screenshot_set_id: nil, includes: "appScreenshots")
|
121
|
+
return Spaceship::ConnectAPI.get_app_screenshot_set(app_screenshot_set_id: app_screenshot_set_id, filter: nil, includes: includes, limit: nil, sort: nil).first
|
122
|
+
end
|
123
|
+
|
124
|
+
def upload_screenshot(path: nil, wait_for_processing: true, position: nil)
|
125
|
+
screenshot = Spaceship::ConnectAPI::AppScreenshot.create(app_screenshot_set_id: id, path: path, wait_for_processing: wait_for_processing)
|
126
|
+
|
127
|
+
# Reposition (if specified)
|
128
|
+
unless position.nil?
|
129
|
+
# Get all app preview ids
|
130
|
+
set = AppScreenshotSet.get(app_screenshot_set_id: id)
|
131
|
+
app_screenshot_ids = set.app_screenshots.map(&:id)
|
132
|
+
|
133
|
+
# Remove new uploaded screenshot
|
134
|
+
app_screenshot_ids.delete(screenshot.id)
|
135
|
+
|
136
|
+
# Insert screenshot at specified position
|
137
|
+
app_screenshot_ids = app_screenshot_ids.insert(position, screenshot.id).compact
|
138
|
+
|
139
|
+
# Reorder screenshots
|
140
|
+
reorder_screenshots(app_screenshot_ids: app_screenshot_ids)
|
141
|
+
end
|
142
|
+
|
143
|
+
return screenshot
|
122
144
|
end
|
123
145
|
|
124
146
|
def reorder_screenshots(app_screenshot_ids: nil)
|
@@ -10,6 +10,9 @@ module Spaceship
|
|
10
10
|
attr_accessor :platform
|
11
11
|
attr_accessor :serial_number
|
12
12
|
attr_accessor :certificate_type
|
13
|
+
attr_accessor :requester_email
|
14
|
+
attr_accessor :requester_first_name
|
15
|
+
attr_accessor :requester_last_name
|
13
16
|
|
14
17
|
attr_mapping({
|
15
18
|
"certificateContent" => "certificate_content",
|
@@ -18,7 +21,10 @@ module Spaceship
|
|
18
21
|
"name" => "name",
|
19
22
|
"platform" => "platform",
|
20
23
|
"serialNumber" => "serial_number",
|
21
|
-
"certificateType" => "certificate_type"
|
24
|
+
"certificateType" => "certificate_type",
|
25
|
+
"requesterEmail" => "requester_email",
|
26
|
+
"requesterFirstName" => "requester_first_name",
|
27
|
+
"requesterLastName" => "requester_last_name"
|
22
28
|
})
|
23
29
|
|
24
30
|
module CertificateType
|
@@ -37,6 +43,10 @@ module Spaceship
|
|
37
43
|
return "certificates"
|
38
44
|
end
|
39
45
|
|
46
|
+
def valid?
|
47
|
+
Time.parse(expiration_date) > Time.now
|
48
|
+
end
|
49
|
+
|
40
50
|
#
|
41
51
|
# API
|
42
52
|
#
|
@@ -0,0 +1,64 @@
|
|
1
|
+
require_relative '../model'
|
2
|
+
module Spaceship
|
3
|
+
class ConnectAPI
|
4
|
+
class SandboxTester
|
5
|
+
include Spaceship::ConnectAPI::Model
|
6
|
+
|
7
|
+
attr_accessor :first_name
|
8
|
+
attr_accessor :last_name
|
9
|
+
attr_accessor :email
|
10
|
+
attr_accessor :password
|
11
|
+
attr_accessor :confirm_password
|
12
|
+
attr_accessor :secret_question
|
13
|
+
attr_accessor :secret_answer
|
14
|
+
attr_accessor :birth_date # 1980-03-01
|
15
|
+
attr_accessor :app_store_territory
|
16
|
+
attr_accessor :apple_pay_compatible
|
17
|
+
|
18
|
+
attr_mapping({
|
19
|
+
"firstName" => "first_name",
|
20
|
+
"lastName" => "last_name",
|
21
|
+
"email" => "email",
|
22
|
+
"password" => "password",
|
23
|
+
"confirmPassword" => "confirm_password",
|
24
|
+
"secretQuestion" => "secret_question",
|
25
|
+
"secretAnswer" => "secret_answer",
|
26
|
+
"birthDate" => "birth_date",
|
27
|
+
"appStoreTerritory" => "app_store_territory",
|
28
|
+
"applePayCompatible" => "apple_pay_compatible"
|
29
|
+
})
|
30
|
+
|
31
|
+
def self.type
|
32
|
+
return "sandboxTesters"
|
33
|
+
end
|
34
|
+
|
35
|
+
#
|
36
|
+
# API
|
37
|
+
#
|
38
|
+
|
39
|
+
def self.all(filter: {}, includes: nil, limit: 2000, sort: nil)
|
40
|
+
resps = Spaceship::ConnectAPI.get_sandbox_testers(filter: filter, includes: includes).all_pages
|
41
|
+
return resps.flat_map(&:to_models)
|
42
|
+
end
|
43
|
+
|
44
|
+
def self.create(first_name: nil, last_name: nil, email: nil, password: nil, confirm_password: nil, secret_question: nil, secret_answer: nil, birth_date: nil, app_store_territory: nil)
|
45
|
+
attributes = {
|
46
|
+
firstName: first_name,
|
47
|
+
lastName: last_name,
|
48
|
+
email: email,
|
49
|
+
password: password,
|
50
|
+
confirmPassword: confirm_password,
|
51
|
+
secretQuestion: secret_question,
|
52
|
+
secretAnswer: secret_answer,
|
53
|
+
birthDate: birth_date,
|
54
|
+
appStoreTerritory: app_store_territory
|
55
|
+
}
|
56
|
+
return Spaceship::ConnectAPI.post_sandbox_tester(attributes: attributes).first
|
57
|
+
end
|
58
|
+
|
59
|
+
def delete!
|
60
|
+
Spaceship::ConnectAPI.delete_sandbox_tester(sandbox_tester_id: id)
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
@@ -241,6 +241,11 @@ module Spaceship
|
|
241
241
|
Client.instance.get("appPreviewSets", params)
|
242
242
|
end
|
243
243
|
|
244
|
+
def get_app_preview_set(app_preview_set_id: nil, filter: {}, includes: nil, limit: nil, sort: nil)
|
245
|
+
params = Client.instance.build_params(filter: filter, includes: includes, limit: limit, sort: sort)
|
246
|
+
Client.instance.get("appPreviewSets/#{app_preview_set_id}", params)
|
247
|
+
end
|
248
|
+
|
244
249
|
def post_app_preview_set(app_store_version_localization_id: nil, attributes: {})
|
245
250
|
body = {
|
246
251
|
data: {
|
@@ -260,6 +265,21 @@ module Spaceship
|
|
260
265
|
Client.instance.post("appPreviewSets", body)
|
261
266
|
end
|
262
267
|
|
268
|
+
def patch_app_preview_set_previews(app_preview_set_id: nil, app_preview_ids: nil)
|
269
|
+
app_preview_ids ||= []
|
270
|
+
|
271
|
+
body = {
|
272
|
+
data: app_preview_ids.map do |app_preview_id|
|
273
|
+
{
|
274
|
+
type: "appPreviews",
|
275
|
+
id: app_preview_id
|
276
|
+
}
|
277
|
+
end
|
278
|
+
}
|
279
|
+
|
280
|
+
Client.instance.patch("appPreviewSets/#{app_preview_set_id}/relationships/appPreviews", body)
|
281
|
+
end
|
282
|
+
|
263
283
|
#
|
264
284
|
# appPrices
|
265
285
|
#
|
@@ -846,6 +866,31 @@ module Spaceship
|
|
846
866
|
Client.instance.delete("idfaDeclarations/#{idfa_declaration_id}", params)
|
847
867
|
end
|
848
868
|
|
869
|
+
#
|
870
|
+
# sandboxTesters
|
871
|
+
#
|
872
|
+
|
873
|
+
def get_sandbox_testers(filter: nil, includes: nil, limit: nil, sort: nil)
|
874
|
+
params = Client.instance.build_params(filter: filter, includes: includes, limit: limit, sort: sort)
|
875
|
+
Client.instance.get("sandboxTesters", params)
|
876
|
+
end
|
877
|
+
|
878
|
+
def post_sandbox_tester(attributes: {})
|
879
|
+
body = {
|
880
|
+
data: {
|
881
|
+
type: "sandboxTesters",
|
882
|
+
attributes: attributes
|
883
|
+
}
|
884
|
+
}
|
885
|
+
|
886
|
+
Client.instance.post("sandboxTesters", body)
|
887
|
+
end
|
888
|
+
|
889
|
+
def delete_sandbox_tester(sandbox_tester_id: nil)
|
890
|
+
params = Client.instance.build_params(filter: nil, includes: nil, limit: nil, sort: nil)
|
891
|
+
Client.instance.delete("sandboxTesters/#{sandbox_tester_id}", params)
|
892
|
+
end
|
893
|
+
|
849
894
|
#
|
850
895
|
# territories
|
851
896
|
#
|
metadata
CHANGED
@@ -1,35 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.151.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Joshua Liebowitz
|
8
|
-
- Luka Mirosevic
|
9
|
-
- Kohki Miki
|
10
|
-
- Aaron Brager
|
11
|
-
- Matthew Ellis
|
12
|
-
- Jimmy Dee
|
13
|
-
- Jorge Revuelta H
|
14
|
-
- Manu Wallner
|
15
7
|
- Josh Holtz
|
16
|
-
-
|
17
|
-
- Maksym Grebenets
|
18
|
-
- Jan Piotrowski
|
8
|
+
- Matthew Ellis
|
19
9
|
- Daniel Jankowski
|
20
|
-
- Olivier Halligon
|
21
|
-
- Max Ott
|
22
10
|
- Felix Krause
|
11
|
+
- Luka Mirosevic
|
23
12
|
- Iulian Onofrei
|
24
|
-
- Danielle Tomlinson
|
25
|
-
- Jérôme Lacoste
|
26
13
|
- Andrew McBurney
|
27
|
-
-
|
14
|
+
- Fumiya Nakamura
|
15
|
+
- Jan Piotrowski
|
28
16
|
- Stefan Natchev
|
29
|
-
|
17
|
+
- Jérôme Lacoste
|
18
|
+
- Manu Wallner
|
19
|
+
- Jorge Revuelta H
|
20
|
+
- Joshua Liebowitz
|
21
|
+
- Kohki Miki
|
22
|
+
- Jimmy Dee
|
23
|
+
- Olivier Halligon
|
24
|
+
- Maksym Grebenets
|
25
|
+
- Helmut Januschka
|
26
|
+
- Max Ott
|
27
|
+
- Danielle Tomlinson
|
28
|
+
- Aaron Brager
|
29
|
+
autorequire:
|
30
30
|
bindir: bin
|
31
31
|
cert_chain: []
|
32
|
-
date: 2020-07-
|
32
|
+
date: 2020-07-09 00:00:00.000000000 Z
|
33
33
|
dependencies:
|
34
34
|
- !ruby/object:Gem::Dependency
|
35
35
|
name: slack-notifier
|
@@ -259,7 +259,7 @@ dependencies:
|
|
259
259
|
requirements:
|
260
260
|
- - ">="
|
261
261
|
- !ruby/object:Gem::Version
|
262
|
-
version: 1.0.
|
262
|
+
version: 1.0.3
|
263
263
|
- - "<"
|
264
264
|
- !ruby/object:Gem::Version
|
265
265
|
version: 2.0.0
|
@@ -269,7 +269,7 @@ dependencies:
|
|
269
269
|
requirements:
|
270
270
|
- - ">="
|
271
271
|
- !ruby/object:Gem::Version
|
272
|
-
version: 1.0.
|
272
|
+
version: 1.0.3
|
273
273
|
- - "<"
|
274
274
|
- !ruby/object:Gem::Version
|
275
275
|
version: 2.0.0
|
@@ -475,20 +475,6 @@ dependencies:
|
|
475
475
|
- - "<"
|
476
476
|
- !ruby/object:Gem::Version
|
477
477
|
version: 5.0.0
|
478
|
-
- !ruby/object:Gem::Dependency
|
479
|
-
name: multi_xml
|
480
|
-
requirement: !ruby/object:Gem::Requirement
|
481
|
-
requirements:
|
482
|
-
- - "~>"
|
483
|
-
- !ruby/object:Gem::Version
|
484
|
-
version: '0.5'
|
485
|
-
type: :runtime
|
486
|
-
prerelease: false
|
487
|
-
version_requirements: !ruby/object:Gem::Requirement
|
488
|
-
requirements:
|
489
|
-
- - "~>"
|
490
|
-
- !ruby/object:Gem::Version
|
491
|
-
version: '0.5'
|
492
478
|
- !ruby/object:Gem::Dependency
|
493
479
|
name: rubyzip
|
494
480
|
requirement: !ruby/object:Gem::Requirement
|
@@ -595,16 +581,22 @@ dependencies:
|
|
595
581
|
name: jwt
|
596
582
|
requirement: !ruby/object:Gem::Requirement
|
597
583
|
requirements:
|
598
|
-
- - "
|
584
|
+
- - ">="
|
599
585
|
- !ruby/object:Gem::Version
|
600
586
|
version: 2.1.0
|
587
|
+
- - "<"
|
588
|
+
- !ruby/object:Gem::Version
|
589
|
+
version: '3'
|
601
590
|
type: :runtime
|
602
591
|
prerelease: false
|
603
592
|
version_requirements: !ruby/object:Gem::Requirement
|
604
593
|
requirements:
|
605
|
-
- - "
|
594
|
+
- - ">="
|
606
595
|
- !ruby/object:Gem::Version
|
607
596
|
version: 2.1.0
|
597
|
+
- - "<"
|
598
|
+
- !ruby/object:Gem::Version
|
599
|
+
version: '3'
|
608
600
|
- !ruby/object:Gem::Dependency
|
609
601
|
name: google-api-client
|
610
602
|
requirement: !ruby/object:Gem::Requirement
|
@@ -895,28 +887,28 @@ dependencies:
|
|
895
887
|
requirements:
|
896
888
|
- - "~>"
|
897
889
|
- !ruby/object:Gem::Version
|
898
|
-
version:
|
890
|
+
version: 1.2.1
|
899
891
|
type: :development
|
900
892
|
prerelease: false
|
901
893
|
version_requirements: !ruby/object:Gem::Requirement
|
902
894
|
requirements:
|
903
895
|
- - "~>"
|
904
896
|
- !ruby/object:Gem::Version
|
905
|
-
version:
|
897
|
+
version: 1.2.1
|
906
898
|
- !ruby/object:Gem::Dependency
|
907
899
|
name: sinatra
|
908
900
|
requirement: !ruby/object:Gem::Requirement
|
909
901
|
requirements:
|
910
902
|
- - "~>"
|
911
903
|
- !ruby/object:Gem::Version
|
912
|
-
version:
|
904
|
+
version: 2.0.8
|
913
905
|
type: :development
|
914
906
|
prerelease: false
|
915
907
|
version_requirements: !ruby/object:Gem::Requirement
|
916
908
|
requirements:
|
917
909
|
- - "~>"
|
918
910
|
- !ruby/object:Gem::Version
|
919
|
-
version:
|
911
|
+
version: 2.0.8
|
920
912
|
- !ruby/object:Gem::Dependency
|
921
913
|
name: xcov
|
922
914
|
requirement: !ruby/object:Gem::Requirement
|
@@ -977,6 +969,8 @@ files:
|
|
977
969
|
- deliver/lib/assets/ScreenshotsHelp
|
978
970
|
- deliver/lib/assets/summary.html.erb
|
979
971
|
- deliver/lib/deliver.rb
|
972
|
+
- deliver/lib/deliver/.commands_generator.rb.swp
|
973
|
+
- deliver/lib/deliver/.submit_for_review.rb.swp
|
980
974
|
- deliver/lib/deliver/app_screenshot.rb
|
981
975
|
- deliver/lib/deliver/commands_generator.rb
|
982
976
|
- deliver/lib/deliver/detect_values.rb
|
@@ -1013,9 +1007,6 @@ files:
|
|
1013
1007
|
- fastlane/lib/fastlane.rb
|
1014
1008
|
- fastlane/lib/fastlane/action.rb
|
1015
1009
|
- fastlane/lib/fastlane/action_collector.rb
|
1016
|
-
- fastlane/lib/fastlane/actions/.hockey.rb.swp
|
1017
|
-
- fastlane/lib/fastlane/actions/.slack.rb.swp
|
1018
|
-
- fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp
|
1019
1010
|
- fastlane/lib/fastlane/actions/README.md
|
1020
1011
|
- fastlane/lib/fastlane/actions/actions_helper.rb
|
1021
1012
|
- fastlane/lib/fastlane/actions/adb.rb
|
@@ -1271,6 +1262,7 @@ files:
|
|
1271
1262
|
- fastlane/lib/fastlane/fast_file.rb
|
1272
1263
|
- fastlane/lib/fastlane/fastlane_require.rb
|
1273
1264
|
- fastlane/lib/fastlane/features.rb
|
1265
|
+
- fastlane/lib/fastlane/helper/.s3_client_helper.rb.swp
|
1274
1266
|
- fastlane/lib/fastlane/helper/README.md
|
1275
1267
|
- fastlane/lib/fastlane/helper/adb_helper.rb
|
1276
1268
|
- fastlane/lib/fastlane/helper/crashlytics_helper.rb
|
@@ -1352,7 +1344,6 @@ files:
|
|
1352
1344
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
|
1353
1345
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
1354
1346
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
1355
|
-
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
|
1356
1347
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
|
1357
1348
|
- fastlane/swift/FastlaneSwiftRunner/README.txt
|
1358
1349
|
- fastlane/swift/Gymfile.swift
|
@@ -1376,6 +1367,9 @@ files:
|
|
1376
1367
|
- fastlane/swift/SocketClient.swift
|
1377
1368
|
- fastlane/swift/SocketClientDelegateProtocol.swift
|
1378
1369
|
- fastlane/swift/SocketResponse.swift
|
1370
|
+
- fastlane/swift/formatting/Brewfile
|
1371
|
+
- fastlane/swift/formatting/Brewfile.lock.json
|
1372
|
+
- fastlane/swift/formatting/Rakefile
|
1379
1373
|
- fastlane/swift/main.swift
|
1380
1374
|
- fastlane/swift/upgrade_manifest.json
|
1381
1375
|
- fastlane_core/README.md
|
@@ -1439,6 +1433,7 @@ files:
|
|
1439
1433
|
- frameit/README.md
|
1440
1434
|
- frameit/lib/assets/empty.png
|
1441
1435
|
- frameit/lib/frameit.rb
|
1436
|
+
- frameit/lib/frameit/.editor.rb.swp
|
1442
1437
|
- frameit/lib/frameit/commands_generator.rb
|
1443
1438
|
- frameit/lib/frameit/config_parser.rb
|
1444
1439
|
- frameit/lib/frameit/dependency_checker.rb
|
@@ -1509,7 +1504,6 @@ files:
|
|
1509
1504
|
- pem/lib/pem/options.rb
|
1510
1505
|
- pilot/README.md
|
1511
1506
|
- pilot/lib/pilot.rb
|
1512
|
-
- pilot/lib/pilot/.manager.rb.swp
|
1513
1507
|
- pilot/lib/pilot/build_manager.rb
|
1514
1508
|
- pilot/lib/pilot/commands_generator.rb
|
1515
1509
|
- pilot/lib/pilot/features.rb
|
@@ -1637,12 +1631,11 @@ files:
|
|
1637
1631
|
- spaceship/lib/assets/languageMapping.json
|
1638
1632
|
- spaceship/lib/assets/languageMappingReadable.json
|
1639
1633
|
- spaceship/lib/spaceship.rb
|
1640
|
-
- spaceship/lib/spaceship
|
1634
|
+
- spaceship/lib/spaceship/.DS_Store
|
1641
1635
|
- spaceship/lib/spaceship/base.rb
|
1642
1636
|
- spaceship/lib/spaceship/client.rb
|
1643
1637
|
- spaceship/lib/spaceship/commands_generator.rb
|
1644
1638
|
- spaceship/lib/spaceship/connect_api.rb
|
1645
|
-
- spaceship/lib/spaceship/connect_api/.DS_Store
|
1646
1639
|
- spaceship/lib/spaceship/connect_api/client.rb
|
1647
1640
|
- spaceship/lib/spaceship/connect_api/file_uploader.rb
|
1648
1641
|
- spaceship/lib/spaceship/connect_api/model.rb
|
@@ -1684,6 +1677,7 @@ files:
|
|
1684
1677
|
- spaceship/lib/spaceship/connect_api/models/pre_release_version.rb
|
1685
1678
|
- spaceship/lib/spaceship/connect_api/models/profile.rb
|
1686
1679
|
- spaceship/lib/spaceship/connect_api/models/reset_ratings_request.rb
|
1680
|
+
- spaceship/lib/spaceship/connect_api/models/sandbox_tester.rb
|
1687
1681
|
- spaceship/lib/spaceship/connect_api/models/territory.rb
|
1688
1682
|
- spaceship/lib/spaceship/connect_api/models/user.rb
|
1689
1683
|
- spaceship/lib/spaceship/connect_api/provisioning/client.rb
|
@@ -1814,7 +1808,7 @@ licenses:
|
|
1814
1808
|
- MIT
|
1815
1809
|
metadata:
|
1816
1810
|
docs_url: https://docs.fastlane.tools
|
1817
|
-
post_install_message:
|
1811
|
+
post_install_message:
|
1818
1812
|
rdoc_options: []
|
1819
1813
|
require_paths:
|
1820
1814
|
- credentials_manager/lib
|
@@ -1846,8 +1840,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1846
1840
|
- !ruby/object:Gem::Version
|
1847
1841
|
version: '0'
|
1848
1842
|
requirements: []
|
1849
|
-
rubygems_version: 3.0.
|
1850
|
-
signing_key:
|
1843
|
+
rubygems_version: 3.0.6
|
1844
|
+
signing_key:
|
1851
1845
|
specification_version: 4
|
1852
1846
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
1853
1847
|
Android apps
|