From 9b8b25200bd00776e692dcf58ffd33343722a9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Tue, 27 Aug 2024 15:12:27 +0200 Subject: [PATCH] feat: add blog post for 12.5.0.RC --- posts/2024/sdk_12_5_0_rc.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 posts/2024/sdk_12_5_0_rc.md diff --git a/posts/2024/sdk_12_5_0_rc.md b/posts/2024/sdk_12_5_0_rc.md new file mode 100644 index 0000000..45ec49a --- /dev/null +++ b/posts/2024/sdk_12_5_0_rc.md @@ -0,0 +1,37 @@ +--- +title: 'Titanium SDK 12.5.0.RC released' +date: '2024-08-27' +category: 'Release' +author: 'Hans Knöchel' +teaser: 'Supporting all latest SDKs' +image: https://tidev.io/images/titanium-general.png +--- + +![Titanium SDK 12.5.0.RC](/images/titanium-general.png) + +The next version of the Titanium SDK is now is available: 12.5.0.RC. 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. + +The official release of Xcode 16 etc. is scheduled for September 9th, along with the announcement of the new iPhone 16 models. + +For a more detailed overview and all changes, see the release notes: [Titanium SDK 12.5.0.RC Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.5.0.RC_Release_Note.html). + +## Install + +**Follow these steps to get SDK 12.5.0.RC:** + +1. Install the CLI with `[sudo] npm i -g titanium alloy` +2. Run `titanium sdk install 12.5.0.RC` +3. Set `12.5.0.RC` 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.