From d4c2cc697a7fa127558156a6d09d680285a63a62 Mon Sep 17 00:00:00 2001 From: Kevin Suttle Date: Tue, 30 Oct 2012 19:22:25 -0400 Subject: .osx: Add Mac App Store section - Move existing command to new section - Add debug menu command Ref. #150. --- .osx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.osx b/.osx index 2744d0f..39f6fbf 100755 --- a/.osx +++ b/.osx @@ -372,9 +372,6 @@ 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 # ############################################################################### @@ -465,6 +462,16 @@ defaults write com.apple.TextEdit PlainTextEncodingForWrite -int 4 defaults write com.apple.DiskUtility DUDebugMenuEnabled -bool true defaults write com.apple.DiskUtility advanced-image-options -bool true +############################################################################### +# Mac App Store # +############################################################################### + +# Enable the WebKit Developer Tools in the Mac App Store +defaults write com.apple.appstore WebKitDeveloperExtras -bool true + +# Enable Debug Menu in the Mac App Store +defaults write com.apple.appstore ShowDebugMenu -bool true + ############################################################################### # Google Chrome & Google Chrome Canary # ############################################################################### -- cgit v1.2.3