Skip navigation.
 
mlRe: receiving a file on app startup
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.

Related mailsAuthorDate
mlreceiving a file on app startup Torsten Curdt Feb 3, 21:51
mlRe: receiving a file on app startup PGM Feb 3, 22:01
mlRe: receiving a file on app startup Torsten Curdt Feb 3, 22:34
mlRe: receiving a file on app startup PGM Feb 3, 23:25
mlRe: receiving a file on app startup Quincey Morris Feb 3, 23:47
mlRe: receiving a file on app startup Torsten Curdt Feb 4, 00:50
mlRe: receiving a file on app startup Adhamh Findlay Feb 4, 00:55
mlRe: receiving a file on app startup Davide Scheriani Feb 5, 16:14
mlRe: receiving a file on app startup Torsten Curdt Feb 5, 16:26
mlRe: receiving a file on app startup Andrew Merenbach Feb 5, 18:12
mlRe: receiving a file on app startup Davide Scheriani Feb 6, 10:53
mlRe: receiving a file on app startup Kyle Sluder Feb 6, 11:50
mlRe: receiving a file on app startup Kyle Sluder Feb 6, 14:45