Chromium Updater
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.

56 lines
1.8 KiB

13 years ago
10 years ago
13 years ago
10 years ago
13 years ago
13 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>English</string>
  7. <key>CFBundleExecutable</key>
  8. <string>${EXECUTABLE_NAME}</string>
  9. <key>CFBundleIconFile</key>
  10. <string>Chromatic</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>com.MrGeckosMedia.${PRODUCT_NAME:rfc1034identifier}</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>${PRODUCT_NAME}</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>0.2.4</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleVersion</key>
  24. <string>0.2.4</string>
  25. <key>LSMinimumSystemVersion</key>
  26. <string>${MACOSX_DEPLOYMENT_TARGET}</string>
  27. <key>MGMGRBugsEmail</key>
  28. <string>bugs@mrgeckosmedia.com</string>
  29. <key>MGMGRContactEmail</key>
  30. <string>support@mrgeckosmedia.com</string>
  31. <key>MGMGRCrashEmail</key>
  32. <string>crashreports@mrgeckosmedia.com</string>
  33. <key>MGMGRReportFileAttached</key>
  34. <true/>
  35. <key>MGMGRTimeFormat</key>
  36. <string>EEEE, MM/dd/yy h:mm:ss a</string>
  37. <key>MGMGRTimeZone</key>
  38. <string>CST</string>
  39. <key>NSHumanReadableCopyright</key>
  40. <string>Copyright (c) 2011 Mr. Gecko&apos;s Media (James Coleman). http://mrgeckosmedia.com/</string>
  41. <key>NSMainNibFile</key>
  42. <string>MainMenu</string>
  43. <key>NSPrincipalClass</key>
  44. <string>NSApplication</string>
  45. <key>SUCheckAtStartup</key>
  46. <true/>
  47. <key>SUEnableSystemProfiling</key>
  48. <true/>
  49. <key>SUFeedURL</key>
  50. <string>http://mrgeckosmedia.com/applications/appcast/Chromatic</string>
  51. <key>SUPublicDSAKeyFile</key>
  52. <string>dsa_pub.pem</string>
  53. <key>SUScheduledCheckInterval</key>
  54. <integer>86400</integer>
  55. </dict>
  56. </plist>