make cocoapods happy

This commit is contained in:
John Rommel Estropia
2016-07-12 00:16:02 +09:00
parent edb2aa2463
commit f486ace437
2 changed files with 3 additions and 2 deletions

View File

@@ -1106,7 +1106,7 @@ extension NSEntityDescription: CoreStoreDebugStringConvertible {
("renamingIdentifier", self.renamingIdentifier),
("compoundIndexes", self.compoundIndexes)
]
if #available(iOS 9.0, OSXApplicationExtension 10.11, *) {
if #available(iOS 9.0, OSXApplicationExtension 10.11, OSX 10.11, *) {
info.append(("uniquenessConstraints", self.uniquenessConstraints))
}