Merge pull request #341 from dmatushkin/develop

Fix for build on iOS with Swift Package Manager
This commit is contained in:
John Estropia
2019-10-23 19:27:01 +09:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1160,7 +1160,7 @@ extension NSEntityDescription: CoreStoreDebugStringConvertible {
info.append(("compoundIndexes", self.compoundIndexes))
}
if #available(macOS 10.11, *) {
if #available(macOS 10.11, iOS 9.0, *) {
info.append(("uniquenessConstraints", self.uniquenessConstraints))
}