-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS watch icons generated without 44mm #657
Comments
My bad. was actually referring to the 108x108 @x2 icon.. i was providing 100x100 looking in the wrong place. I now provide 216x216 icon but it still does not appear. It's the QuickLook icon for 44mm watch. If i inspect the generated AppIcon Contents.json the item is there but it got no filepath, hence it's empty in Xcode. |
As you can see here the filename is missing for this, so it can't be set automatically. But i don't know why... |
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
Bug Report
When i add my 100x100 icon for 44mm watch the icon is not used
Problem
If i want to support 44mm watch icon it appears to not be possible
What is expected to happen?
Icons in AppIcon.appiconset should be generated correctly with all watch icons covered
What does actually happen?
All watch icon slots are filled in but the 44mm one
Information
I don't actually need to have watch icons at all. just thought i would let you know it's broken
Command or Code
Environment, Platform, Device
macosx
Version information
cordova 9.0.1, cordova-ios 5.0.1
Checklist
The text was updated successfully, but these errors were encountered: