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 App Icon Filename Suffixes #2

Open
tjmgregory opened this issue Mar 15, 2024 · 1 comment
Open

iOS App Icon Filename Suffixes #2

tjmgregory opened this issue Mar 15, 2024 · 1 comment
Assignees

Comments

@tjmgregory
Copy link

tjmgregory commented Mar 15, 2024

Great stuff 👌

Just picked up the template and made a few tweaks I thought I'd feed back in case you wanted to incorporate them:

  • Added filename suffixes to each of the iOS exports, so that their names used when dragging and dropping the icons onto XCode will have them automatically populate the right spots.
    • Used this as the guide, but in summary...
    • Add @2x or @3x export suffix to any with 2x or 3x in the name
    • Add ~ipad to all iPad exports, and ~ios-marketing to the App_store export (following any @2x/@3x suffix from previous step.
  • Duplicated the 'Apple/iPad_Settings_29_1x' as 'Apple/iPhone_Settings_29_1x' as this one asset was missing when drag-dropping. Despite being the same size, means you can have one with the ~ipad suffix and one without, so both the iOS and iPad icons get satisfied.

Once you export the folder and unarchive it, you can then drag and drop into XCode and have all the assets automagically populate all the right spots:

CleanShot 2024-03-15 at 09 57 46@2x

N.b. there are a couple iPad ones that don't end up having homes, but don't believe that's a massive problem as the only ones with gaps are the iOS 5,6 ones, which personally I don't plan to support:

CleanShot 2024-03-15 at 10 05 05@2x

@nathangross
Copy link
Owner

Thanks @tjmgregory! This is great info. I'll try to get these updates incorporated into the file soon.

@nathangross nathangross self-assigned this Mar 18, 2024
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