fastlane 2.38.0.beta.20170608010030 → 2.38.0.beta.20170609010035
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: 62272f81f8db7a80b79ef1a8270a5a46ac6abc85
|
4
|
+
data.tar.gz: fd2309ef560752120faf8872d45696319186d2d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af0e71af6f9a55a117a1ebda321863915b5c8d30e1b609b8e699d74c9d8538eaf00bb2abcd095084c1443e84de038ffb6559ce3233c8237617b91e878939b4a0
|
7
|
+
data.tar.gz: a14367a0fe514086e23858dc3c1bd133205db007e6f232e3efdd3452951c7ce98854f608ef546a3e742fe03883146669e5163d169c9eba08940a052db6e4f49f
|
@@ -79,13 +79,13 @@ module Fastlane
|
|
79
79
|
scheme: "MyTests",
|
80
80
|
clean: false
|
81
81
|
)',
|
82
|
-
'#Build For Testing
|
83
|
-
|
82
|
+
'# Build For Testing
|
83
|
+
scan(
|
84
84
|
derived_data_path: "my_folder",
|
85
85
|
build_for_testing: true
|
86
86
|
)',
|
87
87
|
'# run tests using derived data from prev. build
|
88
|
-
|
88
|
+
scan(
|
89
89
|
derived_data_path: "my_folder",
|
90
90
|
test_without_building: true
|
91
91
|
)',
|
@@ -13,10 +13,10 @@ module FastlaneCore
|
|
13
13
|
|
14
14
|
# When security supports partition lists, also add the partition IDs
|
15
15
|
# See https://openradar.appspot.com/28524119
|
16
|
-
if
|
16
|
+
if Helper.backticks('security -h | grep set-key-partition-list', print: false).length > 0
|
17
17
|
command = "security set-key-partition-list"
|
18
18
|
command << " -S apple-tool:,apple:"
|
19
|
-
command << " -k
|
19
|
+
command << " -k #{keychain_password.to_s.shellescape}"
|
20
20
|
command << " #{keychain_path.shellescape}"
|
21
21
|
command << " &> /dev/null" unless output
|
22
22
|
|
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.38.0.beta.
|
4
|
+
version: 2.38.0.beta.20170609010035
|
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-06-
|
18
|
+
date: 2017-06-09 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|
@@ -1368,23 +1368,23 @@ metadata:
|
|
1368
1368
|
post_install_message:
|
1369
1369
|
rdoc_options: []
|
1370
1370
|
require_paths:
|
1371
|
-
- credentials_manager/lib
|
1372
|
-
- fastlane/lib
|
1373
|
-
- sigh/lib
|
1374
|
-
- cert/lib
|
1375
|
-
- scan/lib
|
1376
|
-
- screengrab/lib
|
1377
|
-
- supply/lib
|
1378
|
-
- match/lib
|
1379
|
-
- pem/lib
|
1380
1371
|
- spaceship/lib
|
1381
|
-
-
|
1372
|
+
- sigh/lib
|
1382
1373
|
- frameit/lib
|
1383
|
-
-
|
1374
|
+
- match/lib
|
1375
|
+
- cert/lib
|
1384
1376
|
- snapshot/lib
|
1377
|
+
- credentials_manager/lib
|
1378
|
+
- pilot/lib
|
1385
1379
|
- deliver/lib
|
1386
1380
|
- gym/lib
|
1387
|
-
-
|
1381
|
+
- produce/lib
|
1382
|
+
- scan/lib
|
1383
|
+
- pem/lib
|
1384
|
+
- fastlane/lib
|
1385
|
+
- fastlane_core/lib
|
1386
|
+
- screengrab/lib
|
1387
|
+
- supply/lib
|
1388
1388
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1389
1389
|
requirements:
|
1390
1390
|
- - ">="
|