-
Notifications
You must be signed in to change notification settings - Fork 406
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
Fix remove alpha for iOS #464
Conversation
I tested and it is working! Thanks @mike-500 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes the problem for me.
Hey @RatakondalaArun, @bradintheusa, can you please take a look? 🙏🏼 |
Is there really no one available to checkout these 2 lines of code? To get them merged and distributed to the community? 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@MarkOSullivan94, can you quickly take a look at this, cuz lots of apps are on hold due to app store restrictions. |
Thanks for the ping @OutdatedGuy! Merging this in now and will have a release shortly available |
Thank you for submitting this change @mike-500 ❤️ |
Also big thank you to everyone who tested the change - makes it a lot quicker for me to ship this change ❤️ |
Fix for #462.
After the dependency upgrade from image 3.x.x to image 4.0.x the remove alpha for iOS no longer works and builds are rejected from the App Store.
The fix is from the example here: brendan-duncan/image#447 (comment).
All tests are passing.