Skip to content

Fix Duplicate Icons and Splashes#15

Merged
alexblom merged 5 commits into
isleofcode:masterfrom
jordanyee:fix/duplicate-icons-and-splashes
Mar 23, 2017
Merged

Fix Duplicate Icons and Splashes#15
alexblom merged 5 commits into
isleofcode:masterfrom
jordanyee:fix/duplicate-icons-and-splashes

Conversation

@jordanyee
Copy link
Copy Markdown
Member

…ld be the case in the outputted XML

Fixes an issue in the update config util where the XML width and height
are string but this function returns width and height as integers.
… not be replaced

This bug manifested itself by adding icon and splash nodes on each
`ember cordova:make-icons` run.

Introduces a bug where an icon for the iOS `icon-40@3x` size is not
generated because comparing using an attrs hash fails because the
`icon-60@2x` has the same attrs hash: `{ width: '120' }`.
Fixes a bug where an icon for the iOS `icon-40@3x` size was not being
generated because comparing using an attrs hash fails because the
`icon-60@2x` has the same attrs hash: `{ width: '120' }`.
@alexblom alexblom merged commit a0509d9 into isleofcode:master Mar 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants