Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qU4ts-00Ba8S-2R for pgadmin-hackers@arkaria.postgresql.org; Thu, 10 Aug 2023 12:36:24 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qU4tp-00ESEP-If for pgadmin-hackers@arkaria.postgresql.org; Thu, 10 Aug 2023 12:36:21 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qU4tp-00ESEH-BM for pgadmin-hackers@lists.postgresql.org; Thu, 10 Aug 2023 12:36:21 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qU4tn-001goq-0z for pgadmin-hackers@lists.postgresql.org; Thu, 10 Aug 2023 12:36:21 +0000 Received: from github.com (hubbernetes-node-6da919d.va3-iad.github.net [10.48.131.31]) by smtp.github.com (Postfix) with ESMTPA id 346BE8C08BA for ; Thu, 10 Aug 2023 05:36:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691670977; bh=RXAIZBfxOcmwvE/wBn2D3CBUGeb/oYI6bPERExRItcU=; h=Date:From:To:Subject:From; b=Kh+a0/cuR1a3sdm2HWJwh+sNk3UU/TTKSgxAjFDi2Wy2CMldWrCC9fjt+0TY2l/EH N+gXTq+O2H/zK02cLgFFPOURUiawvX44nWwPl6OCxL9ehR4ZhQZcjh/8EpMxUz6LWr 1PasdNklYLWsHYcBNweQ7I6v7DpMKvP2JNAqwzWA= Date: Thu, 10 Aug 2023 05:36:17 -0700 From: Dave Page To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e06d39: Cleanup some more unnecessary artefacts from the b... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: e06d39b70c86eca5e4130416356cd491c14a2bc0 https://github.com/pgadmin-org/pgadmin4/commit/e06d39b70c86eca5e4130416356cd491c14a2bc0 Author: Dave Page Date: 2023-08-10 (Thu, 10 Aug 2023) Changed paths: M pkg/mac/build-functions.sh Log Message: ----------- Cleanup some more unnecessary artefacts from the build. Commit: 7fcfea221417916433de2b978b2c7be9624f8c81 https://github.com/pgadmin-org/pgadmin4/commit/7fcfea221417916433de2b978b2c7be9624f8c81 Author: Dave Page Date: 2023-08-10 (Thu, 10 Aug 2023) Changed paths: M pkg/mac/entitlements.plist.in Log Message: ----------- JIT entitlement is required on Apple Silicon, otherwise NWJS won't start. See https://github.com/nwjs/nw.js/issues/8086 Compare: https://github.com/pgadmin-org/pgadmin4/compare/b2eb23eb8dd8...7fcfea221417