2015-03-05 11:40:49 +01:00
|
|
|
<?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>
|
2018-09-21 19:45:46 +02:00
|
|
|
<!-- See: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -->
|
|
|
|
|
2018-09-21 19:26:47 +02:00
|
|
|
<key>CFBundleVersion</key>
|
2022-07-04 09:52:27 +02:00
|
|
|
<string>1.9.4</string>
|
2018-09-21 19:26:47 +02:00
|
|
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2022-07-04 09:52:27 +02:00
|
|
|
<string>1.9.4</string>
|
2018-09-21 19:26:47 +02:00
|
|
|
|
2015-03-05 11:40:49 +01:00
|
|
|
<key>CFBundleExecutable</key>
|
2017-06-28 01:14:04 +02:00
|
|
|
<string>Bisq</string>
|
2018-09-21 19:26:47 +02:00
|
|
|
|
2017-06-27 01:29:51 +02:00
|
|
|
<key>CFBundleName</key>
|
2017-06-28 01:14:04 +02:00
|
|
|
<string>Bisq</string>
|
2018-09-21 19:26:47 +02:00
|
|
|
|
2015-03-05 11:40:49 +01:00
|
|
|
<key>CFBundleIdentifier</key>
|
2018-07-04 13:38:56 +02:00
|
|
|
<string>io.bisq.CAT</string>
|
2018-09-21 19:26:47 +02:00
|
|
|
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>Bisq.icns</string>
|
|
|
|
|
2015-03-05 11:40:49 +01:00
|
|
|
<key>LSApplicationCategoryType</key>
|
2015-05-15 03:29:52 +02:00
|
|
|
<string>public.app-category.finance</string>
|
2018-09-21 19:26:47 +02:00
|
|
|
|
2015-03-05 11:40:49 +01:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
2022-01-25 19:42:28 +01:00
|
|
|
<string>Copyright © 2013-2022 - The Bisq developers</string>
|
2018-09-21 19:26:47 +02:00
|
|
|
|
2018-09-21 19:45:46 +02:00
|
|
|
<!-- 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/>
|
|
|
|
|
2015-05-15 03:29:52 +02:00
|
|
|
<key>NSHighResolutionCapable</key>
|
2017-06-27 01:29:51 +02:00
|
|
|
<string>true</string>
|
2018-09-21 19:26:47 +02:00
|
|
|
|
|
|
|
<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>
|
2015-03-05 11:40:49 +01:00
|
|
|
</dict>
|
|
|
|
</plist>
|