From 72860bec9801f5e899312780d2349cfaf6efedae Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 3 Apr 2012 13:21:29 +0200 Subject: .osx: Enable the debug menu in iCal and Address Book Thanks to @3vincent. See issue #5: https://github.com/mathiasbynens/dotfiles/issues/5#issuecomment-4896967 --- .osx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.osx b/.osx index ae3a2e6..e874d26 100755 --- a/.osx +++ b/.osx @@ -144,6 +144,12 @@ defaults write com.apple.Safari ProxiesInBookmarksBar "()" # Add a context menu item for showing the Web Inspector in web views defaults write NSGlobalDomain WebKitDeveloperExtras -bool true +# Enable the debug menu in Address Book +defaults write com.apple.addressbook ABShowDebugMenu -bool true + +# Enable the debug menu in iCal +defaults write com.apple.iCal IncludeDebugMenu -bool true + # Only use UTF-8 in Terminal.app defaults write com.apple.terminal StringEncodings -array 4 -- cgit v1.2.3