Merge branch 'master' into prototype/propertyWrapperFields

This commit is contained in:
John Estropia
2020-02-08 09:47:35 +09:00
5 changed files with 12 additions and 4 deletions

View File

@@ -23,6 +23,8 @@
// SOFTWARE.
//
#if canImport(UIKit) || canImport(AppKit)
import Foundation
import CoreData
@@ -214,3 +216,5 @@ extension DiffableDataSource {
internal let dispatcher: Internals.DiffableDataUIDispatcher<O>
}
}
#endif

View File

@@ -23,6 +23,8 @@
// SOFTWARE.
//
#if canImport(UIKit) || canImport(AppKit)
import Foundation
@@ -209,3 +211,5 @@ extension DiffableDataSource.Target {
}
}
}
#endif

View File

@@ -23,7 +23,7 @@
// SOFTWARE.
//
#if os(iOS) || os(tvOS) || os(macOS)
#if canImport(UIKit) || canImport(AppKit)
// MARK: - DiffableDataSource