Skip to content

Commit

Permalink
Prepare release 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Aug 21, 2023
1 parent 0909059 commit 67ec581
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# [3.8.1 - Xcode 14.3 on ??, 2023](https://github.com/CocoaLumberjack/CocoaLumberjack/releases/tag/3.8.1)
# [3.8.1 - Xcode 14.3 on Aug 21st, 2023](https://github.com/CocoaLumberjack/CocoaLumberjack/releases/tag/3.8.1)

### Public

Expand Down
4 changes: 2 additions & 2 deletions CocoaLumberjack.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CocoaLumberjack'
s.version = '3.8.0'
s.version = '3.8.1'
s.license = 'BSD'
s.summary = 'A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS.'
s.authors = { 'Robbie Hanson' => 'robbiehanson@deusty.com' }
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
'atomic operations, and the dynamic nature of the objective-c runtime.'

s.cocoapods_version = '>= 1.7.0'
s.swift_versions = ['5.5', '5.6', '5.7']
s.swift_versions = ['5.5', '5.6', '5.7', '5.8']

s.osx.deployment_target = '10.13'
s.ios.deployment_target = '11.0'
Expand Down
4 changes: 2 additions & 2 deletions Configs/Module-Shared.xcconfig
Expand Up @@ -7,7 +7,7 @@ ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES
// This setting is deprecated as of Xcode 8.3 and may not be supported in future versions. It is recommended that you disable the setting. If enabled, both `#include <header.h>`-style and `#include "header.h"`-style directives search the paths in `USER_HEADER_SEARCH_PATHS` before `HEADER_SEARCH_PATHS`
ALWAYS_SEARCH_USER_PATHS = NO

// Warn whn using non-localized strings.
// Warn when using non-localized strings.
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;

// Warn for missing nullability attributes
Expand Down Expand Up @@ -205,7 +205,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.13

MARKETING_VERSION = 3.7.4
MARKETING_VERSION = 3.8.1

WARNING_CFLAGS = -Wextra -Wextra-semi -Wdouble-promotion

Expand Down

0 comments on commit 67ec581

Please sign in to comment.