Skip to content

file extension for ios splash changed? #13

@max80713

Description

@max80713

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);
  }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions