Skip to content

Commit 0d8f703

Browse files
update
1 parent 6b87e7a commit 0d8f703

File tree

9 files changed

+18
-10
lines changed

9 files changed

+18
-10
lines changed

Contentstack.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Contentstack'
3-
s.version = '3.12.1'
3+
s.version = '3.12.2'
44
s.summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.'
55

66
s.description = <<-DESC
@@ -12,7 +12,7 @@ s.homepage = 'https://www.contentstack.com/'
1212
s.license = { :type => 'Commercial',:text => 'See https://www.contentstack.com/'}
1313
s.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' }
1616
s.social_media_url = 'https://twitter.com/Contentstack'
1717

1818
s.ios.deployment_target = '11.0'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>

Contentstack/Asset.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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"

Contentstack/Config.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

Contentstack/ContentType.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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"

Contentstack/Contentstack.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import "Contentstack.h"
1010
#import "CSIOInternalHeaders.h"
11-
#import "Stack.h"
11+
#import <Contentstack/Stack.h>
1212

1313
@interface Contentstack ()
1414
@end

Contentstack/Stack.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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"

ContentstackInternal/CSIOCoreHTTPNetworking.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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"

ContentstackInternal/CSIOInternalHeaders.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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"
@@ -18,7 +18,7 @@
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"

0 commit comments

Comments
 (0)