Commit Graph

556 Commits

Author SHA1 Message Date
Benjamin Scholtysik (Reimold)
bf2d5f361b xcode 8.1 GM 2016-10-24 18:04:26 -07:00
Benjamin Scholtysik (Reimold)
ccc966eb17 Fix appIcon detection and test for iPhone PLUS devices 2016-10-18 17:40:18 -07:00
Benjamin Scholtysik (Reimold)
7613e45b8c Rename configs to make sure “Release” builds the full featured SDK 2016-10-04 16:51:10 -07:00
Benjamin Scholtysik (Reimold)
8d0a7c2ae3 Fix unit test for app icon logic 2016-10-04 11:15:31 -07:00
Benjamin Scholtysik (Reimold)
49f2417069 Bump versions to 4.1.2 2016-10-03 18:00:22 -07:00
Benjamin Scholtysik (Reimold)
04d82254ad Merge remote-tracking branch 'origin/develop' into release/4.1.2 2016-09-30 19:04:26 -07:00
Benjamin Scholtysik (Reimold)
ac2e7bc6fe Bump version number and fix podspec resource paths. 2016-09-30 18:42:41 -07:00
Benjamin Scholtysik (Reimold)
c561b36c13 Merge remote-tracking branch 'origin/develop' into feature/cleanup-framework-structure 2016-09-30 17:50:19 -07:00
Benjamin Scholtysik (Reimold)
72dce51e8b Update all of our build scripts. 2016-09-30 17:49:41 -07:00
Benjamin Scholtysik (Reimold)
c261e88bbd Simplify build configurations. 2016-09-30 11:15:47 -07:00
Benjamin Scholtysik (Reimold)
3bf3773709 Fixing the analyzer warnings 2016-09-29 18:53:29 -07:00
Benjamin Scholtysik (Reimold)
8f51d1debb Merge pull request #347 from bitstadium/fix/anonymize-all-user-paths
Fix path anonymisation for binaries.
2016-09-27 09:44:16 -07:00
Benjamin Scholtysik (Reimold)
f169cc9112 Update unit test and some renaming 2016-09-21 15:18:03 -07:00
Lukas Spieß
3cd536ddaf Rename ReleaseDefault config to Release 2016-09-20 15:16:36 +02:00
Lukas Spieß
234f7c7ed4 Update build config to build with Bitcode on iOS 10 Base SDK 2016-09-20 13:30:17 +02:00
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