Commit 42bd2e5
committed
fix: serializeAnchor uses new NSKeyedArchiver function
Deprecation Notice: https://developer.apple.com/documentation/foundation/nskeyedarchiver/archiveddata(withrootobject:)
New function: NSKeyedArchiver.archivedData(withRootObject: anchor, requiringSecureCoding: true)1 parent 209ba36 commit 42bd2e5
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
94 | 92 | | |
95 | 93 | | |
96 | | - | |
| 94 | + | |
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
| |||
0 commit comments