You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: compile Asset Catalog (Assets.car) for app icon in Finder (#44)
Modern macOS requires a compiled Asset Catalog (Assets.car) for app
icons to render in Finder. The raw .icns file alone is not sufficient
when CFBundleIconName is set.
build.sh now:
1. Copies the .icns file (fallback)
2. Extracts PNGs from the .icns via iconutil
3. Compiles an Asset Catalog via actool (xcrun)
4. Falls back gracefully if actool is unavailable
0 commit comments