Files
Sale Djenic 6e682a08b6 chore(macos): macOS icon update (support for macOS 26, Liquid Glass app icon)
Legacy .icns replaced with a new Tahoe (macOS 26) Liquid Glass app icon.
Icon Composer documents (Status.icon, StatusDev.icon) and precompiled Assets.car
added and CFBundleIconName updated so the icon meet a new requirements.
Old .icns kept as fallback for older MacOS versions.
2026-08-17 12:32:58 +02:00

46 lines
1.6 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>Status Desktop</string>
<key>CFBundleExecutable</key>
<string>nim_status_client</string>
<key>CFBundleIconFile</key>
<string>status.icns</string>
<key>CFBundleIconName</key>
<string>Status</string>
<key>CFBundleIdentifier</key>
<string>im.Status.NimStatusClient</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Status</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
<string>status.im.customurl</string>
<key>CFBundleURLSchemes</key>
<array>
<string>status-app</string>
</array>
</dict>
</array>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>IFMajorVersion</key>
<integer>1</integer>
<key>IFMinorVersion</key>
<integer>0</integer>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>NSCameraUsageDescription</key>
<string>Status uses camera to scan QR codes</string>
</dict>
</plist>