<?xml version="1.0" ?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
 <dict>
  <key>CFBundleDevelopmentRegion</key>
  <string>English</string>
  <key>CFBundleAllowMixedLocalizations</key>
  <true/>
  <key>CFBundleExecutable</key>
  <string>fiji-macos</string>
  <key>CFBundleIconFile</key>
  <string>Fiji.icns</string>
  <key>CFBundleIdentifier</key>
  <string>sc.fiji.fiji</string>
  <key>CFBundleInfoDictionaryVersion</key>
  <string>6.0</string>
  <key>CFBundleName</key>
  <string>Fiji</string>
  <key>CFBundlePackageType</key>
  <string>APPL</string>
  <key>CFBundleDocumentTypes</key>
  <array>
    <!-- Common non-science-specific image formats -->
    <dict>
      <key>CFBundleTypeExtensions</key>
      <array>
        <string>tiff</string>
        <string>tif</string>
      </array>
      <key>CFBundleTypeName</key>
      <string>TIFF Image</string>
      <key>CFBundleTypeRole</key>
      <string>Editor</string>
      <key>CFBundleTypeIconFile</key>
      <string>Fiji.icns</string>
    </dict>
    <dict>
      <key>CFBundleTypeExtensions</key>
      <array>
        <string>png</string>
      </array>
      <key>CFBundleTypeName</key>
      <string>PNG Image</string>
      <key>CFBundleTypeRole</key>
      <string>Editor</string>
      <key>CFBundleTypeIconFile</key>
      <string>Fiji.icns</string>
    </dict>
    <dict>
      <key>CFBundleTypeExtensions</key>
      <array>
        <string>jpeg</string>
        <string>jpg</string>
      </array>
      <key>CFBundleTypeName</key>
      <string>JPEG Image</string>
      <key>CFBundleTypeRole</key>
      <string>Editor</string>
      <key>CFBundleTypeIconFile</key>
      <string>Fiji.icns</string>
    </dict>
    <dict>
      <key>CFBundleTypeExtensions</key>
      <array>
        <string>gif</string>
      </array>
      <key>CFBundleTypeName</key>
      <string>GIF Image</string>
      <key>CFBundleTypeRole</key>
      <string>Editor</string>
      <key>CFBundleTypeIconFile</key>
      <string>Fiji.icns</string>
    </dict>
    <dict>
      <key>CFBundleTypeExtensions</key>
      <array>
        <string>bmp</string>
      </array>
      <key>CFBundleTypeName</key>
      <string>BMP Image</string>
      <key>CFBundleTypeRole</key>
      <string>Editor</string>
      <key>CFBundleTypeIconFile</key>
      <string>Fiji.icns</string>
    </dict>
    <!-- Common science-specific image formats -->
    <dict>
      <key>CFBundleTypeExtensions</key>
      <array>
        <string>dicom</string>
        <string>dcm</string>
        <string>dic</string>
      </array>
      <key>CFBundleTypeName</key>
      <string>DICOM Image</string>
      <key>CFBundleTypeRole</key>
      <string>Editor</string>
      <key>CFBundleTypeIconFile</key>
      <string>Fiji.icns</string>
    </dict>
    <!-- Application-specific formats -->
    <dict>
      <key>CFBundleTypeExtensions</key>
      <array>
        <string>roi</string>
      </array>
      <key>CFBundleTypeName</key>
      <string>ImageJ ROI</string>
      <key>CFBundleTypeRole</key>
      <string>Editor</string>
      <key>CFBundleTypeIconFile</key>
      <string>Fiji.icns</string>
    </dict>
    <!-- Catch-all to allow drag-and-drop of any file -->
    <dict>
      <key>CFBundleTypeExtensions</key>
      <array>
        <string>*</string>
      </array>
      <key>CFBundleTypeName</key>
      <string>All documents</string>
      <key>CFBundleTypeOSTypes</key>
      <array>
        <string>****</string>
      </array>
      <key>CFBundleTypeRole</key>
      <string>Editor</string>
      <key>LSTypeIsPackage</key>
      <false/>
    </dict>
  </array>
  <key>CFBundleURLTypes</key>
  <array>
    <dict>
      <key>CFBundleURLName</key>
      <string>fiji-url-scheme</string>
      <key>CFBundleURLSchemes</key>
      <array>
        <string>fiji</string>
      </array>
    </dict>
  </array>
  <!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories -->
  <key>LSApplicationCategoryType</key>
  <string>public.app-category.utilities</string>
  <key>CFBundleShortVersionString</key>
  <string>2.0.2</string>
  <key>CFBundleVersion</key>
  <string>2.0.2-a33ad09</string>
  <key>NSHumanReadableCopyright</key>
  <string>Copyright (C) 2025</string>
  <key>NSHighResolutionCapable</key>
  <string>true</string>
  <key>NSSupportsAutomaticGraphicsSwitching</key>
  <string>true</string>
 </dict>
</plist>
