uti
Documents/Inbox folder for opening file from another App
I registered my app to associate some filetypes. so when the file comes in the mail attachment, I use my app to open the file. My app will automatically create a \"Inbox\" folder inside my Documents f[详细]
2023-04-07 11:12 分类:问答what kind of file is public.composite-content (kUTTypeCompositeContent)?
i\'m writing a file importer and want to handle pdf types. i see the com.ado开发者_运维技巧be.pdf (kUTTypePDF) and also public.composite-content type.[详细]
2023-04-06 02:10 分类:问答How to define a Uniform Type Identifier in a plist file?
My application uses the following NSApplicationDelegate function. - (void)application:(NSApplication*)sender openFiles:(NSArray*)filenames;[详细]
2023-04-03 06:58 分类:问答Cocoa writeToFile: with a specific UTI
My app exports to CVS but Numbers won\'t open it because it dosen\'t have the public.comma-separated-values-text UTI. 开发者_如何学GoIs there a simple way to apply the UTI to the file as im writing it[详细]
2023-03-23 21:10 分类:问答Content type/UTI to open CSV in app
How can I write the CFBundleDocumentTypes property of my .plist file, to allow the app to be displayed in the \"Open in...\" dialog in the other applications?[详细]
2023-03-20 21:59 分类:问答iOS: Registering for dynamic UTIs
I am developing an application that will be capable of handling multiple file types. To accomplish this, I have registered the UTIs corresponding to the file types in my info.plist file. However, ther[详细]
2023-03-17 13:35 分类:问答OSX, Can't use custom UTI for Finder contextual menu service filtration
I need to add a contextual menu item in Finder application for a custom file type. So I created a service using Apple Automator. When I specify for public.data in NSSendFileTypes context menu item app[详细]
2023-03-13 08:23 分类:问答How to support external UTIs on the iPhone
I have been working on this for awhile for an app that I have been working on.The app is able to open up different files from other apps like mail for example.I have it working on the iPad but I need[详细]
2023-03-12 10:45 分类:问答How to tell (programmatically) if there are / are not any registered apps that support opening a specific document type?
Apple\'s documentation for UIDocumentInteractionController presentOpenInMenuFromBarButtonItem:animated: method states that \"If there are no registered apps that support opening the document, the docu[详细]
2023-03-10 03:03 分类:问答UTI's and File Extension associations
In my application, I wanted to include a QuickLook plugin that reads a non-system extension other applications also use (let\'s use RAR for this example). I declare the extension as an Exported UTI in[详细]
2023-03-06 05:55 分类:问答