fastlane-plugin-aws_device_farm 0.1.4.pre.alpha.pre.14 → 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: feb602b6f6a311251645136c53f865c890480eb4
4
- data.tar.gz: 2eb0ba00f6dac2615cd6b8d1cddcb89d95758365
3
+ metadata.gz: b57c7224617c8e9e7adad544100e9951d2b2a6ad
4
+ data.tar.gz: e892bcab80c2a54e3b421bc6a4107b6f332e2519
5
5
  SHA512:
6
- metadata.gz: f6d34508bc6fa82b59855a5969698641cccd34139553fda25c5102484887ab5f08c6b7bfb022284eba0d6b43ba7e7257e566d3efe682878ee6d494a52c24a276
7
- data.tar.gz: 4386c393798baa635499ee420303266ca6bfd57563e84650029d6a58734ab22cf3aa077ce7024a29a6b87334dac8b6a3812d124483737eec2ea0a03ca071e73f
6
+ metadata.gz: 2a21b892a7390508d4706b3ef2fc22c2294d6d45861b52ce51b14012076fc24d51000d87f2cf1d5c1bb288caab81ac67b23ddcefaa21f0bd9f99e28f9dd09e3c
7
+ data.tar.gz: ef65b01807ef394d22fddd04190bd2d0a3a6a39ebb7b4df7947603b12c1c7f9ea9fc28fed4baf934cc148869ecb12f9b98b5438224e43dab5940810173cd7137
@@ -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/#{params[:configuration]}-iphoneos/*.app"].each do |app|
6
+ Dir["#{File.expand_path(params[:derrived_data_path])}/Build/Products/Development-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,14 +43,6 @@ 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"
54
46
  )
55
47
  ]
56
48
  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.pre.alpha.pre.14
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Helmut Januschka
@@ -136,13 +136,14 @@ 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: 1.3.1
141
+ version: '0'
142
142
  requirements: []
143
143
  rubyforge_project:
144
- rubygems_version: 2.4.8
144
+ rubygems_version: 2.5.1
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: