• 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
Re: private MIME type
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: private MIME type


  • Subject: Re: private MIME type
  • From: Robert Cerny <email@hidden>
  • Date: Mon, 12 Nov 2007 16:51:43 +0100

On 12.11.2007, at 16:25, Alex Curylo wrote:

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.



Thanks a lot.

Robert


_______________________________________________

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


References: 
 >Re: private MIME type (From: Alex Curylo <email@hidden>)

  • Prev by Date: Re: private MIME type
  • Next by Date: Re: How to archive structs like NSRect
  • Previous by thread: Re: private MIME type
  • Next by thread: How to archive structs like NSRect
  • Index(es):
    • Date
    • Thread