Skip to content

Commit 6c23290

Browse files
committed
Embedded Items feature support added
1 parent 90bc0b5 commit 6c23290

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

ContentstackInternal/CSIOCoreHTTPNetworking.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#import "NSObject+Extensions.h"
1616
#import "CSURLSessionManager.h"
1717

18-
NSString *const sdkVersion = @"3.8.2";
18+
NSString *const sdkVersion = @"3.9.0";
1919

2020
@interface CSIOCoreHTTPNetworking (){
2121
id networkChangeObserver;

Docs/DocGenerationScript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.8.2" \
28+
--project-version "3.9.0" \
2929
--company-id "${companyID}" \
3030
--docset-bundle-id "${companyID}.${companyForFeed}" \
3131
--docset-bundle-name "${companyForFeed}" \

Podfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33

44
target 'Contentstack' do
55
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
6-
use_frameworks!
7-
pod 'ContentstackUtils'
6+
# use_frameworks!
87
# Pods for Contentstack
98
end
109
target 'ContentstackTest' do
1110
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
12-
use_frameworks!
13-
11+
# use_frameworks!
1412
# Pods for Contentstack
1513
end

0 commit comments

Comments
 (0)