Tagged Questions

A 'Unified Type Identifier' (UTI) is a string value used to identify abstract and specific types of item. It uses a reverse-DNS syntax, and is used extensively by Apple for determining types of data files. UTIs exist in an inheritance-based structure, allowing data types to be organised ...

learn more… | top users | synonyms

10
votes
1answer
293 views

A smart way to retrieve allowed file types from plist

Scenario: I like to define the allowed file types (content types) in the Info.plist file of my Cocoa application. Therefore, I added them like the following example shows. # Extract from Info.plist ...
4
votes
1answer
231 views

UIDocumentInteractionController, No File Extension but UTI

How do I send a file to a different App knowing which UTI the App supports? Lets say the file has no file extension, but I happen to know the UTI of the file. I tried the following: // target is a ...
4
votes
2answers
395 views

Getting an Uniform Type Identifier for a given extension

I'm trying to find some way in Cocoa to translate from file extensions to Uniform Type Identifiers. That is, I want to find some way of doing this: ".jpg" => "public.jpeg" ".html" => ...
3
votes
1answer
192 views

Other apps paste the HTML rather than the text version of our pasteboard data in iOS 5

We have an existing app that allows the user to copy text to the pasteboard. When possible, we put both HTML and plain text on the clipboard, since we don't know what other app the user might be ...
3
votes
1answer
469 views

What are “Imported UTIs” in Xcode 4?

In Xcode 4 there are lists for "document types", "imported UTIs" and "exported UTIs" in project info. I know what document types are, but what are the imported/exported UTIs for? Do I need to declare ...
3
votes
1answer
148 views

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 ...
3
votes
0answers
470 views

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 ...
3
votes
1answer
719 views

Associate image file types (UTIs) with iOS App — Doesn't show 'Open in…' in mail / safari

I have an app that opens multiple file types, but image files seem to be a different story. In Mail and Safari, the options for most file types with associated apps are 'Open In...' or 'Open In ...
2
votes
1answer
91 views

Why is my iOS app not showing up in other apps' “Open in” dialog?

I am trying to implement the registering process that allows my iOS app to show up in the "Open in" list of other applications (as described in Apple's Document Interaction Programming Topics). I want ...
2
votes
1answer
61 views

Custom UTI Not opening in App

I am trying to create a new document UTI for my App so that people can share points of interest with others. From what I can understand on SO, Tutorials, and from Apple's documentation, you need to do ...
2
votes
1answer
508 views

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 ...
2
votes
1answer
257 views

Given a UTI (Uniform Type Identifier), find all types to which it conforms

I am writing an application that makes use of Uniform Type Identifiers. Specifically, I am calling UTTypeCreateAllIdentifiersForTag() and passing it various MIME types. My hope was that this function ...
1
vote
1answer
36 views

My NSDocument subclass needs to accept any kind of file

I am building a viewer application, which needs to accept "any" kind of file as the selected file to view. In fact it even should accept folders, because in that case I want to show information ...
1
vote
1answer
59 views

Finder not seeing my UTI

I'm trying to tell OSX's Finder that my email client application can open .eml files and so far it's not going so well. I took a leaf from Mail.app's plist and pretty much copied most of the UTI ...
1
vote
1answer
217 views

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; I want to use this function to enable the user to drag ...
1
vote
1answer
97 views

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? That's mine, but it doesn't work ...
1
vote
2answers
171 views

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, ...
1
vote
3answers
2k views

Xcode 4 Document Types and Exported UTIs

I have an other problem with Xcode 4. I really like the new IDE but there are a few things I didn't get to work yet. One thing is to register Document Types with Xcode 4. I tried it with the old way ...
1
vote
2answers
253 views

Prevent Preview of Custom UTI File Types on iPad

I have an iPad application with a custom file type declared via UTI and CFBundleDocumentTypes. Is there a way I can prevent applications like Mail and Dropbox from showing the file Preview while still ...
1
vote
3answers
263 views

How do I make a file that identifies as a custom UTI type?

Right now I have an application that generates an XML file. We'll call it someFile.myapp When my app saves the file and look at it using mdls it has a kMDItemContentType of ...
1
vote
1answer
225 views

pboard types will be deprecated

According to NSPasteboard.h (line 294 in the standard Snow Leopard copy of the Xcode SDK) it states: /* Use of pboard types should be replaced with use of UTIs. Pboard types will be deprecated in a ...
0
votes
0answers
33 views

Finder doesn't recognize custom UTI

I was trying to create a custom UTI for my non-document-based application. I have already been reading the Apple documents and several SO questions, but none seems to be addressing my issue. I ...
0
votes
1answer
48 views

Phonegap / iPad — UTI's - Doc types… what to do with incoming URL

I want to import and export CSV's. I have figured out how to get the iPad to recognize my app as one that opens CSV files. From there though I am lost. I have found explanations on how the iPad ...
0
votes
1answer
55 views

Open movie app with precise video on iOS

I would like to open the iPad movie player from my app to play a video. The video will already be on the device, and the app is destined to ad-hoc distribution on pre-configured device, thus we can ...
0
votes
1answer
166 views

iOS Document/File type associations - wildcard UTI?

I have an app which is something of a generic file manager. I would like the "Open in..." functionality present in apps using QLPreviewController, UIDocumentInteractionController, etc to be able to ...
0
votes
1answer
29 views

Are dynamic UTIs stable?

I have files of a format that has no declared UTI, so Launch Services has assigned to it a dynamic UTI (dyn.ah62d4rv4ge81g23wsmw1a5dbte). I have no control over the UTI of these documents. It also ...
0
votes
1answer
98 views

OSX Safari wrongly renames Microsoft Office-files served from an ASP.NET MVC-app

Using the Open XML SDK to create a Microsoft Word-document and returning it through an ASP.NET MVC-app, one strange thing happens in just Safari on OSX. The following code (simplified) is used in the ...
0
votes
1answer
212 views

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 ...
0
votes
1answer
37 views

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.adobe.pdf (kUTTypePDF) and also public.composite-content type. Uniform Type Identifiers Reference docs : Base type for ...
0
votes
1answer
76 views

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. Is there a simple way to apply the UTI to the file as im writing it or do I have to ...
0
votes
1answer
227 views

“com.apple” UTI in custom file format

I have a document-based app with a custom file format, the UTIs and such set up as so: <key>CFBundleDocumentTypes</key> <array> <dict> ...
0
votes
0answers
180 views

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 ...
0
votes
1answer
293 views

Putting contents of a file on NSPasteboard using UTI not NSFileContentsPboardType?

I have rich-text file with a few images and text. In my Cocoa app I'm trying to put the contents of that file on the NSDragPboard so that the user can drag the contents into other applications ...
0
votes
1answer
159 views

How to use UTIs to make a new file type?

I have been working on making an application for editing game plugins for a game I made. I needed the files it saves to have a custom format for obvious reasons. Unfortunately, I cannot figure out how ...
0
votes
1answer
780 views

Assigning UTI to file type

I'm trying to add UTI for a pair of file types, matching by extension. I think I've got it setup properly - at the very least, the file extension -> UTI mapping is recognized (I declared it as an ...
0
votes
2answers
134 views

Testing if an application can open a specific type?

On Mac OS X, how can I tell if a given application opens a specific type? I have two UTIs that I'm interested in: public.text and public.image and I have a list of applications. I want to filter the ...