Skip to content

Commit f4bc578

Browse files
committed
Remove NSDockTilePlugIn key for Mac App Store build.
1 parent dcb153f commit f4bc578

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
[9.2.2](https://github.com/iterate-ch/cyberduck/compare/release-9-2-1...release-9-2-2)
4+
* [Bugfix] Remove Dock Tile Plugin (macOS, Mac App Store)
5+
36
[9.2.1](https://github.com/iterate-ch/cyberduck/compare/release-9-2-0...release-9-2-1)
47
* [Bugfix] Unable to enter username in login prompt (macOS)
58

setup/app/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@
276276
<string>${SPARKLEFEED}</string>
277277
<key>SUEnableAutomaticChecks</key>
278278
<false/>
279+
<key>NSDockTilePlugIn</key>
280+
<string>Cyberduck Dock Plugin.docktileplugin</string>
279281
#endif
280282
<key>NSServices</key>
281283
<array>
@@ -413,7 +415,5 @@
413415
<string>Allow to download files</string>
414416
<key>ITSAppUsesNonExemptEncryption</key>
415417
<false/>
416-
<key>NSDockTilePlugIn</key>
417-
<string>Cyberduck Dock Plugin.docktileplugin</string>
418418
</dict>
419419
</plist>

www/update/changelog.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@
8484
Mastodon.
8585
</p>
8686

87+
<p>
88+
<a target="_blank" href="https://trac.cyberduck.io/milestone/9.2.2"><strong>Version 9.2.2</strong></a>
89+
</p>
90+
<ul data-sparkle-version="9.2.2">
91+
<li><span class="label label-success">Bugfix</span> Remove Dock Tile Plugin (macOS, Mac App Store)</li>
92+
</ul>
93+
8794
<p>
8895
<a target="_blank" href="https://trac.cyberduck.io/milestone/9.2.1"><strong>Version 9.2.1</strong></a>
8996
</p>

0 commit comments

Comments
 (0)