Skip to content

Instantly share code, notes, and snippets.

@oslego
Created January 17, 2013 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oslego/4557745 to your computer and use it in GitHub Desktop.
Save oslego/4557745 to your computer and use it in GitHub Desktop.
Run Safari with custom build of WebKit
#!/bin/bash
osascript -e 'quit app "safari.app"'
export DYLD_FRAMEWORK_PATH="/path/to/Release/"
export WEBKIT_UNSET_DYLD_FRAMEWORK_PATH="YES"
osascript -e 'activate app "safari.app"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment