Re: private MIME type
Re: private MIME type
- Subject: Re: private MIME type
- From: Alex Curylo <email@hidden>
- Date: Mon, 12 Nov 2007 07:25:40 -0800
- Thread-topic: private MIME type
on 11/12/07 6:00 AM, email@hidden at
email@hidden wrote:
> Hi folks,
> I need to set up a private MIME type to launch my in-house application
> while clicking link from browser. Does anyone know how to do it and
> can point me to the right direction?
http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/A
rticles/PListKeys.html#//apple_ref/doc/uid/20001431-102207
Here's my latest sample how (PList Compiler source excerpt):
key "CFBundleURLTypes" value array
[
dictionary
{
key "CFBundleURLName" value string "MPE Player URL"
key "CFBundleTypeIconFile" value string "PlayMPE"
key "CFBundleTypeRole" value string "Viewer"
key "CFBundleURLSchemes" value array
[
string "destinympe"
]
key "LSIsAppleDefaultForScheme" value boolean true
}
]
Unfortunately, I forget now what the problem was that I added
"LSIsAppleDefaultForScheme" to the official keys to fix, but there was some
good reason at the time.
--
Alex Curylo -- email@hidden -- http://www.alexcurylo.com/
thump MEOW! thump MEOW! thump MEOW! thump MEOW! thump MEOW!
You're right -- there ISN'T enough room to swing a cat in here.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden