fastlane-plugin-bluepill 0.1.3 → 0.1.4

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: 460b5e300f079f5a486b08b2bb84be2b0b03d1fa
4
- data.tar.gz: a1fbabfee076708ba111e5649639c95b19f398c3
3
+ metadata.gz: c588a4086992b9eec3f3b4f20f84ef3c32f8513d
4
+ data.tar.gz: 703f115300c6fae1f12611dbfff6b0ff6a691dad
5
5
  SHA512:
6
- metadata.gz: 5d9426dc12a6b75340602596847f03a1bc3a0f49d48e056d94f10f59d4ca2cedf63a6c856eb904bc85cbb58ce4abc802f9a7747291811a848d04ef6262b29c92
7
- data.tar.gz: 94fad3d512cae9fe7cf41eb8b4ec84801d51ca22cf8b0ad807d74716d92023353e6b805674d6db19527d91d6c6901fc7be394d0e54a5ae0b99df94aa8f4448b1
6
+ metadata.gz: d72c667ecd49b53b30d31ecb9ca3004d4b1486c0de89afc6c8a9f5fc107e596d232800cf7c02323d033cc51f895192e7d4ed7645632c5120332e8d3db44e20f7
7
+ data.tar.gz: 5a5b3ebd0ef8d11d5cd02ffdb79fd232deeb04cd0987934232212054f1e1a9c12f64dd89d6f3a360ad8f802c341c907feb345baf147cb8bdc99b4b178402eb0c
data/LICENSE CHANGED
@@ -1,21 +1,25 @@
1
- The MIT License (MIT)
1
+ BSD 2-CLAUSE LICENSE
2
2
 
3
- Copyright (c) 2017 taicsuzu <taicsuzu@yahoo-corp.jp>
3
+ Copyright (c) 2017 Taichiro Suzuki <taichiro0709@gmail.com>
4
+ All Rights Reserved.
4
5
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
6
+ Redistribution and use in source and binary forms, with or without
7
+ modification, are permitted provided that the following conditions are met:
11
8
 
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
9
+ 1. Redistributions of source code must retain the above copyright notice, this
10
+ list of conditions and the following disclaimer.
14
11
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
12
+ 2. Redistributions in binary form must reproduce the above copyright notice,
13
+ this list of conditions and the following disclaimer in the documentation
14
+ and/or other materials provided with the distribution.
15
+
16
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
20
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
data/README.md CHANGED
@@ -29,7 +29,8 @@ lane :test do
29
29
  output_dir: 'path/to/output_dir',
30
30
  device: 'iPhone 6',
31
31
  number_of_simulators: 2,
32
- headless: true
32
+ headless: true,
33
+ reuse_simulator: true,
33
34
  )
34
35
  end
35
36
  ```
@@ -62,3 +63,31 @@ For more information about how the `fastlane` plugin system works, check out the
62
63
  ## About `fastlane`
63
64
 
64
65
  `fastlane` is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).
66
+
67
+ ## License of Bluepill
68
+
69
+ BSD 2-CLAUSE LICENSE
70
+
71
+ Copyright 2016 LinkedIn Corporation.
72
+ All Rights Reserved.
73
+
74
+ Redistribution and use in source and binary forms, with or without
75
+ modification, are permitted provided that the following conditions are met:
76
+
77
+ 1. Redistributions of source code must retain the above copyright notice, this
78
+ list of conditions and the following disclaimer.
79
+
80
+ 2. Redistributions in binary form must reproduce the above copyright notice,
81
+ this list of conditions and the following disclaimer in the documentation
82
+ and/or other materials provided with the distribution.
83
+
84
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
85
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
86
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
87
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
88
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
89
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
90
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
91
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
92
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
93
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -4,9 +4,9 @@ module Fastlane
4
4
  def self.run(params)
5
5
  UI.message("Start test by using Bluepill: https://github.com/linkedin/bluepill")
6
6
  cmd = bin_bluepill.to_s
7
+ cmd << " #{params[:xctestrun]}"
7
8
  cmd << " -a #{params[:app]}"
8
9
  cmd << " -o #{params[:output_dir]}"
9
- cmd << " -s #{params[:scheme]}"
10
10
  cmd << " -d \"#{params[:device]}\""
11
11
  cmd << " -n #{params[:number_of_simulators]}"
12
12
  cmd << " -H" if params[:headless]
@@ -35,9 +35,9 @@ module Fastlane
35
35
 
36
36
  def self.available_options
37
37
  [
38
- FastlaneCore::ConfigItem.new(key: :scheme,
39
- env_name: "BLUEPILL_SCHEME_PATH",
40
- description: "scheme path (.xcscheme)",
38
+ FastlaneCore::ConfigItem.new(key: :xctestrun,
39
+ env_name: "BLUEPILL_XCTESTRUN",
40
+ description: "The path to the .xctestrun file that xcode leaves",
41
41
  optional: false,
42
42
  is_string: true),
43
43
  FastlaneCore::ConfigItem.new(key: :output_dir,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Bluepill
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-bluepill
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - tbrand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-22 00:00:00.000000000 Z
11
+ date: 2017-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  requirements: []
131
131
  rubyforge_project:
132
- rubygems_version: 2.5.1
132
+ rubygems_version: 2.6.11
133
133
  signing_key:
134
134
  specification_version: 4
135
135
  summary: Fastlane plugin to use bluepill in fastlane