Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Semidio
Created September 8, 2013 15:56
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Semidio/6485853 to your computer and use it in GitHub Desktop.
Save Semidio/6485853 to your computer and use it in GitHub Desktop.
CFBundleDocumentTypes for All File Types
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>All Files</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
</dict>
</array>
@namhokim
Copy link

namhokim commented Oct 9, 2020

You may add the CFBundleTypeRole key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment