Skip to content

Commit

Permalink
Merge pull request #25 from contentstack/fix/CS-38822-deployment-target
Browse files Browse the repository at this point in the history
  • Loading branch information
uttamukkoji authored May 23, 2023
2 parents 207ffef + ce30908 commit 8056ebe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions Contentstack.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,10 +12,10 @@ s.homepage = 'https://www.contentstack.com/'
s.license = { :type => 'Commercial',:text => 'See https://www.contentstack.com/'}
s.author = { 'Contentstack' => '[email protected]' }

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}'
Expand Down
8 changes: 4 additions & 4 deletions Contentstack.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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 = "";
Expand All @@ -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";
Expand Down

0 comments on commit 8056ebe

Please sign in to comment.