Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

conath/AppIconAssigner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Swift 98.9%
  • Makefile 1.1%