12 Commits

Author SHA1 Message Date
Andreas Linde
9f2f40bc06 Update copyright 2013-01-04 14:44:44 +01:00
Andreas Linde
a6b9ddc638 Make sure crash reports incident identifier and key don't have special [] chars and some value
The previously shows [] as part of [TODO], since PLCrashReporter didn't fill them out. Having the incident identifier showing a [ or ] char made it impossible to drag it into the Organizer to get it symbolicated in there
2012-12-06 18:52:06 +01:00
Andreas Linde
f211182f49 Add anonID to crash reports
CrashReporter Key is actually an anonymous ID for each device/installation where the crash occurred
2012-11-27 02:37:47 +01:00
Andreas Linde
4dbbef38e2 Format date and timestamp of crash reports to be always identical no matter what locale is set 2012-11-09 13:36:23 +01:00
Andreas Linde
5428df4f45 Fix checking for new PLCrashReporter properties being available 2012-09-27 21:58:55 +02:00
Andreas Linde
19e956045e Fix for compiler warning about comparing NSInteger and NSUInteger
Thanks to @pburleson
2012-09-21 21:13:31 +02:00
Andreas Linde
973654b152 Use correct armv7s architecture in UUID xml tag 2012-09-13 13:51:57 -06:00
Andreas Linde
cf28589eff Add support for armv7s to the crash report text formatter 2012-09-12 20:14:36 -06:00
Andreas Linde
4707e0c8d1 Make sure the app doesn't crash, if the developer forgot to delete the old PLCrashReporter framework and the framework search path is still pointing to it
If the framework search path still has the path to an older PLCrashReporter framework set and that is set before the path to HockeySDK, then it would link against the old one causing the app to crash when trying to send a bug report, because the old PLCrashReporter version is missing some new properties.
2012-08-20 13:14:29 +02:00
Andreas Linde
17718e7d44 Make sure the binaryImageSort for crash reports is static and doesn't cause link conflicts 2012-08-08 20:16:45 +02:00
Andreas Linde
8920cbc6c4 More documentation updates 2012-07-22 04:08:40 +02:00
Andreas Linde
671060929c Refactoring
- Change Prefixes to BIT
- Make one shared instance and change the functionalities to modules
- One bundle for resources
- Targets for framework and static libs
- Other cleanup
2012-07-19 17:17:19 +02:00