HOWTO: Make Keywurl work with Safari 5
You either installed Keywurl.bundle to:
/Library/Application Support/SIMBL/Plugins
or
~/Library/Application Support/SIMBL/Plugins
Check both locations.
Right-click Keywurl.bundle, and select "Show Package Contents".
Open Info.plist in the Contents directory with either TextEdit.app or Property List Editor (available for free from Apple when you install xcode).
From here, you have two options.
OPTION 1: (Will disable all "Max" version checking for Keywurl)
In Property List Editor:
Delete the entire MaxBundleVersion line, under Item 0, under SIMBLTargetApplication.
Save.
In TextEdit:
delete the following lines:
<key>MaxBundleVersion</key>
<string>6531.9</string>
making your plist look like this:
<key>BundleIdentifier</key>
<string>com.apple.Safari</string>
<key>MinBundleVersion</key>
<string>5530</string>
Save.
OPTION 2: (edit "Max" version checking for Keywurl)
In Property List Editor:
Change MaxBundleVersion, under Item 0, under SIMBLTargetApplication, from 6531.9 to 6533.17.8
Save.
In TextEdit:
Replace
<key>MaxBundleVersion</key>
<string>6531.9</string>
with
<key>MaxBundleVersion</key>
<string>6533.17.8</string>
Save.
You will now have Kwurl working in Safari 5!
Enjoy!!!
Ps. 5533.17.8 is for Safari version 5.0.1. You will see this if you go to the Safari Menu and select "About Safari". I'm pretty sure all you will have to do for Safari 6, etc, is replace this code in the Info.plist file to make keywurl work again...I'm not sure why any browser hasn't combined these fields already.
😉