Re: IB assertion failure
Re: IB assertion failure
- Subject: Re: IB assertion failure
- From: Chris Espinosa <email@hidden>
- Date: Thu, 17 Jul 2008 13:36:13 -0700
On Jul 17, 2008, at 1:25 PM, Randall Meadows wrote: On Jul 17, 2008, at 2:05 PM, Sean McBride wrote:
On 7/17/08 1:48 PM, Randall Meadows said:
I'll do that, but I'm curious as to what heuristics IB uses to
determine what is a "media" file? Finder info? LaunchServices DB?
Xcode had it marked correctly as "text" (though it still used the
GraphicConverter icon for a MacPaint file that Finder assigned it), so
I'm assuming IB does not use that.
It's probably using the UTI APIs (from Launch Services). Try this in
terminal:
mdls -name kMDItemContentType /path/to/file.mac
What does it say?
kMDItemContentType = "dyn.ah62d4rv4ge8042pd"
That certainly clears things up! :)
You might want kMDItemContentTypeTree instead.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden