fastlane 2.20.0.beta.20170303010054 → 2.20.0.beta.20170304010023
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: abe725f80d7af73b1a76cefd2e82a0d99ecdeacd
|
4
|
+
data.tar.gz: 0ac329889961b11e7c7c4540fcd5aa96585f9346
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 452914491d04bcf8d8430bfc84309125d2b1890ddb37557ee9a528ccb95afe2ba9abca757a028b172acefd0e7553937fea47e8ae30ee4b06be57cd9eeef06c62
|
7
|
+
data.tar.gz: 48503fdf6cbf8d3e76072d6fc06cf0d166fe28a99f6cf732db755551b13acf92d1b210c8be28766c90cfff76578a7fd904960b8907018dc9414abe12e2dab055
|
@@ -224,7 +224,11 @@ module FastlaneCore
|
|
224
224
|
logs_destination_dir = File.expand_path(logs_destination_dir)
|
225
225
|
os_version = FastlaneCore::CommandExecutor.execute(command: 'sw_vers -productVersion', print_all: false, print_command: false)
|
226
226
|
|
227
|
-
|
227
|
+
host_computer_supports_logarchives = Gem::Version.new(os_version) >= Gem::Version.new('10.12.0')
|
228
|
+
device_supports_logarchives = Gem::Version.new(device.os_version) >= Gem::Version.new('10.0')
|
229
|
+
|
230
|
+
are_logarchives_supported = device_supports_logarchives && host_computer_supports_logarchives
|
231
|
+
if are_logarchives_supported
|
228
232
|
copy_logarchive(device, log_identity, logs_destination_dir)
|
229
233
|
else
|
230
234
|
copy_logfile(device, log_identity, logs_destination_dir)
|
@@ -15,7 +15,7 @@ module Screengrab
|
|
15
15
|
program :name, 'screengrab'
|
16
16
|
program :version, Fastlane::VERSION
|
17
17
|
program :description, 'CLI for \'screengrab\' - Automate taking localized screenshots of your Android app on emulators or real devices'
|
18
|
-
program :help, 'Authors', 'Andrea Falcone <
|
18
|
+
program :help, 'Authors', 'Andrea Falcone <asfalcone@google.com>, Michael Furtak <mfurtak@google.com>'
|
19
19
|
program :help, 'Website', 'https://fastlane.tools'
|
20
20
|
program :help, 'GitHub', 'https://github.com/fastlane/screengrab'
|
21
21
|
program :help_formatter, :compact
|
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.20.0.beta.
|
4
|
+
version: 2.20.0.beta.20170304010023
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2017-03-
|
17
|
+
date: 2017-03-04 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: slack-notifier
|
@@ -1294,23 +1294,23 @@ metadata: {}
|
|
1294
1294
|
post_install_message:
|
1295
1295
|
rdoc_options: []
|
1296
1296
|
require_paths:
|
1297
|
-
-
|
1297
|
+
- cert/lib
|
1298
1298
|
- screengrab/lib
|
1299
|
-
- snapshot/lib
|
1300
|
-
- fastlane_core/lib
|
1301
|
-
- supply/lib
|
1302
|
-
- scan/lib
|
1303
1299
|
- frameit/lib
|
1304
|
-
- sigh/lib
|
1305
1300
|
- fastlane/lib
|
1306
|
-
- gym/lib
|
1307
|
-
- deliver/lib
|
1308
|
-
- produce/lib
|
1309
1301
|
- spaceship/lib
|
1302
|
+
- scan/lib
|
1303
|
+
- pem/lib
|
1304
|
+
- fastlane_core/lib
|
1305
|
+
- supply/lib
|
1310
1306
|
- pilot/lib
|
1311
|
-
-
|
1312
|
-
-
|
1307
|
+
- sigh/lib
|
1308
|
+
- deliver/lib
|
1309
|
+
- snapshot/lib
|
1313
1310
|
- credentials_manager/lib
|
1311
|
+
- match/lib
|
1312
|
+
- produce/lib
|
1313
|
+
- gym/lib
|
1314
1314
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1315
1315
|
requirements:
|
1316
1316
|
- - ">="
|