From f461e26b33898cdd26ff411a104e0da2c017b1eb Mon Sep 17 00:00:00 2001 From: Andreas Ganske Date: Fri, 25 Mar 2022 22:39:33 +0100 Subject: [PATCH] Bump iOS deployment target to 9.0 and bump to 0.6.0 --- Package.swift | 2 +- Shouter.podspec | 4 ++-- Shouter.xcodeproj/project.pbxproj | 16 +++++++++---- .../xcshareddata/xcschemes/Shouter.xcscheme | 24 ++++++++----------- .../xcschemes/ShouterTests.xcscheme | 6 +---- 5 files changed, 25 insertions(+), 27 deletions(-) diff --git a/Package.swift b/Package.swift index 1097783..bf0fefb 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription let package = Package( name: "Shouter", platforms: [ - .iOS(.v8), + .iOS(.v9), .macOS(.v10_10) ], products: [ diff --git a/Shouter.podspec b/Shouter.podspec index 6dba951..c3ef1ce 100644 --- a/Shouter.podspec +++ b/Shouter.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "Shouter" - s.version = "0.5.0" + s.version = "0.6.0" s.summary = "A type safe, thread safe and memory safe alternative for NotificationCenter" s.homepage = "https://github.com/ChaosCoder/Shouter" s.license = { :type => 'MIT', :file => 'LICENSE.md' } s.author = { "ChaosCoder" => "https://github.com/ChaosCoder" } - s.ios.deployment_target = "8.0" + s.ios.deployment_target = "9.0" s.osx.deployment_target = "10.9" s.source = { :git => "https://github.com/ChaosCoder/Shouter.git", :tag => s.version } s.source_files = "Sources/Shouter/*.swift" diff --git a/Shouter.xcodeproj/project.pbxproj b/Shouter.xcodeproj/project.pbxproj index f4dee93..9038d6c 100644 --- a/Shouter.xcodeproj/project.pbxproj +++ b/Shouter.xcodeproj/project.pbxproj @@ -29,6 +29,8 @@ DB7989951CDB2C8A00419114 /* ShouterTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ShouterTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; DB79899A1CDB2C8A00419114 /* ShouterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShouterTests.swift; sourceTree = ""; }; DB79899C1CDB2C8A00419114 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + E103EB7227EE6DD400060A60 /* Shouter.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Shouter.podspec; sourceTree = ""; }; + E103EB7427EE6E9700060A60 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -53,6 +55,8 @@ DB7989811CDB2C8A00419114 = { isa = PBXGroup; children = ( + E103EB7227EE6DD400060A60 /* Shouter.podspec */, + E103EB7427EE6E9700060A60 /* Package.swift */, E53EAE8525A8B177002D3CB6 /* Sources */, DB79898C1CDB2C8A00419114 /* Products */, ); @@ -150,7 +154,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0730; - LastUpgradeCheck = 1000; + LastUpgradeCheck = 1330; ORGANIZATIONNAME = ""; TargetAttributes = { DB79898A1CDB2C8A00419114 = { @@ -251,6 +255,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -276,7 +281,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -310,6 +315,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -329,7 +335,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; @@ -352,7 +358,7 @@ INFOPLIST_FILE = Sources/Shouter/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 0.4.0; + MARKETING_VERSION = 0.6.0; PRODUCT_BUNDLE_IDENTIFIER = de.chaosspace.Shouter; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -374,7 +380,7 @@ INFOPLIST_FILE = Sources/Shouter/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 0.4.0; + MARKETING_VERSION = 0.6.0; PRODUCT_BUNDLE_IDENTIFIER = de.chaosspace.Shouter; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; diff --git a/Shouter.xcodeproj/xcshareddata/xcschemes/Shouter.xcscheme b/Shouter.xcodeproj/xcshareddata/xcschemes/Shouter.xcscheme index 0a2d6bd..b377f92 100644 --- a/Shouter.xcodeproj/xcshareddata/xcschemes/Shouter.xcscheme +++ b/Shouter.xcodeproj/xcshareddata/xcschemes/Shouter.xcscheme @@ -1,6 +1,6 @@ + + + + @@ -39,17 +48,6 @@ - - - - - - - - - - - -