Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.86 KB

File metadata and controls

45 lines (28 loc) · 1.86 KB

Disable iphonesimulator ConnectHardwareKeyboard preference

Step changelog

This Step disables ConnectHardwareKeyboard preference for all iphonesimulator devices.

Description

🧩 Get started

Add this step directly to your workflow in the Bitrise Workflow Editor.

You can also run this step directly with Bitrise CLI.

⚙️ Configuration

Inputs
Key Description Flags Default
iphonesimulator_preferences_pth The path of the iphonesimulator preferences file. required ~/Library/Preferences/com.apple.iphonesimulator.plist
verbose Print verbose information. required no
Outputs There are no outputs defined in this step

🙋 Contributing

We welcome pull requests and issues against this repository.

For pull requests, work on your changes in a forked repository and use the Bitrise CLI to run step tests locally.

Learn more about developing steps: