Skip to content

Commit

Permalink
.osx: Update iOS Simulator symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Mar 28, 2014
1 parent 502338e commit deb0a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .osx
Expand Up @@ -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";}'
Expand Down

0 comments on commit deb0a88

Please sign in to comment.