Skip to content

Instantly share code, notes, and snippets.

@sleimanzublidi
Created May 29, 2013 19:41
Show Gist options
  • Save sleimanzublidi/5673195 to your computer and use it in GitHub Desktop.
Save sleimanzublidi/5673195 to your computer and use it in GitHub Desktop.
CFBundleDocumentTypes
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>EXT</string>
<key>NSExportableTypes</key>
<array>
<string>org.temp.ext</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>org.temp.ext</string>
</array>
<key>CFBundleTypeIconFiles</key>
<array>
<string>Icon</string>
</array>
</dict>
</array>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeDescription</key>
<string>EXT File</string>
<key>UTTypeSize64IconFile</key>
<string>Icon</string>
<key>UTTypeSize320IconFile</key>
<string>Icon@2x</string>
<key>UTTypeIdentifier</key>
<string>org.temp.ext</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<string>ext</string>
<key>public.mime-type</key>
<string>application/org.temp.ext</string>
</dict>
</dict>
</array>
<key>UTImportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeDescription</key>
<string>EXT File</string>
<key>UTTypeIdentifier</key>
<string>org.temp.ext</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeSize64IconFile</key>
<string>Icon</string>
<key>UTTypeSize320IconFile</key>
<string>Icon@2x</string>
</dict>
</array>
<key>UIFileSharingEnabled</key>
<true/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment