mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
59 lines
1.7 KiB
Plaintext
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.10</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0.10</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>
|