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

Support for Single Size iOS Image Icons #592

Open
sanieldalib opened this issue Oct 4, 2024 · 0 comments
Open

Support for Single Size iOS Image Icons #592

sanieldalib opened this issue Oct 4, 2024 · 0 comments

Comments

@sanieldalib
Copy link

💬 Description

Xcode supports both All Sizes and Single Size as options for an App Icon asset. It would be great to update this tool to generate the Single Size option as well as it reduces the number of Assets bundled with the app.

For context, the Content.json is also much simpler, requiring just one entry like so:

{
  "images" : [
    {
      "filename" : "AppIcon-<flavor>[email protected]",
      "idiom" : "universal",
      "platform" : "ios",
      "size" : "1024x1024"
    }
  ],
  "info" : {
    "author" : "xcode",
    "version" : 1
  }
}

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant