Обсуждение: pgAdmin 4 commit: Cleanup and refactor the macOS build scripts. Fixes #

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Cleanup and refactor the macOS build scripts. Fixes #

От
Dave Page
Дата:
Cleanup and refactor the macOS build scripts. Fixes #5525

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eac5fe5157099378e0adcb55917a32a794a47800

Modified Files
--------------
README                            |  21 +--
docs/en_US/release_notes_4_22.rst |   1 +
pkg/mac/README                    |  19 +-
pkg/mac/build-functions.sh        | 380 ++++++++++++++++++++++++++++++++++++++
pkg/mac/build.sh                  | 267 +++++---------------------
pkg/mac/codesign-binaries.sh      |  36 ----
pkg/mac/codesign-bundle.sh        |  26 ---
pkg/mac/codesign-dmg.sh           |  30 ---
pkg/mac/create-dmg.sh             |  36 ----
pkg/mac/framework-config.sh       |  71 -------
10 files changed, 439 insertions(+), 448 deletions(-)