gh-XcodesOrg-XcodesApp/Xcodes
William Laverty 701b3397a1 Fix: Install Apple Silicon shows Universal as Installing
When clicking 'Install Apple Silicon', the UI incorrectly shows the Universal
version as 'Installing' instead of the Apple Silicon version.

Root cause: setInstallationStep used version.isEquivalent() which doesn't
consider architectures. When both Universal and Apple Silicon exist with the
same version, the first one found (Universal) was marked as installing.

Fix: Change setInstallationStep to accept XcodeID instead of Version, enabling
exact matching including architectures.

Fixes #776, #777, #782
2026-02-02 04:05:55 -08:00
..
AcknowledgementsGenerator Remove newline from derived data path returned by defaults 2024-01-10 13:44:02 -05:00
AppleAPI comment 2024-11-04 21:21:12 -05:00
Backend Fix: Install Apple Silicon shows Universal as Installing 2026-02-02 04:05:55 -08:00
Frontend add some glass effect... why not? 2025-09-19 19:19:58 -05:00
Preview Content/Preview Assets.xcassets Rename the project and directories 2020-11-24 21:11:25 -07:00
Resources Merge pull request #756 from neetrath/main 2025-09-17 22:55:26 -05:00
XcodesKit fix how platforms are architecture filtered 2025-09-17 22:37:19 -05:00
XcodesApp.swift Add TerminateAfterLastWindowClosed toggle support in Misc 2024-10-16 14:02:55 +08:00