Skip to content

Commit

Permalink
chore: carthage update
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Oct 20, 2021
1 parent fae1835 commit fae133c
Show file tree
Hide file tree
Showing 101 changed files with 2,276 additions and 4,291 deletions.
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "CocoaLumberjack/CocoaLumberjack" "3.7.0"
github "SwiftyJSON/SwiftyJSON" "5.0.0"
github "CocoaLumberjack/CocoaLumberjack" "3.7.2"
github "SwiftyJSON/SwiftyJSON" "5.0.1"
github "acheronfail/MASShortcut" "2.3.6-custom"
github "sindresorhus/LaunchAtLogin" "v4.0.0"
github "sindresorhus/LaunchAtLogin" "v4.2.0"
3 changes: 3 additions & 0 deletions Carthage/Checkouts/CocoaLumberjack/.swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ opt_in_rules:

nesting:
type_level: 4

identifier_name:
allowed_symbols: "_"
77 changes: 75 additions & 2 deletions Carthage/Checkouts/CocoaLumberjack/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Carthage/Checkouts/CocoaLumberjack/CocoaLumberjack.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'CocoaLumberjack'
s.version = '3.7.0'
s.version = '3.7.2'
s.license = 'BSD'
s.summary = 'A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS.'
s.homepage = 'https://github.com/CocoaLumberjack/CocoaLumberjack'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ LIBRARY_SEARCH_PATHS = $(inherited)
// Code will load on this and later versions of macOS. Framework APIs that are unavailable in earlier versions will be weak-linked; your code should check for null function pointers or specific system versions before calling newer APIs.
MACOSX_DEPLOYMENT_TARGET = 10.10

MARKETING_VERSION = 3.7.0
MARKETING_VERSION = 3.7.2

OTHER_C_FLAGS = -Wextra

Expand Down
2 changes: 1 addition & 1 deletion Carthage/Checkouts/CocoaLumberjack/Dangerfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ let copyrightLines = (
source: [
"// Software License Agreement (BSD License)",
"//",
"// Copyright (c) 2010-2020, Deusty, LLC",
"// Copyright (c) 2010-2021, Deusty, LLC",
"// All rights reserved.",
"//",
"// Redistribution and use of this software in source and binary forms,",
Expand Down
Loading

0 comments on commit fae133c

Please sign in to comment.