mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / support-files / MacOSX / Info.plist.sh
blobe7a8e462e33d7b1a7b945b42a89ffe0b72ef4ea3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <!--
4 Copyright (C) 2003, 2008 MySQL AB
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; version 2 of the License.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
18 -->
19 <plist version="1.0">
20 <dict>
21 <key>CFBundleGetInfoString</key>
22 <string>MySQL @VERSION@@MYSQL_SERVER_SUFFIX@</string>
23 <key>CFBundleIdentifier</key>
24 <string>com.mysql.mysql</string>
25 <key>CFBundleName</key>
26 <string>MySQL</string>
27 <key>CFBundleShortVersionString</key>
28 <string>@MYSQL_NUMERIC_VERSION@</string>
29 <key>IFPkgFlagAllowBackRev</key>
30 <false/>
31 <key>IFPkgFlagAuthorizationAction</key>
32 <string>RootAuthorization</string>
33 <key>IFPkgFlagDefaultLocation</key>
34 <string>/usr/local</string>
35 <key>IFPkgFlagInstallFat</key>
36 <false/>
37 <key>IFPkgFlagIsRequired</key>
38 <false/>
39 <key>IFPkgFlagRelocatable</key>
40 <false/>
41 <key>IFPkgFlagRestartAction</key>
42 <string>NoRestart</string>
43 <key>IFPkgFlagRootVolumeOnly</key>
44 <true/>
45 <key>IFPkgFlagUpdateInstalledLanguages</key>
46 <false/>
47 <key>IFPkgFormatVersion</key>
48 <real>0.10000000149011612</real>
49 </dict>
50 </plist>