pgAdmin 4 commit: Add Mac Appbundle generation support.

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add Mac Appbundle generation support.
Дата
Msg-id E1b8SBH-0003lf-Ak@gothos.postgresql.org
обсуждение исходный текст
Список 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.thakkar@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: PATCH: To fix expanding server if server inaccessible (pgAdmin4)
Следующее
От: Dave Page
Дата:
Сообщение: Re: Patch for pgAdmin4 package on Mac OS X