Skip to content

Add note about minimum deployment versions for Apple platforms #2190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Sources/GRPCCore/Documentation.docc/Articles/Compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Loading