Skip to content

Commit

Permalink
Looks like IncludeDebugMenu was replaced by `IncludeInternalDebugMe…
Browse files Browse the repository at this point in the history
…nu` recently.
  • Loading branch information
mathiasbynens committed Oct 19, 2011
1 parent 52819c6 commit fc439ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .osx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightC
defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2

# Enable Safari’s debug menu
defaults write com.apple.Safari IncludeDebugMenu -bool true
defaults write com.apple.Safari IncludeInternalDebugMenu -bool true

# Remove useless icons from Safari’s bookmarks bar
defaults write com.apple.Safari ProxiesInBookmarksBar "()"
Expand Down

0 comments on commit fc439ad

Please sign in to comment.