aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorKevin Suttle <kevin@kevinsuttle.com>2012-09-04 22:53:55 +0200
committerMathias Bynens <mathias@qiwi.be>2012-09-04 22:54:27 +0200
commit4c0d6cd10fad111d9d07327de621c4df319d6db9 (patch)
treebb756ba59d1ff67a66afde7de811b526ac017890 /.osx
parent6e58c9b16e1ae3e3969765cbe225662b52894666 (diff)
downloaddotfiles-4c0d6cd10fad111d9d07327de621c4df319d6db9.tar.gz
dotfiles-4c0d6cd10fad111d9d07327de621c4df319d6db9.tar.bz2
dotfiles-4c0d6cd10fad111d9d07327de621c4df319d6db9.zip
.osx: Correct symlink for iOS Simulator
Ref. #135.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx4
1 files changed, 2 insertions, 2 deletions
diff --git a/.osx b/.osx
index 049012a..344d389 100755
--- a/.osx
+++ b/.osx
@@ -317,8 +317,8 @@ defaults write com.apple.dock showhidden -bool true
# Reset Launchpad
find ~/Library/Application\ Support/Dock -name "*.db" -maxdepth 1 -delete
-# Add iPhone Simulator.app to Launchpad
-ln -s /Applications/Xcode.app/Contents/Applications/iPhone\ Simulator.app ~/Applications
+# Add iOS Simulator to Launchpad
+ln -s /Applications/Xcode.app/Contents/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";}'