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 +4 -4
- data/LICENSE +21 -17
- data/README.md +30 -1
- data/lib/fastlane/plugin/bluepill/actions/bluepill_action.rb +4 -4
- data/lib/fastlane/plugin/bluepill/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c588a4086992b9eec3f3b4f20f84ef3c32f8513d
|
4
|
+
data.tar.gz: 703f115300c6fae1f12611dbfff6b0ff6a691dad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d72c667ecd49b53b30d31ecb9ca3004d4b1486c0de89afc6c8a9f5fc107e596d232800cf7c02323d033cc51f895192e7d4ed7645632c5120332e8d3db44e20f7
|
7
|
+
data.tar.gz: 5a5b3ebd0ef8d11d5cd02ffdb79fd232deeb04cd0987934232212054f1e1a9c12f64dd89d6f3a360ad8f802c341c907feb345baf147cb8bdc99b4b178402eb0c
|
data/LICENSE
CHANGED
@@ -1,21 +1,25 @@
|
|
1
|
-
|
1
|
+
BSD 2-CLAUSE LICENSE
|
2
2
|
|
3
|
-
Copyright (c) 2017
|
3
|
+
Copyright (c) 2017 Taichiro Suzuki <taichiro0709@gmail.com>
|
4
|
+
All Rights Reserved.
|
4
5
|
|
5
|
-
|
6
|
-
|
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
|
-
|
13
|
-
|
9
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
10
|
+
list of conditions and the following disclaimer.
|
14
11
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
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: :
|
39
|
-
env_name: "
|
40
|
-
description: "
|
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,
|
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.
|
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-
|
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.
|
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
|