File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### Version: 3.4.0
2+ #### Date: Aug-19-2022
3+
4+ ##### New Feature:
5+ - AZURE-NA region configuration added
6+
17### Version: 3.9.1
28#### Date: Sept-02-2021
39
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22s . name = 'Contentstack'
3- s . version = '3.9.1 '
3+ s . version = '3.4.0 '
44s . summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.'
55
66s . description = <<-DESC
@@ -12,7 +12,7 @@ s.homepage = 'https://www.contentstack.com/'
1212s . license = { :type => 'Commercial' , :text => 'See https://www.contentstack.com/' }
1313s . author = { 'Contentstack' => 'support@contentstack.io' }
1414
15- s . source = { :git => 'https://github.com/contentstack/contentstack-ios.git' , :tag => 'v3.9.1 ' }
15+ s . source = { :git => 'https://github.com/contentstack/contentstack-ios.git' , :tag => 'v3.4.0 ' }
1616s . social_media_url = 'https://twitter.com/Contentstack'
1717
1818s . ios . deployment_target = '8.0'
Original file line number Diff line number Diff line change 66// Copyright (c) 2015 Contentstack. All rights reserved.
77//
88
9- // sdk-version: 3.9.1
9+ // sdk-version: 3.4.0
1010
1111#import < Foundation/Foundation.h>
1212#import < Contentstack/Config.h>
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3.9.1 </string >
18+ <string >3.4.0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1515#import " NSObject+Extensions.h"
1616#import " CSURLSessionManager.h"
1717
18- NSString *const sdkVersion = @" 3.9.1 " ;
18+ NSString *const sdkVersion = @" 3.4.0 " ;
1919
2020@interface CSIOCoreHTTPNetworking (){
2121 id networkChangeObserver;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ target="iphoneos";
2525/usr/local/bin/appledoc \
2626--project-name " Contentstack" \
2727--project-company " Contentstack.com" \
28- --project-version " 3.9.1 " \
28+ --project-version " 3.4.0 " \
2929--company-id " ${companyID} " \
3030--docset-bundle-id " ${companyID} .${companyForFeed} " \
3131--docset-bundle-name " ${companyForFeed} " \
You can’t perform that action at this time.
0 commit comments