fastlane-plugin-maestro 0.0.7 → 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: bf093755088655c4a9ebf321c2dbf1605889758bccdb7b8f80f78f6f1d133b9e
4
- data.tar.gz: c4ecbfe53b52d050b378e3413add1190e6909a19db1d4512bdb1e05d3f252728
3
+ metadata.gz: 1233279c84be98d3496294760c5febdaada822710a729b6ea77479cede86147e
4
+ data.tar.gz: 5ce15cfa228b685c31d77dc6d64b5d4b7b73b523cf0f7c38fad973fb0c36ed98
5
5
  SHA512:
6
- metadata.gz: 52090e5fab83d0c1348f17a346c81ccb9e9fc53cd3bf86b0fd9deaae2a8b7e12165cb0307658b2c7c72b413e64f4f642453f8e44338bede1f0501c2487a7ce57
7
- data.tar.gz: 387c1a03a3cd937c3a3e1e86f3654b10caf219031cdc69f82815f67b753f1564066b6833897fc3e73fbe9a307260c532b79101c4bb7d04671a05002e401f477b
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…")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Maestro
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-maestro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Bormeth