File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ FOUNDATION_EXPORT NSString *const kCSIO_EnvironmentUID;
6969FOUNDATION_EXPORT NSString *const kCSIO_ContentTypeUID ;
7070
7171// Entry
72- FOUNDATION_EXPORT NSString *const kCSIO_PublishDetails ;
7372FOUNDATION_EXPORT NSString *const kCSIO_EntryUID ;
7473FOUNDATION_EXPORT NSString *const kCSIO_Metadata ;
7574FOUNDATION_EXPORT NSString *const kCSIO_Entry ;
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ @implementation CSIOConstants
7575NSString *const kCSIO_ContentTypeUID = @" form_uid" ;
7676
7777// Entry
78- NSString *const kCSIO_PublishDetails = @" publish_details" ;
7978NSString *const kCSIO_EntryUID = @" entry_uid" ;
8079NSString *const kCSIO_Metadata = @" _metadata" ;
8180NSString *const kCSIO_Entry = @" entry" ;
Original file line number Diff line number Diff line change 1515#import " CSIOURLCache.h"
1616#import " NSObject+Extensions.h"
1717
18- NSString *const sdkVersion = @" 3.0.0 " ;
18+ NSString *const sdkVersion = @" 3.1.1 " ;
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 " Built.io Contentstack" \
2727--project-company " Built.io" \
28- --project-version " 3.0.0 " \
28+ --project-version " 3.1.1 " \
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