mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
20 lines
625 B
Plaintext
20 lines
625 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
||
|
<plist version="0.9">
|
||
|
<dict>
|
||
|
<!-- start of standard entries -->
|
||
|
<key>CFBundleIconFile</key>
|
||
|
<string>@ICON@</string>
|
||
|
<key>CFBundlePackageType</key>
|
||
|
<string>APPL</string>
|
||
|
<key>CFBundleGetInfoString</key>
|
||
|
<string>pgAdmin 4 - PostgreSQL Tools</string>
|
||
|
<key>CFBundleSignature</key>
|
||
|
<string>@TYPEINFO@</string>
|
||
|
<key>CFBundleExecutable</key>
|
||
|
<string>@EXECUTABLE@</string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>org.pgadmin.@EXECUTABLE@</string>
|
||
|
</dict>
|
||
|
</plist>
|