mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-15 19:22:21 -06:00
12 lines
434 B
Plaintext
12 lines
434 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
|
<plist version="1.0">
|
||
|
<dict>
|
||
|
<key>com.apple.security.app-sandbox</key>
|
||
|
<false/>
|
||
|
<key>com.apple.security.application-groups</key>
|
||
|
<string>%TEAMID%.org.pgadmin.pgadmin4</string>
|
||
|
<key>com.apple.security.cs.disable-executable-page-protection</key>
|
||
|
<true/>
|
||
|
</dict>
|
||
|
</plist>
|