4 Commits

Author SHA1 Message Date
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