Commit Graph

541 Commits

Author SHA1 Message Date
Benjamin Scholtysik (Reimold)
03248d9b24 removing unnecessary linking and add comment to all features xcconfig 2016-09-13 15:14:45 -07:00
Lukas Spieß
664bb00f53 Merge pull request #331 from bitstadium/feature/feedback-module
Feature/feedback module
2016-09-13 13:27:49 +02:00
Benjamin Scholtysik (Reimold)
31afd36dcf Rename property of BITCrashMetaData to avoid namespace collisions. 2016-09-12 15:12:20 -07:00
Lukas Spieß
7aa862b3a3 Consolidate release configurations 2016-09-12 12:04:57 -07:00
Benjamin Scholtysik (Reimold)
16ee4273e6 Clean up the xcconfig files 2016-09-12 12:04:57 -07:00
Benjamin Scholtysik (Reimold)
5fbbe507e1 Adding PREPROCESSOR_DEFINITIONS back to nofeedback.xcconfig so the nofeedback-config actually works 2016-09-12 12:04:57 -07:00
Benjamin Scholtysik (Reimold)
34eda29ddb Make sure modulemap-files are always copied as module.modulemap, otherwise using the SDK won’t work. 2016-09-12 12:04:57 -07:00
Benjamin Scholtysik (Reimold)
4739872aa9 rename release.xcconfig to nofeedback.xcconfig to make more clear what it is 2016-09-12 12:04:57 -07:00
Benjamin Scholtysik (Reimold)
ce06e1609e Remove Feedback feature from hockey config 2016-09-12 12:04:57 -07:00
Benjamin Scholtysik (Reimold)
f69f6455be Add configuration for full feature set 2016-09-12 12:04:56 -07:00
Benjamin Scholtysik (Reimold)
c00b787a67 Bump SDK version number 2016-09-07 15:16:48 -07:00
Benjamin Scholtysik (Reimold)
04c9b160ce Merge remote-tracking branch 'origin/feature/xcode8-beta6' into release/4.1.1-testing 2016-09-07 12:59:43 -07:00
Benjamin Scholtysik (Reimold)
2a85e65652 Adding two unit test to make sure we don’t create sessions for the wrong timestamps 2016-09-06 20:59:41 -07:00
Benjamin Scholtysik (Reimold)
4a491b0deb Merge remote-tracking branch 'origin/develop' into feature/xcode8-beta6
# Conflicts:
#	Classes/BITHockeyHelper.m
2016-09-06 10:43:53 -07:00
Benjamin Scholtysik (Reimold)
4aecfac8aa Upgrading xscheme’s to Xcode 8 and adding suggested compiler warnings 2016-09-02 16:40:24 -07:00
Benjamin Scholtysik (Reimold)
0c0b4dce35 Merge remote-tracking branch 'origin/develop' into feature/fix-appicon-detection 2016-09-01 20:03:44 -07:00
Benjamin Scholtysik (Reimold)
4ec5a6b1fa Rename version to 4.1.0 2016-08-22 14:02:35 -07:00
Benjamin Scholtysik (Reimold)
315e4d6651 Bump version number, add changelog and update readme 2016-07-20 15:33:00 -07:00
Benjamin Reimold
f6fd81c5bd Merge remote-tracking branch 'origin/hotfix/fix-bitcode' into develop 2016-07-15 12:52:15 -07:00
Lukas Spieß
fde58d19c8 Mark private headers as Project for better integration
Fixes #309 - Marking these headers as "Project" caused problems when integrating the SDK as source
2016-07-11 19:56:39 +02:00
Lukas Spieß
bdbc7eb458 Add Bitcode marker back to simulator slices
This is necessary because otherwise `lipo` apparently strips the Bitcode sections from the merged library completely.
Unfortunately, this breaks compatibility with Xcode 6.
2016-06-30 14:29:58 +02:00
Lukas Spieß
fce02d6172 Update build number 2016-05-06 04:05:48 +02:00
Lukas Spieß
cf909db41d Update version and build numbers to 4.1.0-beta.2 2016-05-06 03:43:07 +02:00
Lukas Spieß
a5dd30163c Merge branch 'master' into develop
# Conflicts:
#	Classes/BITMetricsManager.m
#	Classes/BITPersistence.m
#	HockeySDK-Source.podspec
#	HockeySDK.podspec
#	README.md
#	Support/buildnumber.xcconfig
#	docs/Changelog-template.md
#	docs/Guide-Installation-Setup-template.md
2016-05-06 03:27:49 +02:00
Lukas Spieß
cc698da854 Update version and build numbers to 4.0.1 2016-05-06 03:08:39 +02:00
Lukas Spieß
85a468acb6 Add tests for createDirectoryStructureIfNeeded 2016-05-06 02:16:27 +02:00
chrwend
375d70f698 Test if fix ignores removal of exclude-attribute if developer set flag in NSUserDefaults 2016-05-06 02:16:27 +02:00
chrwend
d26eed7e4f Test if fix removes exclude-attribute from folder 2016-05-06 02:16:27 +02:00
Lukas Spieß
73da07140f Add tests for cases where feedbackComposerPreparedItems is nil 2016-05-04 01:15:39 +02:00
Lukas Spieß
4b3c62040e Move client reconfiguration on serverURL change into BITCrashManager
Having the different logics for retrieving an instance of `BITHockeyAppClient` on `BITHockeyManager` felt strange, therefore I decided to move the logic necessary when the serverURL of the `BITCrashManager` instance changes into the manager itself.
2016-05-02 17:04:12 +02:00
Lukas Spieß
b684a6be8a Add tests for setServerURL method on BITCrashManager 2016-05-02 17:03:37 +02:00
Lukas Spieß
47c74888d6 Make defaultLogHandler accessible so we can avoid interferences in tests 2016-05-02 16:21:09 +02:00
Lukas Spieß
70a67727b4 Add tests for BITHockeyLogger 2016-05-02 16:21:09 +02:00
Lukas Spieß
602bc14f1b Replace empty NSError in tests with proper dummy object 2016-05-02 16:21:09 +02:00
Lukas Spieß
68296a36ac Add BITHockeyLogger class, macros and enum 2016-05-02 15:59:42 +02:00
Lukas Spieß
79aaf8d1ef Don't enable modules in framework tests 2016-04-28 18:48:42 +02:00
Lukas Spieß
18fec9b199 Add mocks for missing dependencies in CrashManagerTests 2016-04-28 16:33:03 +02:00
Lukas Spieß
b13ad993d8 Add BITMetricsManager import to test class 2016-04-28 15:19:50 +02:00
Lukas Spieß
f759b8af69 Remove BITHOCKEY_STATIC_LIBRARY flag from Framework target 2016-04-28 15:16:54 +02:00
Lukas Spieß
700a14d74d Update build number 2016-04-28 14:14:18 +02:00
Lukas Spieß
4c8495d4be Merge branch 'master' into develop
# Conflicts:
#	Support/buildnumber.xcconfig
2016-04-28 14:00:52 +02:00
Lukas Spieß
2797a5e4dd Fix FeatureConfig for CrashOnlyExtension build 2016-04-28 14:00:00 +02:00
Lukas Spieß
7301ab87ec Update build number 2016-04-28 12:50:15 +02:00
Lukas Spieß
0fda434045 Update version and build numbers to 4.1.0-beta.1 2016-04-25 01:07:30 +02:00
Lukas Spieß
d3d240ddbe Update version and build numbers to 4.0.0 2016-04-25 01:07:07 +02:00
Lukas Spieß
7f601c563b Update Xamarin sample to fit the actual crash report 2016-04-23 01:43:36 +02:00
chrwend
9125cbf53b Update tests 2016-04-23 01:43:36 +02:00
chrwend
92b74840f5 Fix unit test: Update report version of reference crash log 2016-04-23 01:43:36 +02:00
chrwend
04367d7068 Update xamarin log for unit test 2016-04-23 01:43:36 +02:00
chrwend
6be97cf34c Fix unit test (remove unwanted space) 2016-04-23 01:43:36 +02:00