Commit Graph

402 Commits

Author SHA1 Message Date
Lukas Spieß
cb29d149be Merge branch 'develop' into feature/telemetry
# Conflicts:
#	Classes/BITHockeyManager.m
#	Support/HockeySDK.xcodeproj/project.pbxproj
2015-10-21 18:53:50 +02:00
Lukas Spieß
6b727733a5 Merge pull request #209 from bitstadium/feature/update-appstore-detection
Update AppStore detection
2015-10-12 17:14:51 +02:00
Lukas Spieß
ffd5120a56 Merge branch 'develop' into feature/telemetry
# Conflicts:
#	Classes/BITFeedbackManager.m
#	Support/HockeySDK.xcodeproj/project.pbxproj
2015-10-09 14:36:56 +02:00
Lukas Spieß
47a70d4e77 Move all public enums to a separate header 2015-10-09 14:15:43 +02:00
Lukas Spieß
566d6f77fd Disable Bitcode in UI since we set this from xcconfig
This should remedy compiler warnings where the compiler complains about both bitcode flags `-fembed-bitcode` and `-fembed-bitcode-marker` being present.
2015-10-09 13:44:45 +02:00
Lukas Spieß
5f3bdd33bf Update tests with new appEnvironment syntax 2015-10-09 12:59:58 +02:00
Lukas Spieß
ed3ea81864 Disable Authenticator and UpdateManager in TestFlight 2015-10-05 17:12:39 +02:00
Andreas Linde
74880df968 Add documentation zip to distribution build 2015-09-29 13:48:45 +02:00
Lukas Spieß
8d945beedf Merge branch 'develop' into feature/telemetry
Conflicts:
	HockeySDK-Source.podspec
	README.md
	Support/buildnumber.xcconfig
	Support/release.xcconfig
	docs/Changelog-template.md
	docs/Guide-Installation-Setup-template.md
2015-09-18 16:43:15 +02:00
Andreas Linde
cbc9356517 Update build number 2015-09-18 15:54:50 +02:00
Andreas Linde
c9d4cabc1b 3.8.2 release and documentation updates 2015-09-18 15:54:05 +02:00
Andreas Linde
686d008b78 Don't include Bitcode in simulator builds 2015-09-18 15:06:53 +02:00
Lukas Spieß
10b1c9050d Properly chain cascading of GCC preprocessor defs 2015-09-18 14:16:51 +02:00
Lukas Spieß
de22b30aac Only refrain from running debugger test when on CI 2015-09-18 14:16:51 +02:00
Lukas Spieß
0ca2a2d6fd Update HockeySDK.scheme Run configuration 2015-09-17 23:38:49 +02:00
Andreas Linde
6eda4257c1 Update build number 2015-09-16 22:36:00 +02:00
Andreas Linde
359f67acdd 3.8.1 release and documentation updates 2015-09-16 22:35:17 +02:00
Andreas Linde
e584eb8281 Update build number 2015-09-16 19:01:01 +02:00
Andreas Linde
2a894c801c 3.8 release and documentation updates 2015-09-16 18:59:59 +02:00
Lukas Spieß
a802383c7f Fix TelemetryManager tests 2015-09-15 16:40:07 +02:00
Lukas Spieß
ff5999fff2 Refactor sender
- Reformatting
- Fix and amend tests
- Split methods for better code readability
- Rename `path` to `filePath` make code more comprehensive
- Replace `@synchronized` with dispatch queue
- Add generics annotation
2015-09-15 16:40:07 +02:00
Andreas Linde
1ebdaa434c Increas Version + Build to 4.0-Alpha.1 (60) 2015-09-14 17:54:06 +02:00
Lukas Spieß
608e12f255 Use newer Photos API for screenshots, when available
AssetsLibrary is deprecated. We now use the newer Photos API to fetch the screenshots.
2015-09-14 17:47:58 +02:00
Lukas Spieß
3ec882fa04 Don't copy HockeySDK.xcconfig into distribution builds anymore 2015-09-14 12:46:42 +02:00
Lukas Spieß
2999f621d2 Enable additional warnings 2015-09-12 00:52:58 +02:00
Lukas Spieß
481a453199 Respect Telemetry feature in CrashOnly builds 2015-09-11 22:03:42 +02:00
Christoph Wendt
bae361be8a Persist session events immediately after creation (remove ununsed timer code) 2015-09-11 12:36:54 -07:00
Christoph Wendt
ea922447df Remove network type check since it's not used at this point 2015-09-11 12:31:33 -07:00
Lukas Spieß
60aeff7d65 Fix "unused" warning in helper tests 2015-09-11 20:51:15 +02:00
Lukas Spieß
ccf93b29b5 Use new helper function syntax in tests 2015-09-11 20:51:00 +02:00
Lukas Spieß
16c49d2f8b Add missing tests back to project 2015-09-11 20:50:09 +02:00
Lukas Spieß
39d5c3216a Move linking of CrashReporter also to xcconfig file 2015-09-11 18:15:53 +02:00
Lukas Spieß
fd408e96d5 Remove linking that is already done in xcconfig file
These frameworks already get linked by our HockeySDK.xcconfig file so we don't need these duplications
2015-09-11 18:12:31 +02:00
Lukas Spieß
20bbda4ce5 Add libs and frameworks to modulemap & xcconfig 2015-09-11 18:05:00 +02:00
Lukas Spieß
8559072c13 Merge branch 'develop' into feature/telemetry
Conflicts:
	.gitignore
	Classes/BITHockeyHelper.h
	Classes/BITHockeyHelper.m
	Support/HockeySDK.xcodeproj/project.pbxproj
	Support/HockeySDKTests/libOCMock.a
