Skip to content

Commit fa7f453

Browse files
authored
Merge pull request #6 from contentstack/bugs/exclude_warning
Resolved exclude warning
2 parents 1bca026 + 0ab1b9a commit fa7f453

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

ContentstackUtils.podspec

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

66
s.description = <<-DESC

ContentstackUtils.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
592592
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
593593
MACOSX_DEPLOYMENT_TARGET = 10.10;
594-
MARKETING_VERSION = 1.2.0;
594+
MARKETING_VERSION = 1.2.1;
595595
OTHER_CFLAGS = "$(inherited)";
596596
OTHER_LDFLAGS = "$(inherited)";
597597
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -623,7 +623,7 @@
623623
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
624624
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
625625
MACOSX_DEPLOYMENT_TARGET = 10.10;
626-
MARKETING_VERSION = 1.2.0;
626+
MARKETING_VERSION = 1.2.1;
627627
OTHER_CFLAGS = "$(inherited)";
628628
OTHER_LDFLAGS = "$(inherited)";
629629
OTHER_SWIFT_FLAGS = "$(inherited)";

Package.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,7 @@ let package = Package(
5353
.target(
5454
name: "ContentstackUtils",
5555
dependencies: dependencies,
56-
path: "Sources",
57-
exclude: [
58-
"Sources/Kanna/Info.plist",
59-
"Sources/Kanna/Kanna.h",
60-
"Tests/KannaTests/Data"
61-
]),
56+
path: "Sources"),
6257
.testTarget(
6358
name: "ContentstackUtilsTests",
6459
dependencies: ["ContentstackUtils"]),

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use this SDK on iOS platform, you will have to install the SDK according to t
1818
Add the following to your Podfile:
1919

2020
use_frameworks!
21-
pod 'ContentstackUtils', '~> 1.2.0'
21+
pod 'ContentstackUtils', '~> 1.2.1'
2222

2323
#### Swift Package Manager
2424
1. Installing libxml2 to your computer:
@@ -41,7 +41,7 @@ Add the following to your Podfile:
4141
let package = Package(
4242
name: "YourProject",
4343
dependencies: [
44-
.package(url: "https://github.com/tid-kijyun/ContentstackUtils.git", from: "1.2.0"),
44+
.package(url: "https://github.com/tid-kijyun/ContentstackUtils.git", from: "1.2.1"),
4545
],
4646
targets: [
4747
.target(

0 commit comments

Comments
 (0)