Open dlewis23 opened 1 month ago
We should add support for Dark Mode and Tinted icons on iOS 18.
Need to add support from the contents.json in AppIcon.appiconset to add support for 2 more icon styles.
contents.json
AppIcon.appiconset
{ "images" : [ { "filename" : "DefaultIcon-Marketing.png", "idiom" : "universal", "platform" : "ios", "size" : "1024x1024" }, { "appearances" : [ { "appearance" : "luminosity", "value" : "dark" } ], "filename" : "DefaultIcon-Dark.png", "idiom" : "universal", "platform" : "ios", "size" : "1024x1024" }, { "appearances" : [ { "appearance" : "luminosity", "value" : "tinted" } ], "filename" : "DefaultIcon-Tinted.png", "idiom" : "universal", "platform" : "ios", "size" : "1024x1024" } ], "info" : { "author" : "xcode", "version" : 1 } }
No response
iOS
I have searched and made sure there are no existing issues for the issue I am filing
Description
We should add support for Dark Mode and Tinted icons on iOS 18.
Solution
Need to add support from the
contents.json
inAppIcon.appiconset
to add support for 2 more icon styles.Alternatives
No response
Platforms
iOS