how to set url type in launchservices.plist
how to set url type in launchservices.plist
- Subject: how to set url type in launchservices.plist
- From: Yorh <email@hidden>
- Date: Thu, 5 Oct 2006 15:17:58 +0200
Hi to all,
My application needs to be launched via safari (something like aim:
or mailto:).
I found the file launchservices.plist where I think the system stores
all these infos.
Can I add a simple NSDictionary inside that file in this way?
<key>LSHandlers</key>
<array>
<dict>
<key>LSHandlerRoleAll</key>
<string>com.apple.ichat</string>
<key>LSHandlerURLScheme</key>
<string>aim</string>
</dict>
</array>
Or are there any other places where I have to make this change?
Thank you all
Yorh
ps: I cannot find any documentation about this file anyone has a link?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden