draaglom / xctools

Some simple utilities for dealing with xcode projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xctools

Some simple utilities for dealing with xcode projects

icongen -- app icon generator

icongen takes a 1024x1024 PNG app icon, and generates an icon set containing every required resolution.

Installation:

go install github.com/draaglom/xctools/cmd/icongen
Usage of icongen:
icongen source.png /path/to/project/
  -target="all": The icon sizes to generate: options are 'iphone', 'ipad', 'mac', 'ios', 'all'; defaults to 'all'.

About

Some simple utilities for dealing with xcode projects

License:MIT License


Languages

Language:Go 100.0%