-
Notifications
You must be signed in to change notification settings - Fork 105
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
chore(Cross): [IOAPPX-434] Update the main icon app for iOS + Add support for dark and tinted appearances #6415
Conversation
Affected stories
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6415 +/- ##
==========================================
- Coverage 48.42% 47.69% -0.74%
==========================================
Files 1488 1604 +116
Lines 31617 32216 +599
Branches 7669 7441 -228
==========================================
+ Hits 15311 15365 +54
- Misses 16238 16798 +560
+ Partials 68 53 -15 see 1657 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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!
Tested on a real device and works as described 🚀
…a channel and fix App Store issue (#6451) ## Short description This PR updates the `IconApp` iOS assets, introduced in the PR #6415, to fix the App Store Connect issue. The previous assets incorrectly included an alpha channel even when there was no transparent layer, as you can see in the attached screenshot: <img width="384" alt="Screenshot 2024-11-25 at 12 11 48" src="https://github.com/user-attachments/assets/6c95d8aa-7ac3-45a9-8b37-0b25cfd5264b"> ## List of changes proposed in this pull request - Remove alpha channel from the PNG related to the light and tinted appearances - Leave alpha channel on the dark appearance only - Assign the `sRGB` color profile to all the icons ## How to test Try to build the app with App Store Connect and pray 🙏 Co-authored-by: Cristiano Tofani <[email protected]>
…ection (#6458) ## Short description This PR removes dark mode app icon to try to fix build rejection. ### Related PRs * #6415 * #6451 ## How to test N/A Co-authored-by: Cristiano Tofani <[email protected]>
Short description
This PR updates the main icon app for iOS and adds support for dark and tinted appearances. Check out the video below for a preview.
List of changes proposed in this pull request
1024×1024
size for default, dark and tinted appearancesPreview
dynamic-app-icons.mp4
How to test