31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
<?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>CFBundleName</key>
|
|
<string>MiniPlayer</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>MiniPlayer</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>cn.opencomputing.miniplayer</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>MiniPlayer</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>13.0</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.entertainment</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2026. All rights reserved.</string>
|
|
</dict>
|
|
</plist>
|