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