Skip to content

Commit e31dd43

Browse files
authored
Add note about minimum deployment versions for Apple platforms (#2190)
Motivation: The compatibility doc doesn't mention minimum deployment versions for Apple platforms. It should. Modifications: - Add minimum deployment versions. Result: Better docs.
1 parent c51d91b commit e31dd43

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Sources/GRPCCore/Documentation.docc/Articles/Compatibility.md

+11
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,14 @@ gRPC Swift aims to support the same platforms as Swift project. These are listed
2020
on [swift.org](https://www.swift.org/platform-support/).
2121

2222
The only known unsupported platform from that list is currently Windows.
23+
24+
Apple platforms have a minimum deployment version. These are as follows for gRPC
25+
Swift:
26+
27+
| OS | Minimum Deployment Version |
28+
|----------|----------------------------|
29+
| macOS | 15.0 |
30+
| iOS | 18.0 |
31+
| tvOS | 18.0 |
32+
| watchOS | 11.0 |
33+
| visionOS | 2.0 |

0 commit comments

Comments
 (0)