From a630d33808f5ea7a4a2221c5cb202ccd518c1e08 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 8 Oct 2018 18:40:35 +0200 Subject: Makefile: Add target to zip the release .app file --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 087c282..b0123a5 100644 --- a/Makefile +++ b/Makefile @@ -18,3 +18,7 @@ archive: clean-release release -archivePath build/Release.xcarchive \ -exportOptionsPlist export-options.plist \ -exportPath build + +zip: archive + cd build; \ + zip -r 'Word Count.zip' 'Word Count.app' -- cgit v1.2.3