Sha256: 302535980b93c722d1d8da7f5c25713c39f50a9055b26f0ee1ecd7f7f036ee03
Contents?: true
Size: 530 Bytes
Versions: 138
Compression:
Stored size: 530 Bytes
Contents
require_relative '../module' module Snapshot module Fixes # Becoming first responder can trigger Pasteboard sync, which can stall and crash the simulator # See https://twitter.com/steipete/status/1227551552317140992 class SharedPasteboardFix def self.patch UI.verbose("Patching simulator to disable Pasteboard automatic sync") Helper.backticks("defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false", print: FastlaneCore::Globals.verbose?) end end end end
Version data entries
138 entries across 138 versions & 4 rubygems