Created
October 17, 2012 20:33
-
-
Save Meroje/3907972 to your computer and use it in GitHub Desktop.
Use webinspector from webkit nightly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /System/Library/Frameworks | |
sudo mv WebKit.framework WebKit.framework.old | |
sudo cp -a /Applications/WebKit.app/Contents/Frameworks/10.8/WebKit.framework . | |
sudo mkdir -p WebKit.framework/Versions/A/Frameworks | |
sudo cp -a /Applications/WebKit.app/Contents/Frameworks/10.8/WebCore.framework WebKit.framework/Versions/A/Frameworks | |
sudo mv JavaScriptCore.framework JavaScriptCore.framework.old | |
sudo cp -a /Applications/WebKit.app/Contents/Frameworks/10.8/JavaScriptCore.framework . | |
cd /System/Library/PrivateFrameworks | |
sudo mv WebKit2.framework WebKit2.framework.old | |
sudo cp -a /Applications/WebKit.app/Contents/Frameworks/10.8/WebKit2.framework . | |
defaults write -g UseWebKitWebInspector -bool YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment