A Framework for managing crash reports, bug reports, and messages.
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.
 
 
GRMrGecko ba4a3e40f9 Updated MGMSystemInfo to include Mountain Lion. Updated to version 0.2.1. Apparently fixed some issues in the PHP script. 12 years ago
Classes Updated MGMSystemInfo to include Mountain Lion. Updated to version 0.2.1. Apparently fixed some issues in the PHP script. 12 years ago
GeckoReporter.xcodeproj Updated MGMSystemInfo to include Mountain Lion. Updated to version 0.2.1. Apparently fixed some issues in the PHP script. 12 years ago
Resources Updated MGMSystemInfo to include Mountain Lion. Updated to version 0.2.1. Apparently fixed some issues in the PHP script. 12 years ago
.gitignore Added translation for French and Swedish. 14 years ago
GeckoReporter.ai GeckoReporter Start 14 years ago
GeckoReporter.icns GeckoReporter Start 14 years ago
License.txt Cleaned up code, changed license to ISC License (ISCL), added lion to MGMSystemInfo, cleaned up form data body creation code. 13 years ago
ReadMe.txt GeckoReporter Start 14 years ago
sendreport.php Updated MGMSystemInfo to include Mountain Lion. Updated to version 0.2.1. Apparently fixed some issues in the PHP script. 12 years ago

ReadMe.txt

Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/

Documentation is on my todo list.

List of info.plist properties that can also be put into the NSUserDefaults.
MGMGRCrashEmail - The email address crash reports are sent to.
MGMGRBugsEmail - The email address bug reports are sent to. (If blank, bug reports are sent to the crash report email address.)
MGMGRContactEmail - The email address messages from contact me are sent to. (If blank, bug reports are sent to the bug report email address.)
MGMGRLogFiles - Log files of your application to be sent when a crash report is sent.
MGMGRReportFileAttached - If YES then crash reports are attached, if NO then crash reports are in the message.
MGMGRTimeFormat - The time format for crash report date. (http://developer.apple.com/mac/library/DOCUMENTATION/Cocoa/Conceptual/DataFormatting/Articles/df100103.html)
MGMGRTimeZone - The time zone you would like the crash report date to show in.
MGMGRURL - If you do not trust my server, you can host the php file copied from my server to you own and modify it.

Please send patches to support@mrgeckosmedia.com and I'll over view it and include credit to your fixes as needed.