Przeglądaj źródła

Prepare release 3.7.4

Florian Friedrich 4 lat temu
rodzic
commit
80ada1f753
3 zmienionych plików z 9 dodań i 2 usunięć
  1. 7 0
      CHANGELOG.md
  2. 1 1
      CocoaLumberjack.podspec
  3. 1 1
      Configs/Module-Shared.xcconfig

+ 7 - 0
CHANGELOG.md

@@ -9,6 +9,13 @@
 - _REPLACE ME_
 - _REPLACE ME_
 
 
 
 
+## [3.7.4 - Xcode 13.2 on Dec 16, 2021](https://github.com/CocoaLumberjack/CocoaLumberjack/releases/tag/3.7.4)
+
+### Public
+
+- Fix swift-tools-version in Package@swift-5.3.swift
+
+
 ## [3.7.3 - Xcode 13.2 on Dec 16, 2021](https://github.com/CocoaLumberjack/CocoaLumberjack/releases/tag/3.7.3)
 ## [3.7.3 - Xcode 13.2 on Dec 16, 2021](https://github.com/CocoaLumberjack/CocoaLumberjack/releases/tag/3.7.3)
 
 
 ### Public
 ### Public

+ 1 - 1
CocoaLumberjack.podspec

@@ -1,7 +1,7 @@
 Pod::Spec.new do |s|
 Pod::Spec.new do |s|
 
 
   s.name     = 'CocoaLumberjack'
   s.name     = 'CocoaLumberjack'
-  s.version  = '3.7.3'
+  s.version  = '3.7.4'
   s.license  = 'BSD'
   s.license  = 'BSD'
   s.summary  = 'A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS.'
   s.summary  = 'A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS.'
   s.homepage = 'https://github.com/CocoaLumberjack/CocoaLumberjack'
   s.homepage = 'https://github.com/CocoaLumberjack/CocoaLumberjack'

+ 1 - 1
Configs/Module-Shared.xcconfig

@@ -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.
 // 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
 MACOSX_DEPLOYMENT_TARGET = 10.10
 
 
-MARKETING_VERSION = 3.7.3
+MARKETING_VERSION = 3.7.4
 
 
 OTHER_C_FLAGS = -Wextra
 OTHER_C_FLAGS = -Wextra