Flattened the folder structure of the Libraries now that the idea is to use precompiler processors to filter out platform-specific code.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#if canImport(Combine) && canImport(CoreData)
|
||||
import Combine
|
||||
import CoreData
|
||||
|
||||
@@ -167,3 +168,4 @@ public enum Change: Hashable {
|
||||
case section(SectionUpdate)
|
||||
case object(ObjectUpdate)
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user