Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 460 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 460 Bytes

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'.