Skip to content

Instantly share code, notes, and snippets.

@dmathewwws
Created December 1, 2017 17:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmathewwws/348d55d3d9cdcb61a1afc66ea3bafcad to your computer and use it in GitHub Desktop.
Save dmathewwws/348d55d3d9cdcb61a1afc66ea3bafcad to your computer and use it in GitHub Desktop.
Info.plist for XML / OPML Document types
<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