.osx: Update iOS Simulator.app path

The iOS Simulator app has been moved.

Closes #452.
This commit is contained in:
Vincent Klaiber
2014-11-12 11:55:07 +01:00
committed by Mathias Bynens
parent 61600943d8
commit 61354e562c
Vendored
+1 -1
View File
@@ -404,7 +404,7 @@ defaults write com.apple.dock showhidden -bool true
find "${HOME}/Library/Application Support/Dock" -name "*-*.db" -maxdepth 1 -delete
# Add iOS Simulator to Launchpad
sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app" "/Applications/iOS Simulator.app"
sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/iOS Simulator.app" "/Applications/iOS Simulator.app"
# Add a spacer to the left side of the Dock (where the applications are)
#defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'