Drop PropertyListCoder conformance
This commit is contained in:
parent
54bd41f67c
commit
43dfc619e2
|
|
@ -7,18 +7,7 @@
|
|||
|
||||
#if canImport(Foundation)
|
||||
import Foundation
|
||||
#endif
|
||||
#if canImport(CoreFoundation)
|
||||
import CoreFoundation
|
||||
#endif
|
||||
#if canImport(SwiftFoundation)
|
||||
import SwiftFoundation
|
||||
#endif
|
||||
|
||||
#if canImport(Foundation) || canImport(CoreFoundation) || canImport(SwiftFoundation)
|
||||
extension JSONEncoder: TopLevelEncoder { }
|
||||
extension JSONDecoder: TopLevelDecoder { }
|
||||
|
||||
extension PropertyListEncoder: TopLevelEncoder { }
|
||||
extension PropertyListDecoder: TopLevelDecoder { }
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue