Skip to content

Instantly share code, notes, and snippets.

@estan
Created November 21, 2018 12:30
Show Gist options
  • Save estan/9b4ae204ae737e3ffc3f3b2d022ac6f9 to your computer and use it in GitHub Desktop.
Save estan/9b4ae204ae737e3ffc3f3b2d022ac6f9 to your computer and use it in GitHub Desktop.
Snippet from our Info.plist
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>insight</string>
</array>
<key>CFBundleTypeName</key>
<string>Orexplore Insight Hole File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>insight-project</string>
</array>
<key>CFBundleTypeName</key>
<string>Orexplore Insight Project File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>${INSIGHT_MACOSX_PROJECT_ICON_FILE}</string>
</dict>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment