mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-23 18:01:10 +01:00
fix build for watchOS
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// SOFTWARE.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS) || os(macOS)
|
||||
#if canImport(UIKit) || canImport(AppKit)
|
||||
|
||||
// MARK: - DiffableDataSource
|
||||
|
||||
|
||||
Reference in New Issue
Block a user