fastlane 2.83.0.beta.20180226050016 → 2.83.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 +71 -58
- 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/fast_file.rb +6 -4
- data/fastlane/lib/fastlane/lane_manager.rb +2 -1
- data/fastlane/lib/fastlane/runner.rb +8 -6
- data/fastlane/lib/fastlane/setup/.DS_Store +0 -0
- data/fastlane/lib/fastlane/swift_lane_manager.rb +2 -2
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -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
- data/fastlane_core/lib/fastlane_core/configuration/config_item.rb +1 -1
- data/fastlane_core/lib/fastlane_core/module.rb +5 -2
- data/fastlane_core/lib/fastlane_core/ui/errors/fastlane_error.rb +7 -5
- data/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb +11 -8
- data/pilot/lib/pilot/build_manager.rb +6 -0
- data/pilot/lib/pilot/options.rb +5 -0
- data/spaceship/lib/spaceship/test_flight/build.rb +2 -0
- metadata +36 -28
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b85952befab05f62ef5f806e98b51ac2ef9696b0
|
|
4
|
+
data.tar.gz: 4b83c2625dcbe3281f6fb272c2bd7b776ecbc1e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e1e073fc512bd2751bde08e8105df407e0b1fda16b4ee369549cb39cc7369735c1a21622dcdf6c6b55cfc9e0b72ccad8f2d3e6d0fc790a2ce7ecd976edc94e1
|
|
7
|
+
data.tar.gz: 2a4b6868b0b852129cbad4ee768cbfe9d81437fe8d9a69d69606b96ac19dbcac62dfef37416e983f423aa6068bb842de89f8f09b68908edf2ab57987fee1f325
|
data/README.md
CHANGED
|
@@ -30,49 +30,43 @@ 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='jimmy-dee'>
|
|
34
|
+
<a href='https://github.com/jdee'>
|
|
35
|
+
<img src='https://github.com/jdee.png?size=140'>
|
|
36
36
|
</a>
|
|
37
|
-
<h4 align='center'
|
|
37
|
+
<h4 align='center'>Jimmy Dee</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='jan-piotrowski'>
|
|
46
|
+
<a href='https://github.com/janpio'>
|
|
47
|
+
<img src='https://github.com/janpio.png?size=140'>
|
|
48
48
|
</a>
|
|
49
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
49
|
+
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
|
50
50
|
</td>
|
|
51
|
-
<td id='
|
|
52
|
-
<a href='https://github.com/
|
|
53
|
-
<img src='https://github.com/
|
|
51
|
+
<td id='felix-krause'>
|
|
52
|
+
<a href='https://github.com/KrauseFx'>
|
|
53
|
+
<img src='https://github.com/KrauseFx.png?size=140'>
|
|
54
54
|
</a>
|
|
55
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
55
|
+
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
56
56
|
</td>
|
|
57
|
-
<td id='
|
|
58
|
-
<a href='https://github.com/
|
|
59
|
-
<img src='https://github.com/
|
|
57
|
+
<td id='stefan-natchev'>
|
|
58
|
+
<a href='https://github.com/snatchev'>
|
|
59
|
+
<img src='https://github.com/snatchev.png?size=140'>
|
|
60
60
|
</a>
|
|
61
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
61
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
|
62
62
|
</td>
|
|
63
63
|
</tr>
|
|
64
64
|
<tr>
|
|
65
|
-
<td id='
|
|
66
|
-
<a href='https://github.com/
|
|
67
|
-
<img src='https://github.com/
|
|
68
|
-
</a>
|
|
69
|
-
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
|
70
|
-
</td>
|
|
71
|
-
<td id='luka-mirosevic'>
|
|
72
|
-
<a href='https://github.com/lmirosevic'>
|
|
73
|
-
<img src='https://github.com/lmirosevic.png?size=140'>
|
|
65
|
+
<td id='jérôme-lacoste'>
|
|
66
|
+
<a href='https://github.com/lacostej'>
|
|
67
|
+
<img src='https://github.com/lacostej.png?size=140'>
|
|
74
68
|
</a>
|
|
75
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
69
|
+
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
|
76
70
|
</td>
|
|
77
71
|
<td id='helmut-januschka'>
|
|
78
72
|
<a href='https://github.com/hjanuschka'>
|
|
@@ -80,37 +74,43 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
80
74
|
</a>
|
|
81
75
|
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
|
82
76
|
</td>
|
|
83
|
-
<td id='felix-krause'>
|
|
84
|
-
<a href='https://github.com/KrauseFx'>
|
|
85
|
-
<img src='https://github.com/KrauseFx.png?size=140'>
|
|
86
|
-
</a>
|
|
87
|
-
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
88
|
-
</td>
|
|
89
77
|
<td id='danielle-tomlinson'>
|
|
90
78
|
<a href='https://github.com/DanToml'>
|
|
91
79
|
<img src='https://github.com/DanToml.png?size=140'>
|
|
92
80
|
</a>
|
|
93
81
|
<h4 align='center'><a href='https://twitter.com/DanToml'>Danielle Tomlinson</a></h4>
|
|
94
82
|
</td>
|
|
83
|
+
<td id='iulian-onofrei'>
|
|
84
|
+
<a href='https://github.com/revolter'>
|
|
85
|
+
<img src='https://github.com/revolter.png?size=140'>
|
|
86
|
+
</a>
|
|
87
|
+
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
|
|
88
|
+
</td>
|
|
89
|
+
<td id='fumiya-nakamura'>
|
|
90
|
+
<a href='https://github.com/nafu'>
|
|
91
|
+
<img src='https://github.com/nafu.png?size=140'>
|
|
92
|
+
</a>
|
|
93
|
+
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
|
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='andrew-mcburney'>
|
|
98
|
+
<a href='https://github.com/AndrewMcBurney'>
|
|
99
|
+
<img src='https://github.com/AndrewMcBurney.png?size=140'>
|
|
100
100
|
</a>
|
|
101
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
101
|
+
<h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
|
|
102
102
|
</td>
|
|
103
|
-
<td id='
|
|
104
|
-
<a href='https://github.com/
|
|
105
|
-
<img src='https://github.com/
|
|
103
|
+
<td id='luka-mirosevic'>
|
|
104
|
+
<a href='https://github.com/lmirosevic'>
|
|
105
|
+
<img src='https://github.com/lmirosevic.png?size=140'>
|
|
106
106
|
</a>
|
|
107
|
-
<h4 align='center'>
|
|
107
|
+
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
|
108
108
|
</td>
|
|
109
|
-
<td id='
|
|
110
|
-
<a href='https://github.com/
|
|
111
|
-
<img src='https://github.com/
|
|
109
|
+
<td id='jorge-revuelta-h'>
|
|
110
|
+
<a href='https://github.com/minuscorp'>
|
|
111
|
+
<img src='https://github.com/minuscorp.png?size=140'>
|
|
112
112
|
</a>
|
|
113
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
113
|
+
<h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
|
|
114
114
|
</td>
|
|
115
115
|
<td id='josh-holtz'>
|
|
116
116
|
<a href='https://github.com/joshdholtz'>
|
|
@@ -118,32 +118,45 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
118
118
|
</a>
|
|
119
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='kohki-miki'>
|
|
122
|
+
<a href='https://github.com/giginet'>
|
|
123
|
+
<img src='https://github.com/giginet.png?size=140'>
|
|
124
124
|
</a>
|
|
125
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
125
|
+
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
|
126
126
|
</td>
|
|
127
127
|
</tr>
|
|
128
128
|
<tr>
|
|
129
|
+
<td id='matthew-ellis'>
|
|
130
|
+
<a href='https://github.com/matthewellis'>
|
|
131
|
+
<img src='https://github.com/matthewellis.png?size=140'>
|
|
132
|
+
</a>
|
|
133
|
+
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
|
134
|
+
</td>
|
|
129
135
|
<td id='manu-wallner'>
|
|
130
136
|
<a href='https://github.com/milch'>
|
|
131
137
|
<img src='https://github.com/milch.png?size=140'>
|
|
132
138
|
</a>
|
|
133
139
|
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
|
134
140
|
</td>
|
|
135
|
-
<td id='joshua-liebowitz'>
|
|
136
|
-
<a href='https://github.com/taquitos'>
|
|
137
|
-
<img src='https://github.com/taquitos.png?size=140'>
|
|
138
|
-
</a>
|
|
139
|
-
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
|
140
|
-
</td>
|
|
141
141
|
<td id='olivier-halligon'>
|
|
142
142
|
<a href='https://github.com/AliSoftware'>
|
|
143
143
|
<img src='https://github.com/AliSoftware.png?size=140'>
|
|
144
144
|
</a>
|
|
145
145
|
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
|
146
146
|
</td>
|
|
147
|
+
<td id='aaron-brager'>
|
|
148
|
+
<a href='https://github.com/getaaron'>
|
|
149
|
+
<img src='https://github.com/getaaron.png?size=140'>
|
|
150
|
+
</a>
|
|
151
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
152
|
+
</td>
|
|
153
|
+
<td id='joshua-liebowitz'>
|
|
154
|
+
<a href='https://github.com/taquitos'>
|
|
155
|
+
<img src='https://github.com/taquitos.png?size=140'>
|
|
156
|
+
</a>
|
|
157
|
+
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
|
158
|
+
</td>
|
|
159
|
+
</tr>
|
|
147
160
|
</table>
|
|
148
161
|
|
|
149
162
|
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
|
|
@@ -330,13 +330,15 @@ module Fastlane
|
|
|
330
330
|
end
|
|
331
331
|
|
|
332
332
|
def action_launched(action_name)
|
|
333
|
-
|
|
334
|
-
FastlaneCore.
|
|
333
|
+
# https://github.com/fastlane/fastlane/issues/11913
|
|
334
|
+
# action_launch_context = FastlaneCore::ActionLaunchContext.context_for_action_name(action_name, configuration_language: "ruby", args: ARGV)
|
|
335
|
+
# FastlaneCore.session.action_launched(launch_context: action_launch_context)
|
|
335
336
|
end
|
|
336
337
|
|
|
337
338
|
def action_completed(action_name, status: nil)
|
|
338
|
-
|
|
339
|
-
FastlaneCore.
|
|
339
|
+
# https://github.com/fastlane/fastlane/issues/11913
|
|
340
|
+
# completion_context = FastlaneCore::ActionCompletionContext.context_for_action_name(action_name, args: ARGV, status: status)
|
|
341
|
+
# FastlaneCore.session.action_completed(completion_context: completion_context)
|
|
340
342
|
end
|
|
341
343
|
end
|
|
342
344
|
end
|
|
@@ -40,7 +40,8 @@ module Fastlane
|
|
|
40
40
|
|
|
41
41
|
platform, lane = choose_lane(ff, platform) unless lane
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
# https://github.com/fastlane/fastlane/issues/11913
|
|
44
|
+
# FastlaneCore.session.is_fastfile = true
|
|
44
45
|
|
|
45
46
|
# xcodeproj has a bug in certain versions that causes it to change directories
|
|
46
47
|
# and not return to the original working directory
|
|
@@ -224,8 +224,9 @@ module Fastlane
|
|
|
224
224
|
verify_supported_os(method_sym, class_ref)
|
|
225
225
|
|
|
226
226
|
begin
|
|
227
|
-
|
|
228
|
-
FastlaneCore.
|
|
227
|
+
# https://github.com/fastlane/fastlane/issues/11913
|
|
228
|
+
# launch_context = FastlaneCore::ActionLaunchContext.context_for_action_name(method_sym.to_s, configuration_language: configuration_language, args: ARGV)
|
|
229
|
+
# FastlaneCore.session.action_launched(launch_context: launch_context)
|
|
229
230
|
|
|
230
231
|
Dir.chdir(custom_dir) do # go up from the fastlane folder, to the project folder
|
|
231
232
|
# If another action is calling this action, we shouldn't show it in the summary
|
|
@@ -279,10 +280,11 @@ module Fastlane
|
|
|
279
280
|
end
|
|
280
281
|
|
|
281
282
|
def action_completed(action_name, status: nil, exception: nil)
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
283
|
+
# https://github.com/fastlane/fastlane/issues/11913
|
|
284
|
+
# if exception.nil? || exception.fastlane_should_report_metrics?
|
|
285
|
+
# action_completion_context = FastlaneCore::ActionCompletionContext.context_for_action_name(action_name, args: ARGV, status: status)
|
|
286
|
+
# FastlaneCore.session.action_completed(completion_context: action_completion_context)
|
|
287
|
+
# end
|
|
286
288
|
end
|
|
287
289
|
|
|
288
290
|
def execute_flow_block(block, current_platform, lane, parameters)
|
|
Binary file
|
|
@@ -15,8 +15,8 @@ module Fastlane
|
|
|
15
15
|
# https://github.com/CocoaPods/Xcodeproj/issues/426
|
|
16
16
|
# Setting this environment variable causes xcodeproj to work around the problem
|
|
17
17
|
ENV["FORK_XCODE_WRITING"] = "true"
|
|
18
|
-
|
|
19
|
-
FastlaneCore.session.is_fastfile = true
|
|
18
|
+
# https://github.com/fastlane/fastlane/issues/11913
|
|
19
|
+
# FastlaneCore.session.is_fastfile = true
|
|
20
20
|
|
|
21
21
|
load_dot_env(env)
|
|
22
22
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Fastlane
|
|
2
|
-
VERSION = '2.83.0
|
|
2
|
+
VERSION = '2.83.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
|
|
@@ -240,7 +240,7 @@ module FastlaneCore
|
|
|
240
240
|
elsif allow_shell_conversion
|
|
241
241
|
return Shellwords.join(value) if value.kind_of?(Array)
|
|
242
242
|
return value.map { |k, v| "#{k.to_s.shellescape}=#{v.shellescape}" }.join(' ') if value.kind_of?(Hash)
|
|
243
|
-
|
|
243
|
+
elsif data_type != String
|
|
244
244
|
# Special treatment if the user specified true, false or YES, NO
|
|
245
245
|
# There is no boolean type, so we just do it here
|
|
246
246
|
if %w(YES yes true TRUE).include?(value)
|
|
@@ -12,11 +12,14 @@ module FastlaneCore
|
|
|
12
12
|
# Specifically, in AnalyticsSession.finalize_session
|
|
13
13
|
# Learn more at https://docs.fastlane.tools/#metrics
|
|
14
14
|
def self.session
|
|
15
|
-
|
|
15
|
+
return nil
|
|
16
|
+
# https://github.com/fastlane/fastlane/issues/11913
|
|
17
|
+
# @session ||= AnalyticsSession.new
|
|
16
18
|
end
|
|
17
19
|
|
|
18
20
|
def self.reset_session
|
|
19
|
-
|
|
21
|
+
# https://github.com/fastlane/fastlane/issues/11913
|
|
22
|
+
# @session = nil
|
|
20
23
|
end
|
|
21
24
|
|
|
22
25
|
# A directory that's being used to user-wide fastlane configs
|
|
@@ -38,10 +38,12 @@ class Exception
|
|
|
38
38
|
end
|
|
39
39
|
|
|
40
40
|
def fastlane_should_report_metrics?
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
41
|
+
# https://github.com/fastlane/fastlane/issues/11913
|
|
42
|
+
return false
|
|
43
|
+
# if fastlane_crash_came_from_plugin? || fastlane_crash_came_from_custom_action?
|
|
44
|
+
# false
|
|
45
|
+
# else
|
|
46
|
+
# true
|
|
47
|
+
# end
|
|
46
48
|
end
|
|
47
49
|
end
|
|
@@ -69,8 +69,9 @@ module Commander
|
|
|
69
69
|
FastlaneCore::UI.user_error!("fastlane requires a minimum version of Xcode #{Fastlane::MINIMUM_XCODE_RELEASE}, please upgrade and make sure to use `sudo xcode-select -s /Applications/Xcode.app`")
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
-
|
|
73
|
-
FastlaneCore.
|
|
72
|
+
# https://github.com/fastlane/fastlane/issues/11913
|
|
73
|
+
# action_launch_context = FastlaneCore::ActionLaunchContext.context_for_action_name(@program[:name], args: ARGV)
|
|
74
|
+
# FastlaneCore.session.action_launched(launch_context: action_launch_context)
|
|
74
75
|
|
|
75
76
|
return_value = run_active_command
|
|
76
77
|
|
|
@@ -130,16 +131,18 @@ module Commander
|
|
|
130
131
|
rescue_connection_failed_error(e)
|
|
131
132
|
rescue => e # high chance this is actually FastlaneCore::Interface::FastlaneCrash, but can be anything else
|
|
132
133
|
rescue_unknown_error(e)
|
|
133
|
-
|
|
134
|
-
|
|
134
|
+
# https://github.com/fastlane/fastlane/issues/11913
|
|
135
|
+
# ensure
|
|
136
|
+
# FastlaneCore.session.finalize_session
|
|
135
137
|
end
|
|
136
138
|
end
|
|
137
139
|
|
|
138
140
|
def action_completed(action_name, status: nil, exception: nil)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
141
|
+
# https://github.com/fastlane/fastlane/issues/11913
|
|
142
|
+
# if exception.nil? || exception.fastlane_should_report_metrics?
|
|
143
|
+
# action_completion_context = FastlaneCore::ActionCompletionContext.context_for_action_name(action_name, args: ARGV, status: status)
|
|
144
|
+
# FastlaneCore.session.action_completed(completion_context: action_completion_context)
|
|
145
|
+
# end
|
|
143
146
|
end
|
|
144
147
|
|
|
145
148
|
def rescue_file_error(e)
|
|
@@ -92,6 +92,12 @@ module Pilot
|
|
|
92
92
|
end
|
|
93
93
|
end
|
|
94
94
|
|
|
95
|
+
if config[:notify_external_testers]
|
|
96
|
+
build.auto_notify_enabled = config[:notify_external_testers]
|
|
97
|
+
else
|
|
98
|
+
build.auto_notify_enabled = true
|
|
99
|
+
end
|
|
100
|
+
|
|
95
101
|
return if config[:skip_submission]
|
|
96
102
|
distribute_build(build, options)
|
|
97
103
|
type = options[:distribute_external] ? 'External' : 'Internal'
|
data/pilot/lib/pilot/options.rb
CHANGED
|
@@ -93,6 +93,11 @@ module Pilot
|
|
|
93
93
|
env_name: "PILOT_DISTRIBUTE_EXTERNAL",
|
|
94
94
|
description: "Should the build be distributed to external testers?",
|
|
95
95
|
default_value: false),
|
|
96
|
+
FastlaneCore::ConfigItem.new(key: :notify_external_testers,
|
|
97
|
+
is_string: false,
|
|
98
|
+
env_name: "PILOT_NOTIFY_EXTERNAL_TESTERS",
|
|
99
|
+
description: "Should notify external testers?",
|
|
100
|
+
default_value: true),
|
|
96
101
|
FastlaneCore::ConfigItem.new(key: :demo_account_required,
|
|
97
102
|
is_string: false,
|
|
98
103
|
env_name: "DEMO_ACCOUNT_REQUIRED",
|
|
@@ -48,6 +48,7 @@ module Spaceship
|
|
|
48
48
|
attr_accessor :invite_count
|
|
49
49
|
attr_accessor :crash_count
|
|
50
50
|
|
|
51
|
+
attr_accessor :auto_notify_enabled
|
|
51
52
|
attr_accessor :did_notify
|
|
52
53
|
|
|
53
54
|
attr_accessor :upload_date
|
|
@@ -73,6 +74,7 @@ module Spaceship
|
|
|
73
74
|
'installCount' => :install_count,
|
|
74
75
|
'inviteCount' => :invite_count,
|
|
75
76
|
'crashCount' => :crash_count,
|
|
77
|
+
'autoNotifyEnabled' => :auto_notify_enabled,
|
|
76
78
|
'didNotify' => :did_notify,
|
|
77
79
|
'uploadDate' => :upload_date,
|
|
78
80
|
'id' => :id,
|
metadata
CHANGED
|
@@ -1,27 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.83.0
|
|
4
|
+
version: 2.83.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
8
|
-
- Iulian Onofrei
|
|
7
|
+
- Felix Krause
|
|
9
8
|
- Danielle Tomlinson
|
|
10
|
-
- Maksym Grebenets
|
|
11
|
-
- Stefan Natchev
|
|
12
|
-
- Jan Piotrowski
|
|
13
|
-
- Helmut Januschka
|
|
14
|
-
- Kohki Miki
|
|
15
9
|
- Jérôme Lacoste
|
|
16
|
-
- Matthew Ellis
|
|
17
10
|
- Jimmy Dee
|
|
18
|
-
-
|
|
11
|
+
- Helmut Januschka
|
|
12
|
+
- Matthew Ellis
|
|
13
|
+
- Stefan Natchev
|
|
19
14
|
- Manu Wallner
|
|
15
|
+
- Luka Mirosevic
|
|
16
|
+
- Andrew McBurney
|
|
17
|
+
- Jan Piotrowski
|
|
18
|
+
- Fumiya Nakamura
|
|
19
|
+
- Maksym Grebenets
|
|
20
20
|
- Josh Holtz
|
|
21
21
|
- Joshua Liebowitz
|
|
22
|
-
-
|
|
22
|
+
- Aaron Brager
|
|
23
23
|
- Olivier Halligon
|
|
24
|
-
-
|
|
24
|
+
- Jorge Revuelta H
|
|
25
|
+
- Iulian Onofrei
|
|
26
|
+
- Kohki Miki
|
|
25
27
|
autorequire:
|
|
26
28
|
bindir: bin
|
|
27
29
|
cert_chain: []
|
|
@@ -881,6 +883,7 @@ files:
|
|
|
881
883
|
- deliver/lib/deliver/upload_price_tier.rb
|
|
882
884
|
- deliver/lib/deliver/upload_screenshots.rb
|
|
883
885
|
- fastlane/README.md
|
|
886
|
+
- fastlane/lib/.DS_Store
|
|
884
887
|
- fastlane/lib/assets/ActionDetails.md.erb
|
|
885
888
|
- fastlane/lib/assets/Actions.md.erb
|
|
886
889
|
- fastlane/lib/assets/AppfileTemplate
|
|
@@ -899,8 +902,10 @@ files:
|
|
|
899
902
|
- fastlane/lib/assets/s3_plist_template.erb
|
|
900
903
|
- fastlane/lib/assets/s3_version_template.erb
|
|
901
904
|
- fastlane/lib/fastlane.rb
|
|
905
|
+
- fastlane/lib/fastlane/.DS_Store
|
|
902
906
|
- fastlane/lib/fastlane/action.rb
|
|
903
907
|
- fastlane/lib/fastlane/action_collector.rb
|
|
908
|
+
- fastlane/lib/fastlane/actions/.DS_Store
|
|
904
909
|
- fastlane/lib/fastlane/actions/README.md
|
|
905
910
|
- fastlane/lib/fastlane/actions/actions_helper.rb
|
|
906
911
|
- fastlane/lib/fastlane/actions/adb.rb
|
|
@@ -953,6 +958,8 @@ files:
|
|
|
953
958
|
- fastlane/lib/fastlane/actions/deliver.rb
|
|
954
959
|
- fastlane/lib/fastlane/actions/deploygate.rb
|
|
955
960
|
- fastlane/lib/fastlane/actions/device_grid/README.md
|
|
961
|
+
- fastlane/lib/fastlane/actions/docs/.DS_Store
|
|
962
|
+
- fastlane/lib/fastlane/actions/docs/assets/.DS_Store
|
|
956
963
|
- fastlane/lib/fastlane/actions/docs/build_ios_app.md
|
|
957
964
|
- fastlane/lib/fastlane/actions/docs/capture_android_screenshots.md
|
|
958
965
|
- fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md
|
|
@@ -1194,6 +1201,7 @@ files:
|
|
|
1194
1201
|
- fastlane/lib/fastlane/server/json_return_value_processor.rb
|
|
1195
1202
|
- fastlane/lib/fastlane/server/socket_server.rb
|
|
1196
1203
|
- fastlane/lib/fastlane/server/socket_server_action_command_executor.rb
|
|
1204
|
+
- fastlane/lib/fastlane/setup/.DS_Store
|
|
1197
1205
|
- fastlane/lib/fastlane/setup/crashlytics_beta.rb
|
|
1198
1206
|
- fastlane/lib/fastlane/setup/crashlytics_beta_command_line_handler.rb
|
|
1199
1207
|
- fastlane/lib/fastlane/setup/crashlytics_beta_info.rb
|
|
@@ -1614,24 +1622,24 @@ metadata:
|
|
|
1614
1622
|
post_install_message:
|
|
1615
1623
|
rdoc_options: []
|
|
1616
1624
|
require_paths:
|
|
1617
|
-
-
|
|
1618
|
-
- cert/lib
|
|
1619
|
-
- match/lib
|
|
1620
|
-
- pilot/lib
|
|
1621
|
-
- fastlane/lib
|
|
1622
|
-
- screengrab/lib
|
|
1623
|
-
- deliver/lib
|
|
1624
|
-
- fastlane_core/lib
|
|
1625
|
-
- frameit/lib
|
|
1625
|
+
- credentials_manager/lib
|
|
1626
1626
|
- pem/lib
|
|
1627
|
-
- produce/lib
|
|
1628
1627
|
- snapshot/lib
|
|
1629
|
-
-
|
|
1630
|
-
-
|
|
1628
|
+
- frameit/lib
|
|
1629
|
+
- match/lib
|
|
1630
|
+
- fastlane_core/lib
|
|
1631
|
+
- deliver/lib
|
|
1631
1632
|
- scan/lib
|
|
1632
1633
|
- supply/lib
|
|
1634
|
+
- cert/lib
|
|
1635
|
+
- fastlane/lib
|
|
1633
1636
|
- spaceship/lib
|
|
1634
|
-
-
|
|
1637
|
+
- pilot/lib
|
|
1638
|
+
- gym/lib
|
|
1639
|
+
- precheck/lib
|
|
1640
|
+
- screengrab/lib
|
|
1641
|
+
- sigh/lib
|
|
1642
|
+
- produce/lib
|
|
1635
1643
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
1636
1644
|
requirements:
|
|
1637
1645
|
- - ">="
|
|
@@ -1639,12 +1647,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1639
1647
|
version: 2.0.0
|
|
1640
1648
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1641
1649
|
requirements:
|
|
1642
|
-
- - "
|
|
1650
|
+
- - ">="
|
|
1643
1651
|
- !ruby/object:Gem::Version
|
|
1644
|
-
version:
|
|
1652
|
+
version: '0'
|
|
1645
1653
|
requirements: []
|
|
1646
1654
|
rubyforge_project:
|
|
1647
|
-
rubygems_version: 2.
|
|
1655
|
+
rubygems_version: 2.6.8
|
|
1648
1656
|
signing_key:
|
|
1649
1657
|
specification_version: 4
|
|
1650
1658
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|