gmoraleda / Xcode-Dynamic-Icon-Generation

Test project to showcase AppIcon generation during build time using ImageMagick πŸ§™β€β™‚οΈ

Home Page:http://www.moraleda.info/2020/09/25/xcode-dynamic-icons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode Dynamic Icon Generation

APM badge Twitter: @gmoraleda_

Test project to showcase the AppIcon generation during build time, using ImageMagick. The script includes configuration, version and build number in a ribbon:

It tints the ribbon black or red depending if the configuration belongs to staging_configurations or production_configurations. The idea behind is to quickly recognize a build configured to work against a production environment, e.g.

The project contains three schemes targeting the different configurations (Debug, Beta, Release) to test the different outputs.

License

Icons made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY

About

Test project to showcase AppIcon generation during build time using ImageMagick πŸ§™β€β™‚οΈ

http://www.moraleda.info/2020/09/25/xcode-dynamic-icons/

License:MIT License


Languages

Language:Shell 52.0%Language:Swift 48.0%