Created
December 1, 2017 17:09
-
-
Save dmathewwws/348d55d3d9cdcb61a1afc66ea3bafcad to your computer and use it in GitHub Desktop.
Info.plist for XML / OPML Document 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>CFBundleIcons</key> | |
<dict> | |
<key>CFBundlePrimaryIcon</key> | |
<dict> | |
<key>CFBundleIconFiles</key> | |
<array> | |
<string>Echo-Icon.png</string> | |
</array> | |
<key>CFBundleIconName</key> | |
<string>AppIcon</string> | |
</dict> | |
</dict> | |
<key>CFBundleTypeIconFiles</key> | |
<array> | |
<string>Echo-Icon.png</string> | |
</array> | |
<key>CFBundleTypeName</key> | |
<string>public.xml</string> | |
<key>CFBundleTypeRole</key> | |
<string>Viewer</string> | |
<key>LSHandlerRank</key> | |
<string>Default</string> | |
<key>LSItemContentTypes</key> | |
<array> | |
<string>public.xml</string> | |
</array> | |
</dict> | |
<dict> | |
<key>CFBundleIcons</key> | |
<dict> | |
<key>CFBundlePrimaryIcon</key> | |
<dict> | |
<key>CFBundleIconFiles</key> | |
<array> | |
<string>Echo-Icon.png</string> | |
</array> | |
<key>CFBundleIconName</key> | |
<string>AppIcon</string> | |
</dict> | |
</dict> | |
<key>CFBundleTypeIconFiles</key> | |
<array> | |
<string>Echo-Icon.png</string> | |
</array> | |
<key>CFBundleTypeName</key> | |
<string>OPML</string> | |
<key>CFBundleTypeRole</key> | |
<string>Viewer</string> | |
<key>LSHandlerRank</key> | |
<string>Default</string> | |
<key>LSItemContentTypes</key> | |
<array> | |
<string>public.opml</string> | |
<string>org.opml.opml</string> | |
<string>net.multimarkdown.opml</string> | |
</array> | |
</dict> | |
</array> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment