sindresorhus / DockProgress

Show progress in your app's Dock icon

Home Page:https://swiftpackageindex.com/sindresorhus/DockProgress/documentation/dockprogress/dockprogress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to complete DockProgress in 4.3.0 version

Kyle-Ye opened this issue · comments

commented

In the 3.2.0 version, if we set the progress value to "1.0". The extra dock progress will be hidden.

let icon = (0..<1).contains(progress) ? draw(appIcon) : appIcon

The above logic does not seem to have been retained in the latest version 4.3.0.

Related Issue: XcodesOrg/XcodesApp#529 (comment)

Would you be able to try out this commit? d4f23b5

commented

Would you be able to try out this commit? d4f23b5

Tried it. It works.

Would you minding releasing a new version (eg. 4.3.1 or 4.4.0) for it? Thanks

See XcodesOrg/XcodesApp#545