fastlane 2.77.0.beta.20180118010004 → 2.77.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 +66 -66
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -1
- data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/jliebowitz.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- 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/helper.rb +23 -3
- data/pilot/lib/pilot/build_manager.rb +1 -1
- data/scan/lib/scan/slack_poster.rb +1 -1
- metadata +32 -31
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a514ccb88e6c734d5bd949a2e90686d2a909023
|
|
4
|
+
data.tar.gz: e80a38c28b18c176aa14b0037728afd93f99c7df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a48b33c1c65a6cca40188534cf3f2bc9a5c9c578e4d2ed00f390c24b8a4db9b5f4ab026c429124cd3ba918e52bc91b53216cc276e8bad79e02b0c6426c694a3e
|
|
7
|
+
data.tar.gz: ebd76ee898921dd4897c2aee2f72c8b00018cb98fdffd021876a1747ed3e1fa1038eb4110a8620e99ef3f6af119040680b11dedc8c044515b861bee63c3c667a
|
data/README.md
CHANGED
|
@@ -30,23 +30,11 @@ 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/
|
|
36
|
-
</a>
|
|
37
|
-
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
38
|
-
</td>
|
|
39
|
-
<td id='matthew-ellis'>
|
|
40
|
-
<a href='https://github.com/matthewellis'>
|
|
41
|
-
<img src='https://github.com/matthewellis.png?size=140'>
|
|
42
|
-
</a>
|
|
43
|
-
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
|
44
|
-
</td>
|
|
45
|
-
<td id='stefan-natchev'>
|
|
46
|
-
<a href='https://github.com/snatchev'>
|
|
47
|
-
<img src='https://github.com/snatchev.png?size=140'>
|
|
33
|
+
<td id='helmut-januschka'>
|
|
34
|
+
<a href='https://github.com/hjanuschka'>
|
|
35
|
+
<img src='https://github.com/hjanuschka.png?size=140'>
|
|
48
36
|
</a>
|
|
49
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
37
|
+
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
|
50
38
|
</td>
|
|
51
39
|
<td id='danielle-tomlinson'>
|
|
52
40
|
<a href='https://github.com/DanToml'>
|
|
@@ -54,19 +42,17 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
54
42
|
</a>
|
|
55
43
|
<h4 align='center'><a href='https://twitter.com/DanToml'>Danielle Tomlinson</a></h4>
|
|
56
44
|
</td>
|
|
57
|
-
<td id='
|
|
58
|
-
<a href='https://github.com/
|
|
59
|
-
<img src='https://github.com/
|
|
45
|
+
<td id='olivier-halligon'>
|
|
46
|
+
<a href='https://github.com/AliSoftware'>
|
|
47
|
+
<img src='https://github.com/AliSoftware.png?size=140'>
|
|
60
48
|
</a>
|
|
61
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
49
|
+
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
|
62
50
|
</td>
|
|
63
|
-
|
|
64
|
-
<
|
|
65
|
-
<
|
|
66
|
-
<a href='https://github.com/joshdholtz'>
|
|
67
|
-
<img src='https://github.com/joshdholtz.png?size=140'>
|
|
51
|
+
<td id='joshua-liebowitz'>
|
|
52
|
+
<a href='https://github.com/taquitos'>
|
|
53
|
+
<img src='https://github.com/taquitos.png?size=140'>
|
|
68
54
|
</a>
|
|
69
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
55
|
+
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
|
70
56
|
</td>
|
|
71
57
|
<td id='felix-krause'>
|
|
72
58
|
<a href='https://github.com/KrauseFx'>
|
|
@@ -74,75 +60,89 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
74
60
|
</a>
|
|
75
61
|
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
76
62
|
</td>
|
|
63
|
+
</tr>
|
|
64
|
+
<tr>
|
|
65
|
+
<td id='manu-wallner'>
|
|
66
|
+
<a href='https://github.com/milch'>
|
|
67
|
+
<img src='https://github.com/milch.png?size=140'>
|
|
68
|
+
</a>
|
|
69
|
+
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
|
70
|
+
</td>
|
|
77
71
|
<td id='jérôme-lacoste'>
|
|
78
72
|
<a href='https://github.com/lacostej'>
|
|
79
73
|
<img src='https://github.com/lacostej.png?size=140'>
|
|
80
74
|
</a>
|
|
81
75
|
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
|
82
76
|
</td>
|
|
83
|
-
<td id='
|
|
84
|
-
<a href='https://github.com/
|
|
85
|
-
<img src='https://github.com/
|
|
77
|
+
<td id='maksym-grebenets'>
|
|
78
|
+
<a href='https://github.com/mgrebenets'>
|
|
79
|
+
<img src='https://github.com/mgrebenets.png?size=140'>
|
|
86
80
|
</a>
|
|
87
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
81
|
+
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
|
88
82
|
</td>
|
|
89
|
-
<td id='
|
|
90
|
-
<a href='https://github.com/
|
|
91
|
-
<img src='https://github.com/
|
|
83
|
+
<td id='josh-holtz'>
|
|
84
|
+
<a href='https://github.com/joshdholtz'>
|
|
85
|
+
<img src='https://github.com/joshdholtz.png?size=140'>
|
|
92
86
|
</a>
|
|
93
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
87
|
+
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
|
88
|
+
</td>
|
|
89
|
+
<td id='jimmy-dee'>
|
|
90
|
+
<a href='https://github.com/jdee'>
|
|
91
|
+
<img src='https://github.com/jdee.png?size=140'>
|
|
92
|
+
</a>
|
|
93
|
+
<h4 align='center'>Jimmy Dee</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='matthew-ellis'>
|
|
104
|
+
<a href='https://github.com/matthewellis'>
|
|
105
|
+
<img src='https://github.com/matthewellis.png?size=140'>
|
|
106
106
|
</a>
|
|
107
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
107
|
+
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
|
108
108
|
</td>
|
|
109
|
-
<td id='
|
|
110
|
-
<a href='https://github.com/
|
|
111
|
-
<img src='https://github.com/
|
|
109
|
+
<td id='iulian-onofrei'>
|
|
110
|
+
<a href='https://github.com/revolter'>
|
|
111
|
+
<img src='https://github.com/revolter.png?size=140'>
|
|
112
112
|
</a>
|
|
113
|
-
<h4 align='center'>
|
|
113
|
+
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
|
|
114
114
|
</td>
|
|
115
|
-
<td id='
|
|
116
|
-
<a href='https://github.com/
|
|
117
|
-
<img src='https://github.com/
|
|
115
|
+
<td id='stefan-natchev'>
|
|
116
|
+
<a href='https://github.com/snatchev'>
|
|
117
|
+
<img src='https://github.com/snatchev.png?size=140'>
|
|
118
118
|
</a>
|
|
119
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
119
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
|
120
120
|
</td>
|
|
121
|
-
<td id='
|
|
122
|
-
<a href='https://github.com/
|
|
123
|
-
<img src='https://github.com/
|
|
121
|
+
<td id='luka-mirosevic'>
|
|
122
|
+
<a href='https://github.com/lmirosevic'>
|
|
123
|
+
<img src='https://github.com/lmirosevic.png?size=140'>
|
|
124
124
|
</a>
|
|
125
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
125
|
+
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</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='fumiya-nakamura'>
|
|
130
|
+
<a href='https://github.com/nafu'>
|
|
131
|
+
<img src='https://github.com/nafu.png?size=140'>
|
|
132
132
|
</a>
|
|
133
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
133
|
+
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
|
134
134
|
</td>
|
|
135
|
-
<td id='
|
|
136
|
-
<a href='https://github.com/
|
|
137
|
-
<img src='https://github.com/
|
|
135
|
+
<td id='kohki-miki'>
|
|
136
|
+
<a href='https://github.com/giginet'>
|
|
137
|
+
<img src='https://github.com/giginet.png?size=140'>
|
|
138
138
|
</a>
|
|
139
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
139
|
+
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
|
140
140
|
</td>
|
|
141
|
-
<td id='
|
|
142
|
-
<a href='https://github.com/
|
|
143
|
-
<img src='https://github.com/
|
|
141
|
+
<td id='aaron-brager'>
|
|
142
|
+
<a href='https://github.com/getaaron'>
|
|
143
|
+
<img src='https://github.com/getaaron.png?size=140'>
|
|
144
144
|
</a>
|
|
145
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
145
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
146
146
|
</td>
|
|
147
147
|
</table>
|
|
148
148
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Fastlane
|
|
2
|
-
VERSION = '2.77.0
|
|
2
|
+
VERSION = '2.77.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
|
|
Binary file
|
|
@@ -152,17 +152,37 @@ module FastlaneCore
|
|
|
152
152
|
# running system
|
|
153
153
|
def self.xcode_path
|
|
154
154
|
return "" unless self.is_mac?
|
|
155
|
-
|
|
155
|
+
|
|
156
|
+
if self.xcode_server?
|
|
157
|
+
# Xcode server always creates a link here
|
|
158
|
+
xcode_server_xcode_path = "/Library/Developer/XcodeServer/CurrentXcodeSymlink/Contents/Developer"
|
|
159
|
+
UI.verbose("We're running as XcodeServer, setting path to #{xcode_server_xcode_path}")
|
|
160
|
+
return xcode_server_xcode_path
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
return `xcode-select -p`.delete("\n") + "/"
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
def self.xcode_server?
|
|
167
|
+
# XCS is set by Xcode Server
|
|
168
|
+
return ENV["XCS"].to_i == 1
|
|
156
169
|
end
|
|
157
170
|
|
|
158
171
|
# @return The version of the currently used Xcode installation (e.g. "7.0")
|
|
159
172
|
def self.xcode_version
|
|
160
173
|
return nil unless self.is_mac?
|
|
161
174
|
return @xcode_version if @xcode_version && @developer_dir == ENV['DEVELOPER_DIR']
|
|
162
|
-
|
|
175
|
+
|
|
176
|
+
xcodebuild_path = "#{xcode_path}/usr/bin/xcodebuild"
|
|
177
|
+
|
|
178
|
+
xcode_build_installed = File.exist?(xcodebuild_path)
|
|
179
|
+
unless xcode_build_installed
|
|
180
|
+
UI.verbose("Couldn't find xcodebuild at #{xcodebuild_path}, check that it exists")
|
|
181
|
+
return nil
|
|
182
|
+
end
|
|
163
183
|
|
|
164
184
|
begin
|
|
165
|
-
output = `DEVELOPER_DIR='' "#{
|
|
185
|
+
output = `DEVELOPER_DIR='' "#{xcodebuild_path}" -version`
|
|
166
186
|
@xcode_version = output.split("\n").first.split(' ')[1]
|
|
167
187
|
@developer_dir = ENV['DEVELOPER_DIR']
|
|
168
188
|
rescue => ex
|
|
@@ -145,7 +145,7 @@ module Pilot
|
|
|
145
145
|
uploaded_build.export_compliance.encryption_updated = false
|
|
146
146
|
|
|
147
147
|
if options[:groups] || options[:distribute_external]
|
|
148
|
-
uploaded_build.beta_review_info.demo_account_required
|
|
148
|
+
uploaded_build.beta_review_info.demo_account_required ||= false # this needs to be set for iTC to continue
|
|
149
149
|
uploaded_build.submit_for_testflight_review!
|
|
150
150
|
end
|
|
151
151
|
|
|
@@ -9,7 +9,7 @@ module Scan
|
|
|
9
9
|
|
|
10
10
|
if Scan.config[:slack_channel].to_s.length > 0
|
|
11
11
|
channel = Scan.config[:slack_channel]
|
|
12
|
-
channel = ('#' +
|
|
12
|
+
channel = ('#' + channel) unless ['#', '@'].include?(channel[0]) # send message to channel by default
|
|
13
13
|
end
|
|
14
14
|
|
|
15
15
|
require 'slack-notifier'
|
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.77.0
|
|
4
|
+
version: 2.77.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
7
|
+
- Jimmy Dee
|
|
8
|
+
- Josh Holtz
|
|
9
|
+
- Matthew Ellis
|
|
10
|
+
- Stefan Natchev
|
|
11
|
+
- Maksym Grebenets
|
|
10
12
|
- Iulian Onofrei
|
|
11
|
-
- Jan Piotrowski
|
|
12
13
|
- Kohki Miki
|
|
13
|
-
-
|
|
14
|
-
-
|
|
14
|
+
- Fumiya Nakamura
|
|
15
|
+
- Felix Krause
|
|
16
|
+
- Joshua Liebowitz
|
|
17
|
+
- Helmut Januschka
|
|
18
|
+
- Jérôme Lacoste
|
|
19
|
+
- Luka Mirosevic
|
|
15
20
|
- Manu Wallner
|
|
21
|
+
- Danielle Tomlinson
|
|
22
|
+
- Jan Piotrowski
|
|
16
23
|
- Olivier Halligon
|
|
17
|
-
- Stefan Natchev
|
|
18
|
-
- Luka Mirosevic
|
|
19
24
|
- Aaron Brager
|
|
20
|
-
- Jimmy Dee
|
|
21
|
-
- Josh Holtz
|
|
22
|
-
- Felix Krause
|
|
23
|
-
- Matthew Ellis
|
|
24
|
-
- Joshua Liebowitz
|
|
25
25
|
autorequire:
|
|
26
26
|
bindir: bin
|
|
27
27
|
cert_chain: []
|
|
@@ -1219,6 +1219,7 @@ files:
|
|
|
1219
1219
|
- fastlane/swift/Fastlane.swift
|
|
1220
1220
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
|
|
1221
1221
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
|
1222
|
+
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/jliebowitz.xcuserdatad/UserInterfaceState.xcuserstate
|
|
1222
1223
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
|
|
1223
1224
|
- fastlane/swift/FastlaneSwiftRunner/README.txt
|
|
1224
1225
|
- fastlane/swift/Gymfile.swift
|
|
@@ -1611,24 +1612,24 @@ metadata:
|
|
|
1611
1612
|
post_install_message:
|
|
1612
1613
|
rdoc_options: []
|
|
1613
1614
|
require_paths:
|
|
1614
|
-
-
|
|
1615
|
-
-
|
|
1616
|
-
- match/lib
|
|
1617
|
-
- precheck/lib
|
|
1618
|
-
- sigh/lib
|
|
1619
|
-
- produce/lib
|
|
1620
|
-
- scan/lib
|
|
1621
|
-
- gym/lib
|
|
1615
|
+
- credentials_manager/lib
|
|
1616
|
+
- pem/lib
|
|
1622
1617
|
- snapshot/lib
|
|
1623
1618
|
- frameit/lib
|
|
1624
|
-
-
|
|
1619
|
+
- match/lib
|
|
1620
|
+
- fastlane_core/lib
|
|
1621
|
+
- deliver/lib
|
|
1622
|
+
- scan/lib
|
|
1623
|
+
- supply/lib
|
|
1625
1624
|
- cert/lib
|
|
1626
|
-
-
|
|
1625
|
+
- fastlane/lib
|
|
1627
1626
|
- spaceship/lib
|
|
1628
|
-
-
|
|
1629
|
-
-
|
|
1630
|
-
-
|
|
1631
|
-
-
|
|
1627
|
+
- pilot/lib
|
|
1628
|
+
- gym/lib
|
|
1629
|
+
- precheck/lib
|
|
1630
|
+
- screengrab/lib
|
|
1631
|
+
- sigh/lib
|
|
1632
|
+
- produce/lib
|
|
1632
1633
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
1633
1634
|
requirements:
|
|
1634
1635
|
- - ">="
|
|
@@ -1636,12 +1637,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1636
1637
|
version: 2.0.0
|
|
1637
1638
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1638
1639
|
requirements:
|
|
1639
|
-
- - "
|
|
1640
|
+
- - ">="
|
|
1640
1641
|
- !ruby/object:Gem::Version
|
|
1641
|
-
version:
|
|
1642
|
+
version: '0'
|
|
1642
1643
|
requirements: []
|
|
1643
1644
|
rubyforge_project:
|
|
1644
|
-
rubygems_version: 2.
|
|
1645
|
+
rubygems_version: 2.5.1
|
|
1645
1646
|
signing_key:
|
|
1646
1647
|
specification_version: 4
|
|
1647
1648
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|