Skip to content

Commit

Permalink
.osx: Enable the WebKit Developer Tools in the Mac App Store
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Suttle authored and mathiasbynens committed Aug 30, 2012
1 parent 928dee6 commit cf7db9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Expand Up @@ -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 #
###############################################################################
Expand Down

0 comments on commit cf7db9c

Please sign in to comment.