2018-05-02 15:27:22 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>10.10.0</string>
|
|
|
|
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
|
|
|
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>appicon.icns</string>
|
|
|
|
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>monero-wallet-gui</string>
|
2018-05-10 21:26:59 +00:00
|
|
|
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>Monero GUI</string>
|
2018-05-02 15:27:22 +00:00
|
|
|
|
2020-02-13 12:11:05 +00:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>Copyright © 2014-2020 The Monero Project</string>
|
|
|
|
|
2018-05-02 15:27:22 +00:00
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>org.monero-project.monero-wallet-gui</string>
|
|
|
|
|
2020-02-13 02:19:18 +00:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>@VERSION_LONG@</string>
|
|
|
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>@VERSION@</string>
|
|
|
|
|
2018-05-02 15:27:22 +00:00
|
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
|
|
<true/>
|
2018-11-30 06:51:39 +00:00
|
|
|
|
|
|
|
<key>NSRequiresAquaSystemAppearance</key>
|
|
|
|
<string>True</string>
|
2019-03-22 20:02:08 +00:00
|
|
|
|
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>monero Handler</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>monero</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>moneroseed Handler</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>moneroseed</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2018-05-02 15:27:22 +00:00
|
|
|
</dict>
|
2018-05-10 21:10:53 +00:00
|
|
|
</plist>
|