Commit Graph

13 Commits

Author SHA1 Message Date
Artem Kirienko
66568fedc2 CocoaLumberjack pod updated 2018-03-28 21:41:17 +03:00
Robbie Hanson
361eecf215 Fixing unit test projects via pod install. 2017-07-18 14:08:27 -07:00
Robbie Hanson
1b612ace26 Updating CocoaLumberjack to v3.x in unit test projects. 2017-05-16 13:35:42 -07:00
Robbie Hanson
1ecb1b861e Merge branch 'master' into v3.0 2017-01-06 17:51:07 -08:00
Robbie Hanson
59e4be80ad Replacing 'Reachability' dependency with embedded 'YapReachability' class. This allows the ActionManager to run on tvOS & watchOS. 2016-09-08 11:24:45 -07:00
Robbie Hanson
bdb704ccc9 Updating Unit Test projects to use latest podspec. 2016-09-07 15:14:12 -07:00
Robbie Hanson
7d7891347c Updating unit test projects via 'pod update'. 2016-03-28 11:30:20 -07:00
Robbie Hanson
0751bfda14 Fixing enumeration within enumeration bug. Issue #255 2015-12-28 17:56:50 -08:00
Robbie Hanson
998b17f21d Fixing Xcode projects. 2015-11-03 16:13:43 -08:00
Robbie Hanson
2463450a21 Updating Xcode-mobile project to use latest CocoaLumberjack version. 2015-10-27 16:54:41 -07:00
Robbie Hanson
70b72f648f Fixing iOS Unit Test project 2015-10-16 17:10:20 -07:00
Robbie Hanson
4ab80a16b0 Fixing Xcode-mobile workspace 2015-09-10 11:13:45 -07:00
Greg Combs
6665603689 [Pods] Decoupled CocoaLumberjack using CocoaPods
This allows users to link against a different CocoaLumberjack than what was provided in YapDatabase previously.  Consequently, CocoaLumberjack sources have been removed from the YapDatabase repository.

Moreover, the Xcode-mobile and Xcode-desktop test projects now each have a Podfile.  The downside is that you have to run `pod install` before executing the tests the first time around, but the upside is that CocoaLumberjack and YapDatabase libraries are now linked via Pods, and the test projects aren't so dependent on specific versions.
2015-06-25 11:53:59 -05:00