mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
68 lines
1.8 KiB
Plaintext
68 lines
1.8 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>ATSApplicationFontsPath</key>
|
|
<string>fonts/</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>elmt</string>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>elmt</string>
|
|
</array>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>titleblock</string>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>titleblock</string>
|
|
</array>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>qet</string>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>qet</string>
|
|
</array>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleExecutable</key>
|
|
<string>qelectrotech</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>qelectrotech.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.qelectrotech</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>NOTE</key>
|
|
<string>This file was generated by Qt/QMake.</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string></string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<string>YES</string>
|
|
<key>NSHighResolutionMagnifyAllowed</key>
|
|
<string>NO</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>GNU Public License, Version 2, June 1991</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>12.3.0</string>
|
|
</dict>
|
|
</plist>
|