diff options
author | Kevin Suttle <kevin@kevinsuttle.com> | 2012-08-29 17:58:45 -0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-08-30 12:28:26 +0200 |
commit | cf7db9c3672f40323f34f3987d6e420ae999cf56 (patch) | |
tree | d7f13bf47ab5d5715202b32db1b82336e2687af4 | |
parent | 928dee6f7e04995c165d859a570d6138ac1416fc (diff) | |
download | dotfiles-cf7db9c3672f40323f34f3987d6e420ae999cf56.tar.gz dotfiles-cf7db9c3672f40323f34f3987d6e420ae999cf56.tar.bz2 dotfiles-cf7db9c3672f40323f34f3987d6e420ae999cf56.zip |
.osx: Enable the WebKit Developer Tools in the Mac App Store
More info here: http://osxdaily.com/2011/09/07/enable-element-inspector-mac-app-store/
Ref. #129.
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -372,6 +372,9 @@ defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebK # Add a context menu item for showing the Web Inspector in web views defaults write NSGlobalDomain WebKitDeveloperExtras -bool true +# Enable the WebKit Developer Tools in the Mac App Store +defaults write com.apple.appstore WebKitDeveloperExtras -bool true + ############################################################################### # iTunes # ############################################################################### |