We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51d91b commit e31dd43Copy full SHA for e31dd43
Sources/GRPCCore/Documentation.docc/Articles/Compatibility.md
@@ -20,3 +20,14 @@ gRPC Swift aims to support the same platforms as Swift project. These are listed
20
on [swift.org](https://www.swift.org/platform-support/).
21
22
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