Closed charliescheer closed 2 months ago
App Name | Simplenote Prototype Build | |
Build Number | pr1660-d52df74-0191ee7a-a04a-426a-822b-683b3b57f59e | |
Version | 4.53 | |
Bundle ID | com.codality.NotationalFlow.Alpha | |
Commit | d52df74f223742334f0ec83ff0e8752d7607adfb | |
App Center Build | Simplenote - Installable Builds #378 |
Fix
In iOS 18 we are given the ability to customize the look of app icons on our Home Screen. The app icons should be able to respond to light mode, dark mode, and custom schemes. For some reason the
AppIcon
and theAppIcon-Beta
icons were not compatible with this new feature, but theAppIcon-Sustainer
was.So in this PR I have updated the
AppIcon
andAppIcon-Beta
to work with the new Home Screen customizations.fixes #1658
Test
Launch Simplenote from Xcode. Must be running the iOS 18 Beta, so you will need an Xcode beta to test this
After the app launches go to the Home Screen, long press on the background and then tap Edit > customize.
Try all of the following settings and make sure the app icon updates to the correct theme:
In Xcode go to the project navigator and select the Simplenote target > General. Scroll down to App Icon and Home Screen.
Next to App Icon tap on the three dots and find Debug. Change the value from
AppIcon-Beta
toAppIcon
Repeat steps 1-3 for the release app icon
Review
(Required) Add instructions for reviewers. For example:
Release
(Required) Add a concise statement to
RELEASE-NOTES.txt
if the changes should be included in release notes. Include details about updating the notes in this section. For example:If the changes should not be included in release notes, add a statement to this section. For example: