Contents

skagedal/appicon-generator

*A tool to quickly generate snazzy iOS placeholder appicons!*

Installation

Mint

Using the Mint package manager:

$ mint install skagedal/appicon-generator

Manually

Grab the zip from the releases page on Github, unzip and move appicon-generator into /usr/local/bin (or some other place you like to keep your binaries).

Caveats

  • appicon-generator will look for an Assets.xcassets directory, in the directory you're at or most one level down, and then generate an AppIcon.appiconset there, overwriting any existing data without asking. Commit your data if needed before using.
  • Obviously, don't try to commit an app with an emoji as an icon to the App Store. They won't like that.

Build instructions

To build the tool, use swift build. Make sure to have your xcode-select version to at least Xcode 10.0.

Framework

This repository also contains the app icon set generator code as a Swift Package Manager distributed framework, if you'd like to integrate it with other tools. Please see:

Package Metadata

Repository: skagedal/appicon-generator

Default branch: main

README: README.md