pgAdmin 4 commit: Optionally sign both the Mac app bundle and the disk

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Optionally sign both the Mac app bundle and the disk
Date: 2016-10-04 11:51:18
Message-ID: E1brOFi-0003LQ-2H@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Optionally sign both the Mac app bundle and the disk image. Fixes #1821

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6458e4cafb771354a125f235147b3e82eb7dbbf4
Author: Justin Clift <justin(at)postgresql(dot)org>

Modified Files
--------------
pkg/mac/.gitignore | 1 +
pkg/mac/Info.plist-template_Python | 22 +++++++++++
pkg/mac/Info.plist-template_Qt5 | 22 +++++++++++
pkg/mac/build.sh | 34 +++++++++++++++++
pkg/mac/codesign-bundle.sh | 78 ++++++++++++++++++++++++++++++++++++++
pkg/mac/codesign-dmg.sh | 29 ++++++++++++++
pkg/mac/codesign.conf.in | 14 +++++++
7 files changed, 200 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-04 12:51:32 pgAdmin 4 commit: Minor fixes to the Mac appbundle build
Previous Message Priyanka Shendge 2016-10-04 08:01:50 Re: Database child node: Cast node patch