浏览代码

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.
George Barnett 10 月之前
父节点
当前提交
e31dd430e3
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      Sources/GRPCCore/Documentation.docc/Articles/Compatibility.md

+ 11 - 0
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
 on [swift.org](https://www.swift.org/platform-support/).
 
 The only known unsupported platform from that list is currently Windows.
+
+Apple platforms have a minimum deployment version. These are as follows for gRPC
+Swift:
+
+| OS       | Minimum Deployment Version |
+|----------|----------------------------|
+| macOS    | 15.0                       |
+| iOS      | 18.0                       |
+| tvOS     | 18.0                       |
+| watchOS  | 11.0                       |
+| visionOS | 2.0                        |