Merge branch 'develop' into features/r2_11_2_alphafold/JAL-629
[jalview.git] / utils / install4j / file_associations_template-Info_plist.xml
index 7fa4fed..afac20c 100644 (file)
@@ -8,12 +8,14 @@ $$</array>
 <key>CFBundleTypeIconFile</key>
 <string>$$ICONFILE$$.icns</string>
 <key>CFBundleTypeRole</key>
-<string>Editor</string>
+<string>$$ROLE$$</string>
+<key>LSHandlerRank</key>
+<string>$$RANK$$</string>
 <key>CFBundleTypeMIMETypes</key>
 <array>
 <string>$$MIMETYPE$$</string>
 </array>
 <key>LSIsAppleDefaultForType</key>
-<true/>
+<$$PRIMARY$$/>
 </dict>