Menu

#63 systemwide support for irc://

open
nobody
None
5
2007-11-09
2007-11-09
No

Whenever I have looked at the Info.plist file of an Xchat App, I haven't seen a reference for the IRC protocol. For instance, there should be something similar to the following included so the system knows which app to look for for the IRC protocol. The included file is how it should be in an Info.plist file.
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>Internet Relay Chat</string>
<key>CFBundleURLSchemes</key>
<array>
<string>irc</string>
</array>
</dict>
</array>

Discussion

  • Madd the Sane

    Madd the Sane - 2007-11-26

    Logged In: YES
    user_id=1682804
    Originator: YES

    bah, I must have not seen it. It's not in the debug info.plist file, which is what I looked at. Stupid me forgot to look at the main Info.plist. Also, I have an older Mac which only uses old 10.2, and the version available on it doesn't have it.

     

Log in to post a comment.