fastlane 2.113.0.beta.20190107200010 → 2.113.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 +68 -68
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -1
- data/fastlane/swift/Fastlane.swift +55 -53
- data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/fastlane/swift/Gymfile.swift +1 -1
- data/fastlane/swift/Matchfile.swift +1 -1
- data/fastlane/swift/MatchfileProtocol.swift +25 -25
- 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/match/lib/match/.setup.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/.DS_Store +0 -0
- metadata +32 -29
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f2f826becec114f08f98618164967c44f4cac61c
|
|
4
|
+
data.tar.gz: d9130d3a56e0c337668aeba7b2cb5d5be9156779
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76355cf774f0213a95f5e5957fc63dd554d07cb70881bed9a59be0f2d5343a81b37ebb19cac38a013384ac59f0ec8b1257eb03ccb38767891c0c7476072543c6
|
|
7
|
+
data.tar.gz: fed2e9e3dc4d8521ed2cec26ecd5b498675380ef01383f888fa67222edf99c92c2f9adfc974e34769c651d7b3cf8931c49c29ab9f1032d7a53274d99a43e8f66
|
data/README.md
CHANGED
|
@@ -33,17 +33,17 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
33
33
|
<!-- This table is regenerated and resorted on each release -->
|
|
34
34
|
<table id='team'>
|
|
35
35
|
<tr>
|
|
36
|
-
<td id='
|
|
37
|
-
<a href='https://github.com/
|
|
38
|
-
<img src='https://github.com/
|
|
36
|
+
<td id='matthew-ellis'>
|
|
37
|
+
<a href='https://github.com/matthewellis'>
|
|
38
|
+
<img src='https://github.com/matthewellis.png?size=140'>
|
|
39
39
|
</a>
|
|
40
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
40
|
+
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
|
41
41
|
</td>
|
|
42
|
-
<td id='
|
|
43
|
-
<a href='https://github.com/
|
|
44
|
-
<img src='https://github.com/
|
|
42
|
+
<td id='stefan-natchev'>
|
|
43
|
+
<a href='https://github.com/snatchev'>
|
|
44
|
+
<img src='https://github.com/snatchev.png?size=140'>
|
|
45
45
|
</a>
|
|
46
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
46
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
|
47
47
|
</td>
|
|
48
48
|
<td id='luka-mirosevic'>
|
|
49
49
|
<a href='https://github.com/lmirosevic'>
|
|
@@ -51,31 +51,37 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
51
51
|
</a>
|
|
52
52
|
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
|
53
53
|
</td>
|
|
54
|
-
<td id='
|
|
55
|
-
<a href='https://github.com/
|
|
56
|
-
<img src='https://github.com/
|
|
54
|
+
<td id='jorge-revuelta-h'>
|
|
55
|
+
<a href='https://github.com/minuscorp'>
|
|
56
|
+
<img src='https://github.com/minuscorp.png?size=140'>
|
|
57
57
|
</a>
|
|
58
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
58
|
+
<h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
|
|
59
59
|
</td>
|
|
60
|
-
<td id='
|
|
61
|
-
<a href='https://github.com/
|
|
62
|
-
<img src='https://github.com/
|
|
60
|
+
<td id='iulian-onofrei'>
|
|
61
|
+
<a href='https://github.com/revolter'>
|
|
62
|
+
<img src='https://github.com/revolter.png?size=140'>
|
|
63
63
|
</a>
|
|
64
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
64
|
+
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
|
|
65
65
|
</td>
|
|
66
66
|
</tr>
|
|
67
67
|
<tr>
|
|
68
|
-
<td id='
|
|
69
|
-
<a href='https://github.com/
|
|
70
|
-
<img src='https://github.com/
|
|
68
|
+
<td id='joshua-liebowitz'>
|
|
69
|
+
<a href='https://github.com/taquitos'>
|
|
70
|
+
<img src='https://github.com/taquitos.png?size=140'>
|
|
71
71
|
</a>
|
|
72
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
72
|
+
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
|
73
73
|
</td>
|
|
74
|
-
<td id='
|
|
75
|
-
<a href='https://github.com/
|
|
76
|
-
<img src='https://github.com/
|
|
74
|
+
<td id='fumiya-nakamura'>
|
|
75
|
+
<a href='https://github.com/nafu'>
|
|
76
|
+
<img src='https://github.com/nafu.png?size=140'>
|
|
77
77
|
</a>
|
|
78
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
78
|
+
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
|
79
|
+
</td>
|
|
80
|
+
<td id='manu-wallner'>
|
|
81
|
+
<a href='https://github.com/milch'>
|
|
82
|
+
<img src='https://github.com/milch.png?size=140'>
|
|
83
|
+
</a>
|
|
84
|
+
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
|
79
85
|
</td>
|
|
80
86
|
<td id='jérôme-lacoste'>
|
|
81
87
|
<a href='https://github.com/lacostej'>
|
|
@@ -83,31 +89,19 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
83
89
|
</a>
|
|
84
90
|
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
|
85
91
|
</td>
|
|
86
|
-
<td id='
|
|
87
|
-
<a href='https://github.com/
|
|
88
|
-
<img src='https://github.com/
|
|
89
|
-
</a>
|
|
90
|
-
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
|
91
|
-
</td>
|
|
92
|
-
<td id='helmut-januschka'>
|
|
93
|
-
<a href='https://github.com/hjanuschka'>
|
|
94
|
-
<img src='https://github.com/hjanuschka.png?size=140'>
|
|
92
|
+
<td id='jimmy-dee'>
|
|
93
|
+
<a href='https://github.com/jdee'>
|
|
94
|
+
<img src='https://github.com/jdee.png?size=140'>
|
|
95
95
|
</a>
|
|
96
|
-
<h4 align='center'
|
|
96
|
+
<h4 align='center'>Jimmy Dee</h4>
|
|
97
97
|
</td>
|
|
98
98
|
</tr>
|
|
99
99
|
<tr>
|
|
100
|
-
<td id='
|
|
101
|
-
<a href='https://github.com/
|
|
102
|
-
<img src='https://github.com/
|
|
103
|
-
</a>
|
|
104
|
-
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
105
|
-
</td>
|
|
106
|
-
<td id='matthew-ellis'>
|
|
107
|
-
<a href='https://github.com/matthewellis'>
|
|
108
|
-
<img src='https://github.com/matthewellis.png?size=140'>
|
|
100
|
+
<td id='josh-holtz'>
|
|
101
|
+
<a href='https://github.com/joshdholtz'>
|
|
102
|
+
<img src='https://github.com/joshdholtz.png?size=140'>
|
|
109
103
|
</a>
|
|
110
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
104
|
+
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
|
111
105
|
</td>
|
|
112
106
|
<td id='maksym-grebenets'>
|
|
113
107
|
<a href='https://github.com/mgrebenets'>
|
|
@@ -115,11 +109,17 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
115
109
|
</a>
|
|
116
110
|
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
|
117
111
|
</td>
|
|
118
|
-
<td id='
|
|
119
|
-
<a href='https://github.com/
|
|
120
|
-
<img src='https://github.com/
|
|
112
|
+
<td id='aaron-brager'>
|
|
113
|
+
<a href='https://github.com/getaaron'>
|
|
114
|
+
<img src='https://github.com/getaaron.png?size=140'>
|
|
121
115
|
</a>
|
|
122
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
116
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
117
|
+
</td>
|
|
118
|
+
<td id='felix-krause'>
|
|
119
|
+
<a href='https://github.com/KrauseFx'>
|
|
120
|
+
<img src='https://github.com/KrauseFx.png?size=140'>
|
|
121
|
+
</a>
|
|
122
|
+
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
123
123
|
</td>
|
|
124
124
|
<td id='olivier-halligon'>
|
|
125
125
|
<a href='https://github.com/AliSoftware'>
|
|
@@ -129,35 +129,35 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
129
129
|
</td>
|
|
130
130
|
</tr>
|
|
131
131
|
<tr>
|
|
132
|
-
<td id='
|
|
133
|
-
<a href='https://github.com/
|
|
134
|
-
<img src='https://github.com/
|
|
132
|
+
<td id='kohki-miki'>
|
|
133
|
+
<a href='https://github.com/giginet'>
|
|
134
|
+
<img src='https://github.com/giginet.png?size=140'>
|
|
135
135
|
</a>
|
|
136
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
136
|
+
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
|
137
137
|
</td>
|
|
138
|
-
<td id='
|
|
139
|
-
<a href='https://github.com/
|
|
140
|
-
<img src='https://github.com/
|
|
138
|
+
<td id='danielle-tomlinson'>
|
|
139
|
+
<a href='https://github.com/DanToml'>
|
|
140
|
+
<img src='https://github.com/DanToml.png?size=140'>
|
|
141
141
|
</a>
|
|
142
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
142
|
+
<h4 align='center'><a href='https://twitter.com/DanToml'>Danielle Tomlinson</a></h4>
|
|
143
143
|
</td>
|
|
144
|
-
<td id='
|
|
145
|
-
<a href='https://github.com/
|
|
146
|
-
<img src='https://github.com/
|
|
144
|
+
<td id='jan-piotrowski'>
|
|
145
|
+
<a href='https://github.com/janpio'>
|
|
146
|
+
<img src='https://github.com/janpio.png?size=140'>
|
|
147
147
|
</a>
|
|
148
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
148
|
+
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
|
149
149
|
</td>
|
|
150
|
-
<td id='
|
|
151
|
-
<a href='https://github.com/
|
|
152
|
-
<img src='https://github.com/
|
|
150
|
+
<td id='helmut-januschka'>
|
|
151
|
+
<a href='https://github.com/hjanuschka'>
|
|
152
|
+
<img src='https://github.com/hjanuschka.png?size=140'>
|
|
153
153
|
</a>
|
|
154
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
154
|
+
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
|
155
155
|
</td>
|
|
156
|
-
<td id='
|
|
157
|
-
<a href='https://github.com/
|
|
158
|
-
<img src='https://github.com/
|
|
156
|
+
<td id='andrew-mcburney'>
|
|
157
|
+
<a href='https://github.com/armcburney'>
|
|
158
|
+
<img src='https://github.com/armcburney.png?size=140'>
|
|
159
159
|
</a>
|
|
160
|
-
<h4 align='center'>
|
|
160
|
+
<h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
|
|
161
161
|
</td>
|
|
162
162
|
</tr>
|
|
163
163
|
</table>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Fastlane
|
|
2
|
-
VERSION = '2.113.0
|
|
2
|
+
VERSION = '2.113.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
|
|
@@ -1161,6 +1161,7 @@ func createPullRequest(apiToken: String,
|
|
|
1161
1161
|
repo: String,
|
|
1162
1162
|
title: String,
|
|
1163
1163
|
body: String? = nil,
|
|
1164
|
+
labels: [String]? = nil,
|
|
1164
1165
|
head: String? = nil,
|
|
1165
1166
|
base: String = "master",
|
|
1166
1167
|
apiUrl: String = "https://api.github.com") {
|
|
@@ -1168,6 +1169,7 @@ func createPullRequest(apiToken: String,
|
|
|
1168
1169
|
RubyCommand.Argument(name: "repo", value: repo),
|
|
1169
1170
|
RubyCommand.Argument(name: "title", value: title),
|
|
1170
1171
|
RubyCommand.Argument(name: "body", value: body),
|
|
1172
|
+
RubyCommand.Argument(name: "labels", value: labels),
|
|
1171
1173
|
RubyCommand.Argument(name: "head", value: head),
|
|
1172
1174
|
RubyCommand.Argument(name: "base", value: base),
|
|
1173
1175
|
RubyCommand.Argument(name: "api_url", value: apiUrl)])
|
|
@@ -2123,54 +2125,54 @@ func makeChangelogFromJenkins(fallbackChangelog: String = "",
|
|
|
2123
2125
|
RubyCommand.Argument(name: "include_commit_body", value: includeCommitBody)])
|
|
2124
2126
|
_ = runner.executeCommand(command)
|
|
2125
2127
|
}
|
|
2126
|
-
func match(
|
|
2127
|
-
|
|
2128
|
-
type: String = matchfile.type,
|
|
2129
|
-
storageMode: String = matchfile.storageMode,
|
|
2128
|
+
func match(type: String = matchfile.type,
|
|
2129
|
+
readonly: Bool = matchfile.readonly,
|
|
2130
2130
|
appIdentifier: [String] = matchfile.appIdentifier,
|
|
2131
2131
|
username: String = matchfile.username,
|
|
2132
|
-
keychainName: String = matchfile.keychainName,
|
|
2133
|
-
keychainPassword: String? = matchfile.keychainPassword,
|
|
2134
|
-
readonly: Bool = matchfile.readonly,
|
|
2135
2132
|
teamId: String? = matchfile.teamId,
|
|
2133
|
+
teamName: String? = matchfile.teamName,
|
|
2134
|
+
storageMode: String = matchfile.storageMode,
|
|
2135
|
+
gitUrl: String = matchfile.gitUrl,
|
|
2136
|
+
gitBranch: String = matchfile.gitBranch,
|
|
2136
2137
|
gitFullName: String? = matchfile.gitFullName,
|
|
2137
2138
|
gitUserEmail: String? = matchfile.gitUserEmail,
|
|
2138
|
-
teamName: String? = matchfile.teamName,
|
|
2139
|
-
verbose: Bool = matchfile.verbose,
|
|
2140
|
-
force: Bool = matchfile.force,
|
|
2141
|
-
skipConfirmation: Bool = matchfile.skipConfirmation,
|
|
2142
2139
|
shallowClone: Bool = matchfile.shallowClone,
|
|
2143
2140
|
cloneBranchDirectly: Bool = matchfile.cloneBranchDirectly,
|
|
2141
|
+
googleCloudBucketName: String? = matchfile.googleCloudBucketName,
|
|
2142
|
+
googleCloudKeysFile: String? = matchfile.googleCloudKeysFile,
|
|
2143
|
+
keychainName: String = matchfile.keychainName,
|
|
2144
|
+
keychainPassword: String? = matchfile.keychainPassword,
|
|
2145
|
+
force: Bool = matchfile.force,
|
|
2144
2146
|
forceForNewDevices: Bool = matchfile.forceForNewDevices,
|
|
2147
|
+
skipConfirmation: Bool = matchfile.skipConfirmation,
|
|
2145
2148
|
skipDocs: Bool = matchfile.skipDocs,
|
|
2146
2149
|
platform: String = matchfile.platform,
|
|
2147
2150
|
templateName: String? = matchfile.templateName,
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
RubyCommand.Argument(name: "git_branch", value: gitBranch),
|
|
2152
|
-
RubyCommand.Argument(name: "type", value: type),
|
|
2153
|
-
RubyCommand.Argument(name: "storage_mode", value: storageMode),
|
|
2151
|
+
verbose: Bool = matchfile.verbose) {
|
|
2152
|
+
let command = RubyCommand(commandID: "", methodName: "match", className: nil, args: [RubyCommand.Argument(name: "type", value: type),
|
|
2153
|
+
RubyCommand.Argument(name: "readonly", value: readonly),
|
|
2154
2154
|
RubyCommand.Argument(name: "app_identifier", value: appIdentifier),
|
|
2155
2155
|
RubyCommand.Argument(name: "username", value: username),
|
|
2156
|
-
RubyCommand.Argument(name: "keychain_name", value: keychainName),
|
|
2157
|
-
RubyCommand.Argument(name: "keychain_password", value: keychainPassword),
|
|
2158
|
-
RubyCommand.Argument(name: "readonly", value: readonly),
|
|
2159
2156
|
RubyCommand.Argument(name: "team_id", value: teamId),
|
|
2157
|
+
RubyCommand.Argument(name: "team_name", value: teamName),
|
|
2158
|
+
RubyCommand.Argument(name: "storage_mode", value: storageMode),
|
|
2159
|
+
RubyCommand.Argument(name: "git_url", value: gitUrl),
|
|
2160
|
+
RubyCommand.Argument(name: "git_branch", value: gitBranch),
|
|
2160
2161
|
RubyCommand.Argument(name: "git_full_name", value: gitFullName),
|
|
2161
2162
|
RubyCommand.Argument(name: "git_user_email", value: gitUserEmail),
|
|
2162
|
-
RubyCommand.Argument(name: "team_name", value: teamName),
|
|
2163
|
-
RubyCommand.Argument(name: "verbose", value: verbose),
|
|
2164
|
-
RubyCommand.Argument(name: "force", value: force),
|
|
2165
|
-
RubyCommand.Argument(name: "skip_confirmation", value: skipConfirmation),
|
|
2166
2163
|
RubyCommand.Argument(name: "shallow_clone", value: shallowClone),
|
|
2167
2164
|
RubyCommand.Argument(name: "clone_branch_directly", value: cloneBranchDirectly),
|
|
2165
|
+
RubyCommand.Argument(name: "google_cloud_bucket_name", value: googleCloudBucketName),
|
|
2166
|
+
RubyCommand.Argument(name: "google_cloud_keys_file", value: googleCloudKeysFile),
|
|
2167
|
+
RubyCommand.Argument(name: "keychain_name", value: keychainName),
|
|
2168
|
+
RubyCommand.Argument(name: "keychain_password", value: keychainPassword),
|
|
2169
|
+
RubyCommand.Argument(name: "force", value: force),
|
|
2168
2170
|
RubyCommand.Argument(name: "force_for_new_devices", value: forceForNewDevices),
|
|
2171
|
+
RubyCommand.Argument(name: "skip_confirmation", value: skipConfirmation),
|
|
2169
2172
|
RubyCommand.Argument(name: "skip_docs", value: skipDocs),
|
|
2170
2173
|
RubyCommand.Argument(name: "platform", value: platform),
|
|
2171
2174
|
RubyCommand.Argument(name: "template_name", value: templateName),
|
|
2172
|
-
RubyCommand.Argument(name: "
|
|
2173
|
-
RubyCommand.Argument(name: "google_cloud_keys_file", value: googleCloudKeysFile)])
|
|
2175
|
+
RubyCommand.Argument(name: "verbose", value: verbose)])
|
|
2174
2176
|
_ = runner.executeCommand(command)
|
|
2175
2177
|
}
|
|
2176
2178
|
func minFastlaneVersion() {
|
|
@@ -3413,54 +3415,54 @@ func swiftlint(mode: String = "lint",
|
|
|
3413
3415
|
RubyCommand.Argument(name: "executable", value: executable)])
|
|
3414
3416
|
_ = runner.executeCommand(command)
|
|
3415
3417
|
}
|
|
3416
|
-
func syncCodeSigning(
|
|
3417
|
-
|
|
3418
|
-
type: String = "development",
|
|
3419
|
-
storageMode: String = "git",
|
|
3418
|
+
func syncCodeSigning(type: String = "development",
|
|
3419
|
+
readonly: Bool = false,
|
|
3420
3420
|
appIdentifier: [String],
|
|
3421
3421
|
username: String,
|
|
3422
|
-
keychainName: String = "login.keychain",
|
|
3423
|
-
keychainPassword: String? = nil,
|
|
3424
|
-
readonly: Bool = false,
|
|
3425
3422
|
teamId: String? = nil,
|
|
3423
|
+
teamName: String? = nil,
|
|
3424
|
+
storageMode: String = "git",
|
|
3425
|
+
gitUrl: String,
|
|
3426
|
+
gitBranch: String = "master",
|
|
3426
3427
|
gitFullName: String? = nil,
|
|
3427
3428
|
gitUserEmail: String? = nil,
|
|
3428
|
-
teamName: String? = nil,
|
|
3429
|
-
verbose: Bool = false,
|
|
3430
|
-
force: Bool = false,
|
|
3431
|
-
skipConfirmation: Bool = false,
|
|
3432
3429
|
shallowClone: Bool = false,
|
|
3433
3430
|
cloneBranchDirectly: Bool = false,
|
|
3431
|
+
googleCloudBucketName: String? = nil,
|
|
3432
|
+
googleCloudKeysFile: String? = nil,
|
|
3433
|
+
keychainName: String = "login.keychain",
|
|
3434
|
+
keychainPassword: String? = nil,
|
|
3435
|
+
force: Bool = false,
|
|
3434
3436
|
forceForNewDevices: Bool = false,
|
|
3437
|
+
skipConfirmation: Bool = false,
|
|
3435
3438
|
skipDocs: Bool = false,
|
|
3436
3439
|
platform: String = "ios",
|
|
3437
3440
|
templateName: String? = nil,
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
RubyCommand.Argument(name: "git_branch", value: gitBranch),
|
|
3442
|
-
RubyCommand.Argument(name: "type", value: type),
|
|
3443
|
-
RubyCommand.Argument(name: "storage_mode", value: storageMode),
|
|
3441
|
+
verbose: Bool = false) {
|
|
3442
|
+
let command = RubyCommand(commandID: "", methodName: "sync_code_signing", className: nil, args: [RubyCommand.Argument(name: "type", value: type),
|
|
3443
|
+
RubyCommand.Argument(name: "readonly", value: readonly),
|
|
3444
3444
|
RubyCommand.Argument(name: "app_identifier", value: appIdentifier),
|
|
3445
3445
|
RubyCommand.Argument(name: "username", value: username),
|
|
3446
|
-
RubyCommand.Argument(name: "keychain_name", value: keychainName),
|
|
3447
|
-
RubyCommand.Argument(name: "keychain_password", value: keychainPassword),
|
|
3448
|
-
RubyCommand.Argument(name: "readonly", value: readonly),
|
|
3449
3446
|
RubyCommand.Argument(name: "team_id", value: teamId),
|
|
3447
|
+
RubyCommand.Argument(name: "team_name", value: teamName),
|
|
3448
|
+
RubyCommand.Argument(name: "storage_mode", value: storageMode),
|
|
3449
|
+
RubyCommand.Argument(name: "git_url", value: gitUrl),
|
|
3450
|
+
RubyCommand.Argument(name: "git_branch", value: gitBranch),
|
|
3450
3451
|
RubyCommand.Argument(name: "git_full_name", value: gitFullName),
|
|
3451
3452
|
RubyCommand.Argument(name: "git_user_email", value: gitUserEmail),
|
|
3452
|
-
RubyCommand.Argument(name: "team_name", value: teamName),
|
|
3453
|
-
RubyCommand.Argument(name: "verbose", value: verbose),
|
|
3454
|
-
RubyCommand.Argument(name: "force", value: force),
|
|
3455
|
-
RubyCommand.Argument(name: "skip_confirmation", value: skipConfirmation),
|
|
3456
3453
|
RubyCommand.Argument(name: "shallow_clone", value: shallowClone),
|
|
3457
3454
|
RubyCommand.Argument(name: "clone_branch_directly", value: cloneBranchDirectly),
|
|
3455
|
+
RubyCommand.Argument(name: "google_cloud_bucket_name", value: googleCloudBucketName),
|
|
3456
|
+
RubyCommand.Argument(name: "google_cloud_keys_file", value: googleCloudKeysFile),
|
|
3457
|
+
RubyCommand.Argument(name: "keychain_name", value: keychainName),
|
|
3458
|
+
RubyCommand.Argument(name: "keychain_password", value: keychainPassword),
|
|
3459
|
+
RubyCommand.Argument(name: "force", value: force),
|
|
3458
3460
|
RubyCommand.Argument(name: "force_for_new_devices", value: forceForNewDevices),
|
|
3461
|
+
RubyCommand.Argument(name: "skip_confirmation", value: skipConfirmation),
|
|
3459
3462
|
RubyCommand.Argument(name: "skip_docs", value: skipDocs),
|
|
3460
3463
|
RubyCommand.Argument(name: "platform", value: platform),
|
|
3461
3464
|
RubyCommand.Argument(name: "template_name", value: templateName),
|
|
3462
|
-
RubyCommand.Argument(name: "
|
|
3463
|
-
RubyCommand.Argument(name: "google_cloud_keys_file", value: googleCloudKeysFile)])
|
|
3465
|
+
RubyCommand.Argument(name: "verbose", value: verbose)])
|
|
3464
3466
|
_ = runner.executeCommand(command)
|
|
3465
3467
|
}
|
|
3466
3468
|
func teamId() {
|
|
@@ -4175,4 +4177,4 @@ let screengrabfile: Screengrabfile = Screengrabfile()
|
|
|
4175
4177
|
let snapshotfile: Snapshotfile = Snapshotfile()
|
|
4176
4178
|
// Please don't remove the lines below
|
|
4177
4179
|
// They are used to detect outdated files
|
|
4178
|
-
// FastlaneRunnerAPIVersion [0.9.
|
|
4180
|
+
// FastlaneRunnerAPIVersion [0.9.38]
|
|
Binary file
|
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
protocol MatchfileProtocol: class {
|
|
2
|
-
var gitUrl: String { get }
|
|
3
|
-
var gitBranch: String { get }
|
|
4
2
|
var type: String { get }
|
|
5
|
-
var
|
|
3
|
+
var readonly: Bool { get }
|
|
6
4
|
var appIdentifier: [String] { get }
|
|
7
5
|
var username: String { get }
|
|
8
|
-
var keychainName: String { get }
|
|
9
|
-
var keychainPassword: String? { get }
|
|
10
|
-
var readonly: Bool { get }
|
|
11
6
|
var teamId: String? { get }
|
|
7
|
+
var teamName: String? { get }
|
|
8
|
+
var storageMode: String { get }
|
|
9
|
+
var gitUrl: String { get }
|
|
10
|
+
var gitBranch: String { get }
|
|
12
11
|
var gitFullName: String? { get }
|
|
13
12
|
var gitUserEmail: String? { get }
|
|
14
|
-
var teamName: String? { get }
|
|
15
|
-
var verbose: Bool { get }
|
|
16
|
-
var force: Bool { get }
|
|
17
|
-
var skipConfirmation: Bool { get }
|
|
18
13
|
var shallowClone: Bool { get }
|
|
19
14
|
var cloneBranchDirectly: Bool { get }
|
|
15
|
+
var googleCloudBucketName: String? { get }
|
|
16
|
+
var googleCloudKeysFile: String? { get }
|
|
17
|
+
var keychainName: String { get }
|
|
18
|
+
var keychainPassword: String? { get }
|
|
19
|
+
var force: Bool { get }
|
|
20
20
|
var forceForNewDevices: Bool { get }
|
|
21
|
+
var skipConfirmation: Bool { get }
|
|
21
22
|
var skipDocs: Bool { get }
|
|
22
23
|
var platform: String { get }
|
|
23
24
|
var templateName: String? { get }
|
|
24
|
-
var
|
|
25
|
-
var googleCloudKeysFile: String? { get }
|
|
25
|
+
var verbose: Bool { get }
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
extension MatchfileProtocol {
|
|
29
|
-
var gitUrl: String { return "" }
|
|
30
|
-
var gitBranch: String { return "master" }
|
|
31
29
|
var type: String { return "development" }
|
|
32
|
-
var
|
|
30
|
+
var readonly: Bool { return false }
|
|
33
31
|
var appIdentifier: [String] { return [] }
|
|
34
32
|
var username: String { return "" }
|
|
35
|
-
var keychainName: String { return "login.keychain" }
|
|
36
|
-
var keychainPassword: String? { return nil }
|
|
37
|
-
var readonly: Bool { return false }
|
|
38
33
|
var teamId: String? { return nil }
|
|
34
|
+
var teamName: String? { return nil }
|
|
35
|
+
var storageMode: String { return "git" }
|
|
36
|
+
var gitUrl: String { return "" }
|
|
37
|
+
var gitBranch: String { return "master" }
|
|
39
38
|
var gitFullName: String? { return nil }
|
|
40
39
|
var gitUserEmail: String? { return nil }
|
|
41
|
-
var teamName: String? { return nil }
|
|
42
|
-
var verbose: Bool { return false }
|
|
43
|
-
var force: Bool { return false }
|
|
44
|
-
var skipConfirmation: Bool { return false }
|
|
45
40
|
var shallowClone: Bool { return false }
|
|
46
41
|
var cloneBranchDirectly: Bool { return false }
|
|
42
|
+
var googleCloudBucketName: String? { return nil }
|
|
43
|
+
var googleCloudKeysFile: String? { return nil }
|
|
44
|
+
var keychainName: String { return "login.keychain" }
|
|
45
|
+
var keychainPassword: String? { return nil }
|
|
46
|
+
var force: Bool { return false }
|
|
47
47
|
var forceForNewDevices: Bool { return false }
|
|
48
|
+
var skipConfirmation: Bool { return false }
|
|
48
49
|
var skipDocs: Bool { return false }
|
|
49
50
|
var platform: String { return "ios" }
|
|
50
51
|
var templateName: String? { return nil }
|
|
51
|
-
var
|
|
52
|
-
var googleCloudKeysFile: String? { return nil }
|
|
52
|
+
var verbose: Bool { return false }
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
// Please don't remove the lines below
|
|
56
56
|
// They are used to detect outdated files
|
|
57
|
-
// FastlaneRunnerAPIVersion [0.9.
|
|
57
|
+
// FastlaneRunnerAPIVersion [0.9.4]
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.113.0
|
|
4
|
+
version: 2.113.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Stefan Natchev
|
|
8
8
|
- Jan Piotrowski
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
9
|
+
- Andrew McBurney
|
|
10
|
+
- Helmut Januschka
|
|
11
|
+
- Joshua Liebowitz
|
|
12
|
+
- Jorge Revuelta H
|
|
12
13
|
- Felix Krause
|
|
13
|
-
-
|
|
14
|
+
- Olivier Halligon
|
|
15
|
+
- Manu Wallner
|
|
16
|
+
- Danielle Tomlinson
|
|
17
|
+
- Kohki Miki
|
|
18
|
+
- Maksym Grebenets
|
|
14
19
|
- Jérôme Lacoste
|
|
20
|
+
- Josh Holtz
|
|
15
21
|
- Fumiya Nakamura
|
|
16
|
-
-
|
|
17
|
-
- Maksym Grebenets
|
|
18
|
-
- Andrew McBurney
|
|
22
|
+
- Matthew Ellis
|
|
19
23
|
- Aaron Brager
|
|
20
|
-
- Stefan Natchev
|
|
21
24
|
- Luka Mirosevic
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
- Helmut Januschka
|
|
25
|
-
- Matthew Ellis
|
|
26
|
-
- Joshua Liebowitz
|
|
25
|
+
- Iulian Onofrei
|
|
26
|
+
- Jimmy Dee
|
|
27
27
|
autorequire:
|
|
28
28
|
bindir: bin
|
|
29
29
|
cert_chain: []
|
|
@@ -1280,6 +1280,7 @@ files:
|
|
|
1280
1280
|
- fastlane/swift/Fastlane.swift
|
|
1281
1281
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
|
|
1282
1282
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
|
1283
|
+
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
|
|
1283
1284
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
|
|
1284
1285
|
- fastlane/swift/FastlaneSwiftRunner/README.txt
|
|
1285
1286
|
- fastlane/swift/Gymfile.swift
|
|
@@ -1405,6 +1406,7 @@ files:
|
|
|
1405
1406
|
- match/lib/assets/MatchfileTemplate.swift
|
|
1406
1407
|
- match/lib/assets/READMETemplate.md
|
|
1407
1408
|
- match/lib/match.rb
|
|
1409
|
+
- match/lib/match/.setup.rb.swp
|
|
1408
1410
|
- match/lib/match/change_password.rb
|
|
1409
1411
|
- match/lib/match/commands_generator.rb
|
|
1410
1412
|
- match/lib/match/encryption.rb
|
|
@@ -1562,6 +1564,7 @@ files:
|
|
|
1562
1564
|
- spaceship/lib/spaceship/client.rb
|
|
1563
1565
|
- spaceship/lib/spaceship/commands_generator.rb
|
|
1564
1566
|
- spaceship/lib/spaceship/connect_api.rb
|
|
1567
|
+
- spaceship/lib/spaceship/connect_api/.DS_Store
|
|
1565
1568
|
- spaceship/lib/spaceship/connect_api/base.rb
|
|
1566
1569
|
- spaceship/lib/spaceship/connect_api/client.rb
|
|
1567
1570
|
- spaceship/lib/spaceship/du/du_client.rb
|
|
@@ -1682,24 +1685,24 @@ metadata:
|
|
|
1682
1685
|
post_install_message:
|
|
1683
1686
|
rdoc_options: []
|
|
1684
1687
|
require_paths:
|
|
1688
|
+
- credentials_manager/lib
|
|
1689
|
+
- pem/lib
|
|
1690
|
+
- snapshot/lib
|
|
1685
1691
|
- frameit/lib
|
|
1686
|
-
- spaceship/lib
|
|
1687
|
-
- precheck/lib
|
|
1688
|
-
- gym/lib
|
|
1689
|
-
- supply/lib
|
|
1690
1692
|
- match/lib
|
|
1691
|
-
- scan/lib
|
|
1692
1693
|
- fastlane_core/lib
|
|
1693
|
-
- cert/lib
|
|
1694
1694
|
- deliver/lib
|
|
1695
|
-
-
|
|
1696
|
-
-
|
|
1697
|
-
-
|
|
1695
|
+
- scan/lib
|
|
1696
|
+
- supply/lib
|
|
1697
|
+
- cert/lib
|
|
1698
1698
|
- fastlane/lib
|
|
1699
|
-
-
|
|
1700
|
-
- pem/lib
|
|
1699
|
+
- spaceship/lib
|
|
1701
1700
|
- pilot/lib
|
|
1701
|
+
- gym/lib
|
|
1702
|
+
- precheck/lib
|
|
1703
|
+
- screengrab/lib
|
|
1702
1704
|
- sigh/lib
|
|
1705
|
+
- produce/lib
|
|
1703
1706
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
1704
1707
|
requirements:
|
|
1705
1708
|
- - ">="
|
|
@@ -1707,12 +1710,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1707
1710
|
version: 2.0.0
|
|
1708
1711
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1709
1712
|
requirements:
|
|
1710
|
-
- - "
|
|
1713
|
+
- - ">="
|
|
1711
1714
|
- !ruby/object:Gem::Version
|
|
1712
|
-
version:
|
|
1715
|
+
version: '0'
|
|
1713
1716
|
requirements: []
|
|
1714
1717
|
rubyforge_project:
|
|
1715
|
-
rubygems_version: 2.
|
|
1718
|
+
rubygems_version: 2.5.2.3
|
|
1716
1719
|
signing_key:
|
|
1717
1720
|
specification_version: 4
|
|
1718
1721
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|