Andreas Linde
762a55dded
3.7.1 release and documentation updates
2015-06-26 10:05:37 +02:00
Andreas Linde
99a138cf00
Another documentation update
2015-06-23 19:33:11 +02:00
Andreas Linde
1ef0461be4
Documentation fixes
2015-06-23 19:22:12 +02:00
Andreas Linde
b66fbcff58
More 3.7.0 release and documentation updates
2015-06-23 16:13:02 +02:00
Andreas Linde
c3e5762d73
3.7.0 release and documentation updates
2015-06-23 14:27:30 +02:00
Andreas Linde
ea91c0722c
Documentation updates and fixes
2015-06-19 15:29:42 +02:00
Andreas Linde
1247e9a3f4
Update readme with CocoaPod options
2015-06-18 16:28:18 +02:00
Andreas Linde
3bcf222bdc
Minor style fix in documentation
2015-06-17 15:14:35 +02:00
Andreas Linde
691b3dbe69
Update documentation
...
- Combine main README and SDK Setup documents (later has a reduced introduction section)
- Restructure and extend the documentation
- Remove the Authentication document and link to our support page instead
2015-06-17 15:12:47 +02:00
Andreas Linde
0bb78d7201
Update documentation
...
- Remove Advanced setup guide
- Added `libc++` dependency
- Updated modulemap files to automatically link all required libraries and frameworks
- Updated setup doc to use module import style
- Update CrashOnly build modulemap file
- Code style fixes
2015-06-12 14:41:58 +02:00
Andreas Linde
ac2c50e082
3.6.4 release and documentation updates
2015-04-24 16:29:32 +02:00
Andreas Linde
05ce740c6f
3.6.3 release and documentation updates
2015-04-24 13:43:03 +02:00
Andreas Linde
de7a7c599d
3.6.2 release and documentation updates
2014-11-25 16:29:08 +01:00
Andreas Linde
071adb91de
3.6.1 release and documentation updates
2014-09-26 18:06:36 +02:00
Andreas Linde
476a4de232
3.6 release and documentation updates
2014-09-26 14:07:18 +02:00
Andreas Linde
cdf6691579
More updates on extension support
...
- Added iOS 8 extension setup documentation
- Added a crash reporting only framework build to the binary distribution target
2014-09-25 17:29:45 +02:00
Andreas Linde
03767a63ef
Add migration text for BITCrashManagerCallbacks
2014-09-24 14:20:15 +02:00
Andreas Linde
375994c125
Merge branch 'hotfix/3.5.7' into develop
2014-09-10 18:44:03 +02:00
Andreas Linde
8e96793675
3.5.7 release and documentation updates
2014-09-10 17:49:47 +02:00
Andreas Linde
49e3df9cfa
Update setup doc for Swift
2014-09-08 14:34:48 +02:00
Andreas Linde
e9f3d7dde2
Update setup doc for Swift
2014-09-05 01:47:19 +02:00
Andreas Linde
2cd3d92536
Merge branch 'hotfix/3.5.6' into develop
...
Conflicts:
HockeySDK.podspec
README.md
Support/buildnumber.xcconfig
docs/Changelog-template.md
docs/Guide-Installation-Setup-Advanced-template.md
docs/Guide-Installation-Setup-template.md
2014-07-23 20:41:45 +02:00
Andreas Linde
e37045d314
3.5.6 release and documentation updates
2014-07-23 20:33:38 +02:00
Andreas Linde
da8a544fa6
Update version and files to v3.6 Beta 2
2014-06-26 15:54:30 +02:00
Andreas Linde
c8b053bc14
Update version and files to v3.6 Beta 1
2014-05-28 20:50:12 +02:00
Andreas Linde
3cf56aa9d6
Various fixes and documentation improvements
2014-05-27 23:43:37 +02:00
Andreas Linde
d12cc7447e
3.5.5 release and documentation updates
2014-04-21 16:23:15 +02:00
Andreas Linde
ac0790646b
3.5.4 release and documentation updates
2014-02-18 16:15:12 +01:00
Andreas Linde
4c9a268a0c
3.5.3 release and documentation updates
2014-02-12 15:09:15 +01:00
Andreas Linde
f2b7f3d575
Update Auhenticating Users on iOS
documentation with automatic authentication hint
2014-02-12 02:11:02 +01:00
Andreas Linde
2cf60d6ccc
3.5.2 release and documentation updates
2014-01-28 16:08:18 +01:00
Andreas Linde
2235258ade
Fix typo in link to local docsets folder in documentation
2014-01-16 12:28:44 +01:00
Andreas Linde
a0573368af
3.5.1 release and documentation updates
2014-01-14 15:01:33 +01:00
Andreas Linde
f6ab185ed5
Update to version 3.5.0
2013-10-30 14:43:01 +01:00
Andreas Linde
223333facf
Some more documentation updates
2013-10-30 13:42:04 +01:00
Andreas Linde
47b3a7e97d
Fix documentation on how to invoke authenticateInstallation
2013-10-24 19:38:15 +02:00
Andreas Linde
934d8dc8cd
Update to version 3.5.0 RC 3
2013-10-23 19:33:44 +02:00
Andreas Linde
c73b441a31
Add step to setup BITAuthenticator in installation guides
2013-10-10 12:47:20 +02:00
Andreas Linde
498bd62cbb
Remove automaticMode
property since it is not needed any more
...
The developer needs to call at least `authenticateInstallation` instead.
2013-10-10 12:32:29 +02:00
Andreas Linde
7052f0cd7a
Require the user to call authenticateInstallation
manually
...
This solves multiple issues:
- Possible crashes at startup because the app is already in the process of presenting another modal view. This way the developer can make sure that only one modal view is being presented
- If the app is showing e.g. a login view on startup, it is now not needed to turn off automatic mode and setup the complete auth workflow manually and simply invoke `authenticateInstallation` after the login view is either fully presented (`viewDidLoad` finished) or the user did log in
2013-10-10 02:39:44 +02:00
Andreas Linde
bc98e9e304
Update to version 3.5.0 RC 2
2013-09-26 17:03:56 +02:00
Andreas Linde
2acdec27c7
Update intro text of Authentication how to
2013-09-26 16:37:45 +02:00
Andreas Linde
d7f0a0a2f2
Update to version 3.5.0 RC 1
2013-09-25 21:32:42 +02:00
Thomas Dohmke
5e1e4e1421
Update authentication documentation.
2013-09-25 17:49:26 +02:00
Andreas Linde
5278653f63
Update changelog to make it clear that BITStoreUpdateManager is optional and disabled by default
2013-09-24 20:03:17 +02:00
Andreas Linde
18ab864eef
Documentation improvements for BITAuthenticator
2013-09-19 15:42:07 +02:00
Andreas Linde
18202819c7
Update to version 3.5.0 Beta 3
2013-09-17 18:50:24 +02:00
Andreas Linde
ddef584d1e
Add How to for Authenticating iOS Users with BITAuthenticator
2013-09-17 18:50:12 +02:00
Andreas Linde
19f6e768c0
Update to version 3.5.0 Beta 2
2013-09-16 18:34:47 +02:00
Andreas Linde
955fe9c2eb
Documentation updates and fixes
2013-09-13 17:29:00 +02:00