icns

Easily create .icns files (Mac Icons) with this Go library or the included CLI.
Log | Files | Refs | LICENSE

commit 9b3f03f2bdb077da0d3dd42b6b54aa6870a24226
parent 9d9b98fa4a1778d334c77043cd22aa42de14469e
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Mon, 29 Jan 2018 19:32:42 +0100

[*] Clarified documentation.

Diffstat:
Mdoc.go | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc.go b/doc.go @@ -6,7 +6,8 @@ // a Mac native cli utility, or 2. use tools that wrap `ImageMagick` which adds // a large dependency to your project for such a simple use case. // -// Note: All icons within the icns are sized for high dpi retina screens. +// Note: All icons within the icns are sized for high dpi retina screens, using +// the appropriate icns OSTypes. // // Todo(jackmordaunt): // - Write tests (only manual testing has been done)