Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bundling error in examples/ios/HelloWorldSwift
Browse files Browse the repository at this point in the history
Fixes the following error `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.
```
luispadron committed Jan 16, 2025

Verified

This commit was signed with the committer’s verified signature.
1 parent d482bb2 commit b015163
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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",
@@ -107,4 +101,4 @@
"version" : 1,
"author" : "xcode"
}
}
}
Binary file not shown.

0 comments on commit b015163

Please sign in to comment.