mirror of
https://github.com/MariaDB/server.git
synced 2025-12-13 20:03:16 +03:00
MacOSX packages using PackageMaker - renamed support-files/PKG -> support-files/SCO (PKG is used in MacOS X terminology as well)
15 lines
602 B
Bash
15 lines
602 B
Bash
<?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>IFPkgDescriptionDeleteWarning</key>
|
|
<string></string>
|
|
<key>IFPkgDescriptionDescription</key>
|
|
<string>This package provides a binary installation of MySQL @VERSION@@MYSQL_SERVER_SUFFIX@ for Mac OS X.</string>
|
|
<key>IFPkgDescriptionTitle</key>
|
|
<string>MySQL @VERSION@@MYSQL_SERVER_SUFFIX@ for Mac OS X</string>
|
|
<key>IFPkgDescriptionVersion</key>
|
|
<string>@VERSION@@MYSQL_SERVER_SUFFIX@</string>
|
|
</dict>
|
|
</plist>
|