Files
go-mxl-player/release/mac/MXL-player.app/Contents/Info.plist
T
2026-09-05 12:08:26 +03:00

40 lines
926 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple/DTD PLIST 1.0//EN"
"https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>MXL Player</string>
<key>CFBundleDisplayName</key>
<string>MXL Player</string>
<key>CFBundleIdentifier</key>
<string>io.github.jitten.mxl-player</string>
<key>CFBundleExecutable</key>
<string>mxl-player</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>13.0</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.video</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
</dict>
</plist>