File types opened by NSDocument architecture

2008-07-22 Thread Tom Bernard
/* + (NSArray *)readableTypes { return [NSArray arrayWithObjects:@TIFF, @tiff, @TIF, @tif, @GIF, @gif, @JPEG, @jpeg, @JPG, @jpg, @png, nil]; } */ My application needs to open the above listed file types. When I am in Finder and I drag and drop one one of these files to my application, the

Re: File types opened by NSDocument architecture

2008-07-22 Thread Heinrich Giesen
On 22.07.2008, at 09:50, Tom Bernard wrote: /* + (NSArray *)readableTypes { return [NSArray arrayWithObjects:@TIFF, @tiff, @TIF, @tif, @GIF, @gif, @JPEG, @jpeg, @JPG, @jpg, @png, nil]; } */ My application needs to open the above listed file types. When I am in Finder and I drag and drop