Add link to API docs

This commit is contained in:
Sindre Sorhus 2023-05-24 21:57:57 +07:00
parent 6169a023e4
commit 972ad1a622
1 changed files with 5 additions and 5 deletions

View File

@ -2,10 +2,6 @@
> Show progress in your app's Dock icon
<img src="screenshot.gif" width="485">
This package is used in production by the [Gifski app](https://github.com/sindresorhus/Gifski). You may also like some of my [other apps](https://sindresorhus.com/apps).
## Requirements
macOS 10.15+
@ -16,6 +12,10 @@ Add `https://github.com/sindresorhus/DockProgress` in the [“Swift Package Mana
*Latest version: 4.2.0*
## API
[See the API docs.](https://swiftpackageindex.com/sindresorhus/DockProgress/documentation/dockprogress/dockprogress)
## Usage
### Manually set the progress
@ -113,4 +113,4 @@ DockProgress.style = .pie(color: .systemBlue)
- [Defaults](https://github.com/sindresorhus/Defaults) - Swifty and modern UserDefaults
- [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts) - Add user-customizable global keyboard shortcuts to your macOS app
- [LaunchAtLogin](https://github.com/sindresorhus/LaunchAtLogin) - Add "Launch at Login" functionality to your macOS app
- [More…](https://github.com/search?q=user%3Asindresorhus+language%3Aswift)
- [More…](https://github.com/search?q=user%3Asindresorhus+language%3Aswift+archived%3Afalse&type=repositories)