File tree Expand file tree Collapse file tree 9 files changed +18
-10
lines changed
Contentstack.xcodeproj/project.xcworkspace/xcshareddata Expand file tree Collapse file tree 9 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22s . name = 'Contentstack'
3- s . version = '3.12.1 '
3+ s . version = '3.12.2 '
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.12.1 ' }
15+ s . source = { :git => 'https://github.com/contentstack/contentstack-ios.git' , :tag => 'v3.12.2 ' }
1616s . social_media_url = 'https://twitter.com/Contentstack'
1717
1818s . ios . deployment_target = '11.0'
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >IDEDidComputeMac32BitWarning </key >
6+ <true />
7+ </dict >
8+ </plist >
Original file line number Diff line number Diff line change 77//
88
99#import " Asset.h"
10- #import " Stack.h"
10+ #import < Contentstack/ Stack.h>
1111#import " CSIOInternalHeaders.h"
1212#import " CSIOConstants.h"
1313#import " CSIOAPIURLs.h"
Original file line number Diff line number Diff line change 66// Copyright © 2016 Contentstack. All rights reserved.
77//
88
9- #import " Config.h"
9+ #import < Contentstack/ Config.h>
1010#import " CSIOConstants.h"
1111#import " NSObject+Extensions.h"
1212@implementation Config
Original file line number Diff line number Diff line change 1212#import " CSIOCoreHTTPNetworking.h"
1313#import " CSIOAPIURLs.h"
1414#import " NSObject+Extensions.h"
15- #import " Stack.h"
15+ #import < Contentstack/ Stack.h>
1616#import " Query.h"
1717#import " Entry.h"
1818#import " Asset.h"
Original file line number Diff line number Diff line change 88
99#import " Contentstack.h"
1010#import " CSIOInternalHeaders.h"
11- #import " Stack.h"
11+ #import < Contentstack/ Stack.h>
1212
1313@interface Contentstack ()
1414@end
Original file line number Diff line number Diff line change 66// Copyright (c) 2015 Contentstack. All rights reserved.
77//
88
9- #import " Stack.h"
9+ #import < Contentstack/ Stack.h>
1010#import " CSIOInternalHeaders.h"
1111#import " CSIOConstants.h"
1212#import " CSIOCoreHTTPNetworking.h"
Original file line number Diff line number Diff line change 1010#import " CSIOInternalHeaders.h"
1111#import " CSIOConstants.h"
1212#import " CSIOAPIURLs.h"
13- #import " Stack.h"
13+ #import < Contentstack/ Stack.h>
1414#import " CSIOURLCache.h"
1515#import " NSObject+Extensions.h"
1616#import " CSURLSessionManager.h"
Original file line number Diff line number Diff line change 99#import " CSIOCoreNetworkingProtocol.h"
1010#import " Contentstack.h"
1111#import " SyncStack.h"
12- #import " Stack.h"
12+ #import < Contentstack/ Stack.h>
1313#import " Query.h"
1414#import " ContentType.h"
1515#import " Entry.h"
1818#import " ISO8601DateFormatter.h"
1919#import " Common.h"
2020#import " CSIOConstants.h"
21- #import " Config.h"
21+ #import < Contentstack/ Config.h>
2222#import " AssetLibrary.h"
2323#import " Group.h"
2424#import " CSError.h"
You can’t perform that action at this time.
0 commit comments