You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+72-31Lines changed: 72 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,57 +12,33 @@ It uses a Swift `Task` to ensure that all resources are properly cleaned up when
12
12
13
13
That's it. It's pretty trivial. I just got tired of writing it over and over, mainly for notifications. You still have to map your `Notification`s to something sendable.
14
14
15
-
## Installation
16
-
17
-
The only way to install this package is with Swift Package Manager (SPM). Please [file a new issue][] or submit a pull-request if you want to use something else.
18
-
19
-
[file a new issue]: https://github.com/samsonjs/AsyncMonitor/issues/new
20
-
21
-
### Supported Platforms
22
-
23
-
This package is supported on iOS 18.0+ and macOS 15.0+.
24
-
25
-
### Xcode
26
-
27
-
When you're integrating this into an app with Xcode then go to your project's Package Dependencies and enter the URL `https://github.com/samsonjs/AsyncMonitor` and then go through the usual flow for adding packages.
28
-
29
-
### Swift Package Manager (SPM)
30
-
31
-
When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
The only way to install this package is with Swift Package Manager (SPM). Please [file a new issue][] or submit a pull-request if you want to use something else.
99
+
100
+
[file a new issue]: https://github.com/samsonjs/AsyncMonitor/issues/new
101
+
102
+
### Supported Platforms
103
+
104
+
This package is supported on iOS 18.0+ and macOS 15.0+.
105
+
106
+
### Xcode
107
+
108
+
When you're integrating this into an app with Xcode then go to your project's Package Dependencies and enter the URL `https://github.com/samsonjs/AsyncMonitor` and then go through the usual flow for adding packages.
109
+
110
+
### Swift Package Manager (SPM)
111
+
112
+
When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
0 commit comments