Skip to content

Instantly share code, notes, and snippets.

View angelobdev's full-sized avatar
💭
Developing 🔥

Angelo Belcastro angelobdev

💭
Developing 🔥
View GitHub Profile
@sormy
sormy / png2icns
Created February 12, 2018 07:38
Script to convert png to icns
#!/usr/bin/env bash
# Author: Artem Butusov <art.sormy@gmail.com>
# Version: 1.0
# Idea: https://stackoverflow.com/questions/12306223/how-to-manually-create-icns-files-using-iconutil
source="$1"
if [ -z "$source" ]; then
echo "Usage: png2icns <file.png>"
@jamieweavis
jamieweavis / macos-app-icon.md
Last active September 18, 2024 19:05
How to create an .icns macOS app icon