haveno/desktop/package/macosx/Info.plist
2024-09-04 08:40:57 -04:00

59 lines
1.7 KiB
Plaintext

<?xml version="1.0" ?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- See: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -->
<key>CFBundleVersion</key>
<string>1.0.11</string>
<key>CFBundleShortVersionString</key>
<string>1.0.11</string>
<key>CFBundleExecutable</key>
<string>Haveno</string>
<key>CFBundleName</key>
<string>Haveno</string>
<key>CFBundleIdentifier</key>
<string>io.haveno.CAT</string>
<key>CFBundleIconFile</key>
<string>Haveno.icns</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.finance</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2024 - The Haveno developers</string>
<!-- Only supported in older OSX versions.
See: https://github.com/bitcoin/bitcoin/issues/11896#issuecomment-352148399-->
<key>LSAppNapIsDisabled</key>
<true/>
<!-- See: https://developer.apple.com/library/archive/qa/qa1734/_index.html-->
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NSHighResolutionCapable</key>
<string>true</string>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>10.7.4</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
</dict>
</plist>