Skip to content

Commit 70272aa

Browse files
committed
update Release note order, add Arm note in FAQ
1 parent 01af092 commit 70272aa

17 files changed

+26
-20
lines changed

docs/guide/Titanium_SDK/Titanium_SDK_FAQ.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ If you can't find any help here head over to [TiSlack](https://tidev.slack.com/)
1414

1515
You will need node/npm and then you can run `sudo npm i -g titanium alloy` to have all CLI tools. For more details check [Titanium_SDK_Getting_Started](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/) or the [from zero to app - install guide](https://fromzerotoapp.com/how-to-install-appcelerator-titanium/).
1616

17+
## ARM Mac notes
18+
19+
If you you install Titanium SDK on an ARM Mac you might see an error like `Error: spwan Unknown system error -86` when running Titanium commands. To fix this you have to install Rosetta with `softwareupdate --install-rosetta`.
20+
1721
## Where can I find more Titanium tutorials or modules?
1822

1923
Besides this documentation you can look at [from zero to app](https://fromzerotoapp.com/). There you find basic tutorials about installation, your first app, UI tutorials, optimizing apps and much more. It also has a list of common modules you can use in your apps.

docs/guide/Titanium_SDK/Titanium_SDK_Guide/Titanium_Command-Line_Interface_Reference/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Getting started with the CLI only requires two steps:
1717

1818
### Install Node.js
1919

20-
The CLI requires Node.js 4 or later. It is highly recommended you use a LTS (long term support) Node.js release. If you don't have Node installed, install it from:
20+
The CLI requires Node.js 18 or later. It is highly recommended you use a LTS (long term support) Node.js release. If you don't have Node installed, install it from:
2121

2222
* [nodejs.org](http://nodejs.org)
2323

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ weight: '8'
1818
* [Titanium SDK 12.5.1.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.5.1.GA_Release_Note/)
1919
* [Titanium SDK 12.6.0.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.0.GA_Release_Note/)
2020
* [Titanium SDK 12.6.1.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.1.GA_Release_Note/)
21+
* [Titanium SDK 12.6.2.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.2.GA_Release_Note/)
22+
* [Titanium SDK 12.6.3.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.3.GA_Release_Note/)

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.3.0.GA_Release_Note.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.3.0.GA - 16 February 2024
3-
weight: '20'
3+
weight: '21'
44
---
55

66
# Titanium SDK 12.3.0.GA Release Note
@@ -112,4 +112,4 @@ Titanium SDK 12.3.0 is a minor release of the SDK, addressing high-priority issu
112112
| urlSession | n/a | 4.0.1 |
113113
| ti.coremotion | n/a | 4.0.1 |
114114
| ti.applesignin | n/a | 3.1.2 |
115-
| hyperloop | 7.0.6 | 7.0.6 |
115+
| hyperloop | 7.0.6 | 7.0.6 |

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.3.0.RC2_Release_Note.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.3.0.RC2 - 12 February 2024
3-
weight: '19'
3+
weight: '20'
44
---
55

66
# Titanium SDK 12.3.0.RC2 Release Note
@@ -103,4 +103,4 @@ The second RC version fixes some reported issues related to the new scene-handli
103103
| urlSession | n/a | 4.0.1 |
104104
| ti.coremotion | n/a | 4.0.1 |
105105
| ti.applesignin | n/a | 3.1.2 |
106-
| hyperloop | 7.0.6 | 7.0.6 |
106+
| hyperloop | 7.0.6 | 7.0.6 |

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.3.1.GA_Release_Note.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.3.1.GA - 12 June 2024
3-
weight: '19'
3+
weight: '23'
44
---
55

66
# Titanium SDK 12.3.1.GA Release Note
@@ -51,4 +51,4 @@ As of this GA release, the previous Titanium SDK patch release (12.3.0) is no lo
5151
| urlSession | n/a | 4.0.1 |
5252
| ti.coremotion | n/a | 4.0.1 |
5353
| ti.applesignin | n/a | 3.1.2 |
54-
| hyperloop | 7.0.6 | 7.0.6 |
54+
| hyperloop | 7.0.6 | 7.0.6 |

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.3.1.RC_Release_Note.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.3.1.RC - 30 May 2024
3-
weight: '19'
3+
weight: '22'
44
---
55

66
# Titanium SDK 12.3.1.RC Release Note

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.4.0.GA_Release_Note.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.4.0.GA - 17 July 2024
3-
weight: '19'
3+
weight: '25'
44
---
55

66
# Titanium SDK 12.4.0.GA Release Note
@@ -132,4 +132,4 @@ Titanium SDK 12.4.0 is a minor release of the SDK, adding new features and platf
132132
| urlSession | n/a | 4.0.1 |
133133
| ti.coremotion | n/a | 4.0.1 |
134134
| ti.applesignin | n/a | 3.1.2 |
135-
| hyperloop | 7.0.6 | 7.0.6 |
135+
| hyperloop | 7.0.6 | 7.0.6 |

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.4.0.RC_Release_Note.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.4.0.RC - 10 July 2024
3-
weight: '19'
3+
weight: '24'
44
---
55

66
# Titanium SDK 12.4.0.RC Release Note

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.5.0.GA_Release_Note.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.5.0.GA - 16 Sepember 2024
3-
weight: '19'
3+
weight: '27'
44
---
55

66
# Titanium SDK 12.5.0.GA Release Note

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.5.0.RC_Release_Note.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.5.0.RC - 27 August 2024
3-
weight: '19'
3+
weight: '26'
44
---
55

66
# Titanium SDK 12.5.0.RC Release Note

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.5.1.GA_Release_Note.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.5.1.GA - 02 October 2024
3-
weight: '19'
3+
weight: '28'
44
---
55

66
# Titanium SDK 12.5.1.GA Release Note

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.0.GA_Release_Note.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.6.0.GA - 12 December 2024
3-
weight: '19'
3+
weight: '30'
44
---
55

66
# Titanium SDK 12.6.0.GA Release Note

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.0.RC_Release_Note.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.6.0.RC - 01 December 2024
3-
weight: '19'
3+
weight: '29'
44
---
55

66
# Titanium SDK 12.6.0.RC Release Note

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.1.GA_Release_Note.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.6.1.GA - 19 December 2024
3-
weight: '19'
3+
weight: '31'
44
---
55

66
# Titanium SDK 12.6.1.GA Release Note

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.2.GA_Release_Note.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.6.2.GA - 03 February 2025
3-
weight: '19'
3+
weight: '32'
44
---
55

66
# Titanium SDK 12.6.2.GA Release Note
@@ -29,7 +29,7 @@ As of this GA release, the previous Titanium SDK patch release (12.6.1) is no lo
2929
* Hans Knöchel
3030
* restore old scons dependencies to fix local Xcode build ([14d054a](https://github.com/tidev/titanium_mobile/commit/14d054a7b09ea128ffe2917b7853e7fbbda1d14d))
3131
* fix plist entry entry for non-existing fonts ([2cf5a8e](https://github.com/tidev/titanium_mobile/commit/2cf5a8e89cda4848111cbefae99c00036dca2069))
32-
32+
3333

3434
## Bug Fixes
3535

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.3.GA_Release_Note.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Titanium SDK 12.6.3.GA - 06 March 2025
3-
weight: '19'
3+
weight: '33'
44
---
55

66
# Titanium SDK 12.6.3.GA Release Note

0 commit comments

Comments
 (0)