Skip to content

Commit

Permalink
Fix bundling error in examples/ios/HelloWorldSwift (#2632)
Browse files Browse the repository at this point in the history
Fixes the following error in `PhoneAppIcon.appiconset` when using Xcode
16:

```
./PhoneAppIcon.appiconset/[][ipad][76x76][][][1x][][][][]: error: 76x76@1x app icons only apply to iPad apps targeting releases of iOS prior to 10.0.
```
  • Loading branch information
luispadron authored Jan 16, 2025
1 parent d482bb2 commit 1386d21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@
"filename" : "PhoneAppIcon-40@2x.png",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "PhoneAppIcon-76.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
Expand All @@ -107,4 +101,4 @@
"version" : 1,
"author" : "xcode"
}
}
}
Binary file not shown.

0 comments on commit 1386d21

Please sign in to comment.