-
Notifications
You must be signed in to change notification settings - Fork 271
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
Support Alternate Icons in Asset Catalogs (Xcode 13+) #1261
Closed
Comments
#1032 ? |
Asset catalogs being the main difference with Xcode 13+. |
@keith Being able to use them in asset catalogs is new |
Is the old way still supported for iOS 15+? Or do you have to use this new behavior? |
@keith I'm not sure. I assume the old way probably still works (copying them into the bundle and referencing them in Info.plist explicitly) |
I create a PR for this here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://katzenbaer.medium.com/alternate-app-icons-using-asset-catalogs-in-xcode-13-da6387d1cd78
Xcode 13+ lets you put alternate icons in asset catalogs now. This could be probably be supported by
ios_application
and friends in a backwards compatible way:The text was updated successfully, but these errors were encountered: