fastlane-plugin-bluepillar 0.2.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 071bf5223799436bceb3ce41983416fa2467c206
4
- data.tar.gz: 04eb1ebfde9987004a3ec4e977557294e5d9ef9c
3
+ metadata.gz: e4ef1d456efdec96ef64d7586af812cf478bf225
4
+ data.tar.gz: f44398ba356d3682b4ce3239f8d32c8f647cdf27
5
5
  SHA512:
6
- metadata.gz: d3719169805df892843ff46d9cfaf83f8dac3d5ff515de2ada5a0cf36707de59f7db74ecc9c582fd5614370f78956894c48aeea3b93afcfea380537331f80cb1
7
- data.tar.gz: 3c7b263e8db987af9ceb48009149923e20170083548082972f4bad4588b6a192e7d42dd01f3e6e8e2b448e3369ded1ba0ea803e8b3b6e71f304d9eb9ca5e3525
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: false),
75
+ optional: true),
75
76
 
76
77
  FastlaneCore::ConfigItem.new(key: :scheme_path,
77
78
  env_name: "BLUEPILLAR_XCTEST_SCHEME_PATH",
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Bluepillar
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
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.2.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-04-14 00:00:00.000000000 Z
11
+ date: 2017-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry