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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Optionally sign both the Mac app bundle and the disk
Дата
Msg-id E1brOFi-0003LQ-2H@gothos.postgresql.org
обсуждение исходный текст
Список 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@postgresql.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(+)


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

Предыдущее
От: Priyanka Shendge
Дата:
Сообщение: Re: Database child node: Cast node patch
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Minor fixes to the Mac appbundle build