mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
3b9412fece
Some checks are pending
ci/gh-actions/build / build-ubuntu-without-scanner (push) Waiting to run
ci/gh-actions/guix / cache-sources (push) Waiting to run
ci/gh-actions/guix / x86_64-w64-mingw32 (push) Blocked by required conditions
ci/gh-actions/guix / bundle-logs (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-linux-gnu.no-tor-bundle (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-linux-gnu.pack (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-linux-gnu (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-w64-mingw32.installer (push) Blocked by required conditions
ci/gh-actions/guix / aarch64-linux-gnu (push) Blocked by required conditions
ci/gh-actions/guix / arm-linux-gnueabihf (push) Blocked by required conditions
ci/gh-actions/guix / arm64-apple-darwin (push) Blocked by required conditions
ci/gh-actions/guix / i686-linux-gnu (push) Blocked by required conditions
ci/gh-actions/guix / riscv64-linux-gnu (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-apple-darwin (push) Blocked by required conditions
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>11</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>
|