react-native-test-app icon indicating copy to clipboard operation
react-native-test-app copied to clipboard

iOS: add support for alternate app icons

Open tido64 opened this issue 3 years ago • 0 comments

Proposal

In iOS, people can choose an alternate app icon: https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons

Technically, the option is also available to macOS, but it doesn't seem like it's supported according to docs.

Alternatives

n/a

Implementation Details

#1022 put down a lot of the foundation already. We need to add a few more props to Info.plist, such as CFBundleAlternateIcons, when alternateIcons is set.

Additional Context

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

tido64 avatar Jul 26 '22 06:07 tido64