Skip to content

bitrise-steplib/steps-disable-iphonesimulator-connect-hardware-keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: