Cord/crates/cord-gui/Info.plist

189 lines
4.5 KiB
Plaintext

<?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>CFBundleName</key>
<string>Cord</string>
<key>CFBundleDisplayName</key>
<string>Cord</string>
<key>CFBundleIdentifier</key>
<string>org.else-if.cord</string>
<key>CFBundleVersion</key>
<string>0.1.0</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleExecutable</key>
<string>cord-gui</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Cordial Source</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>crd</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>org.else-if.cord.source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Cord Archive</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>zcd</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>org.else-if.cord.archive</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>CORDIC Binary</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>cord</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>org.else-if.cord.binary</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>OpenSCAD Source</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>scad</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>STL Mesh</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>stl</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.standard-tessellation-language</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>OBJ Mesh</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>obj</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.geometry-definition-format</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>3MF Model</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>3mf</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
</array>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>org.else-if.cord.source</string>
<key>UTTypeDescription</key>
<string>Cordial Source File</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.plain-text</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>crd</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>org.else-if.cord.archive</string>
<key>UTTypeDescription</key>
<string>Cord Archive</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.archive</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>zcd</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>org.else-if.cord.binary</string>
<key>UTTypeDescription</key>
<string>CORDIC Binary</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>cord</string>
</array>
</dict>
</dict>
</array>
</dict>
</plist>