EnterpriseDB / edb-installers

PostgreSQL installers packaged by EDB
37 stars 11 forks source link

Add new file entitlements-pgadmin.xml for pgAdmin4 signing #205

Closed agarwal-kritika closed 1 week ago

agarwal-kritika commented 1 week ago

The pgAdmin4 app bundle failed with the error _LSOpenURLsWithCompletionHandler() on Sequoia 15.1. On debugging, it was found the app bundle was not deep code signed. Hence, add a step to explicit code sign the app bundles for pgadmin and stackbuilder. The step to deep code sign for postgresql.app is already present and no changes required there. Use a new entitlements file for pgAdmin code signing

Kritika Agarwal, tested by Kritika, Reviewed by Sandeep Thakkar

Issue https://github.com/EnterpriseDB/edb-installers/issues/198 Issue https://github.com/EnterpriseDB/edb-installers/issues/185