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 support for iMessage app icons #6

Open
neonichu opened this issue Jul 4, 2016 · 1 comment
Open

Add support for iMessage app icons #6

neonichu opened this issue Jul 4, 2016 · 1 comment

Comments

@neonichu
Copy link
Collaborator

neonichu commented Jul 4, 2016

No description provided.

@seanlabastille
Copy link

As a heads up, I had a quick look into how doable this would be.
It might be worth combining this with support for other uses of asset catalogs as there are some interesting combinations of properties which may require more extensive refactoring.
As well as non-square images, etc.

Just to get an idea of what is roughly required, this is where I was going with needed_icons:

imessage: {
            iphone: {
              '2x' => ['60x45'],
              '3x' => ['60x45']
            },
            ipad: {
              '1x' => ['67x50'],
              '2x' => ['67x50', '74x55']
            },
            universal: {
              '1x' => ['27x20', '32x24'],
              '2x' => ['27x20', '32x24'],
              '3x' => ['27x20', '32x24']
            },
            'ios-marketing' => {
              '1x' => ['1024x768']
            }
          },

joshdholtz pushed a commit that referenced this issue Mar 25, 2021
#6: Added support for creating Messages extension app icon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants