aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-03-28 14:39:43 +0100
committerMathias Bynens <mathias@qiwi.be>2014-03-28 14:40:04 +0100
commitdeb0a88b340e06f8ad11de585b681fd527dae763 (patch)
tree47733c8d9ff9e660cfabf77a8fc7f5ee3ef5fec3 /.osx
parent502338e0336168a7e4da862a2cd12b7ed7b067f4 (diff)
downloaddotfiles-deb0a88b340e06f8ad11de585b681fd527dae763.tar.gz
dotfiles-deb0a88b340e06f8ad11de585b681fd527dae763.tar.bz2
dotfiles-deb0a88b340e06f8ad11de585b681fd527dae763.zip
.osx: Update iOS Simulator symlink
Diffstat (limited to '.osx')
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/.osx b/.osx
index f2e9a95..4409560 100755
--- a/.osx
+++ b/.osx
@@ -398,7 +398,7 @@ defaults write com.apple.dock hide-mirror -bool true
find ~/Library/Application\ Support/Dock -name "*.db" -maxdepth 1 -delete
# Add iOS Simulator to Launchpad
-sudo ln -sf /Applications/Xcode.app/Contents/Applications/iPhone\ Simulator.app /Applications/iOS\ Simulator.app
+sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone 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";}'