Sha256: e8dbe2653af2ba194bf372186a1ea0e7efefccf0fa47298cb0bd1d9bf38d92f7
Contents?: true
Size: 513 Bytes
Versions: 153
Compression:
Stored size: 513 Bytes
Contents
require_relative '../module' module Snapshot module Fixes # Having "Connect Hardware Keyboard" enabled causes issues with entering text in secure textfields # Fixes https://github.com/fastlane/fastlane/issues/2494 class HardwareKeyboardFix def self.patch UI.verbose("Patching simulator to work with secure text fields") Helper.backticks("defaults write com.apple.iphonesimulator ConnectHardwareKeyboard 0", print: FastlaneCore::Globals.verbose?) end end end end
Version data entries
153 entries across 153 versions & 1 rubygems