2023-09-21 21:04:52 +03:00
|
|
|
<?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>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>PDF</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Default</string>
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>com.adobe.pdf</string>
|
|
|
|
</array>
|
|
|
|
<key>NSDocumentClass</key>
|
2023-10-01 01:58:24 +03:00
|
|
|
<string>MacPDFDocument</string>
|
2023-09-21 21:04:52 +03:00
|
|
|
</dict>
|
|
|
|
</array>
|
2023-09-30 02:59:22 +03:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>MacPDF</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>org.serenityos.MacPDF</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>MacPDF</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>13.3</string>
|
|
|
|
<key>NSMainNibFile</key>
|
|
|
|
<string>MainMenu</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
2023-09-22 01:43:26 +03:00
|
|
|
<key>NSSupportsAutomaticTermination</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSSupportsSuddenTermination</key>
|
|
|
|
<true/>
|
2023-09-21 21:04:52 +03:00
|
|
|
</dict>
|
|
|
|
</plist>
|