mirror of
https://github.com/carey314/mio-plugin-clipper.git
synced 2026-08-09 23:34:32 +00:00
36 lines
1.2 KiB
Plaintext
36 lines
1.2 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>CFBundleDevelopmentRegion</key>
|
|||
|
|
<string>zh_CN</string>
|
|||
|
|
<key>CFBundleExecutable</key>
|
|||
|
|
<string>ClipperPlugin</string>
|
|||
|
|
<key>CFBundleIdentifier</key>
|
|||
|
|
<string>com.mioisland.plugin.clipper</string>
|
|||
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|||
|
|
<string>6.0</string>
|
|||
|
|
<key>CFBundleName</key>
|
|||
|
|
<string>划词侠</string>
|
|||
|
|
<key>CFBundlePackageType</key>
|
|||
|
|
<string>BNDL</string>
|
|||
|
|
<key>CFBundleShortVersionString</key>
|
|||
|
|
<string>0.1.0</string>
|
|||
|
|
<key>CFBundleVersion</key>
|
|||
|
|
<string>1</string>
|
|||
|
|
<key>NSPrincipalClass</key>
|
|||
|
|
<string>ClipperPlugin.ClipperPlugin</string>
|
|||
|
|
<!--
|
|||
|
|
Panel size: 380×520.
|
|||
|
|
- 40pt notch reservation strip at the top (matches Music Player /
|
|||
|
|
看盘侠 pattern so the host's floating back-chevron has room).
|
|||
|
|
- 480pt content area below: header + source preview + 2x2 action
|
|||
|
|
grid + footer toggle.
|
|||
|
|
-->
|
|||
|
|
<key>MioPluginPreferredWidth</key>
|
|||
|
|
<integer>380</integer>
|
|||
|
|
<key>MioPluginPreferredHeight</key>
|
|||
|
|
<integer>520</integer>
|
|||
|
|
</dict>
|
|||
|
|
</plist>
|