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 12:45:46 -05:00
|
|
|
<!-- See: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -->
|
|
|
|
|
2018-09-21 12:26:47 -05:00
|
|
|
<key>CFBundleVersion</key>
|
2020-02-06 11:55:08 +01:00
|
|
|
<string>1.2.6</string>
|
2018-09-21 12:26:47 -05:00
|
|
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2020-02-06 11:55:08 +01:00
|
|
|
<string>1.2.6</string>
|
2018-09-21 12:26:47 -05: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 12:26:47 -05: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 12:26:47 -05: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 12:26:47 -05: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 12:26:47 -05:00
|
|
|
|
2015-03-05 11:40:49 +01:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
2019-09-19 16:18:30 +02:00
|
|
|
<string>Copyright © 2013-2019 - The Bisq developers</string>
|
2018-09-21 12:26:47 -05:00
|
|
|
|
2018-09-21 12:45:46 -05: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 12:26:47 -05: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>
|
2020-01-10 08:08:47 +09:00
|
|
|
|
2020-01-16 23:57:01 +09:00
|
|
|
<!-- macOS will manage light/dark title bar automatically -->
|
2020-01-10 08:08:47 +09:00
|
|
|
<key>NSRequiresAquaSystemAppearance</key>
|
|
|
|
<false/>
|
2015-03-05 11:40:49 +01:00
|
|
|
</dict>
|
|
|
|
</plist>
|