Re: UTI not being imported?

2011-12-06 Thread Charles Srstka
On Dec 5, 2011, at 3:10 PM, C.W. Betts wrote: > I'm trying to use an imported UTI in an application, but it isn't working. > This is the UTI declared in the info.plist file: > > "http://www.apple.com/DTDs/PropertyList-1.0.dtd";> > > > UTTypeConformsTo > > public.dis

Re: UTI not being imported?

2011-12-06 Thread C.W. Betts
It is under UTImportedTypeDeclarations. I just copy-pasted the declaration without the array. On Dec 6, 2011, at 12:02 PM, Kyle Sluder wrote: > On Mon, Dec 5, 2011 at 1:10 PM, C.W. Betts wrote: >> I'm trying to use an imported UTI in an application, but it isn't working. >> This is the UTI decl

Re: UTI not being imported?

2011-12-06 Thread Kyle Sluder
On Mon, Dec 5, 2011 at 1:10 PM, C.W. Betts wrote: > I'm trying to use an imported UTI in an application, but it isn't working. > This is the UTI declared in the info.plist file: > > "http://www.apple.com/DTDs/PropertyList-1.0.dtd";> > > >        UTTypeConformsTo You can't put the UTTypeConfo

Re: UTI not being imported?

2011-12-06 Thread Sean McBride
On Mon, 5 Dec 2011 14:10:03 -0700, C.W. Betts said: >I'm trying to use an imported UTI in an application, but it isn't >working. This is the UTI declared in the info.plist file: Those are common extensions, and the UTI system does not deal well with that (see list archives). Check /System/Libra

UTI not being imported?

2011-12-06 Thread C.W. Betts
I'm trying to use an imported UTI in an application, but it isn't working. This is the UTI declared in the info.plist file: http://www.apple.com/DTDs/PropertyList-1.0.dtd";> UTTypeConformsTo public.disk-image public.content public