fastlane 2.78.0.beta.20180122010003 → 2.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +62 -62
- data/fastlane/lib/.DS_Store +0 -0
- data/fastlane/lib/fastlane/.DS_Store +0 -0
- data/fastlane/lib/fastlane/actions/.DS_Store +0 -0
- data/fastlane/lib/fastlane/actions/docs/.DS_Store +0 -0
- data/fastlane/lib/fastlane/actions/docs/assets/.DS_Store +0 -0
- data/fastlane/lib/fastlane/setup/.DS_Store +0 -0
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -1
- data/fastlane/swift/DeliverfileProtocol.swift +3 -2
- data/fastlane/swift/Fastlane.swift +7 -1
- data/fastlane/swift/Gymfile.swift +1 -1
- data/fastlane/swift/Matchfile.swift +1 -1
- data/fastlane/swift/Precheckfile.swift +1 -1
- data/fastlane/swift/Scanfile.swift +1 -1
- data/fastlane/swift/Screengrabfile.swift +1 -1
- data/fastlane/swift/Snapshotfile.swift +1 -1
- metadata +36 -30
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8139dc5611315568f41b6e484de1c94affa27fcc
|
|
4
|
+
data.tar.gz: 8e210f1dffcfe2283e890fba4c31b1fd877f0e9a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a24290f22b0cbf215d0bc2bb156e69cc879f4eb4a6668ec5ba055ac330418d5a1539725872c233b3da8d24182f557547fe56d542391bde655d6cab3a9bca2a62
|
|
7
|
+
data.tar.gz: e73a6a39978dbdaa81ba0338934dc35c3a8b6684d6981dc3a77fa36b723735d2ee5a7211314bcaa4e038e66a149cfac2c46ea1eccaaaab73df8f928b60b18fba
|
data/README.md
CHANGED
|
@@ -30,23 +30,29 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
30
30
|
|
|
31
31
|
<table id='team'>
|
|
32
32
|
<tr>
|
|
33
|
-
<td id='
|
|
34
|
-
<a href='https://github.com/
|
|
35
|
-
<img src='https://github.com/
|
|
33
|
+
<td id='felix-krause'>
|
|
34
|
+
<a href='https://github.com/KrauseFx'>
|
|
35
|
+
<img src='https://github.com/KrauseFx.png?size=140'>
|
|
36
36
|
</a>
|
|
37
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
37
|
+
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
38
38
|
</td>
|
|
39
|
-
<td id='
|
|
40
|
-
<a href='https://github.com/
|
|
41
|
-
<img src='https://github.com/
|
|
39
|
+
<td id='maksym-grebenets'>
|
|
40
|
+
<a href='https://github.com/mgrebenets'>
|
|
41
|
+
<img src='https://github.com/mgrebenets.png?size=140'>
|
|
42
42
|
</a>
|
|
43
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
43
|
+
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
|
44
44
|
</td>
|
|
45
|
-
<td id='
|
|
46
|
-
<a href='https://github.com/
|
|
47
|
-
<img src='https://github.com/
|
|
45
|
+
<td id='joshua-liebowitz'>
|
|
46
|
+
<a href='https://github.com/taquitos'>
|
|
47
|
+
<img src='https://github.com/taquitos.png?size=140'>
|
|
48
48
|
</a>
|
|
49
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
49
|
+
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
|
50
|
+
</td>
|
|
51
|
+
<td id='jérôme-lacoste'>
|
|
52
|
+
<a href='https://github.com/lacostej'>
|
|
53
|
+
<img src='https://github.com/lacostej.png?size=140'>
|
|
54
|
+
</a>
|
|
55
|
+
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
|
50
56
|
</td>
|
|
51
57
|
<td id='fumiya-nakamura'>
|
|
52
58
|
<a href='https://github.com/nafu'>
|
|
@@ -54,25 +60,45 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
54
60
|
</a>
|
|
55
61
|
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
|
56
62
|
</td>
|
|
57
|
-
<td id='aaron-brager'>
|
|
58
|
-
<a href='https://github.com/getaaron'>
|
|
59
|
-
<img src='https://github.com/getaaron.png?size=140'>
|
|
60
|
-
</a>
|
|
61
|
-
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
62
|
-
</td>
|
|
63
63
|
</tr>
|
|
64
64
|
<tr>
|
|
65
|
+
<td id='matthew-ellis'>
|
|
66
|
+
<a href='https://github.com/matthewellis'>
|
|
67
|
+
<img src='https://github.com/matthewellis.png?size=140'>
|
|
68
|
+
</a>
|
|
69
|
+
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
|
70
|
+
</td>
|
|
71
|
+
<td id='iulian-onofrei'>
|
|
72
|
+
<a href='https://github.com/revolter'>
|
|
73
|
+
<img src='https://github.com/revolter.png?size=140'>
|
|
74
|
+
</a>
|
|
75
|
+
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
|
|
76
|
+
</td>
|
|
77
|
+
<td id='jan-piotrowski'>
|
|
78
|
+
<a href='https://github.com/janpio'>
|
|
79
|
+
<img src='https://github.com/janpio.png?size=140'>
|
|
80
|
+
</a>
|
|
81
|
+
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
|
82
|
+
</td>
|
|
83
|
+
<td id='danielle-tomlinson'>
|
|
84
|
+
<a href='https://github.com/DanToml'>
|
|
85
|
+
<img src='https://github.com/DanToml.png?size=140'>
|
|
86
|
+
</a>
|
|
87
|
+
<h4 align='center'><a href='https://twitter.com/DanToml'>Danielle Tomlinson</a></h4>
|
|
88
|
+
</td>
|
|
65
89
|
<td id='olivier-halligon'>
|
|
66
90
|
<a href='https://github.com/AliSoftware'>
|
|
67
91
|
<img src='https://github.com/AliSoftware.png?size=140'>
|
|
68
92
|
</a>
|
|
69
93
|
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
|
70
94
|
</td>
|
|
71
|
-
|
|
72
|
-
<
|
|
73
|
-
<
|
|
95
|
+
</tr>
|
|
96
|
+
<tr>
|
|
97
|
+
<td id='luka-mirosevic'>
|
|
98
|
+
<a href='https://github.com/lmirosevic'>
|
|
99
|
+
<img src='https://github.com/lmirosevic.png?size=140'>
|
|
74
100
|
</a>
|
|
75
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
101
|
+
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
|
76
102
|
</td>
|
|
77
103
|
<td id='jimmy-dee'>
|
|
78
104
|
<a href='https://github.com/jdee'>
|
|
@@ -80,70 +106,44 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
80
106
|
</a>
|
|
81
107
|
<h4 align='center'>Jimmy Dee</h4>
|
|
82
108
|
</td>
|
|
109
|
+
<td id='helmut-januschka'>
|
|
110
|
+
<a href='https://github.com/hjanuschka'>
|
|
111
|
+
<img src='https://github.com/hjanuschka.png?size=140'>
|
|
112
|
+
</a>
|
|
113
|
+
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
|
114
|
+
</td>
|
|
83
115
|
<td id='manu-wallner'>
|
|
84
116
|
<a href='https://github.com/milch'>
|
|
85
117
|
<img src='https://github.com/milch.png?size=140'>
|
|
86
118
|
</a>
|
|
87
119
|
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
|
88
120
|
</td>
|
|
89
|
-
<td id='
|
|
90
|
-
<a href='https://github.com/
|
|
91
|
-
<img src='https://github.com/
|
|
121
|
+
<td id='aaron-brager'>
|
|
122
|
+
<a href='https://github.com/getaaron'>
|
|
123
|
+
<img src='https://github.com/getaaron.png?size=140'>
|
|
92
124
|
</a>
|
|
93
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
125
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
94
126
|
</td>
|
|
95
127
|
</tr>
|
|
96
128
|
<tr>
|
|
97
|
-
<td id='felix-krause'>
|
|
98
|
-
<a href='https://github.com/KrauseFx'>
|
|
99
|
-
<img src='https://github.com/KrauseFx.png?size=140'>
|
|
100
|
-
</a>
|
|
101
|
-
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
102
|
-
</td>
|
|
103
129
|
<td id='josh-holtz'>
|
|
104
130
|
<a href='https://github.com/joshdholtz'>
|
|
105
131
|
<img src='https://github.com/joshdholtz.png?size=140'>
|
|
106
132
|
</a>
|
|
107
133
|
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
|
108
134
|
</td>
|
|
109
|
-
<td id='
|
|
110
|
-
<a href='https://github.com/
|
|
111
|
-
<img src='https://github.com/
|
|
112
|
-
</a>
|
|
113
|
-
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
|
114
|
-
</td>
|
|
115
|
-
<td id='maksym-grebenets'>
|
|
116
|
-
<a href='https://github.com/mgrebenets'>
|
|
117
|
-
<img src='https://github.com/mgrebenets.png?size=140'>
|
|
118
|
-
</a>
|
|
119
|
-
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
|
120
|
-
</td>
|
|
121
|
-
<td id='helmut-januschka'>
|
|
122
|
-
<a href='https://github.com/hjanuschka'>
|
|
123
|
-
<img src='https://github.com/hjanuschka.png?size=140'>
|
|
135
|
+
<td id='stefan-natchev'>
|
|
136
|
+
<a href='https://github.com/snatchev'>
|
|
137
|
+
<img src='https://github.com/snatchev.png?size=140'>
|
|
124
138
|
</a>
|
|
125
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
139
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
|
126
140
|
</td>
|
|
127
|
-
</tr>
|
|
128
|
-
<tr>
|
|
129
141
|
<td id='kohki-miki'>
|
|
130
142
|
<a href='https://github.com/giginet'>
|
|
131
143
|
<img src='https://github.com/giginet.png?size=140'>
|
|
132
144
|
</a>
|
|
133
145
|
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
|
134
146
|
</td>
|
|
135
|
-
<td id='iulian-onofrei'>
|
|
136
|
-
<a href='https://github.com/revolter'>
|
|
137
|
-
<img src='https://github.com/revolter.png?size=140'>
|
|
138
|
-
</a>
|
|
139
|
-
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
|
|
140
|
-
</td>
|
|
141
|
-
<td id='joshua-liebowitz'>
|
|
142
|
-
<a href='https://github.com/taquitos'>
|
|
143
|
-
<img src='https://github.com/taquitos.png?size=140'>
|
|
144
|
-
</a>
|
|
145
|
-
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
|
146
|
-
</td>
|
|
147
147
|
</table>
|
|
148
148
|
|
|
149
149
|
Special thanks to all [contributors](https://github.com/fastlane/fastlane/graphs/contributors) for extending and improving _fastlane_.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Fastlane
|
|
2
|
-
VERSION = '2.78.0
|
|
2
|
+
VERSION = '2.78.0'.freeze
|
|
3
3
|
DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
|
|
4
4
|
MINIMUM_XCODE_RELEASE = "7.0".freeze
|
|
5
5
|
RUBOCOP_REQUIREMENT = '0.49.1'.freeze
|
|
@@ -9,6 +9,7 @@ protocol DeliverfileProtocol: class {
|
|
|
9
9
|
var metadataPath: String? { get }
|
|
10
10
|
var screenshotsPath: String? { get }
|
|
11
11
|
var skipBinaryUpload: Bool { get }
|
|
12
|
+
var useLiveVersion: Bool { get }
|
|
12
13
|
var skipScreenshots: Bool { get }
|
|
13
14
|
var appVersion: String? { get }
|
|
14
15
|
var skipMetadata: Bool { get }
|
|
@@ -66,6 +67,7 @@ extension DeliverfileProtocol {
|
|
|
66
67
|
var metadataPath: String? { return nil }
|
|
67
68
|
var screenshotsPath: String? { return nil }
|
|
68
69
|
var skipBinaryUpload: Bool { return false }
|
|
70
|
+
var useLiveVersion: Bool { return false }
|
|
69
71
|
var skipScreenshots: Bool { return false }
|
|
70
72
|
var appVersion: String? { return nil }
|
|
71
73
|
var skipMetadata: Bool { return false }
|
|
@@ -112,7 +114,6 @@ extension DeliverfileProtocol {
|
|
|
112
114
|
var precheckIncludeInAppPurchases: Bool { return true }
|
|
113
115
|
}
|
|
114
116
|
|
|
115
|
-
|
|
116
117
|
// Please don't remove the lines below
|
|
117
118
|
// They are used to detect outdated files
|
|
118
|
-
// FastlaneRunnerAPIVersion [0.9.
|
|
119
|
+
// FastlaneRunnerAPIVersion [0.9.2]
|
|
@@ -229,6 +229,7 @@ func appstore(username: String,
|
|
|
229
229
|
metadataPath: String? = nil,
|
|
230
230
|
screenshotsPath: String? = nil,
|
|
231
231
|
skipBinaryUpload: Bool = false,
|
|
232
|
+
useLiveVersion: Bool = false,
|
|
232
233
|
skipScreenshots: Bool = false,
|
|
233
234
|
appVersion: String? = nil,
|
|
234
235
|
skipMetadata: Bool = false,
|
|
@@ -283,6 +284,7 @@ func appstore(username: String,
|
|
|
283
284
|
RubyCommand.Argument(name: "metadata_path", value: metadataPath),
|
|
284
285
|
RubyCommand.Argument(name: "screenshots_path", value: screenshotsPath),
|
|
285
286
|
RubyCommand.Argument(name: "skip_binary_upload", value: skipBinaryUpload),
|
|
287
|
+
RubyCommand.Argument(name: "use_live_version", value: useLiveVersion),
|
|
286
288
|
RubyCommand.Argument(name: "skip_screenshots", value: skipScreenshots),
|
|
287
289
|
RubyCommand.Argument(name: "app_version", value: appVersion),
|
|
288
290
|
RubyCommand.Argument(name: "skip_metadata", value: skipMetadata),
|
|
@@ -1167,6 +1169,7 @@ func deliver(username: String = deliverfile.username,
|
|
|
1167
1169
|
metadataPath: String? = deliverfile.metadataPath,
|
|
1168
1170
|
screenshotsPath: String? = deliverfile.screenshotsPath,
|
|
1169
1171
|
skipBinaryUpload: Bool = deliverfile.skipBinaryUpload,
|
|
1172
|
+
useLiveVersion: Bool = deliverfile.useLiveVersion,
|
|
1170
1173
|
skipScreenshots: Bool = deliverfile.skipScreenshots,
|
|
1171
1174
|
appVersion: String? = deliverfile.appVersion,
|
|
1172
1175
|
skipMetadata: Bool = deliverfile.skipMetadata,
|
|
@@ -1221,6 +1224,7 @@ func deliver(username: String = deliverfile.username,
|
|
|
1221
1224
|
RubyCommand.Argument(name: "metadata_path", value: metadataPath),
|
|
1222
1225
|
RubyCommand.Argument(name: "screenshots_path", value: screenshotsPath),
|
|
1223
1226
|
RubyCommand.Argument(name: "skip_binary_upload", value: skipBinaryUpload),
|
|
1227
|
+
RubyCommand.Argument(name: "use_live_version", value: useLiveVersion),
|
|
1224
1228
|
RubyCommand.Argument(name: "skip_screenshots", value: skipScreenshots),
|
|
1225
1229
|
RubyCommand.Argument(name: "app_version", value: appVersion),
|
|
1226
1230
|
RubyCommand.Argument(name: "skip_metadata", value: skipMetadata),
|
|
@@ -3443,6 +3447,7 @@ func uploadToAppStore(username: String,
|
|
|
3443
3447
|
metadataPath: String? = nil,
|
|
3444
3448
|
screenshotsPath: String? = nil,
|
|
3445
3449
|
skipBinaryUpload: Bool = false,
|
|
3450
|
+
useLiveVersion: Bool = false,
|
|
3446
3451
|
skipScreenshots: Bool = false,
|
|
3447
3452
|
appVersion: String? = nil,
|
|
3448
3453
|
skipMetadata: Bool = false,
|
|
@@ -3497,6 +3502,7 @@ func uploadToAppStore(username: String,
|
|
|
3497
3502
|
RubyCommand.Argument(name: "metadata_path", value: metadataPath),
|
|
3498
3503
|
RubyCommand.Argument(name: "screenshots_path", value: screenshotsPath),
|
|
3499
3504
|
RubyCommand.Argument(name: "skip_binary_upload", value: skipBinaryUpload),
|
|
3505
|
+
RubyCommand.Argument(name: "use_live_version", value: useLiveVersion),
|
|
3500
3506
|
RubyCommand.Argument(name: "skip_screenshots", value: skipScreenshots),
|
|
3501
3507
|
RubyCommand.Argument(name: "app_version", value: appVersion),
|
|
3502
3508
|
RubyCommand.Argument(name: "skip_metadata", value: skipMetadata),
|
|
@@ -3779,4 +3785,4 @@ let screengrabfile: Screengrabfile = Screengrabfile()
|
|
|
3779
3785
|
let snapshotfile: Snapshotfile = Snapshotfile()
|
|
3780
3786
|
// Please don't remove the lines below
|
|
3781
3787
|
// They are used to detect outdated files
|
|
3782
|
-
// FastlaneRunnerAPIVersion [0.9.
|
|
3788
|
+
// FastlaneRunnerAPIVersion [0.9.2]
|
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.78.0
|
|
4
|
+
version: 2.78.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Holtz
|
|
8
|
+
- Stefan Natchev
|
|
9
|
+
- Joshua Liebowitz
|
|
8
10
|
- Maksym Grebenets
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
- Luka Mirosevic
|
|
13
|
-
- Jimmy Dee
|
|
11
|
+
- Fumiya Nakamura
|
|
12
|
+
- Olivier Halligon
|
|
13
|
+
- Iulian Onofrei
|
|
14
14
|
- Danielle Tomlinson
|
|
15
|
+
- Luka Mirosevic
|
|
15
16
|
- Aaron Brager
|
|
16
|
-
- Stefan Natchev
|
|
17
|
-
- Iulian Onofrei
|
|
18
|
-
- Olivier Halligon
|
|
19
|
-
- Jan Piotrowski
|
|
20
|
-
- Fumiya Nakamura
|
|
21
|
-
- Kohki Miki
|
|
22
|
-
- Joshua Liebowitz
|
|
23
17
|
- Matthew Ellis
|
|
18
|
+
- Helmut Januschka
|
|
19
|
+
- Kohki Miki
|
|
20
|
+
- Jan Piotrowski
|
|
24
21
|
- Felix Krause
|
|
22
|
+
- Jimmy Dee
|
|
23
|
+
- Jérôme Lacoste
|
|
24
|
+
- Manu Wallner
|
|
25
25
|
autorequire:
|
|
26
26
|
bindir: bin
|
|
27
27
|
cert_chain: []
|
|
@@ -881,6 +881,7 @@ files:
|
|
|
881
881
|
- deliver/lib/deliver/upload_price_tier.rb
|
|
882
882
|
- deliver/lib/deliver/upload_screenshots.rb
|
|
883
883
|
- fastlane/README.md
|
|
884
|
+
- fastlane/lib/.DS_Store
|
|
884
885
|
- fastlane/lib/assets/ActionDetails.md.erb
|
|
885
886
|
- fastlane/lib/assets/Actions.md.erb
|
|
886
887
|
- fastlane/lib/assets/AppfileTemplate
|
|
@@ -899,8 +900,10 @@ files:
|
|
|
899
900
|
- fastlane/lib/assets/s3_plist_template.erb
|
|
900
901
|
- fastlane/lib/assets/s3_version_template.erb
|
|
901
902
|
- fastlane/lib/fastlane.rb
|
|
903
|
+
- fastlane/lib/fastlane/.DS_Store
|
|
902
904
|
- fastlane/lib/fastlane/action.rb
|
|
903
905
|
- fastlane/lib/fastlane/action_collector.rb
|
|
906
|
+
- fastlane/lib/fastlane/actions/.DS_Store
|
|
904
907
|
- fastlane/lib/fastlane/actions/README.md
|
|
905
908
|
- fastlane/lib/fastlane/actions/actions_helper.rb
|
|
906
909
|
- fastlane/lib/fastlane/actions/adb.rb
|
|
@@ -953,6 +956,8 @@ files:
|
|
|
953
956
|
- fastlane/lib/fastlane/actions/deliver.rb
|
|
954
957
|
- fastlane/lib/fastlane/actions/deploygate.rb
|
|
955
958
|
- fastlane/lib/fastlane/actions/device_grid/README.md
|
|
959
|
+
- fastlane/lib/fastlane/actions/docs/.DS_Store
|
|
960
|
+
- fastlane/lib/fastlane/actions/docs/assets/.DS_Store
|
|
956
961
|
- fastlane/lib/fastlane/actions/docs/build_ios_app.md
|
|
957
962
|
- fastlane/lib/fastlane/actions/docs/capture_android_screenshots.md
|
|
958
963
|
- fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md
|
|
@@ -1194,6 +1199,7 @@ files:
|
|
|
1194
1199
|
- fastlane/lib/fastlane/server/json_return_value_processor.rb
|
|
1195
1200
|
- fastlane/lib/fastlane/server/socket_server.rb
|
|
1196
1201
|
- fastlane/lib/fastlane/server/socket_server_action_command_executor.rb
|
|
1202
|
+
- fastlane/lib/fastlane/setup/.DS_Store
|
|
1197
1203
|
- fastlane/lib/fastlane/setup/crashlytics_beta.rb
|
|
1198
1204
|
- fastlane/lib/fastlane/setup/crashlytics_beta_command_line_handler.rb
|
|
1199
1205
|
- fastlane/lib/fastlane/setup/crashlytics_beta_info.rb
|
|
@@ -1613,24 +1619,24 @@ metadata:
|
|
|
1613
1619
|
post_install_message:
|
|
1614
1620
|
rdoc_options: []
|
|
1615
1621
|
require_paths:
|
|
1616
|
-
-
|
|
1617
|
-
-
|
|
1618
|
-
- match/lib
|
|
1619
|
-
- precheck/lib
|
|
1620
|
-
- sigh/lib
|
|
1621
|
-
- produce/lib
|
|
1622
|
-
- scan/lib
|
|
1623
|
-
- gym/lib
|
|
1622
|
+
- credentials_manager/lib
|
|
1623
|
+
- pem/lib
|
|
1624
1624
|
- snapshot/lib
|
|
1625
1625
|
- frameit/lib
|
|
1626
|
-
-
|
|
1626
|
+
- match/lib
|
|
1627
|
+
- fastlane_core/lib
|
|
1628
|
+
- deliver/lib
|
|
1629
|
+
- scan/lib
|
|
1630
|
+
- supply/lib
|
|
1627
1631
|
- cert/lib
|
|
1628
|
-
-
|
|
1632
|
+
- fastlane/lib
|
|
1629
1633
|
- spaceship/lib
|
|
1630
|
-
-
|
|
1631
|
-
-
|
|
1632
|
-
-
|
|
1633
|
-
-
|
|
1634
|
+
- pilot/lib
|
|
1635
|
+
- gym/lib
|
|
1636
|
+
- precheck/lib
|
|
1637
|
+
- screengrab/lib
|
|
1638
|
+
- sigh/lib
|
|
1639
|
+
- produce/lib
|
|
1634
1640
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
1635
1641
|
requirements:
|
|
1636
1642
|
- - ">="
|
|
@@ -1638,12 +1644,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1638
1644
|
version: 2.0.0
|
|
1639
1645
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1640
1646
|
requirements:
|
|
1641
|
-
- - "
|
|
1647
|
+
- - ">="
|
|
1642
1648
|
- !ruby/object:Gem::Version
|
|
1643
|
-
version:
|
|
1649
|
+
version: '0'
|
|
1644
1650
|
requirements: []
|
|
1645
1651
|
rubyforge_project:
|
|
1646
|
-
rubygems_version: 2.
|
|
1652
|
+
rubygems_version: 2.6.8
|
|
1647
1653
|
signing_key:
|
|
1648
1654
|
specification_version: 4
|
|
1649
1655
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|