@@ -20,6 +20,7 @@ These are the platforms one can use for Swift's development tools. This table sh
20
20
| ** CentOS** | CentOS |
21
21
| ** Amazon Linux** | Amazon Linux |
22
22
| ** Windows** | Windows |
23
+ | ** Android** | Android |
23
24
24
25
#### Minimum deployment version
25
26
@@ -35,6 +36,7 @@ This table shows the minimum OS version for which a Swift application can be dep
35
36
| ** CentOS** | 7 |
36
37
| ** Amazon Linux** | 2 |
37
38
| ** Windows** | 10.0 |
39
+ | ** Android** | 5.0 (API 21) |
38
40
39
41
#### Development Tools
40
42
@@ -47,6 +49,7 @@ The Swift compiler and debugger run on platforms supporting development. Suppor
47
49
| ** CentOS** | ✓ | ✓ |
48
50
| ** Amazon Linux** | ✓ | ✓ |
49
51
| ** Windows** | ✓ | ✓ |
52
+ | ** Android** | ✓ | ✓ |
50
53
51
54
### Deployment-only
52
55
@@ -64,6 +67,7 @@ The table below list the available capabilities on each platform for running Swi
64
67
| ** CentOS** | ✓ | ✓ |
65
68
| ** Amazon Linux** | ✓ | ✓ |
66
69
| ** Windows** | ✓ | ✓ |
70
+ | ** Android** | | |
67
71
68
72
## Platform Owners
69
73
@@ -78,6 +82,7 @@ Platform owners help facilitate contributors to the Swift project to collaborate
78
82
| ** Apple platforms** | [ Docs] ( /getting-started/#on-macos ) | [ Apple Inc.] ( https://www.apple.com ) | ✓ |
79
83
| ** Linux** | [ Docs] ( /getting-started/#on-linux ) | [ Apple Inc.] ( https://www.apple.com ) | ✓ |
80
84
| ** Windows** | [ Docs] ( /getting-started/#on-windows ) | [ Saleem Abdulrasool] ( https://github.com/compnerd ) | |
85
+ | ** Android** | [ Docs] ( https://github.com/finagolfin/swift-android-sdk/blob/main/README.md ) | [ Finagolfin] ( https://github.com/finagolfin ) | |
81
86
82
87
* Apple platforms includes macOS, iOS, tvOS, and watchOS.
83
88
* Linux includes Ubuntu, CentOS and Amazon Linux platforms.
0 commit comments