From 35e14ce2223f9da7eb96cb03397d9c2127a21536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20G=C3=B6drei?= Date: Fri, 8 Nov 2024 15:52:27 +0100 Subject: [PATCH] disable-iphonesimulator-connect-hardware-keyboard 0.1.0 (#4311) * disable-iphonesimulator-connect-hardware-keyboard 0.1.0 * Update step-info.yml --- .../0.1.0/step.yml | 36 +++++++++++++++++++ .../step-info.yml | 1 + 2 files changed, 37 insertions(+) create mode 100644 steps/disable-iphonesimulator-connect-hardware-keyboard/0.1.0/step.yml create mode 100644 steps/disable-iphonesimulator-connect-hardware-keyboard/step-info.yml diff --git a/steps/disable-iphonesimulator-connect-hardware-keyboard/0.1.0/step.yml b/steps/disable-iphonesimulator-connect-hardware-keyboard/0.1.0/step.yml new file mode 100644 index 000000000..3becaf498 --- /dev/null +++ b/steps/disable-iphonesimulator-connect-hardware-keyboard/0.1.0/step.yml @@ -0,0 +1,36 @@ +title: Disable iphonesimulator ConnectHardwareKeyboard preference +summary: | + This Step disables ConnectHardwareKeyboard preference for all iphonesimulator devices. +website: https://github.com/bitrise-steplib/steps-disable-iphonesimulator-connect-hardware-keyboard +source_code_url: https://github.com/bitrise-steplib/steps-disable-iphonesimulator-connect-hardware-keyboard +support_url: https://github.com/bitrise-steplib/steps-disable-iphonesimulator-connect-hardware-keyboard/issues +published_at: 2024-11-08T15:25:10.647718+01:00 +source: + git: https://github.com/bitrise-steplib/steps-disable-iphonesimulator-connect-hardware-keyboard.git + commit: ef0f68a586922edd52267017981fe4a5c34fd408 +project_type_tags: +- ios +- react-native +- cordova +- ionic +- flutter +type_tags: +- utility +toolkit: + go: + package_name: github.com/bitrise-steplib/steps-disable-iphonesimulator-connect-hardware-keyboard +inputs: +- iphonesimulator_preferences_pth: ~/Library/Preferences/com.apple.iphonesimulator.plist + opts: + is_dont_change_value: true + is_required: true + summary: The path of the iphonesimulator preferences file. + title: iphonesimulator preferences path +- opts: + is_required: true + summary: Print verbose information. + title: Verbose + value_options: + - "yes" + - "no" + verbose: "no" diff --git a/steps/disable-iphonesimulator-connect-hardware-keyboard/step-info.yml b/steps/disable-iphonesimulator-connect-hardware-keyboard/step-info.yml new file mode 100644 index 000000000..5341f1ee6 --- /dev/null +++ b/steps/disable-iphonesimulator-connect-hardware-keyboard/step-info.yml @@ -0,0 +1 @@ +maintainer: bitrise