Skip to content

Commit b73f023

Browse files
committed
Add iOS app icon entry to Ghostty icon set
The icon set only had mac idiom entries, causing the iOS build to fail with "did not have any applicable content". Add a universal iOS entry reusing the 1024x1024 icon (512x512@2x).
1 parent 29df11e commit b73f023

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

macos/Assets.xcassets/Ghostty.appiconset/Contents.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
"size": "512x512",
6060
"scale": "2x",
6161
"filename": "icon_512x512@2x.png"
62+
},
63+
{
64+
"idiom": "universal",
65+
"platform": "ios",
66+
"size": "1024x1024",
67+
"filename": "icon_512x512@2x.png"
6268
}
6369
],
6470
"info": {

0 commit comments

Comments
 (0)