๐Ÿ“š Bundle Version History

org.xmind.cathy.application

v8_Update_9
๐Ÿ”ถ App has not yet been reported to be native to Apple Silicon
๐Ÿ–ฅ Supported Architectures X86
Full Info Plist
{
  "CFBundleAllowMixedLocalizations": true,
  "CFBundleDevelopmentRegion": "English",
  "UTExportedTypeDeclarations": [
    {
      "UTTypeDescription": "XMind Open Format",
      "UTTypeReferenceURL": "http://www.xmind.net/",
      "UTTypeConformsTo": [
        "com.apple.package",
        "public.zip-archive"
      ],
      "UTTypeIdentifier": "org.xmind.openformat"
    },
    {
      "UTTypeDescription": "XMind Workbook",
      "UTTypeReferenceURL": "http://www.xmind.net/",
      "UTTypeConformsTo": [
        "org.xmind.openformat",
        "public.composite-content"
      ],
      "UTTypeIconFile": "xmind_file.icns",
      "UTTypeIdentifier": "org.xmind.openformat.xmind",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "xmind"
        ],
        "public.mime-type": "application/vnd.xmind.workbook"
      }
    },
    {
      "UTTypeDescription": "XMind 2007/2008 Workbook",
      "UTTypeReferenceURL": "http://www.xmind.net/",
      "UTTypeConformsTo": [
        "org.xmind.openformat",
        "public.composite-content"
      ],
      "UTTypeIconFile": "xmind_file.icns",
      "UTTypeIdentifier": "org.xmind.openformat.xmap",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "xmap"
        ],
        "public.mime-type": "application/vnd.xmind.xmap"
      }
    },
    {
      "UTTypeDescription": "XMind Template",
      "UTTypeReferenceURL": "http://www.xmind.net/",
      "UTTypeConformsTo": [
        "org.xmind.openformat",
        "public.composite-content"
      ],
      "UTTypeIconFile": "xmind_xmt.icns",
      "UTTypeIdentifier": "org.xmind.openformat.xmt",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "xmt"
        ],
        "public.mime-type": "application/vnd.xmind.template"
      }
    },
    {
      "UTTypeDescription": "XMind Markers Package",
      "UTTypeReferenceURL": "http://www.xmind.net/",
      "UTTypeConformsTo": [
        "org.xmind.openformat",
        "public.composite-content"
      ],
      "UTTypeIconFile": "xmind_xmp.icns",
      "UTTypeIdentifier": "org.xmind.openformat.xmp",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "xmp"
        ],
        "public.mime-type": "application/vnd.xmind.media-package"
      }
    },
    {
      "UTTypeDescription": "XMind Resource Bundle",
      "UTTypeReferenceURL": "http://www.xmind.net/",
      "UTTypeConformsTo": [
        "org.xmind.openformat",
        "public.composite-content"
      ],
      "UTTypeIconFile": "xmind_xmp.icns",
      "UTTypeIdentifier": "org.xmind.openformat.xrb",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "xrb"
        ],
        "public.mime-type": "application/vnd.xmind.resource-bundle"
      }
    }
  ],
  "UTImportedTypeDeclarations": [
    {
      "UTTypeDescription": "FreeMind Mindmap",
      "UTTypeReferenceURL": "http://freemind.sourceforge.net/wiki/index.php/Main_Page",
      "UTTypeConformsTo": [
        "public.xml"
      ],
      "UTTypeIconFile": "xmind_file.icns",
      "UTTypeIdentifier": "net.sourceforge.freemind.mm",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "mm"
        ]
      }
    },
    {
      "UTTypeDescription": "Mindjet MindManager Mindmap",
      "UTTypeReferenceURL": "http://www.mindjet.com/",
      "UTTypeConformsTo": [
        "public.zip-archive"
      ],
      "UTTypeIconFile": "xmind_file.icns",
      "UTTypeIdentifier": "com.mindjet.mindmanager.mmap",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "mmap"
        ]
      }
    }
  ],
  "CFBundleDocumentTypes": [
    {
      "CFBundleTypeExtensions": [
        "xmind"
      ],
      "CFBundleTypeIconFile": "xmind_file.icns",
      "CFBundleTypeName": "XMind Workbook",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSIsAppleDefaultForType": true,
      "LSItemContentTypes": [
        "org.xmind.openformat.xmind"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "xmap"
      ],
      "CFBundleTypeIconFile": "xmind_file.icns",
      "CFBundleTypeName": "XMind 2007/2008 Workbook",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSIsAppleDefaultForType": true,
      "LSItemContentTypes": [
        "org.xmind.openformat.xmap"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "xmt"
      ],
      "CFBundleTypeIconFile": "xmind_xmt.icns",
      "CFBundleTypeName": "XMind Template",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSIsAppleDefaultForType": true,
      "LSItemContentTypes": [
        "org.xmind.openformat.xmt"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "xmp"
      ],
      "CFBundleTypeIconFile": "xmind_xmp.icns",
      "CFBundleTypeName": "XMind Markers Package",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSIsAppleDefaultForType": true,
      "LSItemContentTypes": [
        "org.xmind.openformat.xmp"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "xrb"
      ],
      "CFBundleTypeIconFile": "xmind_xmp.icns",
      "CFBundleTypeName": "XMind Resource Bundle",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSIsAppleDefaultForType": false,
      "LSItemContentTypes": [
        "org.xmind.openformat.xrb"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "mm"
      ],
      "CFBundleTypeIconFile": "xmind_file.icns",
      "CFBundleTypeName": "FreeMind Mindmap",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Alternate",
      "LSIsAppleDefaultForType": false,
      "LSItemContentTypes": [
        "net.sourceforge.freemind.mm"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "mmap"
      ],
      "CFBundleTypeIconFile": "xmind_file.icns",
      "CFBundleTypeName": "Mindjet MindManager Mindmap",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Alternate",
      "LSIsAppleDefaultForType": false,
      "LSItemContentTypes": [
        "com.mindjet.mindmanager.mmap"
      ]
    }
  ],
  "CFBundleExecutable": "XMind",
  "CFBundleGetInfoString": "XMind 8 Update 9 (R3.7.9.201912052356), Copyright XMind Ltd., 2006-2014.",
  "CFBundleIconFile": "xmind.icns",
  "CFBundleIdentifier": "org.xmind.cathy.application",
  "CFBundleInfoDictionaryVersion": "6.0",
  "CFBundleName": "XMind",
  "CFBundlePackageType": "APPL",
  "NSMicrophoneUsageDescription": "Denying access will result to audio notes not working properly.",
  "CFBundleSignature": "xmnd",
  "CFBundleVersion": "3.7.9.201912052356",
  "CFBundleShortVersionString": "8_Update_9",
  "CFBundleLocalizations": [
    "da",
    "de",
    "en",
    "es",
    "fr",
    "ja",
    "ko",
    "pt_BR",
    "ru",
    "sl",
    "zh_CN",
    "zh_TW",
    "zh"
  ],
  "NSHumanReadableCopyright": "Copyright XMind Ltd., 2006-2014.",
  "NSHighResolutionCapable": true,
  "ATSApplicationFontsPath": "Fonts/",
  "LSEnvironment": {
    "LC_CTYPE": "UTF-8"
  },
  "LSMinimumSystemVersion": "10.7.0",
  "MDItemKeywords": "xmind,mindmap,mind mapping,mind,brainstorm,presentation,gantt,project,project management,meeting,note,pdf,office,plan,flow chart,timeline,report,workflow,outline,freemind,mindmanager,word,lighten,OPML,novamind,csv,img,png,html"
}
Full Meta Details
{
  "fileSize": 0.042205810546875,
  "architectures": [
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 7,
        "cpusubtype": 3,
        "filetype": 2,
        "ncmds": 19,
        "sizeofcmds": 2528,
        "flags": [
          "The object file has no undefined references and is executable.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "undefined"
        ],
        "reserved": 0
      },
      "loadCommandsInfo": [
        {
          "description": 4277009103,
          "size": 524291,
          "offset": " 0x0"
        },
        {
          "description": 524291,
          "size": 19,
          "offset": " 0x8"
        },
        {
          "description": "Sub Umbrella Load Command",
          "size": 133,
          "offset": " 0x10"
        },
        {
          "description": 133,
          "size": 25,
          "offset": " 0x18"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1095786335,
          "offset": " 0x20"
        },
        {
          "description": 1095786335,
          "size": 20306,
          "offset": " 0x28"
        }
      ],
      "magic": "cffaedfe",
      "offset": "0",
      "processorSubType": 3,
      "processorType": "X86"
    }
  ]
}
v8_Update_8
๐Ÿ”ถ App has not yet been reported to be native to Apple Silicon
๐Ÿ–ฅ Supported Architectures X86
Full Info Plist
{
  "CFBundleAllowMixedLocalizations": true,
  "CFBundleDevelopmentRegion": "English",
  "UTExportedTypeDeclarations": [
    {
      "UTTypeDescription": "XMind Open Format",
      "UTTypeReferenceURL": "http://www.xmind.net/",
      "UTTypeConformsTo": [
        "com.apple.package",
        "public.zip-archive"
      ],
      "UTTypeIdentifier": "org.xmind.openformat"
    },
    {
      "UTTypeDescription": "XMind Workbook",
      "UTTypeReferenceURL": "http://www.xmind.net/",
      "UTTypeConformsTo": [
        "org.xmind.openformat",
        "public.composite-content"
      ],
      "UTTypeIconFile": "xmind_file.icns",
      "UTTypeIdentifier": "org.xmind.openformat.xmind",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "xmind"
        ],
        "public.mime-type": "application/vnd.xmind.workbook"
      }
    },
    {
      "UTTypeDescription": "XMind 2007/2008 Workbook",
      "UTTypeReferenceURL": "http://www.xmind.net/",
      "UTTypeConformsTo": [
        "org.xmind.openformat",
        "public.composite-content"
      ],
      "UTTypeIconFile": "xmind_file.icns",
      "UTTypeIdentifier": "org.xmind.openformat.xmap",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "xmap"
        ],
        "public.mime-type": "application/vnd.xmind.xmap"
      }
    },
    {
      "UTTypeDescription": "XMind Template",
      "UTTypeReferenceURL": "http://www.xmind.net/",
      "UTTypeConformsTo": [
        "org.xmind.openformat",
        "public.composite-content"
      ],
      "UTTypeIconFile": "xmind_xmt.icns",
      "UTTypeIdentifier": "org.xmind.openformat.xmt",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "xmt"
        ],
        "public.mime-type": "application/vnd.xmind.template"
      }
    },
    {
      "UTTypeDescription": "XMind Markers Package",
      "UTTypeReferenceURL": "http://www.xmind.net/",
      "UTTypeConformsTo": [
        "org.xmind.openformat",
        "public.composite-content"
      ],
      "UTTypeIconFile": "xmind_xmp.icns",
      "UTTypeIdentifier": "org.xmind.openformat.xmp",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "xmp"
        ],
        "public.mime-type": "application/vnd.xmind.media-package"
      }
    },
    {
      "UTTypeDescription": "XMind Resource Bundle",
      "UTTypeReferenceURL": "http://www.xmind.net/",
      "UTTypeConformsTo": [
        "org.xmind.openformat",
        "public.composite-content"
      ],
      "UTTypeIconFile": "xmind_xmp.icns",
      "UTTypeIdentifier": "org.xmind.openformat.xrb",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "xrb"
        ],
        "public.mime-type": "application/vnd.xmind.resource-bundle"
      }
    }
  ],
  "UTImportedTypeDeclarations": [
    {
      "UTTypeDescription": "FreeMind Mindmap",
      "UTTypeReferenceURL": "http://freemind.sourceforge.net/wiki/index.php/Main_Page",
      "UTTypeConformsTo": [
        "public.xml"
      ],
      "UTTypeIconFile": "xmind_file.icns",
      "UTTypeIdentifier": "net.sourceforge.freemind.mm",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "mm"
        ]
      }
    },
    {
      "UTTypeDescription": "Mindjet MindManager Mindmap",
      "UTTypeReferenceURL": "http://www.mindjet.com/",
      "UTTypeConformsTo": [
        "public.zip-archive"
      ],
      "UTTypeIconFile": "xmind_file.icns",
      "UTTypeIdentifier": "com.mindjet.mindmanager.mmap",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "mmap"
        ]
      }
    }
  ],
  "CFBundleDocumentTypes": [
    {
      "CFBundleTypeExtensions": [
        "xmind"
      ],
      "CFBundleTypeIconFile": "xmind_file.icns",
      "CFBundleTypeName": "XMind Workbook",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSIsAppleDefaultForType": true,
      "LSItemContentTypes": [
        "org.xmind.openformat.xmind"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "xmap"
      ],
      "CFBundleTypeIconFile": "xmind_file.icns",
      "CFBundleTypeName": "XMind 2007/2008 Workbook",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSIsAppleDefaultForType": true,
      "LSItemContentTypes": [
        "org.xmind.openformat.xmap"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "xmt"
      ],
      "CFBundleTypeIconFile": "xmind_xmt.icns",
      "CFBundleTypeName": "XMind Template",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSIsAppleDefaultForType": true,
      "LSItemContentTypes": [
        "org.xmind.openformat.xmt"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "xmp"
      ],
      "CFBundleTypeIconFile": "xmind_xmp.icns",
      "CFBundleTypeName": "XMind Markers Package",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSIsAppleDefaultForType": true,
      "LSItemContentTypes": [
        "org.xmind.openformat.xmp"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "xrb"
      ],
      "CFBundleTypeIconFile": "xmind_xmp.icns",
      "CFBundleTypeName": "XMind Resource Bundle",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSIsAppleDefaultForType": false,
      "LSItemContentTypes": [
        "org.xmind.openformat.xrb"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "mm"
      ],
      "CFBundleTypeIconFile": "xmind_file.icns",
      "CFBundleTypeName": "FreeMind Mindmap",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Alternate",
      "LSIsAppleDefaultForType": false,
      "LSItemContentTypes": [
        "net.sourceforge.freemind.mm"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "mmap"
      ],
      "CFBundleTypeIconFile": "xmind_file.icns",
      "CFBundleTypeName": "Mindjet MindManager Mindmap",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Alternate",
      "LSIsAppleDefaultForType": false,
      "LSItemContentTypes": [
        "com.mindjet.mindmanager.mmap"
      ]
    }
  ],
  "CFBundleExecutable": "XMind",
  "CFBundleGetInfoString": "XMind 8 Update 8 (R3.7.8.201809070145), Copyright XMind Ltd., 2006-2014.",
  "CFBundleIconFile": "xmind.icns",
  "CFBundleIdentifier": "org.xmind.cathy.application",
  "CFBundleInfoDictionaryVersion": "6.0",
  "CFBundleName": "XMind",
  "CFBundlePackageType": "APPL",
  "NSMicrophoneUsageDescription": "Denying access will result to audio notes not working properly.",
  "CFBundleSignature": "xmnd",
  "CFBundleVersion": "3.7.8.201809070145",
  "CFBundleShortVersionString": "8_Update_8",
  "CFBundleLocalizations": [
    "da",
    "de",
    "en",
    "es",
    "fr",
    "ja",
    "ko",
    "pt_BR",
    "ru",
    "sl",
    "zh_CN",
    "zh_TW",
    "zh"
  ],
  "NSHumanReadableCopyright": "Copyright XMind Ltd., 2006-2014.",
  "NSHighResolutionCapable": true,
  "ATSApplicationFontsPath": "Fonts/",
  "LSEnvironment": {
    "LC_CTYPE": "UTF-8"
  },
  "LSMinimumSystemVersion": "10.7.0",
  "MDItemKeywords": "xmind,mindmap,mind mapping,mind,brainstorm,presentation,gantt,project,project management,meeting,note,pdf,office,plan,flow chart,timeline,report,workflow,outline,freemind,mindmanager,word,lighten,OPML,novamind,csv,img,png,html"
}
Full Meta Details
{
  "fileSize": 0.0336151123046875,
  "architectures": [
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 7,
        "cpusubtype": 3,
        "filetype": 2,
        "ncmds": 19,
        "sizeofcmds": 2528,
        "flags": [
          "The object file has no undefined references and is executable.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "undefined"
        ],
        "reserved": 0
      },
      "loadCommandsInfo": [
        {
          "description": 4277009103,
          "size": 524291,
          "offset": " 0x0"
        },
        {
          "description": 524291,
          "size": 19,
          "offset": " 0x8"
        },
        {
          "description": "Sub Umbrella Load Command",
          "size": 133,
          "offset": " 0x10"
        },
        {
          "description": 133,
          "size": 25,
          "offset": " 0x18"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1095786335,
          "offset": " 0x20"
        },
        {
          "description": 1095786335,
          "size": 20306,
          "offset": " 0x28"
        }
      ],
      "magic": "cffaedfe",
      "offset": "0",
      "processorSubType": 3,
      "processorType": "X86"
    }
  ]
}