mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
38 lines
989 B
XML
38 lines
989 B
XML
<?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>CFBundleIdentifier</key>
|
|
<string>%APPID%</string>
|
|
<key>CFBundleName</key>
|
|
<string>%APPNAME%</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>DTCompiler</key>
|
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
<key>DTSDKBuild</key>
|
|
<string>23A334</string>
|
|
<key>DTSDKName</key>
|
|
<string>macosx14.0</string>
|
|
<key>DTXcode</key>
|
|
<string>1501</string>
|
|
<key>DTXcodeBuild</key>
|
|
<string>15A507</string>
|
|
<key>LSEnvironment</key>
|
|
<dict>
|
|
<key>MallocNanoZone</key>
|
|
<string>0</string>
|
|
</dict>
|
|
<key>LSUIElement</key>
|
|
<true/>
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
<true/>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>%APPNAME%</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>%APPNAME%</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>%APPVER%</string>
|
|
</dict>
|
|
</plist>
|