JAL-3247 JAL-3254 Automatically creating correct file association inserts for Info...
[jalview.git] / utils / install4j / file_associations_template-Info_plist.xml
1 <dict>
2 <key>CFBundleTypeExtensions</key>
3 <array>
4 $$<string>EXTENSIONS</string>
5 $$</array>
6 <key>CFBundleTypeName</key>
7 <string>$$NAME$$ File</string>
8 <key>CFBundleTypeIconFile</key>
9 <string>$$ICONFILE$$.icns</string>
10 <key>CFBundleTypeRole</key>
11 <string>Editor</string>
12 <key>CFBundleTypeMIMETypes</key>
13 <array>
14 <string>$$MIMETYPE$$</string>
15 </array>
16 <key>LSIsAppleDefaultForType</key>
17 <true/>
18 </dict>
19