From 61354e562cd79d7048156290d367b034df1a9bce Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Tue, 11 Nov 2014 14:49:30 +0100 Subject: [PATCH] .osx: Update `iOS Simulator.app` path The iOS Simulator app has been moved. Closes #452. --- .osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.osx b/.osx index 650e1ba..d142738 100755 --- a/.osx +++ b/.osx @@ -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";}'