mirror of
https://github.com/feather-wallet/feather.git
synced 2024-10-31 17:37:43 +00:00
a3ea336c24
11 causes an undiagnosed runtime failure
80 lines
1.8 KiB
XML
80 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
|
<plist version="0.9">
|
|
<dict>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.14</string>
|
|
|
|
<key>LSArchitecturePriority</key>
|
|
<array>
|
|
<string>x86_64</string>
|
|
</array>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
<string>appicon.icns</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
<array>
|
|
<string>MacOSX</string>
|
|
</array>
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2014-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS@</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>@PROJECT_VERSION@</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
<string>@PROJECT_VERSION@</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
<string>feather</string>
|
|
|
|
<key>CFBundleName</key>
|
|
<string>Feather</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.monero-project.feather</string>
|
|
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>Camera is used to scan QR codes on demand.</string>
|
|
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
<true/>
|
|
|
|
<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>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
|
|
<key>NSHighResolutionCapable</key>
|
|
<string>True</string>
|
|
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.finance</string>
|
|
</dict>
|
|
</plist>
|