pgAdmin 4 commit: Add Mac Appbundle generation support.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add Mac Appbundle generation support.
Date: 2016-06-02 12:56:59
Message-ID: E1b8SBH-0003lf-Ak@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add Mac Appbundle generation support.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3074af101bd118772b6fe98553bed7b2096c40bb
Author: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>

Modified Files
--------------
.gitignore | 1 +
Makefile | 20 +++++-
pkg/mac/.gitignore | 3 +
pkg/mac/PkgInfo | 1 +
pkg/mac/README.txt | 32 +++++++++
pkg/mac/build.sh | 153 ++++++++++++++++++++++++++++++++++++++++++
pkg/mac/complete-bundle.sh | 140 ++++++++++++++++++++++++++++++++++++++
pkg/mac/create-dmg.sh | 38 +++++++++++
pkg/mac/licence.r | 42 ++++++++++++
pkg/mac/pgadmin.Info.plist.in | 28 ++++++++
runtime/Server.cpp | 27 +++++++-
11 files changed, 482 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-02 12:57:35 Re: Patch for pgAdmin4 package on Mac OS X
Previous Message Dave Page 2016-06-02 12:53:33 Re: PATCH: To fix expanding server if server inaccessible (pgAdmin4)