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: b57c7224617c8e9e7adad544100e9951d2b2a6ad
4
- data.tar.gz: e892bcab80c2a54e3b421bc6a4107b6f332e2519
3
+ metadata.gz: 9c420879961a1137cbafacd1e50d75ef6ad80729
4
+ data.tar.gz: 0040b24fd76d3f69b1301142946bfc2b6b2202a7
5
5
  SHA512:
6
- metadata.gz: 2a21b892a7390508d4706b3ef2fc22c2294d6d45861b52ce51b14012076fc24d51000d87f2cf1d5c1bb288caab81ac67b23ddcefaa21f0bd9f99e28f9dd09e3c
7
- data.tar.gz: ef65b01807ef394d22fddd04190bd2d0a3a6a39ebb7b4df7947603b12c1c7f9ea9fc28fed4baf934cc148869ecb12f9b98b5438224e43dab5940810173cd7137
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/Development-iphoneos/*.app"].each do |app|
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
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AwsDeviceFarm
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.6"
4
4
  end
5
5
  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
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: '0'
141
+ version: 1.3.1
142
142
  requirements: []
143
143
  rubyforge_project:
144
- rubygems_version: 2.5.1
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: