pgAdmin 4 commit: Ensure the Mac Appbundle builds correctly both with a

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the Mac Appbundle builds correctly both with a
Date: 2017-02-16 11:25:35
Message-ID: E1ceKBr-0006No-Nr@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the Mac Appbundle builds correctly both with and without code signing.

Correct current versions of Python/Qt while we're passing.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e3041f1113ef492d5c08b241b2fb162d47d5abb1
Author: Atira Odhner <aodhner(at)pivotal(dot)io>

Modified Files
--------------
.gitignore | 2 ++
README | 6 ++++
pkg/mac/build.sh | 22 +++++++++++---
pkg/mac/codesign-bundle.sh | 55 -----------------------------------
pkg/mac/codesign.conf.in | 10 -------
pkg/mac/complete-bundle.sh | 1 +
pkg/mac/framework-config.sh | 71 +++++++++++++++++++++++++++++++++++++++++++++
pkg/mac/framework.conf.in | 10 +++++++
8 files changed, 108 insertions(+), 69 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-16 11:26:07 Re: [patch] Fixes QT build when not signing
Previous Message Dave Page 2017-02-16 11:01:02 Re: [pgAdmin4][PATCH] Handling of non-ascii with Python2.7