Last active
December 17, 2015 04:08
-
-
Save patrickocoffeyo/5547881 to your computer and use it in GitHub Desktop.
Adds the iOS Simulator to the dock. Xcode removes it on every update. Seriously Apple what the heck!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.apple.dock persistent-apps -array-add "<dict><key>tile-data</key><dict><key>file-data</key><dict><key>_CFURLString</key><string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app</string><key>_CFURLStringType</key><integer>0</integer></dict></dict></dict>" | |
killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copy to /usr/bin/ios-sim-dockify, chmod +x ios-sim-dockify. :)