Skip to content

Commit

Permalink
Merge pull request #49 from hansemannn/docs/release-12.5.1.GA
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi authored Oct 2, 2024
2 parents 1ff5f90 + 932c23c commit e94801e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions posts/2024/sdk_12_5_1_ga.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: 'Titanium SDK 12.5.1.GA released'
date: '2024-10-02'
category: 'Release'
author: 'Hans Knöchel'
teaser: 'Xcode 16 improvements and more'
image: https://tidev.io/images/titanium-general.png
---

![Titanium SDK 12.5.1.GA](/images/titanium-general.png)

The next version of the Titanium SDK is now is available: <b>12.5.1.GA</b>. Titanium SDK 12.5.1 is a patch release of the SDK, fixing existing bugs from previous releases.

While the last release (12.5.0.GA) added stable support for iOS 18 and Xcode 16, this release adds additional
CLI bug fixes and improvements to make it even easier to adapt to the new toolset. In addition, this release
fixes a few issues on Android related to the list view performance improvements in 12.5.0, especially when using the
`<HeaderView>` component.

For a more detailed overview and all changes, see the release notes: [Titanium SDK 12.5.1.GA Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.5.1.GA_Release_Note.html).

## Install

**Follow these steps to get SDK 12.5.1.GA:**

1. Install the CLI with `[sudo] npm i -g titanium alloy`
2. Run `titanium sdk install 12.5.1.GA`
3. Set `<sdk-version>12.5.1.GA</sdk-version>` in your `tiapp.xml`

## Report Bugs

If you run into any issues that seem related to the update, please report them on [GitHub](https://github.com/tidev/titanium-sdk/issues).

## How can I support?

If you like our work and want to support, think about a [donation](/donate) or to [contribute](/contribute) with your time and code.

0 comments on commit e94801e

Please sign in to comment.