67 lines
1.7 KiB
Text
67 lines
1.7 KiB
Text
|
|
<?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>CFBundleDevelopmentRegion</key>
|
||
|
|
<string>en</string>
|
||
|
|
<key>CFBundleExecutable</key>
|
||
|
|
<string>${EXECUTABLE_NAME}</string>
|
||
|
|
<key>CFBundleIdentifier</key>
|
||
|
|
<string>@MACOS_BUNDLE_ID@</string>
|
||
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
||
|
|
<string>6.0</string>
|
||
|
|
<key>CFBundleName</key>
|
||
|
|
<string>@MACOS_BUNDLE_NAME@</string>
|
||
|
|
<key>CFBundlePackageType</key>
|
||
|
|
<string>APPL</string>
|
||
|
|
<key>CFBundleShortVersionString</key>
|
||
|
|
<string>1.0</string>
|
||
|
|
<key>CFBundleVersion</key>
|
||
|
|
<string>1</string>
|
||
|
|
<key>LSMinimumSystemVersion</key>
|
||
|
|
<string>11.0</string>
|
||
|
|
<key>NSHighResolutionCapable</key>
|
||
|
|
<true/>
|
||
|
|
|
||
|
|
<key>UTExportedTypeDeclarations</key>
|
||
|
|
<array>
|
||
|
|
<dict>
|
||
|
|
<key>UTTypeIdentifier</key>
|
||
|
|
<string>com.gregorybednov.idef0</string>
|
||
|
|
<key>UTTypeDescription</key>
|
||
|
|
<string>IDEF0 Diagram</string>
|
||
|
|
<key>UTTypeConformsTo</key>
|
||
|
|
<array>
|
||
|
|
<string>public.data</string>
|
||
|
|
</array>
|
||
|
|
<key>UTTypeTagSpecification</key>
|
||
|
|
<dict>
|
||
|
|
<key>public.filename-extension</key>
|
||
|
|
<array>
|
||
|
|
<string>idef0</string>
|
||
|
|
</array>
|
||
|
|
<key>public.mime-type</key>
|
||
|
|
<string>application/x-idef0+json</string>
|
||
|
|
</dict>
|
||
|
|
</dict>
|
||
|
|
</array>
|
||
|
|
|
||
|
|
<key>CFBundleDocumentTypes</key>
|
||
|
|
<array>
|
||
|
|
<dict>
|
||
|
|
<key>CFBundleTypeName</key>
|
||
|
|
<string>IDEF0 Diagram</string>
|
||
|
|
<key>CFBundleTypeRole</key>
|
||
|
|
<string>Editor</string>
|
||
|
|
<key>LSHandlerRank</key>
|
||
|
|
<string>Owner</string>
|
||
|
|
<key>LSItemContentTypes</key>
|
||
|
|
<array>
|
||
|
|
<string>com.gregorybednov.idef0</string>
|
||
|
|
</array>
|
||
|
|
</dict>
|
||
|
|
</array>
|
||
|
|
</dict>
|
||
|
|
</plist>
|