rssguard/resources/macosx/Info.plist.in

45 lines
1.4 KiB
XML

<?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>@CMAKE_PROJECT_NAME@</string>
<key>CFBundleGetInfoString</key>
<string>@CMAKE_PROJECT_NAME@ (C) 2011-2016 Martin Rotter</string>
<key>CFBundleIconFile</key>
<string>@CMAKE_PROJECT_NAME@.icns</string>
<key>CFBundleIdentifier</key>
<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>
<string>@CMAKE_PROJECT_VERSION@</string>
<key>CFBundleSignature</key>
<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>