Andreas Linde
b471b6b66a
Update documentation
...
New screenshots, some minor fixes and adjustments for installation documentations
2012-08-20 20:44:39 +02:00
Andreas Linde
63a19424a8
Link PLCrashReporter into HockeySDK binary framework distribution target
...
Based on the pull request https://github.com/bitstadium/HockeySDK-iOS/pull/2 from @ddeville
Also don't add the HockeySDKResource.bundle to the framework, only caused distributing it twice
2012-08-20 20:44:07 +02:00
Andreas Linde
edcce33ee7
Add missing new line at EOF
2012-08-20 17:36:25 +02:00
Andreas Linde
13b918f9cd
Add some error handler detection, to optionally notify the developer of multiple handlers that could cause crashes not to be reported to HockeyApp
...
Enable debugLogEnabled to get this warning.
2012-08-20 15:46:41 +02:00
Andreas Linde
02a215be6d
If the server reports no versions available for update process, don't report this as an error
2012-08-20 13:30:23 +02:00
Andreas Linde
a0f41065a8
Add some more info to log message to more easily classify them
2012-08-20 13:28:33 +02:00
Andreas Linde
28c9480da7
Show [HockeySDK] prefix on all NSLog messages
2012-08-20 13:14:29 +02:00
Andreas Linde
6b7f405868
Show a error message in the console, if an older PLCrashReporter version is actually linked and give a hint on what to do
2012-08-20 13:14:29 +02: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
Eloy Durán
052b1a0bbd
Actually bump podspec version.
2012-08-14 17:40:23 +02:00
Andreas Linde
074285f669
Merge branch 'release/2.5.1' into develop
2012-08-14 14:19:46 +02:00
Andreas Linde
b44f28719d
Merge branch 'release/2.5.1'
2012-08-14 14:19:40 +02:00
Andreas Linde
11eaba17f1
Update pod spec to use the new 2.5.1 tag
2012-08-14 14:19:28 +02:00
Andreas Linde
4a42c03c95
Also update build number
2012-08-14 14:16:34 +02:00
Andreas Linde
69a966c427
Update change log
2012-08-14 14:12:44 +02:00
Andreas Linde
56751b0634
Update version number to 2.5.1
2012-08-14 14:12:24 +02:00
Andreas Linde
2b17dba7c1
Fix setting the default delegate for UpdateManager (another typo)
2012-08-14 12:58:49 +02:00
Andreas Linde
58e7dc28a1
Fix a typo
2012-08-14 12:19:19 +02:00
Andreas Linde
ece5f8bc49
Make sure PLCrashReporter only gets initialized once, even on manually invoking the method multiple times
...
And also catch the exception PLCrashReporter throws, if the develop is somehow trying to initialize it multiple times.
2012-08-14 12:17:17 +02:00
Andreas Linde
40041ad882
Fix a crash if the notification BITHockeyNetworkDidBecomeReachableNotification is being sent
2012-08-14 12:17:17 +02:00
Stefan Haubold
42abb23c41
Added Troubleshooting Section to Migration Guide
2012-08-14 01:06:55 +03:00
Andreas Linde
d616018f39
Fix typo in BITHockeyManagerDelegate method
...
Must be all time favorite, thanks to Evan for letting us know :-D
2012-08-13 23:30:19 +02:00
Eloy Durán
faeb19f0a3
Finish podspec.
2012-08-13 20:48:16 +02:00
Andreas Linde
ca74b03f42
Merge branch 'release/2.5.0' into develop
2012-08-13 14:23:14 +02:00
Andreas Linde
700daf7f59
Merge branch 'release/2.5.0'
2012-08-13 14:23:02 +02:00
Andreas Linde
3c1df5dc28
Add change log to readme
2012-08-13 14:21:23 +02:00
Andreas Linde
6fb1a432cb
Last documentation updates
2012-08-13 14:06:26 +02:00
Andreas Linde
d475221814
Some more documentation updates
2012-08-11 13:52:51 +02:00
Andreas Linde
98937dba8a
Update PLCrashReporter build based on latest build settings updates
2012-08-11 03:08:47 +02:00
Andreas Linde
1cf64b936e
Some more documentation updates and cleanups
2012-08-10 18:04:46 +02:00
Andreas Linde
0f9898b811
Fix compiler warning when building with release configuration, since a static definition was missing
2012-08-10 15:46:12 +02:00
Andreas Linde
e69a32a676
Set the submodules delegates to the same delegate defined by the initial configure initialization.
...
The delegates can still be access and set directly, if the dev wants to have different classes implementing them.
For the general user this improves the ease of setup, because the submodules delegates don't have to be set specifically and by setting the delegate protocols in the header the missing required delegates will still be shown as warning
2012-08-10 15:45:32 +02:00
Andreas Linde
198def34df
New PLCrashReporter build with generate debug symbols set to NO for release build to fix build warnings on other computers
2012-08-10 03:56:08 +02:00
Andreas Linde
f15c3cab79
Add HockeyMac setup steps to documentation
2012-08-10 01:08:27 +02:00
Andreas Linde
84241461e5
Move version define number into .xcconfig
2012-08-10 01:07:17 +02:00
Andreas Linde
6cf128a71d
Project updates with version string
...
- Store version numbers in .xcconfig
- Use those for .framework and documentation
- minor documentation build updates
2012-08-09 19:57:39 +02:00
Stefan Haubold
0f5f860691
updated migration guide
2012-08-09 16:14:41 +02:00
Andreas Linde
706c648d8c
Some more pod spec, still very meta and nonfunctional at all
2012-08-09 01:40:52 +02:00
Andreas Linde
9b21e04556
Some first cocoa pods adjustments, surely not working yet
...
Needs to use the HockeySDKResources target and the generated bundle and I guess also the targets for the lib
2012-08-09 01:25:48 +02:00
Andreas Linde
f2508dc746
Another minor documentation fix
2012-08-09 01:17:15 +02:00
Andreas Linde
660c3083c9
Fix crash manager not using delegates, because the delegate is not set yet
2012-08-09 00:31:27 +02:00
Andreas Linde
3fa2f4ce22
Fix for howto handle crashes on startup documentation
2012-08-09 00:05:16 +02:00
Andreas Linde
028d0eafed
Improve installation documentation and screenshots
2012-08-08 23:46:17 +02:00
Andreas Linde
c503f53048
Use version number 2.5 for building documentation
2012-08-08 20:27:48 +02:00
Andreas Linde
6791f55a3c
Update PLCrashReporter build
...
This provides symbols, so its calls are also symbolicated
2012-08-08 20:17:35 +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
dd9980f944
Fix App Store detection not working correctly when using configureWithBetaIdentifier: liveIdentifier: delegate:
2012-08-08 15:21:01 +02:00
Stefan Haubold
197ca77719
Update docs/Guide-Migration-Kits-template.md
...
Fixed some markdown formatting issues for migration guide
2012-08-08 14:26:33 +03:00
Stefan Haubold
a195416161
first rough draft of migration guide
2012-08-08 13:13:10 +02:00
Andreas Linde
a3941c5dbc
Small documentation update
2012-08-07 16:14:33 +02:00