fastlane 2.81.0.beta.20180213010002 → 2.81.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/swift_fastlane_function.rb +2 -0
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -1
- data/fastlane/swift/Fastlane.swift +20 -14
- 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 +33 -27
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a182371a52335e90cb76ef9d116de83e4d276d9
|
|
4
|
+
data.tar.gz: 68376f5c45e0101d4769718abf188703bee869f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc0cad0fc0984fc3d98d5444d62a1299a739e553459750d9d52325919ab2ba08efe87d05c1e21ff3a4083c2e48f703e5405d5b279a1024792747631eea162941
|
|
7
|
+
data.tar.gz: ba147c4dc52c9892213cc792b1dc984e44c2f6aa829d0b0c84350516b7d35ce9f373019d1b8688b4f0c2a137c15dd64308ddfbf1db01a6f64a2f326c46a12e78
|
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/snatchev'>Stefan Natchev</a></h4>
|
|
38
|
-
</td>
|
|
39
|
-
<td id='danielle-tomlinson'>
|
|
40
|
-
<a href='https://github.com/DanToml'>
|
|
41
|
-
<img src='https://github.com/DanToml.png?size=140'>
|
|
42
|
-
</a>
|
|
43
|
-
<h4 align='center'><a href='https://twitter.com/DanToml'>Danielle Tomlinson</a></h4>
|
|
44
|
-
</td>
|
|
45
|
-
<td id='felix-krause'>
|
|
46
|
-
<a href='https://github.com/KrauseFx'>
|
|
47
|
-
<img src='https://github.com/KrauseFx.png?size=140'>
|
|
33
|
+
<td id='jimmy-dee'>
|
|
34
|
+
<a href='https://github.com/jdee'>
|
|
35
|
+
<img src='https://github.com/jdee.png?size=140'>
|
|
48
36
|
</a>
|
|
49
|
-
<h4 align='center'
|
|
37
|
+
<h4 align='center'>Jimmy Dee</h4>
|
|
50
38
|
</td>
|
|
51
39
|
<td id='matthew-ellis'>
|
|
52
40
|
<a href='https://github.com/matthewellis'>
|
|
@@ -54,25 +42,31 @@ 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/mellis1995'>Matthew Ellis</a></h4>
|
|
56
44
|
</td>
|
|
57
|
-
<td id='
|
|
58
|
-
<a href='https://github.com/
|
|
59
|
-
<img src='https://github.com/
|
|
45
|
+
<td id='iulian-onofrei'>
|
|
46
|
+
<a href='https://github.com/revolter'>
|
|
47
|
+
<img src='https://github.com/revolter.png?size=140'>
|
|
60
48
|
</a>
|
|
61
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
49
|
+
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
|
|
62
50
|
</td>
|
|
63
|
-
</tr>
|
|
64
|
-
<tr>
|
|
65
51
|
<td id='josh-holtz'>
|
|
66
52
|
<a href='https://github.com/joshdholtz'>
|
|
67
53
|
<img src='https://github.com/joshdholtz.png?size=140'>
|
|
68
54
|
</a>
|
|
69
55
|
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
|
70
56
|
</td>
|
|
71
|
-
<td id='
|
|
72
|
-
<a href='https://github.com/
|
|
73
|
-
<img src='https://github.com/
|
|
57
|
+
<td id='kohki-miki'>
|
|
58
|
+
<a href='https://github.com/giginet'>
|
|
59
|
+
<img src='https://github.com/giginet.png?size=140'>
|
|
74
60
|
</a>
|
|
75
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
61
|
+
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
|
62
|
+
</td>
|
|
63
|
+
</tr>
|
|
64
|
+
<tr>
|
|
65
|
+
<td id='stefan-natchev'>
|
|
66
|
+
<a href='https://github.com/snatchev'>
|
|
67
|
+
<img src='https://github.com/snatchev.png?size=140'>
|
|
68
|
+
</a>
|
|
69
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
|
76
70
|
</td>
|
|
77
71
|
<td id='fumiya-nakamura'>
|
|
78
72
|
<a href='https://github.com/nafu'>
|
|
@@ -80,31 +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/nafu003'>Fumiya Nakamura</a></h4>
|
|
82
76
|
</td>
|
|
83
|
-
<td id='
|
|
84
|
-
<a href='https://github.com/
|
|
85
|
-
<img src='https://github.com/
|
|
77
|
+
<td id='felix-krause'>
|
|
78
|
+
<a href='https://github.com/KrauseFx'>
|
|
79
|
+
<img src='https://github.com/KrauseFx.png?size=140'>
|
|
86
80
|
</a>
|
|
87
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
81
|
+
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
88
82
|
</td>
|
|
89
|
-
<td id='
|
|
90
|
-
<a href='https://github.com/
|
|
91
|
-
<img src='https://github.com/
|
|
83
|
+
<td id='olivier-halligon'>
|
|
84
|
+
<a href='https://github.com/AliSoftware'>
|
|
85
|
+
<img src='https://github.com/AliSoftware.png?size=140'>
|
|
92
86
|
</a>
|
|
93
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
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'>
|
|
92
|
+
</a>
|
|
93
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</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='luka-mirosevic'>
|
|
98
|
+
<a href='https://github.com/lmirosevic'>
|
|
99
|
+
<img src='https://github.com/lmirosevic.png?size=140'>
|
|
100
100
|
</a>
|
|
101
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
101
|
+
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
|
102
102
|
</td>
|
|
103
|
-
<td id='
|
|
104
|
-
<a href='https://github.com/
|
|
105
|
-
<img src='https://github.com/
|
|
103
|
+
<td id='danielle-tomlinson'>
|
|
104
|
+
<a href='https://github.com/DanToml'>
|
|
105
|
+
<img src='https://github.com/DanToml.png?size=140'>
|
|
106
106
|
</a>
|
|
107
|
-
<h4 align='center'>
|
|
107
|
+
<h4 align='center'><a href='https://twitter.com/DanToml'>Danielle Tomlinson</a></h4>
|
|
108
|
+
</td>
|
|
109
|
+
<td id='jérôme-lacoste'>
|
|
110
|
+
<a href='https://github.com/lacostej'>
|
|
111
|
+
<img src='https://github.com/lacostej.png?size=140'>
|
|
112
|
+
</a>
|
|
113
|
+
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
|
108
114
|
</td>
|
|
109
115
|
<td id='manu-wallner'>
|
|
110
116
|
<a href='https://github.com/milch'>
|
|
@@ -112,37 +118,31 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
112
118
|
</a>
|
|
113
119
|
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
|
114
120
|
</td>
|
|
115
|
-
<td id='
|
|
116
|
-
<a href='https://github.com/
|
|
117
|
-
<img src='https://github.com/
|
|
118
|
-
</a>
|
|
119
|
-
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
120
|
-
</td>
|
|
121
|
-
<td id='olivier-halligon'>
|
|
122
|
-
<a href='https://github.com/AliSoftware'>
|
|
123
|
-
<img src='https://github.com/AliSoftware.png?size=140'>
|
|
121
|
+
<td id='maksym-grebenets'>
|
|
122
|
+
<a href='https://github.com/mgrebenets'>
|
|
123
|
+
<img src='https://github.com/mgrebenets.png?size=140'>
|
|
124
124
|
</a>
|
|
125
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
125
|
+
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
|
126
126
|
</td>
|
|
127
127
|
</tr>
|
|
128
128
|
<tr>
|
|
129
|
+
<td id='helmut-januschka'>
|
|
130
|
+
<a href='https://github.com/hjanuschka'>
|
|
131
|
+
<img src='https://github.com/hjanuschka.png?size=140'>
|
|
132
|
+
</a>
|
|
133
|
+
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
|
134
|
+
</td>
|
|
129
135
|
<td id='joshua-liebowitz'>
|
|
130
136
|
<a href='https://github.com/taquitos'>
|
|
131
137
|
<img src='https://github.com/taquitos.png?size=140'>
|
|
132
138
|
</a>
|
|
133
139
|
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
|
134
140
|
</td>
|
|
135
|
-
<td id='
|
|
136
|
-
<a href='https://github.com/
|
|
137
|
-
<img src='https://github.com/
|
|
138
|
-
</a>
|
|
139
|
-
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
|
140
|
-
</td>
|
|
141
|
-
<td id='helmut-januschka'>
|
|
142
|
-
<a href='https://github.com/hjanuschka'>
|
|
143
|
-
<img src='https://github.com/hjanuschka.png?size=140'>
|
|
141
|
+
<td id='jan-piotrowski'>
|
|
142
|
+
<a href='https://github.com/janpio'>
|
|
143
|
+
<img src='https://github.com/janpio.png?size=140'>
|
|
144
144
|
</a>
|
|
145
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
145
|
+
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
|
146
146
|
</td>
|
|
147
147
|
</table>
|
|
148
148
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Fastlane
|
|
2
|
-
VERSION = '2.81.0
|
|
2
|
+
VERSION = '2.81.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
|
|
@@ -345,7 +345,7 @@ func artifactory(file: String,
|
|
|
345
345
|
endpoint: String,
|
|
346
346
|
username: String,
|
|
347
347
|
password: String,
|
|
348
|
-
properties: String =
|
|
348
|
+
properties: [String : Any] = [:],
|
|
349
349
|
sslPemFile: String? = nil,
|
|
350
350
|
sslVerify: Bool = true,
|
|
351
351
|
proxyUsername: String? = nil,
|
|
@@ -1068,8 +1068,8 @@ func createAppOnline(username: String,
|
|
|
1068
1068
|
companyName: String? = nil,
|
|
1069
1069
|
skipItc: Bool = false,
|
|
1070
1070
|
itcUsers: [String]? = nil,
|
|
1071
|
-
enabledFeatures: String =
|
|
1072
|
-
enableServices: String =
|
|
1071
|
+
enabledFeatures: [String : Any] = [:],
|
|
1072
|
+
enableServices: [String : Any] = [:],
|
|
1073
1073
|
skipDevcenter: Bool = false,
|
|
1074
1074
|
teamId: String? = nil,
|
|
1075
1075
|
teamName: String? = nil,
|
|
@@ -1515,7 +1515,7 @@ func getProvisioningProfile(adhoc: Bool = false,
|
|
|
1515
1515
|
}
|
|
1516
1516
|
func getPushCertificate(development: Bool = false,
|
|
1517
1517
|
generateP12: Bool = true,
|
|
1518
|
-
activeDaysLimit:
|
|
1518
|
+
activeDaysLimit: Int = 30,
|
|
1519
1519
|
force: Bool = false,
|
|
1520
1520
|
savePrivateKey: Bool = true,
|
|
1521
1521
|
appIdentifier: String,
|
|
@@ -1576,12 +1576,12 @@ func gitTagExists(tag: String) {
|
|
|
1576
1576
|
func githubApi(serverUrl: String = "https://api.github.com",
|
|
1577
1577
|
apiToken: String,
|
|
1578
1578
|
httpMethod: String = "GET",
|
|
1579
|
-
body: String =
|
|
1579
|
+
body: [String : Any] = [:],
|
|
1580
1580
|
rawBody: String? = nil,
|
|
1581
1581
|
path: String? = nil,
|
|
1582
1582
|
url: String? = nil,
|
|
1583
|
-
errorHandlers: String =
|
|
1584
|
-
headers: String =
|
|
1583
|
+
errorHandlers: [String : Any] = [:],
|
|
1584
|
+
headers: [String : Any] = [:],
|
|
1585
1585
|
secure: Bool = true) {
|
|
1586
1586
|
let command = RubyCommand(commandID: "", methodName: "github_api", className: nil, args: [RubyCommand.Argument(name: "server_url", value: serverUrl),
|
|
1587
1587
|
RubyCommand.Argument(name: "api_token", value: apiToken),
|
|
@@ -2213,6 +2213,7 @@ func pilot(username: String,
|
|
|
2213
2213
|
updateBuildInfoOnUpload: Bool = false,
|
|
2214
2214
|
appleId: String? = nil,
|
|
2215
2215
|
distributeExternal: Bool = false,
|
|
2216
|
+
demoAccountRequired: Bool = false,
|
|
2216
2217
|
firstName: String? = nil,
|
|
2217
2218
|
lastName: String? = nil,
|
|
2218
2219
|
email: String? = nil,
|
|
@@ -2236,6 +2237,7 @@ func pilot(username: String,
|
|
|
2236
2237
|
RubyCommand.Argument(name: "update_build_info_on_upload", value: updateBuildInfoOnUpload),
|
|
2237
2238
|
RubyCommand.Argument(name: "apple_id", value: appleId),
|
|
2238
2239
|
RubyCommand.Argument(name: "distribute_external", value: distributeExternal),
|
|
2240
|
+
RubyCommand.Argument(name: "demo_account_required", value: demoAccountRequired),
|
|
2239
2241
|
RubyCommand.Argument(name: "first_name", value: firstName),
|
|
2240
2242
|
RubyCommand.Argument(name: "last_name", value: lastName),
|
|
2241
2243
|
RubyCommand.Argument(name: "email", value: email),
|
|
@@ -2336,8 +2338,8 @@ func produce(username: String,
|
|
|
2336
2338
|
companyName: String? = nil,
|
|
2337
2339
|
skipItc: Bool = false,
|
|
2338
2340
|
itcUsers: [String]? = nil,
|
|
2339
|
-
enabledFeatures: String =
|
|
2340
|
-
enableServices: String =
|
|
2341
|
+
enabledFeatures: [String : Any] = [:],
|
|
2342
|
+
enableServices: [String : Any] = [:],
|
|
2341
2343
|
skipDevcenter: Bool = false,
|
|
2342
2344
|
teamId: String? = nil,
|
|
2343
2345
|
teamName: String? = nil,
|
|
@@ -2891,9 +2893,9 @@ func slack(message: String? = nil,
|
|
|
2891
2893
|
slackUrl: String,
|
|
2892
2894
|
username: String = "fastlane",
|
|
2893
2895
|
iconUrl: String = "https://s3-eu-west-1.amazonaws.com/fastlane.tools/fastlane.png",
|
|
2894
|
-
payload: String =
|
|
2896
|
+
payload: [String : Any] = [:],
|
|
2895
2897
|
defaultPayloads: [String]? = nil,
|
|
2896
|
-
attachmentProperties: String =
|
|
2898
|
+
attachmentProperties: [String : Any] = [:],
|
|
2897
2899
|
success: Bool = true,
|
|
2898
2900
|
failOnError: Bool = true) {
|
|
2899
2901
|
let command = RubyCommand(commandID: "", methodName: "slack", className: nil, args: [RubyCommand.Argument(name: "message", value: message),
|
|
@@ -3224,7 +3226,6 @@ func testfairy(apiKey: String,
|
|
|
3224
3226
|
symbolsFile: String? = nil,
|
|
3225
3227
|
testersGroups: [String] = [],
|
|
3226
3228
|
metrics: [String] = [],
|
|
3227
|
-
iconWatermark: String = "off",
|
|
3228
3229
|
comment: String = "No comment provided",
|
|
3229
3230
|
autoUpdate: String = "off",
|
|
3230
3231
|
notify: String = "off",
|
|
@@ -3234,7 +3235,6 @@ func testfairy(apiKey: String,
|
|
|
3234
3235
|
RubyCommand.Argument(name: "symbols_file", value: symbolsFile),
|
|
3235
3236
|
RubyCommand.Argument(name: "testers_groups", value: testersGroups),
|
|
3236
3237
|
RubyCommand.Argument(name: "metrics", value: metrics),
|
|
3237
|
-
RubyCommand.Argument(name: "icon_watermark", value: iconWatermark),
|
|
3238
3238
|
RubyCommand.Argument(name: "comment", value: comment),
|
|
3239
3239
|
RubyCommand.Argument(name: "auto_update", value: autoUpdate),
|
|
3240
3240
|
RubyCommand.Argument(name: "notify", value: notify),
|
|
@@ -3253,6 +3253,7 @@ func testflight(username: String,
|
|
|
3253
3253
|
updateBuildInfoOnUpload: Bool = false,
|
|
3254
3254
|
appleId: String? = nil,
|
|
3255
3255
|
distributeExternal: Bool = false,
|
|
3256
|
+
demoAccountRequired: Bool = false,
|
|
3256
3257
|
firstName: String? = nil,
|
|
3257
3258
|
lastName: String? = nil,
|
|
3258
3259
|
email: String? = nil,
|
|
@@ -3276,6 +3277,7 @@ func testflight(username: String,
|
|
|
3276
3277
|
RubyCommand.Argument(name: "update_build_info_on_upload", value: updateBuildInfoOnUpload),
|
|
3277
3278
|
RubyCommand.Argument(name: "apple_id", value: appleId),
|
|
3278
3279
|
RubyCommand.Argument(name: "distribute_external", value: distributeExternal),
|
|
3280
|
+
RubyCommand.Argument(name: "demo_account_required", value: demoAccountRequired),
|
|
3279
3281
|
RubyCommand.Argument(name: "first_name", value: firstName),
|
|
3280
3282
|
RubyCommand.Argument(name: "last_name", value: lastName),
|
|
3281
3283
|
RubyCommand.Argument(name: "email", value: email),
|
|
@@ -3423,11 +3425,13 @@ func updateUrlSchemes(path: String,
|
|
|
3423
3425
|
}
|
|
3424
3426
|
func uploadSymbolsToCrashlytics(dsymPath: String = "./spec/fixtures/dSYM/Themoji.dSYM.zip",
|
|
3425
3427
|
apiToken: String? = nil,
|
|
3428
|
+
gspPath: String? = nil,
|
|
3426
3429
|
binaryPath: String? = nil,
|
|
3427
3430
|
platform: String = "ios",
|
|
3428
3431
|
dsymWorkerThreads: Int = 1) {
|
|
3429
3432
|
let command = RubyCommand(commandID: "", methodName: "upload_symbols_to_crashlytics", className: nil, args: [RubyCommand.Argument(name: "dsym_path", value: dsymPath),
|
|
3430
3433
|
RubyCommand.Argument(name: "api_token", value: apiToken),
|
|
3434
|
+
RubyCommand.Argument(name: "gsp_path", value: gspPath),
|
|
3431
3435
|
RubyCommand.Argument(name: "binary_path", value: binaryPath),
|
|
3432
3436
|
RubyCommand.Argument(name: "platform", value: platform),
|
|
3433
3437
|
RubyCommand.Argument(name: "dsym_worker_threads", value: dsymWorkerThreads)])
|
|
@@ -3615,6 +3619,7 @@ func uploadToTestflight(username: String,
|
|
|
3615
3619
|
updateBuildInfoOnUpload: Bool = false,
|
|
3616
3620
|
appleId: String? = nil,
|
|
3617
3621
|
distributeExternal: Bool = false,
|
|
3622
|
+
demoAccountRequired: Bool = false,
|
|
3618
3623
|
firstName: String? = nil,
|
|
3619
3624
|
lastName: String? = nil,
|
|
3620
3625
|
email: String? = nil,
|
|
@@ -3638,6 +3643,7 @@ func uploadToTestflight(username: String,
|
|
|
3638
3643
|
RubyCommand.Argument(name: "update_build_info_on_upload", value: updateBuildInfoOnUpload),
|
|
3639
3644
|
RubyCommand.Argument(name: "apple_id", value: appleId),
|
|
3640
3645
|
RubyCommand.Argument(name: "distribute_external", value: distributeExternal),
|
|
3646
|
+
RubyCommand.Argument(name: "demo_account_required", value: demoAccountRequired),
|
|
3641
3647
|
RubyCommand.Argument(name: "first_name", value: firstName),
|
|
3642
3648
|
RubyCommand.Argument(name: "last_name", value: lastName),
|
|
3643
3649
|
RubyCommand.Argument(name: "email", value: email),
|
|
@@ -3801,4 +3807,4 @@ let screengrabfile: Screengrabfile = Screengrabfile()
|
|
|
3801
3807
|
let snapshotfile: Snapshotfile = Snapshotfile()
|
|
3802
3808
|
// Please don't remove the lines below
|
|
3803
3809
|
// They are used to detect outdated files
|
|
3804
|
-
// FastlaneRunnerAPIVersion [0.9.
|
|
3810
|
+
// FastlaneRunnerAPIVersion [0.9.5]
|
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.81.0
|
|
4
|
+
version: 2.81.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
8
|
-
-
|
|
7
|
+
- Olivier Halligon
|
|
8
|
+
- Iulian Onofrei
|
|
9
|
+
- Felix Krause
|
|
10
|
+
- Helmut Januschka
|
|
9
11
|
- Joshua Liebowitz
|
|
12
|
+
- Josh Holtz
|
|
13
|
+
- Danielle Tomlinson
|
|
14
|
+
- Stefan Natchev
|
|
15
|
+
- Fumiya Nakamura
|
|
16
|
+
- Jan Piotrowski
|
|
10
17
|
- Jérôme Lacoste
|
|
18
|
+
- Maksym Grebenets
|
|
11
19
|
- Luka Mirosevic
|
|
12
20
|
- Jimmy Dee
|
|
13
|
-
- Jan Piotrowski
|
|
14
21
|
- Aaron Brager
|
|
15
|
-
- Kohki Miki
|
|
16
|
-
- Stefan Natchev
|
|
17
|
-
- Olivier Halligon
|
|
18
|
-
- Felix Krause
|
|
19
22
|
- Matthew Ellis
|
|
20
|
-
-
|
|
21
|
-
- Iulian Onofrei
|
|
23
|
+
- Kohki Miki
|
|
22
24
|
- Manu Wallner
|
|
23
|
-
- Danielle Tomlinson
|
|
24
|
-
- Helmut Januschka
|
|
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
|