JAL-3247 sign the AppleScript uninstaller
[jalview.git] / utils / install4j / Info_plist_file_associations.xml
1 <key>CFBundleDocumentTypes</key>
2 <array>
3 <dict>
4 <key>CFBundleTypeExtensions</key>
5 <array>
6 <string>jvp</string>
7 </array>
8 <key>CFBundleTypeName</key>
9 <string>Jalview Project File</string>
10 <key>CFBundleTypeIconFile</key>
11 <string>Jalview-File.icns</string>
12 <key>CFBundleTypeRole</key>
13 <string>Editor</string>
14 <key>CFBundleTypeMIMETypes</key>
15 <array>
16 <string>application/x-jalview-project</string>
17 </array>
18 <key>LSIsAppleDefaultForType</key>
19 <true/>
20 </dict>
21 <dict>
22 <key>CFBundleTypeExtensions</key>
23 <array>
24 <string>jvl</string>
25 </array>
26 <key>CFBundleTypeName</key>
27 <string>Jalview Version Locator</string>
28 <key>CFBundleTypeIconFile</key>
29 <string>Jalview-Version-Locator.icns</string>
30 <key>CFBundleTypeRole</key>
31 <string>Editor</string>
32 <key>CFBundleTypeMIMETypes</key>
33 <array>
34 <string>application/x-jalview-version-locator</string>
35 </array>
36 <key>LSIsAppleDefaultForType</key>
37 <true/>
38 </dict>
39 </array>