mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
3b422187f6
CFBundleShortVersionString in Info.plist may not include a version suffix like "-beta" (BUG#12584) - Minor cleanup: removed two unused keys from Info.plist: IFMajorVersion and IFMinorVersion support-files/MacOSX/Info.plist.sh: - Set CFBundleShortVersionString to MYSQL_NO_DASH_VERSION, not VERSION (BUG#12584) - removed two obsolete keys: IFMajorVersion and IFMinorVersion - they are not actually used according to the "Software Distribution" documentation at http://developer.apple.com/ support-files/MacOSX/Makefile.am: - added an sed call to replace @MYSQL_NO_DASH_VERSION@ (e.g. for Info.plist (BUG#12584)
34 lines
1 KiB
Bash
34 lines
1 KiB
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>CFBundleGetInfoString</key>
|
|
<string>MySQL @VERSION@@MYSQL_SERVER_SUFFIX@</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.mysql.mysql</string>
|
|
<key>CFBundleName</key>
|
|
<string>MySQL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>@MYSQL_NO_DASH_VERSION@</string>
|
|
<key>IFPkgFlagAllowBackRev</key>
|
|
<false/>
|
|
<key>IFPkgFlagAuthorizationAction</key>
|
|
<string>RootAuthorization</string>
|
|
<key>IFPkgFlagDefaultLocation</key>
|
|
<string>/usr/local</string>
|
|
<key>IFPkgFlagInstallFat</key>
|
|
<false/>
|
|
<key>IFPkgFlagIsRequired</key>
|
|
<false/>
|
|
<key>IFPkgFlagRelocatable</key>
|
|
<false/>
|
|
<key>IFPkgFlagRestartAction</key>
|
|
<string>NoRestart</string>
|
|
<key>IFPkgFlagRootVolumeOnly</key>
|
|
<true/>
|
|
<key>IFPkgFlagUpdateInstalledLanguages</key>
|
|
<false/>
|
|
<key>IFPkgFormatVersion</key>
|
|
<real>0.10000000149011612</real>
|
|
</dict>
|
|
</plist>
|