Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency cocoalumberjack to v3 #246

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/wordclock-macos/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inhibit_all_warnings!

def myPods
platform :osx, '10.13'
pod 'CocoaLumberjack', '~> 1.8'
pod 'CocoaLumberjack', '~> 3.0'
pod 'libextobjc/EXTScope', '~> 0.4'
end

Expand Down
14 changes: 6 additions & 8 deletions packages/wordclock-macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
PODS:
- CocoaLumberjack (1.9.2):
- CocoaLumberjack/Extensions (= 1.9.2)
- CocoaLumberjack/Core (1.9.2)
- CocoaLumberjack/Extensions (1.9.2):
- CocoaLumberjack/Core
- CocoaLumberjack (3.8.1):
- CocoaLumberjack/Core (= 3.8.1)
- CocoaLumberjack/Core (3.8.1)
- libextobjc/EXTScope (0.6):
- libextobjc/RuntimeExtensions
- libextobjc/RuntimeExtensions (0.6)

DEPENDENCIES:
- CocoaLumberjack (~> 1.8)
- CocoaLumberjack (~> 3.0)
- libextobjc/EXTScope (~> 0.4)

SPEC REPOS:
Expand All @@ -18,9 +16,9 @@ SPEC REPOS:
- libextobjc

SPEC CHECKSUMS:
CocoaLumberjack: 628fca2e88ef06f7cf6817309aa405f325d9a6fa
CocoaLumberjack: 5c7e64cdb877770859bddec4d3d5a0d7c9299df9
libextobjc: aed8b7d2b07f511c1a7ecaacb33ea03e327c69b7

PODFILE CHECKSUM: de4f0a30471deeb63c0b598e3c3b53b53b255c16
PODFILE CHECKSUM: 91eb27d46835cce1550902a0837032ffec0631d3

COCOAPODS: 1.12.1
591 changes: 591 additions & 0 deletions packages/wordclock-macos/Pods/CocoaLumberjack/CHANGELOG.md

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions packages/wordclock-macos/Pods/CocoaLumberjack/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions packages/wordclock-macos/Pods/CocoaLumberjack/LICENSE.txt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading