cutter/dist/macos/Info.plist.in
2021-09-10 17:51:59 +02:00

83 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>Cutter</string>
<key>CFBundleExecutable</key>
<string>cutter</string>
<key>CFBundleVersion</key>
<string>@CUTTER_VERSION_FULL@</string>
<key>CFBundleShortVersionString</key>
<string>@CUTTER_VERSION_FULL@</string>
<key>NSHumanReadableCopyright</key>
<string>Licensed under the GPLv3 by the Cutter developers.</string>
<key>CFBundleIconFile</key>
<string>@ICON@</string>
<key>CFBundleIdentifier</key>
<string>re.rizin.cutter</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Data</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>public.data</string>
</array>
<key>NSDocumentClass</key>
<string>FileDataDocument</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Other</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.executable</string>
<string>public.text</string>
<string>public.archive</string>
<string>public.disk-image</string>
<string>public.image</string>
<string>public.audio</string>
<string>public.movie</string>
<string>com.adobe.pdf</string>
</array>
<key>NSDocumentClass</key>
<string>FileDataDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>*</string>
</array>
<key>CFBundleTypeName</key>
<string>AllTypes</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>****</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>NSDocumentClass</key>
<string>FileDataDocument</string>
</dict>
</array>
</dict>
</plist>