You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.8 KiB

  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 MySQL AB
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; version 2 of the License.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program; if not, write to the Free Software
  14. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  15. -->
  16. <plist version="1.0">
  17. <dict>
  18. <key>CFBundleGetInfoString</key>
  19. <string>MySQL Startup Item</string>
  20. <key>CFBundleIdentifier</key>
  21. <string>com.mysql.mysqlstartup</string>
  22. <key>CFBundleName</key>
  23. <string>MySQL Startup Item</string>
  24. <key>CFBundleShortVersionString</key>
  25. <string>1.0</string>
  26. <key>IFMajorVersion</key>
  27. <integer>1</integer>
  28. <key>IFMinorVersion</key>
  29. <integer>0</integer>
  30. <key>IFPkgFlagAllowBackRev</key>
  31. <false/>
  32. <key>IFPkgFlagAuthorizationAction</key>
  33. <string>RootAuthorization</string>
  34. <key>IFPkgFlagDefaultLocation</key>
  35. <string>/Library/StartupItems</string>
  36. <key>IFPkgFlagInstallFat</key>
  37. <false/>
  38. <key>IFPkgFlagIsRequired</key>
  39. <false/>
  40. <key>IFPkgFlagRelocatable</key>
  41. <false/>
  42. <key>IFPkgFlagRestartAction</key>
  43. <string>NoRestart</string>
  44. <key>IFPkgFlagRootVolumeOnly</key>
  45. <true/>
  46. <key>IFPkgFlagUpdateInstalledLanguages</key>
  47. <false/>
  48. <key>IFPkgFormatVersion</key>
  49. <real>0.10000000149011612</real>
  50. </dict>
  51. </plist>