2015-09-11 18:04:55 +02:00
Christoph Wendt
c5956c28b5 Fix issue: Do not delete file because of "no connection" response 2015-09-10 19:28:10 -07:00
Christoph Wendt
eb1d15f2e8 Test BITSender (sending, response handling) 2015-09-10 18:58:30 -07:00
Christoph Wendt
b4b35351bc Fix warning (channel tests) 2015-09-10 18:50:35 -07:00
Lukas Spieß
28fe5ac5f5 Add libz to linked libraries in xcconfig files 2015-09-10 22:19:52 +02:00
Christoph Wendt
7363ec0d9a Convert AppID to GUID before sending telemetry data 2015-09-10 11:28:25 -07:00
Lukas Spieß
6119d81a33 Add unit test for bit_URLEncodedString() 2015-09-10 14:51:40 +02:00
Andreas Linde
2dff32690c 3.8 RC 1 Release 2015-09-10 14:33:01 +02:00
Lukas Spieß
49bc9b4fb7 Use standard archs for framework test target 2015-09-10 13:53:46 +02:00
Lukas Spieß
14a562dcac Removing troublesome search path from framework test target 2015-09-10 13:51:01 +02:00
Christoph Wendt
011972245d Add sender 2015-09-09 18:46:49 -07:00
Christoph Wendt
8c6a9621a6 Support GZIP for telemetry data 2015-09-09 18:45:06 -07:00
Lukas Spieß
a87d64e922 Fix test issue with pointer conversion on armv7 2015-09-09 16:28:26 +02:00
Lukas Spieß
c0c973e20a Add license for OCMock to licenses file 2015-09-09 15:34:21 +02:00
Lukas Spieß
cfd0ddb154 Disable test that only fails with xcodebuild
The test if a debugger is attached currently fails when being run with Xcode 7's version of xcodebuild but not when run from within Xcode itself. We will reenable this as soon as it's fixed or we find a workaround.
2015-09-09 15:29:32 +02:00
Lukas Spieß
77ecb29c8f Enable code coverage on Framework test target 2015-09-09 13:24:34 +02:00