UTI
UTI
- Subject: UTI
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Mon, 04 Apr 2016 22:30:06 +0700
I have an OS X app, which creates a file like: SomeName.zapmax
This file has:
ContentType: dyn.ad6s….j67df
Extended Attribut: com.apple.metadata:kMDLabel_u37…wqm = some unrecognisable data
ContentTypeTree: public.data ← public.item
This file gets sent via AirDrop to an iOS Device.
On this iOS Device is another app of mine, which accepts public.data as Document Type.
When this file arrives on the iOS Device, quite a few app (besides my app) declare to accept this file, which makes no sense, as it has a proprietary format.
I would like to give this file some special UTI, which only my iOS App does understand.
How can this be done?
That is, how to associate a special UTI with the file?
Gerriet.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
- Follow-Ups:
- Re: UTI
- From: Quincey Morris <email@hidden>