fastlane-plugin-aws_device_farm 0.1.4 → 0.1.6.pre.alpha.pre.15
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: 9c420879961a1137cbafacd1e50d75ef6ad80729
|
4
|
+
data.tar.gz: 0040b24fd76d3f69b1301142946bfc2b6b2202a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92c96ff205d2b786996846e41245bcf424b03342e0bc2ccf87a7c24408b3ef7d3a7ce0526538799e6d9d653549d6908f2f67254a036b9d2dc91808a9fae378b5
|
7
|
+
data.tar.gz: 6e79ea5db165a7a9665baf62eb461fae50ced177e6967fd499e5e81fcf47d8b004448357a532421499eab00b73b2f30b7d90369cca49c57e75451f5ce9043957
|
@@ -3,7 +3,7 @@ module Fastlane
|
|
3
3
|
class AwsDeviceFarmPackageAction < Action
|
4
4
|
def self.run(params)
|
5
5
|
FileUtils.rm_rf "#{File.expand_path(params[:derrived_data_path])}/packages"
|
6
|
-
Dir["#{File.expand_path(params[:derrived_data_path])}/Build/Products
|
6
|
+
Dir["#{File.expand_path(params[:derrived_data_path])}/Build/Products/#{params[:configuration]}-iphoneos/*.app"].each do |app|
|
7
7
|
if app.include? 'Runner'
|
8
8
|
|
9
9
|
FileUtils.mkdir_p "#{File.expand_path(params[:derrived_data_path])}/packages/runner/Payload"
|
@@ -43,6 +43,14 @@ module Fastlane
|
|
43
43
|
description: 'Derrived Data Path',
|
44
44
|
is_string: true,
|
45
45
|
optional: false
|
46
|
+
),
|
47
|
+
FastlaneCore::ConfigItem.new(
|
48
|
+
key: :configuration,
|
49
|
+
env_name: 'FL_AWS_DEVICE_FARM_CONFIGURATION',
|
50
|
+
description: 'Configuration',
|
51
|
+
is_string: true,
|
52
|
+
optional: true,
|
53
|
+
default_value: "Development"
|
46
54
|
)
|
47
55
|
]
|
48
56
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-aws_device_farm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6.pre.alpha.pre.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Helmut Januschka
|
@@ -136,14 +136,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
136
136
|
version: '0'
|
137
137
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
138
138
|
requirements:
|
139
|
-
- - "
|
139
|
+
- - ">"
|
140
140
|
- !ruby/object:Gem::Version
|
141
|
-
version:
|
141
|
+
version: 1.3.1
|
142
142
|
requirements: []
|
143
143
|
rubyforge_project:
|
144
|
-
rubygems_version: 2.
|
144
|
+
rubygems_version: 2.4.8
|
145
145
|
signing_key:
|
146
146
|
specification_version: 4
|
147
147
|
summary: Run UI Tests on AWS Devicefarm
|
148
148
|
test_files: []
|
149
|
-
has_rdoc:
|