From efcab02b6c96d32edab2009ba30751c2312c1fa4 Mon Sep 17 00:00:00 2001 From: kean Date: Sun, 6 Aug 2023 14:53:36 -0400 Subject: [PATCH] Version 4.0 --- Pulse.xcodeproj/project.pbxproj | 2 ++ PulseCore.podspec | 4 ++-- PulseUI.podspec | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Pulse.xcodeproj/project.pbxproj b/Pulse.xcodeproj/project.pbxproj index db390aeb0..47228cf35 100644 --- a/Pulse.xcodeproj/project.pbxproj +++ b/Pulse.xcodeproj/project.pbxproj @@ -2271,6 +2271,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + MARKETING_VERSION = 4.0.0; OTHER_SWIFT_FLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = "com.github.kean.pulse-integration-examples"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -2291,6 +2292,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + MARKETING_VERSION = 4.0.0; OTHER_SWIFT_FLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = "com.github.kean.pulse-integration-examples"; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/PulseCore.podspec b/PulseCore.podspec index 2c4f3bf5d..2c7c5894e 100644 --- a/PulseCore.podspec +++ b/PulseCore.podspec @@ -2,9 +2,9 @@ Pod::Spec.new do |s| s.name = "PulseCore" s.module_name = "Pulse" -s.version = "3.7.3" +s.version = "4.0.0" s.summary = "Logging system for Apple platforms" -s.swift_version = "5.6" +s.swift_version = "5.7" s.description = <<-DESC Pulse is a powerful logging system for Apple Platforms. Native. Built with SwiftUI. diff --git a/PulseUI.podspec b/PulseUI.podspec index 2089080ea..37341ec92 100644 --- a/PulseUI.podspec +++ b/PulseUI.podspec @@ -2,9 +2,9 @@ Pod::Spec.new do |s| s.name = "PulseUI" s.module_name = "PulseUI" -s.version = "3.7.3" +s.version = "4.0.0" s.summary = "Logging system for Apple platforms" -s.swift_version = "5.6" +s.swift_version = "5.7" s.description = <<-DESC Pulse is a powerful logging system for Apple Platforms. Native. Built with SwiftUI. @@ -18,7 +18,7 @@ s.source = { :git => "https://github.com/kean/Pulse.git", :tag => "#{s.version}" s.social_media_url = "https://kean.blog/" s.ios.deployment_target = "14.0" -s.dependency "PulseCore", '~> 3.0' +s.dependency "PulseCore", '~> 4.0' s.source_files = "Sources/PulseUI/**/*.swift" end