JAL-3247 Script to produce auto file association files for mac and windows installer...
[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..66720a1
--- /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>Jalview-File.icns</string>
+<key>CFBundleTypeRole</key>
+<string>Editor</string>
+<key>CFBundleTypeMIMETypes</key>
+<array>
+<string>application/x-jalview-$$SHORTNAME$$</string>
+</array>
+<key>LSIsAppleDefaultForType</key>
+<true/>
+</dict>
+