-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable-iphonesimulator-connect-hardware-keyboard 0.1.0 (#4311)
* disable-iphonesimulator-connect-hardware-keyboard 0.1.0 * Update step-info.yml
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
steps/disable-iphonesimulator-connect-hardware-keyboard/0.1.0/step.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
1 change: 1 addition & 0 deletions
1
steps/disable-iphonesimulator-connect-hardware-keyboard/step-info.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
maintainer: bitrise |