Skip to content

Commit

Permalink
Add Android to platforms supported
Browse files Browse the repository at this point in the history
  • Loading branch information
finagolfin committed Dec 3, 2023
1 parent 64b0392 commit 44b2db3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platform-support/_platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ These are the platforms one can use for Swift's development tools. This table sh
| **Amazon Linux** | Amazon Linux |
| **Red Hat Universal Base Image** | Red Hat Universal Base Image |
| **Windows** | Windows |
| **Android** | Android |

#### Minimum deployment version

Expand All @@ -37,6 +38,7 @@ This table shows the minimum OS version for which a Swift application can be dep
| **Amazon Linux** |2 |
| **Red Hat Universal Base Image** |9 |
| **Windows** |10.0 |
| **Android** |5.0 (API 21) |

#### Development Tools

Expand All @@ -50,6 +52,7 @@ The Swift compiler and debugger run on platforms supporting development. Suppor
| **Amazon Linux** |||
| **Red Hat Universal Base Image** |||
| **Windows** |||
| **Android** |||

### Deployment-only

Expand All @@ -68,6 +71,7 @@ The table below list the available capabilities on each platform for running Swi
| **Amazon Linux** |||
| **Red Hat Universal Base Image** |||
| **Windows** || |
| **Android** | | |

## Platform Owners

Expand All @@ -82,6 +86,7 @@ Platform owners help facilitate contributors to the Swift project to collaborate
| **Apple platforms** | [Docs](/getting-started/#on-macos) | [Apple Inc.](https://www.apple.com) ||
| **Linux** | [Docs](/getting-started/#on-linux) | [Apple Inc.](https://www.apple.com) ||
| **Windows** | [Docs](/getting-started/#on-windows)| [Apple Inc.](https://www.apple.com) ||
| **Android** | [Docs](https://github.com/finagolfin/swift-android-sdk/blob/main/README.md)| [Finagolfin](https://github.com/finagolfin) | |

* Apple platforms includes macOS, iOS, tvOS, and watchOS.
* Linux includes Ubuntu, CentOS, Amazon Linux and Red Hat Universal Base Image platforms.
Expand Down

0 comments on commit 44b2db3

Please sign in to comment.