Skip to content

Commit f2a5783

Browse files
committed
fix: work around "invalid large app icon" XCode validation bug
See https://developer.apple.com/forums/thread/795411?page=3
1 parent 19a8b6a commit f2a5783

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

SushitrainGlass.icon/icon.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,15 @@
278278
}
279279
},
280280
{
281-
"blur-material" : null,
281+
"blur-material-specializations" : [
282+
{
283+
"value" : null
284+
},
285+
{
286+
"appearance" : "dark",
287+
"value" : null
288+
}
289+
],
282290
"layers" : [
283291
{
284292
"fill-specializations" : [
@@ -329,7 +337,7 @@
329337
]
330338
},
331339
{
332-
"blur-material" : 1,
340+
"blur-material" : null,
333341
"layers" : [
334342
{
335343
"fill-specializations" : [

0 commit comments

Comments
 (0)