fastlane 2.55.0.beta.20170825010003 → 2.55.0.beta.20170826010003
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fbe210fe8dd8939955f1b49c5d8b3dab0cecdf6
|
4
|
+
data.tar.gz: a26893d53ba270fd84bc57896dd4789a6083c40c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbd630daf9b0c42fb9677268de5a353ddf6cf90dcdec7745c16e3f00c7fd35d22c4966e2a39de188c03d8fe818854aba8508972c6b71e1448b682deaab371eb8
|
7
|
+
data.tar.gz: 5b10e0bb0ce4c70c93d0877495fa759c4f4bbcdb72ec28db99b83a2232db21b7a56012da14e8bbbbebf056a3d4f8655059be99ae27c131fc42471eaf4f6f1b16
|
@@ -62,6 +62,8 @@ module Deliver
|
|
62
62
|
# so we save per language. See issue #349
|
63
63
|
UI.message("Saving changes")
|
64
64
|
v.save!
|
65
|
+
# Refresh app version to start clean again. See issue #9859
|
66
|
+
v = app.edit_version
|
65
67
|
end
|
66
68
|
UI.success("Successfully uploaded screenshots to iTunes Connect")
|
67
69
|
end
|
@@ -115,7 +115,6 @@ module FastlaneCore
|
|
115
115
|
analytics << event_for_completion(action, action_completion_status, action_version, timestamp_seconds)
|
116
116
|
analytics << event_for_count(action, count, action_version, timestamp_seconds)
|
117
117
|
end
|
118
|
-
|
119
118
|
{ analytics: analytics }.to_json
|
120
119
|
end
|
121
120
|
|
@@ -217,7 +216,7 @@ module FastlaneCore
|
|
217
216
|
def event_for_web_onboarding(fastfile_id, completion_status, timestamp_seconds)
|
218
217
|
{
|
219
218
|
event_source: {
|
220
|
-
oauth_app_name:
|
219
|
+
oauth_app_name: oauth_app_name,
|
221
220
|
product: 'fastlane_web_onboarding'
|
222
221
|
},
|
223
222
|
actor: {
|
@@ -231,6 +230,10 @@ module FastlaneCore
|
|
231
230
|
name: 'fastlane_completion_status',
|
232
231
|
detail: completion_status
|
233
232
|
},
|
233
|
+
secondary_target: {
|
234
|
+
name: 'executed',
|
235
|
+
detail: secondary_target_string('')
|
236
|
+
},
|
234
237
|
millis_since_epoch: timestamp_seconds * 1000,
|
235
238
|
version: 1
|
236
239
|
}
|
@@ -239,7 +242,7 @@ module FastlaneCore
|
|
239
242
|
def event_for_completion(action, completion_status, version, timestamp_seconds)
|
240
243
|
{
|
241
244
|
event_source: {
|
242
|
-
oauth_app_name:
|
245
|
+
oauth_app_name: oauth_app_name,
|
243
246
|
product: 'fastlane'
|
244
247
|
},
|
245
248
|
actor: {
|
@@ -255,7 +258,7 @@ module FastlaneCore
|
|
255
258
|
},
|
256
259
|
secondary_target: {
|
257
260
|
name: 'version',
|
258
|
-
detail: version
|
261
|
+
detail: secondary_target_string(version)
|
259
262
|
},
|
260
263
|
millis_since_epoch: timestamp_seconds * 1000,
|
261
264
|
version: 1
|
@@ -265,7 +268,7 @@ module FastlaneCore
|
|
265
268
|
def event_for_count(action, count, version, timestamp_seconds)
|
266
269
|
{
|
267
270
|
event_source: {
|
268
|
-
oauth_app_name:
|
271
|
+
oauth_app_name: oauth_app_name,
|
269
272
|
product: 'fastlane'
|
270
273
|
},
|
271
274
|
actor: {
|
@@ -281,11 +284,19 @@ module FastlaneCore
|
|
281
284
|
},
|
282
285
|
secondary_target: {
|
283
286
|
name: 'version',
|
284
|
-
detail: version
|
287
|
+
detail: secondary_target_string(version)
|
285
288
|
},
|
286
289
|
millis_since_epoch: timestamp_seconds * 1000,
|
287
290
|
version: 1
|
288
291
|
}
|
289
292
|
end
|
293
|
+
|
294
|
+
def oauth_app_name
|
295
|
+
return 'fastlane-enhancer'
|
296
|
+
end
|
297
|
+
|
298
|
+
def secondary_target_string(string)
|
299
|
+
return string
|
300
|
+
end
|
290
301
|
end
|
291
302
|
end
|
data/supply/lib/supply/client.rb
CHANGED
@@ -225,7 +225,7 @@ module Supply
|
|
225
225
|
ensure_active_edit!
|
226
226
|
|
227
227
|
call_google_api do
|
228
|
-
android_publisher.
|
228
|
+
android_publisher.upload_edit_deobfuscationfile(
|
229
229
|
current_package_name,
|
230
230
|
current_edit.id,
|
231
231
|
apk_version_code,
|
@@ -346,7 +346,7 @@ module Supply
|
|
346
346
|
ensure_active_edit!
|
347
347
|
|
348
348
|
call_google_api do
|
349
|
-
android_publisher.
|
349
|
+
android_publisher.upload_expansion_file(
|
350
350
|
current_package_name,
|
351
351
|
current_edit.id,
|
352
352
|
apk_version_code,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.55.0.beta.
|
4
|
+
version: 2.55.0.beta.20170826010003
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -15,7 +15,7 @@ authors:
|
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
|
-
date: 2017-08-
|
18
|
+
date: 2017-08-26 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|