minimum deployment version bumped to iOS 10, macOS 10.12, tvOS 10, watchOS 3. Deprecated iCloud Storage

This commit is contained in:
John Estropia
2018-12-05 17:31:16 +09:00
parent 95c1ce52cc
commit d344b9d878
9 changed files with 32 additions and 27 deletions

View File

@@ -34,6 +34,7 @@ import CoreData
/**
A storage interface backed by an SQLite database managed by iCloud.
*/
@available(*, deprecated, message: "Please see the release notes and Core Data documentation.")
public final class ICloudStore: CloudStorage {
/**