24 Commits

Author SHA1 Message Date
Andreas Linde
5250d20dd3 Xcode updates 2012-08-02 21:51:07 +02:00
Andreas Linde
445b46191e Xcode project fixes
- set proper #define for static builds
- don't combine resources into tiff for the bundle
2012-07-31 15:56:18 +02:00
Andreas Linde
426efeae72 Fix framework build problems
and static lib Xcode 4.5 issues (armv6 not available any more showed warnings)
2012-07-27 14:46:56 +02:00
Andreas Linde
7ead5d998b Restructure (crash) manager internals
- Write all temp data into the same directory under caches/<sdkidentifier>/...
- Write approved crashes into its own plist instead of user defaults
- Use a temp file for analyzing crash report file instead of user defaults boolean
- Fix some define namings
2012-07-27 12:03:40 +02:00
Andreas Linde
5f16eeb0a3 Documentation improvements and automated build
- Add a target for building HTML and DocSet documentation
- The build will automatically install the DocSet locally
- Update README file
- Include README content as the main documentation page
- Ignore the Docs path, where documentation will be built into
2012-07-22 18:30:11 +02:00
Andreas Linde
2257950c99 Clean up private properties and methods in BITUpdateViewController 2012-07-22 02:49:30 +02:00
Andreas Linde
3fd3c083bf Simplify privacy settings
- Remove update settings UI
- Only one property that defines if user and usage data is send (only if the app is not running in the app store)
- Update documentation
2012-07-22 02:36:55 +02:00
Andreas Linde
0586a69bc0 Clean up some private ivars and methods and move them into their own header files 2012-07-22 00:32:42 +02:00
Andreas Linde
a26e4899d3 Fix localized strings references in Xcode project 2012-07-21 23:04:36 +02:00
Andreas Linde
812d0b4a35 Clean up some more naming and disable logging in App Store
- Change last BITHockeySDK.. into BITHockey…
- Disable BITHockeyLog when running in an App Store build
2012-07-21 22:58:40 +02:00
Andreas Linde
5e2f14422c Fix compile error
This is weird, somehow I need to remove and add HockeySDK.strings from the target and add it again
2012-07-19 23:10:46 +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
Andreas Linde
fb468f41d1 update Xcode project to 4.4 2012-07-15 21:57:19 +02:00
Andreas Linde
c5ee98c3ba Merge branch 'develop' of github.com:codenauts/HockeySDK-iOS into develop 2012-07-03 17:57:54 +02:00
Andreas Linde
6e6b3ffdfd Add new crash report formatter
Enables automatic and async-safe symbolication of system framework symbols right on the device
2012-07-03 17:39:16 +02:00
Andreas Linde
d0df4c2825 Move the crash reporting protocol into its own header file 2012-07-03 17:37:01 +02:00
Stephan Diederich
8efa4c72b7 Xcode autoupdates
from 4.5 DP1 (and earlier IIRC)
2012-06-18 15:25:12 -07:00
Thomas Dohmke
fe4307fb65 Enabled clang in support project and enabled warning for unrecognized selectors. Added clang statements to ignore warning for JMC selectors if JMC is not part of the project. 2012-03-22 13:23:34 +01:00
Andreas Linde
344bbddb1c Remove unit test files and target
They are not used right now and require to delete them when including the sdk without the library but the files only
2011-12-08 14:53:39 +01:00
Andreas Linde
a61bba1d1f Add workaround for not requiring -all_load linker flag and some Xcode project adjustments 2011-12-07 20:18:14 +01:00
Stephan Diederich
7395b5ffb1 set HOCKEYLIB_STATIC_LIBRARY define 2011-12-06 00:07:31 +01:00
Stephan Diederich
5f18fc26c5 as a library, build for armv6 & armv7 2011-12-06 00:07:31 +01:00
Stephan Diederich
2d0ec40be1 add xcworkspacedata
and remove it from .gitignore
2011-12-06 00:07:31 +01:00
Stephan Diederich
4e39526364 add default xcodeproj
minor adjustments for paths and such
2011-12-06 00:07:31 +01:00