Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add blog post for 12.5.0.GA #48

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions posts/2024/sdk_12_5_0_ga.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: 'Titanium SDK 12.5.0.GA released'
date: '2024-09-16'
category: 'Release'
author: 'Hans Knöchel'
teaser: 'Supporting all latest SDKs'
image: https://tidev.io/images/titanium-general.png
---

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

The next version of the Titanium SDK is now is available: <b>12.5.0.GA</b>. Titanium SDK 12.5.0 is a minor release of the SDK,
adding new features and platform updates.

After the initial support for Android API level 34 in Titanium SDK 12.4.0, it is now the new default in Titanium SDK 12.5.0 and beyond.
In addition, this release brings official support for iOS 18, iPadOS 18, watchOS 18 and Xcode 16. We have been testing the new tooling
for several month now and mitigated all breaking changes, so it is save to update your apps today.

This allows us to be at the forefront of new Apple technology on day one, and reinforces our promise to deliver the most mature cross-platform
framework on the market.

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

## Install

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

1. Install the CLI with `[sudo] npm i -g titanium alloy`
2. Run `titanium sdk install 12.5.0.GA`
3. Set `<sdk-version>12.5.0.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.