fixed platform dependencies

This commit is contained in:
John Rommel Estropia
2016-06-17 01:24:19 +09:00
parent 76a2bc1da2
commit 2dc09289bf
33 changed files with 662 additions and 48 deletions

View File

@@ -27,6 +27,8 @@ import Foundation
import CoreData
#if os(iOS) || os(OSX)
// MARK: - ICloudStore
/**
@@ -502,3 +504,5 @@ private let ICloudUbiquitousStoreWillRemoveContentNotification = "ICloudUbiquito
private let ICloudUbiquitousStoreDidRemoveContentNotification = "ICloudUbiquitousStoreDidRemoveContentNotification"
private let UserInfoKeyDataStack = "UserInfoKeyDataStack"
#endif

View File

@@ -26,6 +26,8 @@
import Foundation
#if os(iOS) || os(OSX)
// MARK: - ICloudStoreObserver
/**
@@ -120,3 +122,5 @@ public extension ICloudStoreObserver {
public func iCloudStoreDidRemoveContent(storage storage: ICloudStore, dataStack: DataStack) {}
}
#endif

View File

@@ -24,6 +24,7 @@
//
import Foundation
import CoreData
// MARK: - LegacySQLiteStore