Skip to content

Commit 3d4cb4d

Browse files
committed
Bumps pod version
1 parent ccd87b4 commit 3d4cb4d

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

NestedCKCodable/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

NestedCloudKitCodable.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 = 'NestedCloudKitCodable'
3-
s.version = '1.0.1'
3+
s.version = '1.0.2'
44
s.summary = "Nested encoder and decoder for CKRecords."
55
s.description = <<-DESC
66
NestedCloudKitCodable is a library to help you encode your custom objects to CloudKit CKRecord format

NestedCloudKitCodable.xcodeproj/project.pbxproj

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
63A249DA24F567E9008C8C56 /* CKCodableError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63A249C824F567E9008C8C56 /* CKCodableError.swift */; };
4141
63A249DC24F567E9008C8C56 /* NestedCloudKitCodable.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A249CA24F567E9008C8C56 /* NestedCloudKitCodable.h */; };
4242
63A249E224F56A65008C8C56 /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63A249E124F56A65008C8C56 /* CloudKit.framework */; };
43+
63A24A0724F57E0B008C8C56 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 63A24A0424F57E0B008C8C56 /* LICENSE */; };
44+
63A24A0824F57E0B008C8C56 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 63A24A0524F57E0B008C8C56 /* README.md */; };
45+
63A24A0924F57E0B008C8C56 /* NestedCloudKitCodable.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 63A24A0624F57E0B008C8C56 /* NestedCloudKitCodable.podspec */; };
4346
63CDFCE624F53D5800535338 /* .swiftlint.yml in Resources */ = {isa = PBXBuildFile; fileRef = 63CDFCE524F53D5800535338 /* .swiftlint.yml */; };
4447
63CDFCEF24F5463200535338 /* Person.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63CDFCEC24F5463200535338 /* Person.swift */; };
4548
63CDFCF024F5463200535338 /* Person.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63CDFCEC24F5463200535338 /* Person.swift */; };
@@ -120,8 +123,6 @@
120123
/* End PBXCopyFilesBuildPhase section */
121124

122125
/* Begin PBXFileReference section */
123-
0C317EAC5221C243DE94C3EB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
124-
448EA0CAC2EE895A4AB1035C /* NestedCloudKitCodable.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = NestedCloudKitCodable.podspec; path = ../NestedCloudKitCodable.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
125126
4D1A1D2999571E761C262CBD /* Pods-NestedCloudKitCodableWatch Extension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NestedCloudKitCodableWatch Extension.debug.xcconfig"; path = "Target Support Files/Pods-NestedCloudKitCodableWatch Extension/Pods-NestedCloudKitCodableWatch Extension.debug.xcconfig"; sourceTree = "<group>"; };
126127
4D684D4A5ADC1B80DE549AC1 /* Pods_NestedCloudKitCodableWatch_Extension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NestedCloudKitCodableWatch_Extension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
127128
607FACD01AFB9204008FA782 /* NestedCloudKitCodable_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NestedCloudKitCodable_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -168,6 +169,9 @@
168169
63A249CA24F567E9008C8C56 /* NestedCloudKitCodable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NestedCloudKitCodable.h; sourceTree = "<group>"; };
169170
63A249DF24F56924008C8C56 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
170171
63A249E124F56A65008C8C56 /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CloudKit.framework; sourceTree = DEVELOPER_DIR; };
172+
63A24A0424F57E0B008C8C56 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
173+
63A24A0524F57E0B008C8C56 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
174+
63A24A0624F57E0B008C8C56 /* NestedCloudKitCodable.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = NestedCloudKitCodable.podspec; sourceTree = "<group>"; };
171175
63CDFCE224F53C9400535338 /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
172176
63CDFCE524F53D5800535338 /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .swiftlint.yml; sourceTree = "<group>"; };
173177
63CDFCEC24F5463200535338 /* Person.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Person.swift; sourceTree = "<group>"; };
@@ -179,7 +183,6 @@
179183
7376C32C936677E0CEBE449F /* Pods-NestedCloudKitCodable_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NestedCloudKitCodable_Example.release.xcconfig"; path = "Target Support Files/Pods-NestedCloudKitCodable_Example/Pods-NestedCloudKitCodable_Example.release.xcconfig"; sourceTree = "<group>"; };
180184
8906E910405E991310C19543 /* Pods_NestedCloudKitCodable_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NestedCloudKitCodable_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
181185
BAA492D0FADE74C567232078 /* Pods-NestedCloudKitCodable_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NestedCloudKitCodable_Example.debug.xcconfig"; path = "Target Support Files/Pods-NestedCloudKitCodable_Example/Pods-NestedCloudKitCodable_Example.debug.xcconfig"; sourceTree = "<group>"; };
182-
FC4D2C189FAEC4C0353DF36F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
183186
FDA9833F52685A369F4D91F0 /* Pods-NestedCloudKitCodableWatch Extension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NestedCloudKitCodableWatch Extension.release.xcconfig"; path = "Target Support Files/Pods-NestedCloudKitCodableWatch Extension/Pods-NestedCloudKitCodableWatch Extension.release.xcconfig"; sourceTree = "<group>"; };
184187
/* End PBXFileReference section */
185188

@@ -307,9 +310,9 @@
307310
607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
308311
isa = PBXGroup;
309312
children = (
310-
448EA0CAC2EE895A4AB1035C /* NestedCloudKitCodable.podspec */,
311-
0C317EAC5221C243DE94C3EB /* README.md */,
312-
FC4D2C189FAEC4C0353DF36F /* LICENSE */,
313+
63A24A0624F57E0B008C8C56 /* NestedCloudKitCodable.podspec */,
314+
63A24A0424F57E0B008C8C56 /* LICENSE */,
315+
63A24A0524F57E0B008C8C56 /* README.md */,
313316
);
314317
name = "Podspec Metadata";
315318
sourceTree = "<group>";
@@ -656,10 +659,13 @@
656659
isa = PBXResourcesBuildPhase;
657660
buildActionMask = 2147483647;
658661
files = (
662+
63A24A0824F57E0B008C8C56 /* README.md in Resources */,
659663
63CDFCE624F53D5800535338 /* .swiftlint.yml in Resources */,
660664
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
661665
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
666+
63A24A0924F57E0B008C8C56 /* NestedCloudKitCodable.podspec in Resources */,
662667
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
668+
63A24A0724F57E0B008C8C56 /* LICENSE in Resources */,
663669
);
664670
runOnlyForDeploymentPostprocessing = 0;
665671
};
@@ -1305,6 +1311,7 @@
13051311
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
13061312
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
13071313
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1314+
MARKETING_VERSION = 1.0.2;
13081315
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
13091316
MTL_FAST_MATH = YES;
13101317
PRODUCT_BUNDLE_IDENTIFIER = com.nestedCloudKit.NestedCKCodable;
@@ -1339,6 +1346,7 @@
13391346
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
13401347
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
13411348
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1349+
MARKETING_VERSION = 1.0.2;
13421350
MTL_FAST_MATH = YES;
13431351
PRODUCT_BUNDLE_IDENTIFIER = com.nestedCloudKit.NestedCKCodable;
13441352
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";

0 commit comments

Comments
 (0)