Commit 9024d78
committed
🐛 fix: restore full app icon after build to fix missing DMG icon
Xcode's asset catalog compiler strips larger icon sizes (256, 512, 1024px)
from the AppIcon.icns file during build. This caused the app to appear
without an icon in the DMG window, which displays icons at 80px.
The fix copies the full source icon (with all sizes 16-1024px) over the
stripped version after the build completes.1 parent ccf8b24 commit 9024d78
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
135 | 150 | | |
136 | 151 | | |
137 | 152 | | |
| |||
0 commit comments