aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Suttle <kevin@kevinsuttle.com>2012-08-29 17:58:45 -0300
committerMathias Bynens <mathias@qiwi.be>2012-08-30 12:28:26 +0200
commitcf7db9c3672f40323f34f3987d6e420ae999cf56 (patch)
treed7f13bf47ab5d5715202b32db1b82336e2687af4
parent928dee6f7e04995c165d859a570d6138ac1416fc (diff)
downloaddotfiles-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.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 26f2a66..049012a 100755
--- a/.osx
+++ b/.osx
@@ -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 #
###############################################################################