Sha256: 44919b870550d7202d7688bd04affe34f4c911580c7f9a60582af7d006a6e9bf
Contents?: true
Size: 481 Bytes
Versions: 431
Compression:
Stored size: 481 Bytes
Contents
module Snapshot module Fixes # Having "Connect Hardware Keyboard" enabled causes issues with entering text in secure textfields # Fixes https://github.com/fastlane/snapshot/issues/433 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
431 entries across 431 versions & 1 rubygems