Merge branch 'develop' into trialMerge
[jalview.git] / utils / install4j / file_associations_template-Info_plist.xml
diff --git a/utils/install4j/file_associations_template-Info_plist.xml b/utils/install4j/file_associations_template-Info_plist.xml
new file mode 100644 (file)
index 0000000..7fa4fed
--- /dev/null
@@ -0,0 +1,19 @@
+<dict>
+<key>CFBundleTypeExtensions</key>
+<array>
+$$<string>EXTENSIONS</string>
+$$</array>
+<key>CFBundleTypeName</key>
+<string>$$NAME$$ File</string>
+<key>CFBundleTypeIconFile</key>
+<string>$$ICONFILE$$.icns</string>
+<key>CFBundleTypeRole</key>
+<string>Editor</string>
+<key>CFBundleTypeMIMETypes</key>
+<array>
+<string>$$MIMETYPE$$</string>
+</array>
+<key>LSIsAppleDefaultForType</key>
+<true/>
+</dict>
+