Remove NSDockTilePlugIn key for Mac App Store build.

This commit is contained in:
David Kocher
2025-08-14 18:32:32 +02:00
parent dcb153ff7a
commit f4bc5789cb
3 changed files with 12 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
# Changelog
[9.2.2](https://github.com/iterate-ch/cyberduck/compare/release-9-2-1...release-9-2-2)
* [Bugfix] Remove Dock Tile Plugin (macOS, Mac App Store)
[9.2.1](https://github.com/iterate-ch/cyberduck/compare/release-9-2-0...release-9-2-1)
* [Bugfix] Unable to enter username in login prompt (macOS)
+2 -2
View File
@@ -276,6 +276,8 @@
<string>${SPARKLEFEED}</string>
<key>SUEnableAutomaticChecks</key>
<false/>
<key>NSDockTilePlugIn</key>
<string>Cyberduck Dock Plugin.docktileplugin</string>
#endif
<key>NSServices</key>
<array>
@@ -413,7 +415,5 @@
<string>Allow to download files</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NSDockTilePlugIn</key>
<string>Cyberduck Dock Plugin.docktileplugin</string>
</dict>
</plist>
+7
View File
@@ -84,6 +84,13 @@
Mastodon.
</p>
<p>
<a target="_blank" href="https://trac.cyberduck.io/milestone/9.2.2"><strong>Version 9.2.2</strong></a>
</p>
<ul data-sparkle-version="9.2.2">
<li><span class="label label-success">Bugfix</span> Remove Dock Tile Plugin (macOS, Mac App Store)</li>
</ul>
<p>
<a target="_blank" href="https://trac.cyberduck.io/milestone/9.2.1"><strong>Version 9.2.1</strong></a>
</p>