-
Notifications
You must be signed in to change notification settings - Fork 16
Commit 1ab51fe
Add visionOS platform support (#31)
### Motivation
While this isn't technically necessary, as all versions of a platform
not explicitly mentioned are assumed to be supported, it's better to be
explicit here.
### Modifications
Add `visionOS(.v1)` to the list of supported platforms.
### Result
Clearer support matrix.
### Test Plan
N/A, this is basically just a documentation change.1 parent 0859ead commit 1ab51fe
File tree
3 files changed
+7
-7
lines changed- Sources/OpenAPIAsyncHTTPClient/Documentation.docc
3 files changed
+7
-7
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | - | ||
28 | + | ||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | - | ||
13 | - | ||
14 | - | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | - | ||
13 | - | ||
14 | - | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
0 commit comments