Skip to content

Instantly share code, notes, and snippets.

@byaruhaf
Last active February 18, 2020 06:39
Show Gist options
  • Save byaruhaf/ed37f66160456dbf6f45e5aa4d96f5ee to your computer and use it in GitHub Desktop.
Save byaruhaf/ed37f66160456dbf6f45e5aa4d96f5ee to your computer and use it in GitHub Desktop.

DISABLING AUTOMATIC PASTEBOARD SYNC

defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false

EXTEND APP/TEST LAUNCH TIMEOUT

xcrun simctl spawn <device UUID> defaults write com.apple.springboard FBLaunchWatchdogScale 2

SHOW TOUCHES IN SIMULATOR

defaults write com.apple.iphonesimulator ShowSingleTouches -bool true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment