Skip to content

Commit 6cc052e

Browse files
committed
compatibility matrix
1 parent b41e91b commit 6cc052e

File tree

1 file changed

+13
-13
lines changed
  • docs/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Installation_and_Configuration/Titanium_Compatibility_Matrix

1 file changed

+13
-13
lines changed

docs/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Installation_and_Configuration/Titanium_Compatibility_Matrix/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This document describes the system environments that are compatible with Titaniu
1313

1414
Some information about legacy Titanium SDK versions is included here solely for reference. Thus, only the following releases are officially supported:
1515

16-
* 10.0.0 - latest
16+
* 12.0.0 - latest
1717

1818
### Pre-release versions
1919

@@ -37,14 +37,15 @@ The Java Development Kit (JDK) is required to build Titanium apps and modules fo
3737

3838
| Titanium SDK version | Min JDK version | Max JDK version |
3939
| --- | --- | --- |
40-
| 10.1.0 - latest | 11 | 16 |
41-
| 9.0.2 - 10.0.2 | 8 | 15 |
40+
| 12.0.0 - latest | 11 | 17 |
4241

4342
<details>
4443
<summary><b>Unsupported version</b></summary>
4544

4645
| Titanium SDK version | Min JDK version | Max JDK version |
4746
| --- | --- | --- |
47+
| 10.1.0 - 11.1.1 | 11 | 16 |
48+
| 9.0.2 - 10.0.2 | 8 | 15 |
4849
| 9.0.1 | 8 | 13 |
4950
| 9.0.0 | 8 | 12 |
5051
| 7.5.0 - 8.3.1 | 8 | 14 |
@@ -69,11 +70,8 @@ On Windows you will need to enable `dev mode` in the Windows settings in order t
6970

7071
| Unified CLI Version | Min Node Version | Max Node Version |
7172
| --- | --- | --- |
72-
| 12.1.0 - latest | 16.x | 19.x |
73-
| 10.0.1 - 12.0.0 | 14.x | 16.x |
74-
| 9.0.0 - 10.0.0 | 12.13.0 | 15.x |
73+
| 12.1.0 - latest | 16.x | 20.x |
7574

76-
_Info: with Titanium CLI 6.0.0 the support for Node 12 was dropped_
7775

7876
See [Installing Node](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Prerequisites/Installing_Node.html) for details.
7977

@@ -82,6 +80,8 @@ See [Installing Node](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Prerequis
8280

8381
| Unified CLI Version | Min Node Version | Max Node Version |
8482
| --- | --- | --- |
83+
| 10.0.1 - 12.0.0 | 14.x | 16.x |
84+
| 9.0.0 - 10.0.0 | 12.13.0 | 15.x |
8585
| 8.0.0 - 8.2.0 | 10.13.0 | 12.x |
8686
| 7.1.0 - 7.1.2 | 8.x | 10.x |
8787
| 6.2.2 - 7.0.12 | 6.x | 8.15.x |
@@ -133,14 +133,14 @@ Each Titanium SDK supports building against a specific range of Android versions
133133

134134
| Titanium SDK Version | Min Target Android Version <br />(android:targetSdkVersion) | Max Target Android Version <br />(android:targetSdkVersion) | Min Supported Android Version <br />(android:minSdkVersion) |
135135
| --- | --- | --- | --- |
136-
| 12.0.0 - latest\* | 6.0.x (API 23) | 13.0.x (API 33) | 5.0.x (API 21) |
137-
| 10.1.0 - 11.1.1 | 6.0.x (API 23) | 12.0.x (API 31) | 5.0.x (API 21) |
136+
| 12.0.0 - latest | 6.0.x (API 23) | 13.0.x (API 33) | 5.0.x (API 21) |
138137

139138
<details>
140139
<summary><b>Unsupported versions</b></summary>
141140

142141
| Titanium SDK Version | Min Target Android Version <br />(android:targetSdkVersion) | Max Target Android Version <br />(android:targetSdkVersion) | Min Supported Android Version <br />(android:minSdkVersion) |
143142
| --- | --- | --- | --- |
143+
| 10.1.0 - 11.1.1 | 6.0.x (API 23) | 12.0.x (API 31) | 5.0.x (API 21) |
144144
| 10.0.0 - 10.0.2 | 6.0.x (API 23) | 11.0.x (API 30) | 5.0.x (API 21) |
145145
| 9.3.0 - 9.3.2 | 6.0.x (API 23) | 11.0.x (API 30) | 4.4.x (API 19) |
146146
| 8.3.0 - 9.2.2 | 6.0.x (API 23) | 10.0.x (API 29) | 4.4.x (API 19) |
@@ -204,14 +204,14 @@ Each Titanium SDK supports a specific range of Xcode versions, shown in the tabl
204204
| Titanium SDK Version | Min Xcode Version | Max Xcode Version | Notes |
205205
| --- | --- | --- | --- |
206206
| 10.1.0 - latest | 11.0.0 | 13.x | Full support for iOS 15 |
207-
| 10.0.0 - 10.0.2 | 11.0.0 | 12.x | Dropped iOS 11 support |
208-
| 9.3.0 - 9.3.2 | 11.0.0 | 12.x | |
209207

210208
<details>
211209
<summary><b>Unsupported versions of Xcode</b></summary>
212210

213211
| Titanium SDK Version | Min Xcode Version | Max Xcode Version | Notes |
214212
| --- | --- | --- | --- |
213+
| 10.0.0 - 10.0.2 | 11.0.0 | 12.x | Dropped iOS 11 support |
214+
| 9.3.0 - 9.3.2 | 11.0.0 | 12.x | |
215215
| 9.2.0 - 9.2.2 | 11.0.0 | 12.x | Full support for iOS 14 and beta support for macOS via Mac Catalyst |
216216
| 9.0.0 - 9.1.0 | 9.0.0 | 11.x | Dropped iOS 9 support |
217217
| 8.3.0 - 8.3.1 | 8.0.0 | 11.x | |
@@ -245,14 +245,14 @@ Each Titanium SDK supports a specific range of iOS base SDKs and deployment targ
245245
| Titanium SDK version | Minimum iOS SDK version | Maximum iOS SDK version | Minimum target iOS version | Maximum target iOS version |
246246
| --- | --- | --- | --- | --- |
247247
| 10.1.0 - latest | 13.0.0 | 15.x | 12.0 | 15.x |
248-
| 10.0.0 - 10.0.2 | 13.0.0 | 14.x | 12.0 | 14.x |
249-
| 9.2.0 - 9.3.x | 13.0.0 | 14.x | 10.0 | 14.x |
250248

251249
<details>
252250
<summary><b>Unsupported versions of iOS SDK / Target iOS platform</b></summary>
253251

254252
| Titanium SDK version | Minimum SDK version | Maximum SDK version | Minimum target iOS version | Maximum target iOS version |
255253
| --- | --- | --- | --- | --- |
254+
| 10.0.0 - 10.0.2 | 13.0.0 | 14.x | 12.0 | 14.x |
255+
| 9.2.0 - 9.3.x | 13.0.0 | 14.x | 10.0 | 14.x |
256256
| 9.0.0 - 9.1.2 | 11.0.0 | 13.x | 10.0 | 13.x |
257257
| 8.2.0 - 8.3.1 | 10.0.0 | 13.x | 9.0 | 13.x |
258258
| 8.0.0 - 8.1.1 | 10.0.0 | 12.x | 9.0 | 12.x |

0 commit comments

Comments
 (0)