FROM : Quincey Morris
DATE : Sun Feb 03 23:47:10 2008
On Feb 3, 2008, at 13:34, Torsten Curdt wrote:
> Do I maybe just need to enable that application for the particular
> file type?
Yes. It's in the build properties for the target. There's a place
where you can list the document types your app can open, specified by
any combination of extension, 4-char OS type, MIME type or UTI type.
(Apple seems to be pushing UTI atm.) This list ends up in your app's
info.plist, and that's where LaunchServices discovers it, and that's
how the Finder knows to enable the drag and drop.
DATE : Sun Feb 03 23:47:10 2008
On Feb 3, 2008, at 13:34, Torsten Curdt wrote:
> Do I maybe just need to enable that application for the particular
> file type?
Yes. It's in the build properties for the target. There's a place
where you can list the document types your app can open, specified by
any combination of extension, 4-char OS type, MIME type or UTI type.
(Apple seems to be pushing UTI atm.) This list ends up in your app's
info.plist, and that's where LaunchServices discovers it, and that's
how the Finder knows to enable the drag and drop.
| Related mails | Author | Date |
|---|---|---|
| Torsten Curdt | Feb 3, 21:51 | |
| PGM | Feb 3, 22:01 | |
| Torsten Curdt | Feb 3, 22:34 | |
| PGM | Feb 3, 23:25 | |
| Quincey Morris | Feb 3, 23:47 | |
| Torsten Curdt | Feb 4, 00:50 | |
| Adhamh Findlay | Feb 4, 00:55 | |
| Davide Scheriani | Feb 5, 16:14 | |
| Torsten Curdt | Feb 5, 16:26 | |
| Andrew Merenbach | Feb 5, 18:12 | |
| Davide Scheriani | Feb 6, 10:53 | |
| Kyle Sluder | Feb 6, 11:50 | |
| Kyle Sluder | Feb 6, 14:45 |






Cocoa mail archive

