diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa62a8..92cad8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### Version: 3.12.0 +#### Date: May-26-2023 + +##### Hot Fix: + - iOS deployment target updated to 11.0 as per XCode 14.3 minimum target. + ### Version: 3.11.0 #### Date: Apr-04-2023 diff --git a/Contentstack.podspec b/Contentstack.podspec index c90d4b2..373b6df 100644 --- a/Contentstack.podspec +++ b/Contentstack.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Contentstack' -s.version = '3.11.0' +s.version = '3.12.0' s.summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.' s.description = <<-DESC @@ -12,10 +12,10 @@ s.homepage = 'https://www.contentstack.com/' s.license = { :type => 'Commercial',:text => 'See https://www.contentstack.com/'} s.author = { 'Contentstack' => 'support@contentstack.io' } -s.source = { :git => 'https://github.com/contentstack/contentstack-ios.git', :tag => 'v3.11.0' } +s.source = { :git => 'https://github.com/contentstack/contentstack-ios.git', :tag => 'v3.12.0' } s.social_media_url = 'https://twitter.com/Contentstack' -s.ios.deployment_target = '8.0' +s.ios.deployment_target = '11.0' s.source_files = 'ThirdPartyExtension/ISO8601DateFormatter/*.{h,m}','ThirdPartyExtension/Networking/*.{h,m}','ThirdPartyExtension/MMarkDown/*.{h,m}', 'Contentstack/*.{h,m}', 'Contentstack/ThirdPartyNamespaceHeader/*.h', 'ContentstackInternal/*.{h,m}' diff --git a/Contentstack.xcodeproj/project.pbxproj b/Contentstack.xcodeproj/project.pbxproj index af28ef1..7b88da3 100644 --- a/Contentstack.xcodeproj/project.pbxproj +++ b/Contentstack.xcodeproj/project.pbxproj @@ -838,7 +838,7 @@ GCC_PREFIX_HEADER = ./Contentstack/ThirdPartyNamespaceHeader/NamespacedDependencies.h; INFOPLIST_FILE = Contentstack/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; ONLY_ACTIVE_ARCH = YES; @@ -867,7 +867,7 @@ GCC_PREFIX_HEADER = ./Contentstack/ThirdPartyNamespaceHeader/NamespacedDependencies.h; INFOPLIST_FILE = Contentstack/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; OTHER_CFLAGS = ""; @@ -1028,7 +1028,7 @@ ENABLE_BITCODE = NO; ENABLE_TESTABILITY = YES; INFOPLIST_FILE = ContentstackTest/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.2; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = ""; @@ -1051,7 +1051,7 @@ DEVELOPMENT_TEAM = 32QM644P7J; ENABLE_BITCODE = NO; INFOPLIST_FILE = ContentstackTest/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.2; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; OTHER_CFLAGS = ""; OTHER_LDFLAGS = "-ObjC";