From 6c3c127e3641e7bf69b5da4b5de76f8f0b8eb02c Mon Sep 17 00:00:00 2001
From: Matt Kiazyk
Date: Fri, 18 Oct 2024 09:15:20 -0500
Subject: [PATCH] Update appcast_pre.xml 2.3.0
---
appcast_pre.xml | 74 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 74 insertions(+)
diff --git a/appcast_pre.xml b/appcast_pre.xml
index ed77f48..ad6e777 100644
--- a/appcast_pre.xml
+++ b/appcast_pre.xml
@@ -7,6 +7,80 @@
+ -
+ v2.3.0 - Welcome back runtimes
+ Install Xcodes using one of the methods listed here.
+Update Xcodes by selecting Check for Updates⦠in the Xcodes menu in the menu bar.
+
+Changes
+
+2.3.0 brings back the ability to download all runtimes. Starting with iOS 18, tvOS 18, watchOS 11, visionOS 2, Apple removed the direct downloads and instead used the same architecture that is used in downloading OS updates. This change brings more security but also turns it into a black box.
+
+Fortunately, starting with Xcode 16.1 Beta 3, xcodebuild
provides a way to download a single version using the new way. In order for Xcodes to work, you must have at least Xcode 16.1 beta 3 + installed and selected.
+
+Thanks to the Apple engineer who added that into xcodebuild
. π
+
+π Enhancements
+
+
+ - allow cancelling of runtime downloads, cleanup (#628) @MattKiazyk
+ - Terminate Xcodes app after last window closed (#621) @Kyle-Ye
+ - Disallow changes to managed preferences (#569) @abiligiri
+ - Implement Security Key Auth (#617) @kinoroy
+ - feat: support downloading of cryptex (ex iOS 18+) runtimes (#622) (Xcode 16 Beta 3+ required) @MattKiazyk
+ - Add
authenticating
to the XcodeInstallationStep
(#613) @chuganzy
+
+
+π Bug Fixes
+
+
+ - Update label for Cancel Install Button (#603) @LiYanan2004
+
+
+π Localization
+
+
+ - Update Localizable.xcstrings for Russian language (3) (#598) @duffpod
+ - Update translation in zh-Hant (#593) @pan93412
+ - Fix one Greek localization. Add one zh_Hans localization. (#609) @megabitsenmzq
+
+
+π§° Maintenance
+
+
+ - Bump ruby/setup-ruby from 1.190.0 to 1.197.0 (#629) @dependabot
+ - Bump actions/cache from 4.0.2 to 4.1.1 (#625) @dependabot
+ - Bump ruby/setup-ruby from 1.177.1 to 1.190.0 (#601) @dependabot
+ - chore: update sparkle framework (#624) @MattKiazyk
+ - chore: set CI to MacOS 14, Xcode 16 (#623) @MattKiazyk
+
+
+
+]]>
+ Fri, 18 Oct 2024 14:12:33 +0000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
v2.2.0 - Nobody likes a bully
Install Xcodes using one of the methods listed here.