mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
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 |
||
|---|---|---|
| .. | ||
| AcknowledgementsGenerator | ||
| AppleAPI | ||
| Backend | ||
| Frontend | ||
| Preview Content/Preview Assets.xcassets | ||
| Resources | ||
| XcodesKit | ||
| XcodesApp.swift | ||