Lukas Spieß
dade87551a
Update version number to 3.8.3
2015-10-22 21:03:25 +02:00
Lukas Spieß
946069c3f8
Make HockeySDKNullability header public
2015-10-22 20:34:43 +02:00
Lukas Spieß
8e9d528f28
Update project settings with Xcode 7.1's recommendations
2015-10-21 23:50:35 +02:00
Lukas Spieß
0024d8a139
Don't copy xcconfig into distribution builds anymore
...
This is only really useful when building from source and otherwise only causes confusion so we will remove for now
2015-10-21 22:30:39 +02:00
Lukas Spieß
587041bd11
Add missing headers to CrashOnly builds
2015-10-21 22:25:13 +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ß
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
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ß
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
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
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
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
Lukas Spieß
63c92a6090
Cleanup framework search paths in test target
2015-08-27 23:34:59 +02:00
Andreas Linde
5b649b3341
3.8 Beta 1 Release
2015-08-27 13:22:37 +02:00
Andreas Linde
d18dc57ff5
Fix unknown warning option in debug builds
2015-08-21 11:53:08 +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
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
b326798969
3.7.2 release and documentation updates
2015-08-20 15:31:25 +02:00
Andreas Linde
375d82ffbf
Add Extension target and specific crash only build
2015-08-11 15:27:32 +02:00
Andreas Linde
2d9f087fa9
Increase build number
2015-06-26 10:10:42 +02:00
Andreas Linde
762a55dded
3.7.1 release and documentation updates
2015-06-26 10:05:37 +02:00
Andreas Linde
7f5e17cbd2
Increase build number
2015-06-23 16:31:20 +02:00
Andreas Linde
422235caec
Fix iOS 7.1 unit test and make upload more robust
2015-06-23 10:59:22 +02:00
Andreas Linde
0bbf72a033
Fix compiler warning in test case
2015-06-22 09:42:43 +02:00
Andreas Linde
b62984073f
Update documentation
...
And add crash only build specific modulemap to Xcode project
2015-06-21 12:36:06 +02:00
Andreas Linde
4d38c17979
Also send CFBundleShortVersion value for crashes
2015-06-19 13:52:04 +02:00
Andreas Linde
3ae00f08f8
Rename HockeyNullability.h
...
to HockeySDKNullability.h
2015-06-18 15:42:57 +02:00
Andreas Linde
74c0a55f08
Move nullability support into separate header
2015-06-12 16:18:16 +02:00