rssguard/resources/macosx/Info.plist.in

45 lines
1.4 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
<key>CFBundleGetInfoString</key>
<string>@EXECUTABLE@ (C) 2011-2016 Martin Rotter</string>
<key>CFBundleIconFile</key>
<string>@ICON@</string>
<key>CFBundleIdentifier</key>
2016-08-24 13:21:06 +02:00
<string>org.martinrotter.rssguard</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>@APP_NAME@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
2016-08-04 06:32:26 +02:00
<string>@SHORT_VERSION@</string>
<key>CFBundleSignature</key>
2016-08-23 04:21:32 +02:00
<string>@TYPEINFO@</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>(C) 2011-2016 Martin Rotter</string>
<!--
<key>NOTE</key>
<string>Icon is disabled from dock. Only systray is used.</string>
<key>LSUIElement</key>
<string>1</string>
-->
</dict>
</plist>