Created
September 8, 2013 15:56
-
-
Save Semidio/6485853 to your computer and use it in GitHub Desktop.
CFBundleDocumentTypes for All File Types
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You may add the CFBundleTypeRole key.