2026-04-11 15:37:11 +00:00
|
|
|
<?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>en</string>
|
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
|
<string>MusicPlugin</string>
|
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
|
<string>com.mioisland.plugin.music-player</string>
|
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
|
<string>6.0</string>
|
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
|
<string>Music Player</string>
|
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
|
<string>BNDL</string>
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2026-04-21 00:05:01 +00:00
|
|
|
<string>2.2.2</string>
|
2026-04-11 15:37:11 +00:00
|
|
|
<key>CFBundleVersion</key>
|
2026-04-21 00:05:01 +00:00
|
|
|
<string>11</string>
|
2026-04-11 15:37:11 +00:00
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
|
<string>MusicPlugin.MusicPlugin</string>
|
2026-04-19 12:42:14 +00:00
|
|
|
<!--
|
|
|
|
|
Optional size hint for the expanded plugin panel.
|
|
|
|
|
Host reads these on plugin load and caps the expanded area to the
|
|
|
|
|
requested dimensions instead of the default ~620x780. Both keys
|
|
|
|
|
must be present. Range: width 280-1200, height 180-900. Values
|
|
|
|
|
outside that range are ignored and the host falls back to default.
|
|
|
|
|
-->
|
|
|
|
|
<key>MioPluginPreferredWidth</key>
|
|
|
|
|
<integer>440</integer>
|
|
|
|
|
<key>MioPluginPreferredHeight</key>
|
|
|
|
|
<integer>340</integer>
|
2026-04-11 15:37:11 +00:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|