hannesoid / AppIconAssigner

Assign app icon Xcode assets automatically from a folder of icon files of different sizes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppIconAssigner

Auto-assigns icon files for the App Icon using an existing example.

I use this to assign App Icons exported from a sketch plugin into the asset catalog without manually duplicating or assigning sizes.

Input

  • An existing app with all kinds of App Icons assigned in the asset catalog
  • A new app without App Icon assets assigned
  • A directory with the prepared App Icons of various sizes

Output

  • The new app gets the App Icons assigned in its asset catalog

Usage

make install

AppIconAssigner /MyExistingApp/Assets.xcassets/AppIcon.appiconset ~/Desktop/justnow-exported-icons  /MyNewApp/Assets.xcassets/AppIcon.appiconset

About

Assign app icon Xcode assets automatically from a folder of icon files of different sizes

License:MIT License


Languages

Language:Swift 98.9%Language:Makefile 1.1%