JAL-3981 patch tests and remove errant imports
[jalview.git] / utils / install4j / file_associations_template-Info_plist.xml
index 66720a1..a260658 100644 (file)
@@ -6,14 +6,14 @@ $$</array>
 <key>CFBundleTypeName</key>
 <string>$$NAME$$ File</string>
 <key>CFBundleTypeIconFile</key>
-<string>Jalview-File.icns</string>
+<string>$$ICONFILE$$.icns</string>
 <key>CFBundleTypeRole</key>
-<string>Editor</string>
+<string>$$ROLE$$</string>
 <key>CFBundleTypeMIMETypes</key>
 <array>
-<string>application/x-jalview-$$SHORTNAME$$</string>
+<string>$$MIMETYPE$$</string>
 </array>
 <key>LSIsAppleDefaultForType</key>
-<true/>
+<$$PRIMARY$$/>
 </dict>