10 Commits

Author SHA1 Message Date
Andreas Linde
9b8f51fe5f Restructure project targets and binary distribution target
- Use one common static lib target
- create embeddedFramework as binary distribution including docset in one zip
- Add HockeySDK.xcconfig for easier build setting setup
- Move everything into a single directory, too many problems making binary and subproject work without requing recursive header search paths
- Documentation update pending
2012-10-07 21:49:47 +02:00
Andreas Linde
1a71aa2ea5 Initial Feedback component
- First implementation on feedback, not finished yet!
- Move all components into their own subdirectory
- Restructure common delegates into BITHockeyManagerDelegate
- Restructure common component methods into new superclass (not finished yet)
2012-09-28 12:30:19 +02: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