mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[PR #188] [MERGED] Skip .icns assets when running macOS Catalyst #187
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#187
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ProxymanApp/atlantis/pull/188
Author: @VIadislavJevremovic
Created: 2/23/2026
Status: ✅ Merged
Merged: 2/23/2026
Merged by: @NghiaTranUIT
Base:
main← Head:bugfix/macos-icon📝 Commits (1)
347427cSkip .icns assets on Catalyst📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
Sources/Packages.swift(+3 -0)📄 Description
Hello, we've encountered a crash during icon loading when running on a macOS Catalyst target with Proxyman active. I've found that .icon assets for Liquid Glass get converted to .icns in bundle on Catalyst. But that can only be loaded with NSImage, not Image. So I added an early-exit guard in the macCatalyst branch of the app icon resolution logic in Packages.swift.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.