I hacked the ~/Library/Application 
Support/Quicksilver/PlugIns/com.blacktree.Quicksilver.QSiTunesPlugIn.34D.qsplugin/Contents/Info.plist
 
and changed:

    <key>QSRequirements</key>
    <dict>
        <key>bundles</key>
        <array>
            <dict>
                <key>id</key>
                <string>com.apple.iTunes</string>
                <key>name</key>
                <string>iTunes</string>
                <key>version</key>
                <string>11.0</string>
                             ^^^^
            </dict>
        </array>

to:

    <key>QSRequirements</key>
    <dict>
        <key>bundles</key>
        <array>
            <dict>
                <key>id</key>
                <string>com.apple.iTunes</string>
                <key>name</key>
                <string>iTunes</string>
                <key>version</key>
                <string>10.7</string>
                             ^^^^
            </dict>
        </array>

and now the QS iTunes plugin works properly.

On Monday, April 1, 2013 3:38:48 PM UTC-5, Will Fiveash wrote:
>
> I'm seeing the same thing when looking at the QS iTunes plugin info.

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to