From 0ec60a6f85c1b0a5ca1686d1225d2bb3b970b512 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 1 May 2020 15:14:46 +0100 Subject: [PATCH] Minor cleanup and modernisation. --- pkg/mac/codesign.conf.in | 2 +- pkg/mac/framework.conf.in | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkg/mac/codesign.conf.in b/pkg/mac/codesign.conf.in index a0b2077b3..c4cfc4837 100644 --- a/pkg/mac/codesign.conf.in +++ b/pkg/mac/codesign.conf.in @@ -1,5 +1,5 @@ # In order to enable codesigning of the Mac Appbundle, copy this file to -# codesign.conf, and edit the value below to reflect your developer ID +# codesign.conf, and edit the values below to reflect your developer ID. DEVELOPER_ID="Developer ID Application: My Name (12345ABCD)" DEVELOPER_BUNDLE_ID="Developer Bundle Identifier (pgadmin4-4)" diff --git a/pkg/mac/framework.conf.in b/pkg/mac/framework.conf.in index 789b3fab2..ddbc33623 100644 --- a/pkg/mac/framework.conf.in +++ b/pkg/mac/framework.conf.in @@ -1,10 +1,10 @@ -# copy this file to framework.conf, and edit the values below to reflect your environment -# (versions of Python/Qt used) +# Copy this file to framework.conf, and edit the values below to reflect your +# environment (versions of Python/Qt used) -PYTHON_SHORT_VERSION=2.7 -PYTHON_FULL_VERSION=2.7.10 +PYTHON_SHORT_VERSION=3.8 +PYTHON_FULL_VERSION=3.8.2 -QT_SHORT_VERSION=5.8 -QT_FULL_VERSION=5.8.0 +QT_SHORT_VERSION=5.14 +QT_FULL_VERSION=5.14.2