JAL-3247 Improved file associations on macOS and Windows
[jalview.git] / utils / install4j / Info_plist_file_associations.txt
diff --git a/utils/install4j/Info_plist_file_associations.txt b/utils/install4j/Info_plist_file_associations.txt
deleted file mode 100644 (file)
index d4a5190..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-       <key>CFBundleDocumentTypes</key>
-       <array>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>jvp</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>Jalview-File</string>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>application/x-jalview-project</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Jalview Project File</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>jvl</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>Jalview-Version-Locator</string>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>application/x-jalview-version-locator</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Jalview Version Locator</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-               </dict>
-  </array>
-