fastlane 2.82.0.beta.20180223010003 → 2.82.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 +58 -58
- data/deliver/lib/deliver/upload_screenshots.rb +1 -1
- 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/actions/swiftlint.rb +1 -1
- data/fastlane/lib/fastlane/actions/testfairy.rb +1 -1
- 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/Fastlane.swift +10 -8
- 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
- data/spaceship/lib/spaceship/tunes/app_version.rb +1 -1
- metadata +32 -26
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 40ef95cd819ba0e6c37e8f34a3ebf40193bdf92d
|
|
4
|
+
data.tar.gz: 11f0b187ef8e37248ab587db3b843893c56b4599
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b182e591663a5940002e1de4ae14264664eb6213aff883e72bec3fcbb450304e18a8b0687fcdda4bad0da291fce1b48141c9f5e1a505b8e672228f7120e59ee6
|
|
7
|
+
data.tar.gz: cc8323e18142dd3cf7714fafb1d1a338dddf663457ad28a2bb232c6e3db83c301518e7802b9f8f75f59a5e661dbe34fdfb2192bd03a928fe1fa2ad8fe0f1ea6d
|
data/README.md
CHANGED
|
@@ -30,17 +30,17 @@ 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='stefan-natchev'>
|
|
34
|
+
<a href='https://github.com/snatchev'>
|
|
35
|
+
<img src='https://github.com/snatchev.png?size=140'>
|
|
36
36
|
</a>
|
|
37
|
-
<h4 align='center'>
|
|
37
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
|
38
38
|
</td>
|
|
39
|
-
<td id='
|
|
40
|
-
<a href='https://github.com/
|
|
41
|
-
<img src='https://github.com/
|
|
39
|
+
<td id='aaron-brager'>
|
|
40
|
+
<a href='https://github.com/getaaron'>
|
|
41
|
+
<img src='https://github.com/getaaron.png?size=140'>
|
|
42
42
|
</a>
|
|
43
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
43
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
44
44
|
</td>
|
|
45
45
|
<td id='iulian-onofrei'>
|
|
46
46
|
<a href='https://github.com/revolter'>
|
|
@@ -48,11 +48,11 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
48
48
|
</a>
|
|
49
49
|
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
|
|
50
50
|
</td>
|
|
51
|
-
<td id='
|
|
52
|
-
<a href='https://github.com/
|
|
53
|
-
<img src='https://github.com/
|
|
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
54
|
</a>
|
|
55
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
55
|
+
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
|
56
56
|
</td>
|
|
57
57
|
<td id='kohki-miki'>
|
|
58
58
|
<a href='https://github.com/giginet'>
|
|
@@ -62,17 +62,23 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
62
62
|
</td>
|
|
63
63
|
</tr>
|
|
64
64
|
<tr>
|
|
65
|
-
<td id='
|
|
66
|
-
<a href='https://github.com/
|
|
67
|
-
<img src='https://github.com/
|
|
65
|
+
<td id='maksym-grebenets'>
|
|
66
|
+
<a href='https://github.com/mgrebenets'>
|
|
67
|
+
<img src='https://github.com/mgrebenets.png?size=140'>
|
|
68
68
|
</a>
|
|
69
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
69
|
+
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
|
70
70
|
</td>
|
|
71
|
-
<td id='
|
|
72
|
-
<a href='https://github.com/
|
|
73
|
-
<img src='https://github.com/
|
|
71
|
+
<td id='luka-mirosevic'>
|
|
72
|
+
<a href='https://github.com/lmirosevic'>
|
|
73
|
+
<img src='https://github.com/lmirosevic.png?size=140'>
|
|
74
74
|
</a>
|
|
75
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
75
|
+
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
|
76
|
+
</td>
|
|
77
|
+
<td id='helmut-januschka'>
|
|
78
|
+
<a href='https://github.com/hjanuschka'>
|
|
79
|
+
<img src='https://github.com/hjanuschka.png?size=140'>
|
|
80
|
+
</a>
|
|
81
|
+
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
|
76
82
|
</td>
|
|
77
83
|
<td id='felix-krause'>
|
|
78
84
|
<a href='https://github.com/KrauseFx'>
|
|
@@ -80,57 +86,51 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
80
86
|
</a>
|
|
81
87
|
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
82
88
|
</td>
|
|
83
|
-
<td id='
|
|
84
|
-
<a href='https://github.com/
|
|
85
|
-
<img src='https://github.com/
|
|
86
|
-
</a>
|
|
87
|
-
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
|
88
|
-
</td>
|
|
89
|
-
<td id='aaron-brager'>
|
|
90
|
-
<a href='https://github.com/getaaron'>
|
|
91
|
-
<img src='https://github.com/getaaron.png?size=140'>
|
|
89
|
+
<td id='danielle-tomlinson'>
|
|
90
|
+
<a href='https://github.com/DanToml'>
|
|
91
|
+
<img src='https://github.com/DanToml.png?size=140'>
|
|
92
92
|
</a>
|
|
93
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
93
|
+
<h4 align='center'><a href='https://twitter.com/DanToml'>Danielle Tomlinson</a></h4>
|
|
94
94
|
</td>
|
|
95
95
|
</tr>
|
|
96
96
|
<tr>
|
|
97
|
-
<td id='
|
|
98
|
-
<a href='https://github.com/
|
|
99
|
-
<img src='https://github.com/
|
|
97
|
+
<td id='jan-piotrowski'>
|
|
98
|
+
<a href='https://github.com/janpio'>
|
|
99
|
+
<img src='https://github.com/janpio.png?size=140'>
|
|
100
100
|
</a>
|
|
101
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
101
|
+
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
|
102
102
|
</td>
|
|
103
|
-
<td id='
|
|
104
|
-
<a href='https://github.com/
|
|
105
|
-
<img src='https://github.com/
|
|
103
|
+
<td id='jimmy-dee'>
|
|
104
|
+
<a href='https://github.com/jdee'>
|
|
105
|
+
<img src='https://github.com/jdee.png?size=140'>
|
|
106
106
|
</a>
|
|
107
|
-
<h4 align='center'
|
|
107
|
+
<h4 align='center'>Jimmy Dee</h4>
|
|
108
108
|
</td>
|
|
109
|
-
<td id='
|
|
110
|
-
<a href='https://github.com/
|
|
111
|
-
<img src='https://github.com/
|
|
109
|
+
<td id='matthew-ellis'>
|
|
110
|
+
<a href='https://github.com/matthewellis'>
|
|
111
|
+
<img src='https://github.com/matthewellis.png?size=140'>
|
|
112
112
|
</a>
|
|
113
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
113
|
+
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
|
114
114
|
</td>
|
|
115
|
-
<td id='
|
|
116
|
-
<a href='https://github.com/
|
|
117
|
-
<img src='https://github.com/
|
|
115
|
+
<td id='josh-holtz'>
|
|
116
|
+
<a href='https://github.com/joshdholtz'>
|
|
117
|
+
<img src='https://github.com/joshdholtz.png?size=140'>
|
|
118
118
|
</a>
|
|
119
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
119
|
+
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
|
120
120
|
</td>
|
|
121
|
-
<td id='
|
|
122
|
-
<a href='https://github.com/
|
|
123
|
-
<img src='https://github.com/
|
|
121
|
+
<td id='fumiya-nakamura'>
|
|
122
|
+
<a href='https://github.com/nafu'>
|
|
123
|
+
<img src='https://github.com/nafu.png?size=140'>
|
|
124
124
|
</a>
|
|
125
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
125
|
+
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
|
126
126
|
</td>
|
|
127
127
|
</tr>
|
|
128
128
|
<tr>
|
|
129
|
-
<td id='
|
|
130
|
-
<a href='https://github.com/
|
|
131
|
-
<img src='https://github.com/
|
|
129
|
+
<td id='manu-wallner'>
|
|
130
|
+
<a href='https://github.com/milch'>
|
|
131
|
+
<img src='https://github.com/milch.png?size=140'>
|
|
132
132
|
</a>
|
|
133
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
133
|
+
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
|
134
134
|
</td>
|
|
135
135
|
<td id='joshua-liebowitz'>
|
|
136
136
|
<a href='https://github.com/taquitos'>
|
|
@@ -138,11 +138,11 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
138
138
|
</a>
|
|
139
139
|
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
|
140
140
|
</td>
|
|
141
|
-
<td id='
|
|
142
|
-
<a href='https://github.com/
|
|
143
|
-
<img src='https://github.com/
|
|
141
|
+
<td id='olivier-halligon'>
|
|
142
|
+
<a href='https://github.com/AliSoftware'>
|
|
143
|
+
<img src='https://github.com/AliSoftware.png?size=140'>
|
|
144
144
|
</a>
|
|
145
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
145
|
+
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
|
146
146
|
</td>
|
|
147
147
|
</table>
|
|
148
148
|
|
|
@@ -55,7 +55,7 @@ module Deliver
|
|
|
55
55
|
|
|
56
56
|
index = indized[screenshot.language][screenshot.formatted_name]
|
|
57
57
|
|
|
58
|
-
if index >
|
|
58
|
+
if index > 10
|
|
59
59
|
UI.error("Too many screenshots found for device '#{screenshot.formatted_name}' in '#{screenshot.language}', skipping this one (#{screenshot.path})")
|
|
60
60
|
next
|
|
61
61
|
end
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -72,7 +72,7 @@ module Fastlane
|
|
|
72
72
|
def self.available_options
|
|
73
73
|
[
|
|
74
74
|
FastlaneCore::ConfigItem.new(key: :mode,
|
|
75
|
-
description: "SwiftLint mode: :lint
|
|
75
|
+
description: "SwiftLint mode: :lint or :autocorrect",
|
|
76
76
|
is_string: false,
|
|
77
77
|
default_value: :lint,
|
|
78
78
|
optional: true),
|
|
@@ -180,7 +180,7 @@ module Fastlane
|
|
|
180
180
|
FastlaneCore::ConfigItem.new(key: :auto_update,
|
|
181
181
|
optional: true,
|
|
182
182
|
env_name: "FL_TESTFAIRY_AUTO_UPDATE",
|
|
183
|
-
description: "Allows an easy upgrade of all users to the current version.
|
|
183
|
+
description: "Allows an easy upgrade of all users to the current version. To enable set to 'on'",
|
|
184
184
|
default_value: 'off'),
|
|
185
185
|
# not well documented
|
|
186
186
|
FastlaneCore::ConfigItem.new(key: :notify,
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Fastlane
|
|
2
|
-
VERSION = '2.82.0
|
|
2
|
+
VERSION = '2.82.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
|
|
@@ -18,6 +18,7 @@ func addExtraPlatforms(platforms: [String] = []) {
|
|
|
18
18
|
func addGitTag(tag: String? = nil,
|
|
19
19
|
grouping: String = "builds",
|
|
20
20
|
`prefix`: String = "",
|
|
21
|
+
`postfix`: String = "",
|
|
21
22
|
buildNumber: String,
|
|
22
23
|
message: String? = nil,
|
|
23
24
|
commit: String? = nil,
|
|
@@ -26,6 +27,7 @@ func addGitTag(tag: String? = nil,
|
|
|
26
27
|
let command = RubyCommand(commandID: "", methodName: "add_git_tag", className: nil, args: [RubyCommand.Argument(name: "tag", value: tag),
|
|
27
28
|
RubyCommand.Argument(name: "grouping", value: grouping),
|
|
28
29
|
RubyCommand.Argument(name: "prefix", value: `prefix`),
|
|
30
|
+
RubyCommand.Argument(name: "postfix", value: `postfix`),
|
|
29
31
|
RubyCommand.Argument(name: "build_number", value: buildNumber),
|
|
30
32
|
RubyCommand.Argument(name: "message", value: message),
|
|
31
33
|
RubyCommand.Argument(name: "commit", value: commit),
|
|
@@ -112,7 +114,7 @@ func appium(platform: String,
|
|
|
112
114
|
appPath: String,
|
|
113
115
|
invokeAppiumServer: Bool = true,
|
|
114
116
|
host: String = "0.0.0.0",
|
|
115
|
-
port:
|
|
117
|
+
port: Int = 4723,
|
|
116
118
|
appiumPath: String? = nil,
|
|
117
119
|
caps: [String : Any]? = nil,
|
|
118
120
|
appiumLib: [String : Any]? = nil) {
|
|
@@ -167,7 +169,7 @@ func appledoc(input: String,
|
|
|
167
169
|
docsetPackageFilename: String? = nil,
|
|
168
170
|
options: String? = nil,
|
|
169
171
|
crossrefFormat: String? = nil,
|
|
170
|
-
exitThreshold:
|
|
172
|
+
exitThreshold: Int = 2,
|
|
171
173
|
docsSectionTitle: String? = nil,
|
|
172
174
|
warnings: String? = nil,
|
|
173
175
|
logformat: String? = nil,
|
|
@@ -1100,7 +1102,7 @@ func createKeychain(name: String? = nil,
|
|
|
1100
1102
|
password: String,
|
|
1101
1103
|
defaultKeychain: Bool = false,
|
|
1102
1104
|
unlock: Bool = false,
|
|
1103
|
-
timeout:
|
|
1105
|
+
timeout: Int = 300,
|
|
1104
1106
|
lockWhenSleeps: Bool = false,
|
|
1105
1107
|
lockAfterTimeout: Bool = false,
|
|
1106
1108
|
addToSearchList: Bool = true) {
|
|
@@ -1944,7 +1946,7 @@ func laneContext() {
|
|
|
1944
1946
|
username: String,
|
|
1945
1947
|
version: String? = nil,
|
|
1946
1948
|
platform: String = "ios",
|
|
1947
|
-
initialBuildNumber:
|
|
1949
|
+
initialBuildNumber: Int = 1,
|
|
1948
1950
|
teamId: String? = nil,
|
|
1949
1951
|
teamName: String? = nil) -> Int {
|
|
1950
1952
|
let command = RubyCommand(commandID: "", methodName: "latest_testflight_build_number", className: nil, args: [RubyCommand.Argument(name: "live", value: live),
|
|
@@ -2175,7 +2177,7 @@ func onesignal(authToken: String,
|
|
|
2175
2177
|
}
|
|
2176
2178
|
func pem(development: Bool = false,
|
|
2177
2179
|
generateP12: Bool = true,
|
|
2178
|
-
activeDaysLimit:
|
|
2180
|
+
activeDaysLimit: Int = 30,
|
|
2179
2181
|
force: Bool = false,
|
|
2180
2182
|
savePrivateKey: Bool = true,
|
|
2181
2183
|
appIdentifier: String,
|
|
@@ -3296,8 +3298,8 @@ func tryouts(appId: String,
|
|
|
3296
3298
|
buildFile: String,
|
|
3297
3299
|
notes: String? = nil,
|
|
3298
3300
|
notesPath: String? = nil,
|
|
3299
|
-
notify:
|
|
3300
|
-
status:
|
|
3301
|
+
notify: Int = 1,
|
|
3302
|
+
status: Int = 2) {
|
|
3301
3303
|
let command = RubyCommand(commandID: "", methodName: "tryouts", className: nil, args: [RubyCommand.Argument(name: "app_id", value: appId),
|
|
3302
3304
|
RubyCommand.Argument(name: "api_token", value: apiToken),
|
|
3303
3305
|
RubyCommand.Argument(name: "build_file", value: buildFile),
|
|
@@ -3807,4 +3809,4 @@ let screengrabfile: Screengrabfile = Screengrabfile()
|
|
|
3807
3809
|
let snapshotfile: Snapshotfile = Snapshotfile()
|
|
3808
3810
|
// Please don't remove the lines below
|
|
3809
3811
|
// They are used to detect outdated files
|
|
3810
|
-
// FastlaneRunnerAPIVersion [0.9.
|
|
3812
|
+
// FastlaneRunnerAPIVersion [0.9.6]
|
|
@@ -487,7 +487,7 @@ module Spaceship
|
|
|
487
487
|
# @param is_messages (Bool): True if the screenshot is for iMessage
|
|
488
488
|
def upload_screenshot!(screenshot_path, sort_order, language, device, is_messages)
|
|
489
489
|
raise "sort_order must be higher than 0" unless sort_order > 0
|
|
490
|
-
raise "sort_order must not be >
|
|
490
|
+
raise "sort_order must not be > 10" if sort_order > 10
|
|
491
491
|
# this will also check both language and device parameters
|
|
492
492
|
device_lang_screenshots = screenshots_data_for_language_and_device(language, device, is_messages)["value"]
|
|
493
493
|
|
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.82.0
|
|
4
|
+
version: 2.82.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Luka Mirosevic
|
|
8
8
|
- Iulian Onofrei
|
|
9
|
-
- Felix Krause
|
|
10
|
-
- Helmut Januschka
|
|
11
|
-
- Joshua Liebowitz
|
|
12
|
-
- Josh Holtz
|
|
13
9
|
- Danielle Tomlinson
|
|
10
|
+
- Maksym Grebenets
|
|
14
11
|
- Stefan Natchev
|
|
15
|
-
- Fumiya Nakamura
|
|
16
12
|
- Jan Piotrowski
|
|
13
|
+
- Helmut Januschka
|
|
14
|
+
- Kohki Miki
|
|
17
15
|
- Jérôme Lacoste
|
|
18
|
-
-
|
|
19
|
-
- Luka Mirosevic
|
|
16
|
+
- Matthew Ellis
|
|
20
17
|
- Jimmy Dee
|
|
21
18
|
- Aaron Brager
|
|
22
|
-
- Matthew Ellis
|
|
23
|
-
- Kohki Miki
|
|
24
19
|
- Manu Wallner
|
|
20
|
+
- Josh Holtz
|
|
21
|
+
- Joshua Liebowitz
|
|
22
|
+
- Fumiya Nakamura
|
|
23
|
+
- Olivier Halligon
|
|
24
|
+
- Felix Krause
|
|
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
|
|
@@ -1614,24 +1620,24 @@ metadata:
|
|
|
1614
1620
|
post_install_message:
|
|
1615
1621
|
rdoc_options: []
|
|
1616
1622
|
require_paths:
|
|
1617
|
-
- scan/lib
|
|
1618
|
-
- spaceship/lib
|
|
1619
|
-
- gym/lib
|
|
1620
|
-
- precheck/lib
|
|
1621
|
-
- produce/lib
|
|
1622
|
-
- pilot/lib
|
|
1623
|
-
- fastlane/lib
|
|
1624
|
-
- supply/lib
|
|
1625
1623
|
- credentials_manager/lib
|
|
1626
1624
|
- pem/lib
|
|
1627
|
-
-
|
|
1628
|
-
- screengrab/lib
|
|
1625
|
+
- snapshot/lib
|
|
1629
1626
|
- frameit/lib
|
|
1630
1627
|
- match/lib
|
|
1631
1628
|
- fastlane_core/lib
|
|
1632
|
-
-
|
|
1633
|
-
-
|
|
1629
|
+
- deliver/lib
|
|
1630
|
+
- scan/lib
|
|
1631
|
+
- supply/lib
|
|
1634
1632
|
- cert/lib
|
|
1633
|
+
- fastlane/lib
|
|
1634
|
+
- spaceship/lib
|
|
1635
|
+
- pilot/lib
|
|
1636
|
+
- gym/lib
|
|
1637
|
+
- precheck/lib
|
|
1638
|
+
- screengrab/lib
|
|
1639
|
+
- sigh/lib
|
|
1640
|
+
- produce/lib
|
|
1635
1641
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
1636
1642
|
requirements:
|
|
1637
1643
|
- - ">="
|
|
@@ -1639,12 +1645,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1639
1645
|
version: 2.0.0
|
|
1640
1646
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1641
1647
|
requirements:
|
|
1642
|
-
- - "
|
|
1648
|
+
- - ">="
|
|
1643
1649
|
- !ruby/object:Gem::Version
|
|
1644
|
-
version:
|
|
1650
|
+
version: '0'
|
|
1645
1651
|
requirements: []
|
|
1646
1652
|
rubyforge_project:
|
|
1647
|
-
rubygems_version: 2.
|
|
1653
|
+
rubygems_version: 2.6.8
|
|
1648
1654
|
signing_key:
|
|
1649
1655
|
specification_version: 4
|
|
1650
1656
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|