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

file extension for ios splash changed? #13

Open
max80713 opened this issue Jan 10, 2018 · 1 comment
Open

file extension for ios splash changed? #13

max80713 opened this issue Jan 10, 2018 · 1 comment

Comments

@max80713
Copy link
Contributor

Why change file extension for ios splash from png to jpg?

splashes.forEach(function(splash) {
  if (splash.name.indexOf('android') == 0) {
    crop('resources/splash-android.png', 'resources/splashes/', splash);
  } else {
    crop('resources/splash-ios.jpg', 'resources/splashes/', splash);
  }
});
@lpender
Copy link
Owner

lpender commented Feb 13, 2018

It's an oversight I guess. Feel free to submit a PR

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