Re: IB assertion failure
Re: IB assertion failure
- Subject: Re: IB assertion failure
- From: Randall Meadows <email@hidden>
- Date: Thu, 17 Jul 2008 14:25:41 -0600
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! :)
_______________________________________________
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