From ab08a80e7a0a012ca9aaa2412f94cb67c2f6ffc6 Mon Sep 17 00:00:00 2001 From: Ross Butler Date: Fri, 13 May 2022 13:14:26 +0100 Subject: [PATCH] Incremented version 5.1.0 -> 5.1.1 --- CHANGELOG.md | 9 +++++++-- Connectivity.podspec | 2 +- Example/Connectivity.xcodeproj/project.pbxproj | 4 ++++ Example/Connectivity/Info.plist | 2 +- Example/Connectivity_Example_macOS/Info.plist | 2 +- Example/Pods/Pods.xcodeproj/project.pbxproj | 8 ++++---- 6 files changed, 18 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6c706..73c8520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.1.1] - 2022-05-13 +### Changed +- Updated to Xcode 13.3.1 and resolved warnings. + ## [5.1.0] - 2021-07-30 ### Added -- Support for determining connection state of Ethernet connections +- Support for determining connection state of Ethernet connections. + ### Changed - Support compilation under Xcode 12.5.1. - OHHTTPStubs 8.0.0 -> 9.1.0 for testing @@ -177,4 +182,4 @@ These validators can be composed when creating a custom validator conforming to ## [0.0.1] - 2018-07-27 ### Added -- Connectivity is a framework which improves on Reachability by allowing developers to detect whether true Internet connectivity is available or whether a captive portal is blocking Internet traffic. \ No newline at end of file +- Connectivity is a framework which improves on Reachability by allowing developers to detect whether true Internet connectivity is available or whether a captive portal is blocking Internet traffic. diff --git a/Connectivity.podspec b/Connectivity.podspec index 5c7a319..9a4d263 100644 --- a/Connectivity.podspec +++ b/Connectivity.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Connectivity' - s.version = '5.1.0' + s.version = '5.1.1' s.swift_version = '5.0' s.summary = 'Makes Internet connectivity detection more robust by detecting Wi-Fi networks without Internet access.' s.description = <<-DESC diff --git a/Example/Connectivity.xcodeproj/project.pbxproj b/Example/Connectivity.xcodeproj/project.pbxproj index ddaf658..7d47d3a 100644 --- a/Example/Connectivity.xcodeproj/project.pbxproj +++ b/Example/Connectivity.xcodeproj/project.pbxproj @@ -769,6 +769,7 @@ GCC_TREAT_WARNINGS_AS_ERRORS = YES; INFOPLIST_FILE = Connectivity/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + MARKETING_VERSION = 5.1.1; MODULE_NAME = ExampleApp; PRODUCT_BUNDLE_IDENTIFIER = "com.rwbutler.demo.Connectivity-Example"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -787,6 +788,7 @@ GCC_TREAT_WARNINGS_AS_ERRORS = YES; INFOPLIST_FILE = Connectivity/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + MARKETING_VERSION = 5.1.1; MODULE_NAME = ExampleApp; PRODUCT_BUNDLE_IDENTIFIER = "com.rwbutler.demo.Connectivity-Example"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -847,6 +849,7 @@ INFOPLIST_FILE = Connectivity_Example_macOS/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.15; + MARKETING_VERSION = 5.1.1; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = "com.rwbutler.demo.Connectivity-Example-macOS"; @@ -878,6 +881,7 @@ INFOPLIST_FILE = Connectivity_Example_macOS/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.15; + MARKETING_VERSION = 5.1.1; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = "com.rwbutler.demo.Connectivity-Example-macOS"; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/Example/Connectivity/Info.plist b/Example/Connectivity/Info.plist index eb18faa..15c1bef 100644 --- a/Example/Connectivity/Info.plist +++ b/Example/Connectivity/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleSignature ???? CFBundleVersion diff --git a/Example/Connectivity_Example_macOS/Info.plist b/Example/Connectivity_Example_macOS/Info.plist index fd772a5..e333f15 100644 --- a/Example/Connectivity_Example_macOS/Info.plist +++ b/Example/Connectivity_Example_macOS/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleVersion 1 LSMinimumSystemVersion diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 4f9a2b0..0a3d178 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -1037,7 +1037,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.10; - MARKETING_VERSION = 5.1.0; + MARKETING_VERSION = 5.1.1; MODULEMAP_FILE = "Target Support Files/Connectivity-macOS/Connectivity-macOS.modulemap"; PRODUCT_BUNDLE_IDENTIFIER = com.rwbutler.connectivity; PRODUCT_MODULE_NAME = Connectivity; @@ -1100,7 +1100,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 5.1.0; + MARKETING_VERSION = 5.1.1; MODULEMAP_FILE = "Target Support Files/Connectivity-iOS/Connectivity-iOS.modulemap"; PRODUCT_BUNDLE_IDENTIFIER = com.rwbutler.connectivity; PRODUCT_MODULE_NAME = Connectivity; @@ -1133,7 +1133,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 5.1.0; + MARKETING_VERSION = 5.1.1; MODULEMAP_FILE = "Target Support Files/Connectivity-iOS/Connectivity-iOS.modulemap"; PRODUCT_BUNDLE_IDENTIFIER = com.rwbutler.connectivity; PRODUCT_MODULE_NAME = Connectivity; @@ -1386,7 +1386,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.10; - MARKETING_VERSION = 5.1.0; + MARKETING_VERSION = 5.1.1; MODULEMAP_FILE = "Target Support Files/Connectivity-macOS/Connectivity-macOS.modulemap"; PRODUCT_BUNDLE_IDENTIFIER = com.rwbutler.connectivity; PRODUCT_MODULE_NAME = Connectivity;