Commit Graph

1600 Commits

Author SHA1 Message Date
Andreas Linde
3d0185bdb0 Update PLCrashReporter build
Removed Bitcode from simulator slices to make the same build work with Xcode 6.4
2015-09-18 15:52:04 +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
a94ce3d327 Merge tag '3.8.1' into develop
Version 3.8.1
2015-09-16 22:35:26 +02:00
Andreas Linde
b1518cb218 Merge branch 'release/3.8.1' 2015-09-16 22:35:26 +02:00
Andreas Linde
359f67acdd 3.8.1 release and documentation updates 2015-09-16 22:35:17 +02:00
Andreas Linde
56e6932d6d Update PLCR build using Xcode 7 (7AA220) 2015-09-16 22:12:13 +02:00
Andreas Linde
e584eb8281 Update build number 2015-09-16 19:01:01 +02:00
Andreas Linde
f7eeecbab1 Merge branch 'release/3.8' 2015-09-16 19:00:09 +02:00
Andreas Linde
26abf594c5 Merge tag '3.8' into develop
Version 3.8
2015-09-16 19:00:09 +02:00
Andreas Linde
2a894c801c 3.8 release and documentation updates 2015-09-16 18:59:59 +02:00
Lukas Spieß
69a4edc2e2 Fix delaying of second alerts with UIAlertController 2015-09-15 00:39:50 +02:00
Lukas Spieß
699d3f8303 Use UIAlertController for feedback alerts 2015-09-14 17:50:30 +02:00
Lukas Spieß
8706a97c62 Always update feedback list on the main queue 2015-09-14 17:50:30 +02:00
Lukas Spieß
ae41bdafd7 Always present UIAlertController on the main queue 2015-09-14 17:50:30 +02:00
Andreas Linde
4bcbda5c2e Update PLCR build using Xcode 7 GM 2015-09-11 11:14:21 +02:00
Benjamin Reimold
324614a2e9 Add AppCode Folder to gitignore 2015-09-10 10:26:29 -07:00
Lukas Spieß
c22638f6a1 Update bit_URLEncdoedString() to use modern API 2015-09-10 15:19:31 +02:00
Lukas Spieß
0e94435466 Remove unused bit_URLDecodedString function 2015-09-10 14:51:40 +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
Andreas Linde
f4c9a3bae5 Merge pull request #197 from bitstadium/feature/iOS9-Updates
Make SDK ready for iOS 9
2015-09-09 18:49:58 +02:00
Lukas Spieß
d529d0247a Update documentation and readme 2015-09-09 17:03:52 +02:00
Lukas Spieß
a87d64e922 Fix test issue with pointer conversion on armv7 2015-09-09 16:28:26 +02:00
Lukas Spieß
c0fa425c80 Print command that will run on TravisCI 2015-09-09 16:25:09 +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ß
1870f14252 Show list of available simulators before running tests 2015-09-09 14:57:25 +02:00
Lukas Spieß
8e732f8e4d Don't run CI on iOS 7.1 simulator for now
This appears to be broken in the current beta of Xcode 7. Might add back later once this is fixed.
2015-09-09 14:57:10 +02:00
Andreas Linde
a770652d2f Fix feedback compose view rotation issue
This fixes https://github.com/bitstadium/HockeySDK-iOS/issues/196
2015-09-09 14:53:19 +02:00
Lukas Spieß
a25c3095bc Merge pull request #191 from bitstadium/feature/remove-xcodecoverage
Remove XcodeCoverage
2015-09-09 14:11:55 +02:00
Andreas Linde
f8d2dd0178 make sure the Add Image button is always centered
This is for BITFeedbackComposeViewController
2015-09-09 14:02:38 +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
Andreas Linde
ff397e876b Merge pull request #194 from 0xced/clean-optional-delegate-calls
Remove unnecessary nil checking before calling `respondsToSelector:`
2015-09-09 13:13:00 +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
Cédric Luthi
ba533464f3 Remove unnecessary nil checking before calling respondsToSelector: 2015-09-04 23:10:05 +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