• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Launch Services
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Manual Outline View Sorting
  • Next by Date: Re: cross development on Jaguar
  • Previous by thread: Cocoa and X509 certs?
  • Next by thread: NSTextField action semantics? NSFormatter semantics?
  • Index(es):
    • Date
    • Thread