1
0
Fork 0
arangodb/Installation/MacOSX/Bundle/Info.plist.in

54 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>@CPACK_PACKAGE_NAME@</string>
<key>CFBundleExecutable</key>
<string>@CPACK_PACKAGE_NAME@</string>
<key>CFBundleIconFile</key>
<string>@CPACK_PACKAGE_NAME@</string>
<key>CFBundleIdentifier</key>
<string>org.arangodb.ArangoDB-CLI</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>@CPACK_PACKAGE_NAME@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>@ARANGODB_VERSION@</string>
<key>CFBundleSignature</key>
<string>acli</string>
<key>CFBundleVersion</key>
<string>@ARANGODB_VERSION@</string>
<key>NSAppleScriptEnabled</key>
<string>NO</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-2016 ArangoDB GmbH, Cologne, Germany. All rights reserved.</string>
<key>LSMinimumSystemVersion</key>
<string>10.8</string>
<key>NSSupportsSuddenTermination</key>
<false/>
<key>NSSupportsAutomaticTermination</key>
<false/>
</dict>
</plist>