https://github.com/WebKit/webkit/blob/master/Tools/Scripts/webkitpy/xcode/simulated_device.py#L413
Ah… It’s interesting. We can disable the sync to improve the launching performance.
https://github.com/appium/appium-ios-simulator/pull/262 is for Appium.
Below commands are system-wide preference.
defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false
defaults read com.apple.iphonesimulator PasteboardAutomaticSync