You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This worked for my purposes. I would submit a PR, however this isn't completely correct. Because of the double array loop where the resizing occurs, the script also writes out the iphone and ipad sizes, resulting in some Unassigned / unknown-trait-combination entries in the resulting xcassets file. A better solution would be to not export he iphone and ipad sizes for the mac device. I don't know enough about how necessary these are for the other devices to make the change myself.
The text was updated successfully, but these errors were encountered:
I was able to add rough support for Mac icon sizes by modifying
appicon/actions/appicon_action.rb
to include the Mac dimensions, like this:This worked for my purposes. I would submit a PR, however this isn't completely correct. Because of the double array loop where the resizing occurs, the script also writes out the
iphone
andipad
sizes, resulting in someUnassigned
/unknown-trait-combination
entries in the resulting xcassets file. A better solution would be to not export heiphone
andipad
sizes for themac
device. I don't know enough about how necessary these are for the other devices to make the change myself.The text was updated successfully, but these errors were encountered: