fastlane-plugin-maestro 0.0.6 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a1fc0b3506dd9206f5d85dc27dde08cf15e6a1cfa74e4cec322f5e1beb2c223
4
- data.tar.gz: 78b3e47e9499fedd2fc5645c31d22248fd4ffcf6bea4ed243dbc1838d4d9e782
3
+ metadata.gz: 1233279c84be98d3496294760c5febdaada822710a729b6ea77479cede86147e
4
+ data.tar.gz: 5ce15cfa228b685c31d77dc6d64b5d4b7b73b523cf0f7c38fad973fb0c36ed98
5
5
  SHA512:
6
- metadata.gz: 9735ddf0518738f9051ec4b37458875d6b058a1da4d584b97607e0b0e4d9d0d5f4c3b0ac1a04745a6d29e3bdfe7dc32a9b472ae043c59490395896e3ed83ce4f
7
- data.tar.gz: 84f3fe4905a746afb5376cebc8834ad515aac28fe6d3017a10b9c04a889c9156744d44e7a68d8bdd7df5d066da8e45b80bb25952b7e9f1d26277580fb0d7685c
6
+ metadata.gz: fd870a8c533d85d5a97af5f4b3370190cd772d5c9d487ff057ed059ab713bf4f3a2973a586728d094cdd3d9e8a5c75010ee2182510e1ddb4323f25513aaa7c77
7
+ data.tar.gz: 51858cad58afd6081f7dd75e67c76e64049eaf93e67d15e2eca256f7b8cc810a775f53a75f0525a8291344ce4c045bbeeeedea21389506e628d56431858a1a95
@@ -27,7 +27,7 @@ module Fastlane
27
27
  UI.message("Device #{device_name} is already running. Patching settings…")
28
28
  patch_device_settings(existing_device, params)
29
29
  UI.message("Installing app #{params[:app_path]} on the simulator")
30
- device.install(params[:app_path])
30
+ existing_device.install(params[:app_path])
31
31
  return existing_device
32
32
  elsif existing_device.state == :shutdown
33
33
  UI.message("Device #{device_name} is shutdown. Booting device…")
@@ -35,7 +35,7 @@ module Fastlane
35
35
  existing_device.wait { |d| d.state == :booted }
36
36
  patch_device_settings(existing_device, params)
37
37
  UI.message("Installing app #{params[:app_path]} on the simulator")
38
- device.install(params[:app_path])
38
+ existing_device.install(params[:app_path])
39
39
  return existing_device
40
40
  end
41
41
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Maestro
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-maestro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Bormeth
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-13 00:00:00.000000000 Z
11
+ date: 2024-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry