Launch Services
Launch Services
- Subject: Launch Services
- From: jjoonathan <email@hidden>
- Date: Tue, 30 Nov 2004 19:20:01 -0700
Ok, I have made an application that supports a URL protocol (aao:, fo:,
and aa:). It has this in it's plist:
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLIconFile</key>
<string>logo</string>
<key>CFBundleURLName</key>
<string>AA URL</string>
<key>CFBundleURLSchemes</key>
<array>
<string>aa</string>
<string>aao</string>
<string>fo</string>
<string>folx</string>
</array>
</dict>
</array>
. It works just fine if there is only one copy on the hard drive, but
despite numerous warnings, people have downloaded multiple copies. When
they do that, both stop working and even if they delete all but one,
restart, rebuild launch services database, and force LS to re-register
the app, it still does not work. Any suggestions? Am I missing
something simple? Is there a way to directly insert data into the
launch services database?
jjoo
_______________________________________________
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