2024-06-19 15:40:07 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleDisplayName</key>
|
|
|
|
<string>Grim</string>
|
|
|
|
|
|
|
|
<key>CFBundleExecutable</key>
|
2024-08-02 00:04:37 +03:00
|
|
|
<string>grim</string>
|
2024-06-19 15:40:07 +03:00
|
|
|
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>AppIcon</string>
|
|
|
|
|
|
|
|
<key>CFBundleIconName</key>
|
|
|
|
<string>AppIcon</string>
|
|
|
|
|
|
|
|
<key>CFBundleIdentifier</key>
|
2024-06-19 15:54:34 +03:00
|
|
|
<string>mw.gri.macos</string>
|
2024-06-19 15:40:07 +03:00
|
|
|
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>Grim</string>
|
|
|
|
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>0.1.0</string>
|
|
|
|
|
|
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
|
|
<array>
|
|
|
|
<string>MacOSX</string>
|
|
|
|
</array>
|
|
|
|
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1</string>
|
|
|
|
|
2024-09-13 15:21:43 +03:00
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>Apple SimpleText document</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>com.apple.traditional-mac-plain-text</string>
|
|
|
|
</array>
|
|
|
|
<key>NSDocumentClass</key>
|
|
|
|
<string>Document</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>Unknown document</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>public.data</string>
|
|
|
|
</array>
|
|
|
|
<key>NSDocumentClass</key>
|
|
|
|
<string>Document</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
|
2024-06-19 15:40:07 +03:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.finance</string>
|
|
|
|
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>2024</string>
|
|
|
|
</dict>
|
|
|
|
</plist>
|