fastlane-plugin-automated_test_emulator_run_xing 1.0.0 → 1.0.1
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: 70b401ac59cc58e7c951d797792c6b1c0b87be86
|
4
|
+
data.tar.gz: a7bf7e3ae86fecd5dc29d9fb9102919dcc9e9eb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0a6abe9e6319769f482614f6cb728fd6ff993a085c9ee6c3ac1b9cf986b65d5285e305a1bf782f5f0acc9ccff98eb187a34a820da254a4a5420d7e53e764433
|
7
|
+
data.tar.gz: 96977c96aef280fb567a4652fdd3f29279e2246dfb8553f70457124784e620451aa42377e8cd6ea6ad228aebea1e165c1ca7370a831b5aa5ba55b8e950d06666
|
@@ -466,6 +466,12 @@ module Fastlane
|
|
466
466
|
conflicting_options: [:shell_command],
|
467
467
|
optional: true,
|
468
468
|
is_string: true),
|
469
|
+
FastlaneCore::ConfigItem.new(key: :spoon_task,
|
470
|
+
env_name: "SPOON_TASK",
|
471
|
+
description: "The spoon task you want to execute",
|
472
|
+
conflicting_options: [:shell_command],
|
473
|
+
is_string: true,
|
474
|
+
optional: true),
|
469
475
|
|
470
476
|
#mode
|
471
477
|
FastlaneCore::ConfigItem.new(key: :verbose,
|