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

IOS icon #16

Closed
enzotiezzi opened this issue Apr 21, 2018 · 2 comments
Closed

IOS icon #16

enzotiezzi opened this issue Apr 21, 2018 · 2 comments

Comments

@enzotiezzi
Copy link

enzotiezzi commented Apr 21, 2018

The IOS icon is not being updated.

but that's because the file ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json has not been updated with the AppIcon name as the new Icon is created.

Example:

{
  "size" : "20x20",
  "idiom" : "iphone",
  "filename" : "Icon-App-20x20@2x.png",
  "scale" : "2x"
}

if you simply change the filename to AppIcon instead of Icon-App in all occurencies, the icon will change and eveything will be fine.

Solution:

{
  "size" : "20x20",
  "idiom" : "iphone",
  "filename" : "AppIcon-20x20@2x.png",
  "scale" : "2x"
}

(change in all occurencies)

@MarkOSullivan94
Copy link
Collaborator

@enzotiezzi thank you for reporting this issue. It has been reported already (#13) and I've merged in a fix into the GitHub project (#15).

However the dart package itself has not been updated. @franzsilva gave me permission for this GitHub project recently however I cannot do anything until @franzsilva gives me permission to update the dart package or updates it himself.

I haven't heard from him recently so I'm debating creating an entire new dart package to release updates for everyone.

@MarkOSullivan94
Copy link
Collaborator

MarkOSullivan94 commented Apr 25, 2018

Published v0.2.1 which should fix this.

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

No branches or pull requests

2 participants