mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-11 13:56:20 +10:00
.osx: Update iOS Simulator.app path
The iOS Simulator app has been moved. Closes #452.
This commit is contained in:
committed by
Mathias Bynens
parent
61600943d8
commit
61354e562c
@@ -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";}'
|
||||
|
||||
Reference in New Issue
Block a user