Commit Graph

1560 Commits

Author SHA1 Message Date
Lukas Spieß
cd1d13f233 Remove XcodeCoverage from test targets
Since we have to require Xcode 7 for Bitcode support anyway, we can also switch to using Xcode's native code coverage support
2015-09-09 13:24:34 +02:00
Christoph Wendt
521a9b0f28 Fix warnings 2015-09-08 14:22:41 -07:00
Christoph Wendt
cdaead8433 Fix authentificator tests 2015-09-08 14:22:23 -07:00
Christoph Wendt
28de90109f Add OCMock library for partial mocks 2015-09-08 14:21:40 -07:00
Andreas Linde
13bff7181b Do not use strlen in BITHockeyMD5 2015-09-08 11:00:47 +02:00
Andreas Linde
4cf6b50f6a Remove usage of strerror 2015-09-08 10:42:05 +02:00
Andreas Linde
6e17bd6e4f Merge branch 'develop' into feature/iOS9-Updates
Conflicts:
	HockeySDK-Source.podspec
	HockeySDK.podspec
	README.md
	Support/buildnumber.xcconfig
	Vendor/CrashReporter.framework/Versions/A/CrashReporter
	docs/Changelog-template.md
	docs/Guide-Installation-Setup-template.md
2015-09-08 10:31:54 +02:00
Lukas Spieß
48c8cea821 Merge pull request #195 from cyupa/develop
Update README.md
2015-09-04 18:08:21 +02:00
Ciprian Redinciuc
4ac26f7b52 Update README.md
Change comment for disabling update manager .
2015-09-04 11:51:23 +03:00
Christoph Wendt
303f786938 Avoid retain cycles 2015-09-02 13:36:41 -07:00
Christoph Wendt
dd101d0e59 Add NSURLSession support (BITAuthenticator) 2015-09-02 13:35:59 -07:00
Christoph Wendt
37727b46f4 Add NSURLSession support (BITHockeyManager) 2015-09-02 13:34:57 -07:00
Christoph Wendt
08c8b8242f Add NSURLSession support (BITStoreFeedbackManager) 2015-09-02 11:26:13 -07:00
Christoph Wendt
f06cf2a636 Add NSURLSession support (BITAuthenticator) 2015-09-02 11:25:43 -07:00
Christoph Wendt
8935364018 Add NSURLSession support (BITFeedbackListViewController) 2015-09-01 18:30:12 -07:00
Christoph Wendt
9cca26f789 Add NSURLSession support (BITStoreUpdateManager) 2015-09-01 17:55:13 -07:00
Christoph Wendt
862771437c Implement NSURLSessionTaskDelegate methods (BITUpdateManager) 2015-09-01 17:54:21 -07:00
Christoph Wendt
582bd3019b Refactor NSURLConnection delegate methods (BITUpdateManager) 2015-09-01 17:53:35 -07:00
Christoph Wendt
327ac60283 Support NSURLSession request (BITUpdateManager) 2015-09-01 17:50:30 -07:00
Andreas Linde
9a978a1cae Update build number 2015-08-31 10:33:58 +02:00
Andreas Linde
364711d4a2 Merge tag '3.7.3' into develop
Version 3.7.3
2015-08-31 10:33:01 +02:00
Andreas Linde
0afe76af91 Merge branch 'release/3.7.3' 2015-08-31 10:33:01 +02:00
Andreas Linde
f1c864d6e1 3.7.3 release and documentation updates 2015-08-31 10:32:51 +02:00
Andreas Linde
be42a87c1f Use PLCR build created with Xcode 6.4
This fixes a duplicate symbol issue some users are facing
2015-08-31 10:23:02 +02:00
Lukas Spieß
b9bc27fef3 Add scoping curly braces to if statements 2015-08-28 18:19:45 +02:00
Lukas Spieß
49d8309d10 Update .travis.yml with new test destinations 2015-08-28 01:16:42 +02:00
Lukas Spieß
63c92a6090 Cleanup framework search paths in test target 2015-08-27 23:34:59 +02:00
Lukas Spieß
dfe58d6bae Improve phrasing in troubleshooting section 2015-08-27 22:48:23 +02:00
Andreas Linde
5b649b3341 3.8 Beta 1 Release 2015-08-27 13:22:37 +02:00
Andreas Linde
73175a9a7b Merge branch 'develop' into feature/iOS9-Updates 2015-08-27 10:23:52 +02:00
Andreas Linde
d2d1aae87d Add troubleshooting section to readme 2015-08-27 10:23:40 +02:00
Andreas Linde
9f9c7d28ea Merge branch 'develop' into feature/iOS9-Updates 2015-08-27 10:18:42 +02:00
Andreas Linde
64aaf2aa8c Fix app update triggering exit not safely report
When the app updates and the crash manager has `enableAppNotTerminatingCleanlyDetection` enabled, starting the update shouldn't trigger a crash report for that scenario.
2015-08-27 10:18:13 +02:00
Andreas Linde
f7fc72c11d Comment new encoding methods for now
This needs to be fixed before release.
2015-08-27 10:13:46 +02:00
Andreas Linde
90711c6a48 Use the Xcode 7 Image on Travis-CI 2015-08-27 10:06:13 +02:00
Andreas Linde
05de1686fa Fix alert presentation with UIAlertController 2015-08-24 17:01:58 +02:00
Andreas Linde
e721bcfa19 Merge branch 'develop' into feature/iOS9-Updates 2015-08-24 10:30:59 +02:00
Andreas Linde
1c221668de Improve documentation
Make usage of `BITHockeyNetworkDidBecomeReachableNotification` more clear
2015-08-24 09:54:43 +02:00
Andreas Linde
d18dc57ff5 Fix unknown warning option in debug builds 2015-08-21 11:53:08 +02:00
Andreas Linde
4b30bac9f4 Update travis to use Xcode 6.4 2015-08-21 11:49:50 +02:00
Andreas Linde
16de50d959 Use bitcode on iOS9* only and assert fix
- Properly disable assertions in the build settings instead of using an Other_CFlag
- Add bitcode only when using iOS 9 or later as Base SDK which allows building without issues using older Xcode versions
2015-08-21 11:44:05 +02:00
Andreas Linde
554cdfc2f3 Add OTHER_CFLAG to add bitcode
Without this change bitcode is only actually added when archiving. See http://stackoverflow.com/a/31486233/474794
2015-08-20 16:10:37 +02:00
Andreas Linde
19a6d43571 Add PLCR build with actual bitcode 2015-08-20 16:09:45 +02:00
Andreas Linde
2bff969755 Merge branch 'develop' into feature/iOS9-Updates
Conflicts:
	Support/buildnumber.xcconfig
2015-08-20 15:51:48 +02:00
Andreas Linde
0443e7095c Increase build number 2015-08-20 15:46:24 +02:00
Andreas Linde
7805b8dc0a Merge branch 'release/3.7.2' 2015-08-20 15:31:40 +02:00
Andreas Linde
6f638eda28 Merge tag '3.7.2' into develop
Version 3.7.2
2015-08-20 15:31:40 +02:00
Andreas Linde
b326798969 3.7.2 release and documentation updates 2015-08-20 15:31:25 +02:00
Andreas Linde
dde39be0e6 Fix iTunes Connect error reg. resource bundle
Xcode 7 shows an error when uploading an app to iTunes Connect due to a bug in the Info.plist of the resource bundle. The info.plist shouldn't contain a `CFBundleExecutable` value and the `CFBundlePackageType` should be `BNDL`.

Also removed other non needed entries.
2015-08-20 15:28:38 +02:00
Andreas Linde
9f8f5146c0 Update readme with extension specific build 2015-08-18 14:39:10 +02:00