We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: