🍎 添加 Info.plist,打包为 .app bundle

This commit is contained in:
JOJO 2026-05-05 21:38:42 +08:00
parent 342dced264
commit 794e23a178

26
Info.plist Normal file
View File

@ -0,0 +1,26 @@
<?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>CFBundleExecutable</key>
<string>FloatingMonitor</string>
<key>CFBundleIdentifier</key>
<string>com.cyjai.monitor</string>
<key>CFBundleName</key>
<string>Monitor</string>
<key>CFBundleDisplayName</key>
<string>Monitor</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>LSMinimumSystemVersion</key>
<string>14.0</string>
<key>LSUIElement</key>
<true/>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>