fastlane 2.86.2 → 2.87.0.beta.20180320050108
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 +78 -78
- data/fastlane/lib/fastlane/actions/download_dsyms.rb +2 -2
- data/fastlane/lib/fastlane/actions/get_version_number.rb +0 -5
- 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
- metadata +30 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85df45850b4cd4b573c7515f739a862fbc40656e
|
4
|
+
data.tar.gz: 4ea62ecb08db114b0fb7bd5868f630434a06c7d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd4af9d6e1311b854e26391be8c6e0b2b035e7b820700a6351aab888b531cfd7e74ab350f842fa0c8bb9cf9cd1a11a72f23a83e1732f0c521bb88dfa54a6aa2b
|
7
|
+
data.tar.gz: 31be2ae99204dc713387757262c62fe41ccc65bbd8ed01f6b53385ed81b851cb7830e75cd19e08ef93df17468f19ebe07082b7f33c9043b3329dace5fe3ab8e3
|
data/README.md
CHANGED
@@ -30,55 +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='stefan-natchev'>
|
34
|
-
<a href='https://github.com/snatchev'>
|
35
|
-
<img src='https://github.com/snatchev.png?size=140'>
|
36
|
-
</a>
|
37
|
-
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
38
|
-
</td>
|
39
33
|
<td id='matthew-ellis'>
|
40
34
|
<a href='https://github.com/matthewellis'>
|
41
35
|
<img src='https://github.com/matthewellis.png?size=140'>
|
42
36
|
</a>
|
43
37
|
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
44
38
|
</td>
|
45
|
-
<td id='
|
46
|
-
<a href='https://github.com/
|
47
|
-
<img src='https://github.com/
|
48
|
-
</a>
|
49
|
-
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
50
|
-
</td>
|
51
|
-
<td id='olivier-halligon'>
|
52
|
-
<a href='https://github.com/AliSoftware'>
|
53
|
-
<img src='https://github.com/AliSoftware.png?size=140'>
|
39
|
+
<td id='jérôme-lacoste'>
|
40
|
+
<a href='https://github.com/lacostej'>
|
41
|
+
<img src='https://github.com/lacostej.png?size=140'>
|
54
42
|
</a>
|
55
|
-
<h4 align='center'><a href='https://twitter.com/
|
43
|
+
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
56
44
|
</td>
|
57
|
-
<td id='
|
58
|
-
<a href='https://github.com/
|
59
|
-
<img src='https://github.com/
|
45
|
+
<td id='felix-krause'>
|
46
|
+
<a href='https://github.com/KrauseFx'>
|
47
|
+
<img src='https://github.com/KrauseFx.png?size=140'>
|
60
48
|
</a>
|
61
|
-
<h4 align='center'><a href='https://twitter.com/
|
49
|
+
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
62
50
|
</td>
|
63
|
-
|
64
|
-
<
|
65
|
-
<
|
66
|
-
<a href='https://github.com/AndrewMcBurney'>
|
67
|
-
<img src='https://github.com/AndrewMcBurney.png?size=140'>
|
51
|
+
<td id='fumiya-nakamura'>
|
52
|
+
<a href='https://github.com/nafu'>
|
53
|
+
<img src='https://github.com/nafu.png?size=140'>
|
68
54
|
</a>
|
69
|
-
<h4 align='center'><a href='https://twitter.com/
|
55
|
+
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
70
56
|
</td>
|
71
|
-
<td id='
|
72
|
-
<a href='https://github.com/
|
73
|
-
<img src='https://github.com/
|
57
|
+
<td id='helmut-januschka'>
|
58
|
+
<a href='https://github.com/hjanuschka'>
|
59
|
+
<img src='https://github.com/hjanuschka.png?size=140'>
|
74
60
|
</a>
|
75
|
-
<h4 align='center'><a href='https://twitter.com/
|
61
|
+
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
76
62
|
</td>
|
77
|
-
|
78
|
-
<
|
79
|
-
<
|
63
|
+
</tr>
|
64
|
+
<tr>
|
65
|
+
<td id='joshua-liebowitz'>
|
66
|
+
<a href='https://github.com/taquitos'>
|
67
|
+
<img src='https://github.com/taquitos.png?size=140'>
|
80
68
|
</a>
|
81
|
-
<h4 align='center'><a href='https://twitter.com/
|
69
|
+
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
82
70
|
</td>
|
83
71
|
<td id='jimmy-dee'>
|
84
72
|
<a href='https://github.com/jdee'>
|
@@ -86,75 +74,87 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
86
74
|
</a>
|
87
75
|
<h4 align='center'>Jimmy Dee</h4>
|
88
76
|
</td>
|
89
|
-
<td id='
|
90
|
-
<a href='https://github.com/
|
91
|
-
<img src='https://github.com/
|
77
|
+
<td id='stefan-natchev'>
|
78
|
+
<a href='https://github.com/snatchev'>
|
79
|
+
<img src='https://github.com/snatchev.png?size=140'>
|
92
80
|
</a>
|
93
|
-
<h4 align='center'><a href='https://twitter.com/
|
81
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
82
|
+
</td>
|
83
|
+
<td id='manu-wallner'>
|
84
|
+
<a href='https://github.com/milch'>
|
85
|
+
<img src='https://github.com/milch.png?size=140'>
|
86
|
+
</a>
|
87
|
+
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
88
|
+
</td>
|
89
|
+
<td id='jorge-revuelta-h'>
|
90
|
+
<a href='https://github.com/minuscorp'>
|
91
|
+
<img src='https://github.com/minuscorp.png?size=140'>
|
92
|
+
</a>
|
93
|
+
<h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</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='olivier-halligon'>
|
98
|
+
<a href='https://github.com/AliSoftware'>
|
99
|
+
<img src='https://github.com/AliSoftware.png?size=140'>
|
100
100
|
</a>
|
101
|
-
<h4 align='center'><a href='https://twitter.com/
|
101
|
+
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
102
102
|
</td>
|
103
|
-
<td id='
|
104
|
-
<a href='https://github.com/
|
105
|
-
<img src='https://github.com/
|
103
|
+
<td id='kohki-miki'>
|
104
|
+
<a href='https://github.com/giginet'>
|
105
|
+
<img src='https://github.com/giginet.png?size=140'>
|
106
106
|
</a>
|
107
|
-
<h4 align='center'><a href='https://twitter.com/
|
107
|
+
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
108
108
|
</td>
|
109
|
-
<td id='
|
110
|
-
<a href='https://github.com/
|
111
|
-
<img src='https://github.com/
|
109
|
+
<td id='maksym-grebenets'>
|
110
|
+
<a href='https://github.com/mgrebenets'>
|
111
|
+
<img src='https://github.com/mgrebenets.png?size=140'>
|
112
112
|
</a>
|
113
|
-
<h4 align='center'><a href='https://twitter.com/
|
113
|
+
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
114
114
|
</td>
|
115
|
-
<td id='
|
116
|
-
<a href='https://github.com/
|
117
|
-
<img src='https://github.com/
|
115
|
+
<td id='jan-piotrowski'>
|
116
|
+
<a href='https://github.com/janpio'>
|
117
|
+
<img src='https://github.com/janpio.png?size=140'>
|
118
118
|
</a>
|
119
|
-
<h4 align='center'><a href='https://twitter.com/
|
119
|
+
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
120
120
|
</td>
|
121
|
-
<td id='
|
122
|
-
<a href='https://github.com/
|
123
|
-
<img src='https://github.com/
|
121
|
+
<td id='iulian-onofrei'>
|
122
|
+
<a href='https://github.com/revolter'>
|
123
|
+
<img src='https://github.com/revolter.png?size=140'>
|
124
124
|
</a>
|
125
|
-
<h4 align='center'><a href='https://twitter.com/
|
125
|
+
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</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='josh-holtz'>
|
130
|
+
<a href='https://github.com/joshdholtz'>
|
131
|
+
<img src='https://github.com/joshdholtz.png?size=140'>
|
132
132
|
</a>
|
133
|
-
<h4 align='center'><a href='https://twitter.com/
|
133
|
+
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
134
134
|
</td>
|
135
|
-
<td id='
|
136
|
-
<a href='https://github.com/
|
137
|
-
<img src='https://github.com/
|
135
|
+
<td id='luka-mirosevic'>
|
136
|
+
<a href='https://github.com/lmirosevic'>
|
137
|
+
<img src='https://github.com/lmirosevic.png?size=140'>
|
138
138
|
</a>
|
139
|
-
<h4 align='center'><a href='https://twitter.com/
|
139
|
+
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
140
140
|
</td>
|
141
|
-
<td id='
|
142
|
-
<a href='https://github.com/
|
143
|
-
<img src='https://github.com/
|
141
|
+
<td id='andrew-mcburney'>
|
142
|
+
<a href='https://github.com/AndrewMcBurney'>
|
143
|
+
<img src='https://github.com/AndrewMcBurney.png?size=140'>
|
144
144
|
</a>
|
145
|
-
<h4 align='center'><a href='https://twitter.com/
|
145
|
+
<h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
|
146
146
|
</td>
|
147
|
-
<td id='
|
148
|
-
<a href='https://github.com/
|
149
|
-
<img src='https://github.com/
|
147
|
+
<td id='aaron-brager'>
|
148
|
+
<a href='https://github.com/getaaron'>
|
149
|
+
<img src='https://github.com/getaaron.png?size=140'>
|
150
150
|
</a>
|
151
|
-
<h4 align='center'><a href='https://twitter.com/
|
151
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
152
152
|
</td>
|
153
|
-
<td id='
|
154
|
-
<a href='https://github.com/
|
155
|
-
<img src='https://github.com/
|
153
|
+
<td id='danielle-tomlinson'>
|
154
|
+
<a href='https://github.com/DanToml'>
|
155
|
+
<img src='https://github.com/DanToml.png?size=140'>
|
156
156
|
</a>
|
157
|
-
<h4 align='center'><a href='https://twitter.com/
|
157
|
+
<h4 align='center'><a href='https://twitter.com/DanToml'>Danielle Tomlinson</a></h4>
|
158
158
|
</td>
|
159
159
|
</tr>
|
160
160
|
</table>
|
@@ -52,9 +52,9 @@ module Fastlane
|
|
52
52
|
UI.message(message.join(" "))
|
53
53
|
|
54
54
|
app.tunes_all_build_trains(platform: platform).each do |train|
|
55
|
-
UI.verbose("Found train: #{train
|
55
|
+
UI.verbose("Found train: #{train}, comparing to supplied version: #{version}")
|
56
56
|
if version && version != train.version_string
|
57
|
-
UI.verbose("Version #{version} doesn't match: #{
|
57
|
+
UI.verbose("Version #{version} doesn't match: #{train_number}")
|
58
58
|
next
|
59
59
|
end
|
60
60
|
app.tunes_all_builds_for_train(train: train.version_string, platform: platform).each do |build|
|
@@ -36,11 +36,6 @@ module Fastlane
|
|
36
36
|
|
37
37
|
# Prompt targets if no name
|
38
38
|
unless target_name
|
39
|
-
# Returns if only one target
|
40
|
-
if targets.count == 1
|
41
|
-
return targets.first
|
42
|
-
end
|
43
|
-
|
44
39
|
options = targets.map(&:name)
|
45
40
|
target_name = UI.select("What target would you like to use?", options)
|
46
41
|
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.
|
2
|
+
VERSION = '2.87.0.beta.20180320050108'.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
|
metadata
CHANGED
@@ -1,33 +1,33 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.87.0.beta.20180320050108
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
- Andrew McBurney
|
9
|
-
- Aaron Brager
|
7
|
+
- Jérôme Lacoste
|
10
8
|
- Jimmy Dee
|
11
|
-
- Iulian Onofrei
|
12
|
-
- Jorge Revuelta H
|
13
9
|
- Fumiya Nakamura
|
14
|
-
- Matthew Ellis
|
15
|
-
- Helmut Januschka
|
16
|
-
- Kohki Miki
|
17
10
|
- Joshua Liebowitz
|
18
|
-
-
|
19
|
-
-
|
11
|
+
- Aaron Brager
|
12
|
+
- Jorge Revuelta H
|
13
|
+
- Manu Wallner
|
14
|
+
- Luka Mirosevic
|
20
15
|
- Olivier Halligon
|
16
|
+
- Andrew McBurney
|
17
|
+
- Jan Piotrowski
|
18
|
+
- Maksym Grebenets
|
19
|
+
- Helmut Januschka
|
20
|
+
- Iulian Onofrei
|
21
21
|
- Danielle Tomlinson
|
22
|
+
- Josh Holtz
|
23
|
+
- Stefan Natchev
|
24
|
+
- Matthew Ellis
|
22
25
|
- Felix Krause
|
23
|
-
-
|
24
|
-
- Jan Piotrowski
|
25
|
-
- Manu Wallner
|
26
|
-
- Luka Mirosevic
|
26
|
+
- Kohki Miki
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2018-03-
|
30
|
+
date: 2018-03-20 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: slack-notifier
|
@@ -1621,24 +1621,24 @@ metadata:
|
|
1621
1621
|
post_install_message:
|
1622
1622
|
rdoc_options: []
|
1623
1623
|
require_paths:
|
1624
|
-
- credentials_manager/lib
|
1625
|
-
- pem/lib
|
1626
|
-
- snapshot/lib
|
1627
|
-
- frameit/lib
|
1628
|
-
- match/lib
|
1629
1624
|
- fastlane_core/lib
|
1630
|
-
-
|
1625
|
+
- match/lib
|
1626
|
+
- gym/lib
|
1631
1627
|
- scan/lib
|
1628
|
+
- screengrab/lib
|
1629
|
+
- sigh/lib
|
1632
1630
|
- supply/lib
|
1633
|
-
- cert/lib
|
1634
1631
|
- fastlane/lib
|
1632
|
+
- credentials_manager/lib
|
1633
|
+
- deliver/lib
|
1634
|
+
- snapshot/lib
|
1635
|
+
- produce/lib
|
1636
|
+
- frameit/lib
|
1635
1637
|
- spaceship/lib
|
1636
1638
|
- pilot/lib
|
1637
|
-
- gym/lib
|
1638
1639
|
- precheck/lib
|
1639
|
-
-
|
1640
|
-
-
|
1641
|
-
- produce/lib
|
1640
|
+
- cert/lib
|
1641
|
+
- pem/lib
|
1642
1642
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1643
1643
|
requirements:
|
1644
1644
|
- - ">="
|
@@ -1646,12 +1646,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1646
1646
|
version: 2.0.0
|
1647
1647
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1648
1648
|
requirements:
|
1649
|
-
- - "
|
1649
|
+
- - ">"
|
1650
1650
|
- !ruby/object:Gem::Version
|
1651
|
-
version:
|
1651
|
+
version: 1.3.1
|
1652
1652
|
requirements: []
|
1653
1653
|
rubyforge_project:
|
1654
|
-
rubygems_version: 2.5.2.
|
1654
|
+
rubygems_version: 2.5.2.1
|
1655
1655
|
signing_key:
|
1656
1656
|
specification_version: 4
|
1657
1657
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|