JAL-4187 JAL-629 JAL-3830 adjustments to Cygwin and WSL parts of bash launcher script...
[jalview.git] / utils / install4j / file_associations_template-Info_plist.xml
index 66720a1..afac20c 100644 (file)
@@ -6,14 +6,16 @@ $$</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>LSHandlerRank</key>
+<string>$$RANK$$</string>
 <key>CFBundleTypeMIMETypes</key>
 <array>
-<string>application/x-jalview-$$SHORTNAME$$</string>
+<string>$$MIMETYPE$$</string>
 </array>
 <key>LSIsAppleDefaultForType</key>
-<true/>
+<$$PRIMARY$$/>
 </dict>