@@ -21,6 +21,7 @@ These are the platforms one can use for Swift's development tools. This table sh
21
21
| ** Amazon Linux** | Amazon Linux |
22
22
| ** Red Hat Universal Base Image** | Red Hat Universal Base Image |
23
23
| ** Windows** | Windows |
24
+ | ** Android** | Android |
24
25
25
26
#### Minimum deployment version
26
27
@@ -37,6 +38,7 @@ This table shows the minimum OS version for which a Swift application can be dep
37
38
| ** Amazon Linux** | 2 |
38
39
| ** Red Hat Universal Base Image** | 9 |
39
40
| ** Windows** | 10.0 |
41
+ | ** Android** | 5.0 (API 21) |
40
42
41
43
#### Development Tools
42
44
@@ -50,6 +52,7 @@ The Swift compiler and debugger run on platforms supporting development. Suppor
50
52
| ** Amazon Linux** | ✓ | ✓ |
51
53
| ** Red Hat Universal Base Image** | ✓ | ✓ |
52
54
| ** Windows** | ✓ | ✓ |
55
+ | ** Android** | ✓ | ✓ |
53
56
54
57
### Deployment-only
55
58
@@ -68,6 +71,7 @@ The table below list the available capabilities on each platform for running Swi
68
71
| ** Amazon Linux** | ✓ | ✓ |
69
72
| ** Red Hat Universal Base Image** | ✓ | ✓ |
70
73
| ** Windows** | ✓ | |
74
+ | ** Android** | | |
71
75
72
76
## Platform Owners
73
77
@@ -82,6 +86,7 @@ Platform owners help facilitate contributors to the Swift project to collaborate
82
86
| ** Apple platforms** | [ Docs] ( /getting-started/#on-macos ) | [ Apple Inc.] ( https://www.apple.com ) | ✓ |
83
87
| ** Linux** | [ Docs] ( /getting-started/#on-linux ) | [ Apple Inc.] ( https://www.apple.com ) | ✓ |
84
88
| ** Windows** | [ Docs] ( /getting-started/#on-windows ) | [ Apple Inc.] ( https://www.apple.com ) | ✓ |
89
+ | ** Android** | [ Docs] ( https://github.com/finagolfin/swift-android-sdk/blob/main/README.md ) | [ Finagolfin] ( https://github.com/finagolfin ) | |
85
90
86
91
* Apple platforms includes macOS, iOS, tvOS, and watchOS.
87
92
* Linux includes Ubuntu, CentOS, Amazon Linux and Red Hat Universal Base Image platforms.
0 commit comments