Skip to content
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

Add more specific instructions for light, dark, and tinted iOS icons #10894

Closed
1 task
Tracked by #10893
jmagman opened this issue Jul 15, 2024 · 0 comments · Fixed by #10916
Closed
1 task
Tracked by #10893

Add more specific instructions for light, dark, and tinted iOS icons #10894

jmagman opened this issue Jul 15, 2024 · 0 comments · Fixed by #10916
Assignees
Labels
co.request Community ask for documentation

Comments

@jmagman
Copy link
Member

jmagman commented Jul 15, 2024

What information needs to be added?

Our deployment docs for iOS currently say:

  1. Review the iOS App Icon guidelines.
  2. In the Xcode project navigator, select Assets.xcassets in the Runner folder. Update the placeholder icons with your own app icons.
  3. Verify the icon has been replaced by running your app using flutter run.

It would be nice to have more specific instructions that mention light and dark mode. In iOS 18 there's a new "tinted" icon as well. That only works in Xcode 18, which won't release until September.

https://developer.apple.com/design/human-interface-guidelines/app-icons#iOS-iPadOS

This is a nice-to-have, our current docs are not incorrect, and they point to the correct Apple docs.

Where should this new content appear?

https://docs.flutter.dev/deployment/ios#add-an-app-icon

I would like to fix this problem.

  • I will try and fix this problem on docs.flutter.dev.
@jmagman jmagman added the co.request Community ask for documentation label Jul 15, 2024
@jmagman jmagman changed the title Add more specific instructions for light, target and tinted iOS icons Add more specific instructions for light, dark, and tinted iOS icons Jul 15, 2024
@sfshaza2 sfshaza2 self-assigned this Jul 17, 2024
sfshaza2 added a commit that referenced this issue Jul 18, 2024
Adding a note about light, dark, and tinted app icons. (Tinted are
coming in iOS 18.)

Fixes #10894

cc @jmagman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co.request Community ask for documentation
Development

Successfully merging a pull request may close this issue.

2 participants