fastlane-plugin-bluepillar 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4ef1d456efdec96ef64d7586af812cf478bf225
|
4
|
+
data.tar.gz: f44398ba356d3682b4ce3239f8d32c8f647cdf27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efeded24031ef0a9d5694f2705d0a938e023e02b8c89fd7c5a0bd62942c2570f01eb6fb43797c121fb3244977339d97e63f615c28016f1a93d239d2d1a76ab18
|
7
|
+
data.tar.gz: c0f57773d5cb884e3e3a7c48d6161ae44245846ed3889e8b05e04f01ac8b3db07d79eb397c622443096181dfec1ad603646072ff32c01c7d10621fe00954e473
|
@@ -27,8 +27,6 @@ module Fastlane
|
|
27
27
|
'bluepill',
|
28
28
|
'-a',
|
29
29
|
bluepill_app_path,
|
30
|
-
'-u',
|
31
|
-
bluepill_runner_app_path,
|
32
30
|
'-s',
|
33
31
|
bluepill_scheme_path,
|
34
32
|
'-o',
|
@@ -40,6 +38,9 @@ module Fastlane
|
|
40
38
|
'-d',
|
41
39
|
processed_device,
|
42
40
|
]
|
41
|
+
|
42
|
+
command.concat ['-u', bluepill_runner_app_path] if bluepill_runner_app_path
|
43
|
+
|
43
44
|
Actions.sh(command.join(' '))
|
44
45
|
end
|
45
46
|
|
@@ -71,7 +72,7 @@ module Fastlane
|
|
71
72
|
env_name: "BLUEPILLAR_RUNNER_APP_PATH",
|
72
73
|
description: "Path to the test runner app in the Derived Data",
|
73
74
|
is_string: true,
|
74
|
-
optional:
|
75
|
+
optional: true),
|
75
76
|
|
76
77
|
FastlaneCore::ConfigItem.new(key: :scheme_path,
|
77
78
|
env_name: "BLUEPILLAR_XCTEST_SCHEME_PATH",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-bluepillar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shashikant86
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|