go: clean
	shellcheck appify
	shellcheck svg2icns
	shellcheck brew-find-pkg
	shellcheck docker-shutdown
	shellcheck reset-audio
	shellcheck reset-dock
	./svg2icns *.svg
	./appify --script appify --name Appify --icons hcm-icon.icns

install:
	./install-package --brew-packages svg2png
	./install-file --file appify --directory /usr/local/bin/.
	./install-file --file svg2icns --directory /usr/local/bin/.
	./install-file --file brew-find-pkg --directory /usr/local/bin/.
	./install-file --file docker-shutdown --directory /usr/local/bin/.
	./install-file --file reset-audio --directory /usr/local/bin/.
	./install-file --file reset-dock --directory /usr/local/bin/.

clean:
	rm -rf hcm-icon.ic*
	rm -rf Appify.app