Skip to content

Commit 3fbddfd

Browse files
committed
update framework version
1 parent f545cc2 commit 3fbddfd

File tree

10 files changed

+170
-12
lines changed

10 files changed

+170
-12
lines changed

.gitignore

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ DerivedData/
3636
!default.mode2v3
3737
*.perspectivev3
3838
!default.perspectivev3
39-
xcuserdata/
4039

4140
## Other
4241
*.moved-aside
@@ -149,14 +148,4 @@ iOSInjectionProject/
149148
# After new code Injection tools there's a generated folder /iOSInjectionProject
150149
# https://github.com/johnno1962/injectionforxcode
151150

152-
153-
154-
### Xcode Patch ###
155-
*.xcodeproj/*
156-
!*.xcodeproj/project.pbxproj
157-
!*.xcodeproj/xcshareddata/
158-
!*.xcworkspace/contents.xcworkspacedata
159-
/*.gcno
160-
**/xcshareddata/WorkspaceSettings.xcsettings
161-
162151
# End of https://www.gitignore.io/api/swift,xcode,carthage,cocoapods

NestedCloudKitCodable.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "NestedCloudKitCodable"
4-
s.version = "1.0.0"
4+
s.version = "1.0.1"
55
s.summary = "Nested encoder and decoder for CKRecords."
66
s.description = <<-DESC
77
NestedCloudKitCodable is a library to help you encode your custom objects to CloudKit CKRecord format

NestedCloudKitCodable.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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>
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>BuildSystemType</key>
6+
<string>Original</string>
7+
</dict>
8+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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+
<array/>
5+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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>BuildLocationStyle</key>
6+
<string>UseAppPreferences</string>
7+
<key>CustomBuildLocationType</key>
8+
<string>RelativeToDerivedData</string>
9+
<key>DerivedDataLocationStyle</key>
10+
<string>Default</string>
11+
<key>EnabledFullIndexStoreVisibility</key>
12+
<false/>
13+
<key>IssueFilterStyle</key>
14+
<string>ShowActiveSchemeOnly</string>
15+
<key>LiveSourceIssuesEnabled</key>
16+
<true/>
17+
</dict>
18+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "2.0">
5+
<Breakpoints>
6+
<BreakpointProxy
7+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
8+
<BreakpointContent
9+
shouldBeEnabled = "Yes"
10+
ignoreCount = "0"
11+
continueAfterRunningActions = "No"
12+
filePath = "NestedCloudKitCodable/Sources/Decoder/CKRecordDecoder.swift"
13+
timestampString = "564590764.479491"
14+
startingColumnNumber = "9223372036854775807"
15+
endingColumnNumber = "9223372036854775807"
16+
startingLineNumber = "32"
17+
endingLineNumber = "32"
18+
landmarkName = "decode(_:from:referenceDatabase:completion:)"
19+
landmarkType = "7">
20+
</BreakpointContent>
21+
</BreakpointProxy>
22+
<BreakpointProxy
23+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
24+
<BreakpointContent
25+
shouldBeEnabled = "Yes"
26+
ignoreCount = "0"
27+
continueAfterRunningActions = "No"
28+
filePath = "NestedCloudKitCodable/Sources/Decoder/CKRecordDecoder.swift"
29+
timestampString = "564590764.479969"
30+
startingColumnNumber = "9223372036854775807"
31+
endingColumnNumber = "9223372036854775807"
32+
startingLineNumber = "62"
33+
endingLineNumber = "62"
34+
landmarkName = "fetchAllAssociatedRecords(fromReferences:recordsStack:referenceDatabase:completion:)"
35+
landmarkType = "7">
36+
</BreakpointContent>
37+
</BreakpointProxy>
38+
<BreakpointProxy
39+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
40+
<BreakpointContent
41+
shouldBeEnabled = "Yes"
42+
ignoreCount = "0"
43+
continueAfterRunningActions = "No"
44+
filePath = "NestedCloudKitCodable/Sources/Decoder/CKRecordDecoder.swift"
45+
timestampString = "564590764.480319"
46+
startingColumnNumber = "9223372036854775807"
47+
endingColumnNumber = "9223372036854775807"
48+
startingLineNumber = "95"
49+
endingLineNumber = "95"
50+
landmarkName = "fetchReferences(fromRecords:andAppendTo:withReferenceDatabase:completion:)"
51+
landmarkType = "7">
52+
</BreakpointContent>
53+
</BreakpointProxy>
54+
<BreakpointProxy
55+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
56+
<BreakpointContent
57+
shouldBeEnabled = "Yes"
58+
ignoreCount = "0"
59+
continueAfterRunningActions = "No"
60+
filePath = "NestedCloudKitCodable/Sources/Decoder/CKRecordDecoder.swift"
61+
timestampString = "564590764.480644"
62+
startingColumnNumber = "9223372036854775807"
63+
endingColumnNumber = "9223372036854775807"
64+
startingLineNumber = "35"
65+
endingLineNumber = "35"
66+
landmarkName = "decode(_:from:referenceDatabase:completion:)"
67+
landmarkType = "7">
68+
</BreakpointContent>
69+
</BreakpointProxy>
70+
</Breakpoints>
71+
</Bucket>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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>SchemeUserState</key>
6+
<dict>
7+
<key>NestedCKCodableExamples.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>1</integer>
11+
</dict>
12+
<key>NestedCKCodableWatch (Notification).xcscheme_^#shared#^_</key>
13+
<dict>
14+
<key>orderHint</key>
15+
<integer>5</integer>
16+
</dict>
17+
<key>NestedCKCodableWatch.xcscheme_^#shared#^_</key>
18+
<dict>
19+
<key>orderHint</key>
20+
<integer>4</integer>
21+
</dict>
22+
<key>NestedCloudKitCodable-iOS.xcscheme_^#shared#^_</key>
23+
<dict>
24+
<key>orderHint</key>
25+
<integer>3</integer>
26+
</dict>
27+
<key>NestedCloudKitCodable-watchOS.xcscheme_^#shared#^_</key>
28+
<dict>
29+
<key>orderHint</key>
30+
<integer>2</integer>
31+
</dict>
32+
<key>NestedCloudKitCodable.xcscheme_^#shared#^_</key>
33+
<dict>
34+
<key>orderHint</key>
35+
<integer>0</integer>
36+
</dict>
37+
</dict>
38+
<key>SuppressBuildableAutocreation</key>
39+
<dict>
40+
<key>631B89FF21A6E4FB0045FADC</key>
41+
<dict>
42+
<key>primary</key>
43+
<true/>
44+
</dict>
45+
<key>639C8E4621A6E154006148E4</key>
46+
<dict>
47+
<key>primary</key>
48+
<true/>
49+
</dict>
50+
</dict>
51+
</dict>
52+
</plist>

0 commit comments

Comments
 (0)