From 4fc2ae6b210a2dbed1afe2903f14096fe4c27d2b Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 14 Apr 2016 14:13:19 -0300 Subject: [PATCH 1/2] add OSX sign target --- Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 535b3bb5a..734c501b0 100644 --- a/Makefile +++ b/Makefile @@ -5,14 +5,18 @@ sign: verify: gpg --verify browser-extensions/chrome/copay-chrome-extension.zip.sig browser-extensions/chrome/copay-chrome-extension.zip -sign-desktop: +sign-osx: + codesign -s 3rd webkitbuilds/Copay-osx.dmg + +verfy-osx + codesign -dv webkitbuilds/Copay-osx.dmg + +sign-desktop: sign-osx gpg -u 1112CFA1 --output webkitbuilds/Copay-linux.zip.sig --detach-sig webkitbuilds/Copay-linux.zip - gpg -u 1112CFA1 --output webkitbuilds/Copay-osx.dmg.sig --detach-sig webkitbuilds/Copay-osx.dmg gpg -u 1112CFA1 --output webkitbuilds/Copay-win.exe.sig --detach-sig webkitbuilds/Copay-win.exe -verify-desktop: +verify-desktop: verify-osx gpg --verify webkitbuilds/Copay-linux.zip.sig webkitbuilds/Copay-linux.zip - gpg --verify webkitbuilds/Copay-osx.dmg.sig webkitbuilds/Copay-osx.dmg gpg --verify webkitbuilds/Copay-win.exe.sig webkitbuilds/Copay-win.exe chrome: From 5f342f6e436e29e271284e0d47ba7eaeb1c77855 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 15 Apr 2016 10:31:18 -0300 Subject: [PATCH 2/2] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 734c501b0..641f1a32f 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ verify: sign-osx: codesign -s 3rd webkitbuilds/Copay-osx.dmg -verfy-osx +verify-osx: codesign -dv webkitbuilds/Copay-osx.dmg sign-desktop: sign-osx