Subject:
|
Re: Making the DAT links work in safari.
|
Newsgroups:
|
lugnet.cad.dev.mac
|
Date:
|
Thu, 15 May 2008 13:28:00 GMT
|
Viewed:
|
15416 times
|
| |
| |
In lugnet.cad.dev.mac, Travis Cobbs wrote:
> In lugnet.cad.dev.mac, Don Heyse wrote:
> > <?xml version="1.0" encoding="UTF-8"?>
> > <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
> > "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
> > <plist version="1.0">
> > <dict>
> > <key>LSRiskCategorySafe</key>
> > <dict>
> > <key>LSRiskCategoryExtensions</key>
> > <array>
> > <string>LDR</string>
> > <string>ldr</string>
> > <string>MPD</string>
> > <string>mpd</string>
> > <string>DAT</string>
> > <string>dat</string>
> > </array>
> > <key>LSRiskCategoryMIMETypes</key>
> > <array>
> > <string>application/x-ldraw</string>
> > </array>
> > </dict>
> > </dict>
> > </plist>
>
> My Cocoa LDView info.plist has this information, but it uses
> x-application/ldraw. Is application/x-ldraw the correct thing to use instead?
Yeah, it's been application/x-ldraw since like forever. Hopefully you're
setting up the Bundle tags in your Info.plist and not the Risk assessment
keys from the safari prefs file. But I could swear I saw only a few bits
inserted by QT and a warning not to disturb it when I poked around in the
LDView bundle.
Check out the make-ldglite-bundle.sh script from the ldglite sources
and compare. We should all be doing pretty much the same thing for
the file extensions and MIME types. I'm curious how the Mac database
handles it when two apps stake claims on the same extensions and such.
Don
|
|
Message has 2 Replies: | | Re: Making the DAT links work in safari.
|
| (...) For what it's worth there is a guide to this topic on LDraw.org: (URL) confirms application/x-ldraw (and application/x-multi-part-ldraw for MPDs). Can't the user just use "Get Info" to assign an application of their choice to open files of a (...) (17 years ago, 15-May-08, to lugnet.cad.dev.mac)
| | | Re: Making the DAT links work in safari.
|
| (...) OK, I'll update it. (Actually I already updated it to have both types in the array, but there's no point if x-application/ldraw never gets used.) Note that the Cocoa LDView hasn't been released yet. The one you're looking at is the QT LDView (...) (17 years ago, 15-May-08, to lugnet.cad.dev.mac)
|
Message is in Reply To:
15 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|