CosmicMind / Graph

Graph is a semantic database that is used to create data-driven applications.

Home Page:http://cosmicmind.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated keys

innoreq opened this issue · comments

Hi,

I found this library by chance, and it seems that it may be pretty helpful. I'm just starting, but I noticed that there are several deprecations:

  • NSPersistentStoreUbiquitousTransitionType
  • NSPersistentStoreUbiquitousContentNameKey
  • NSPersistentStoreDidImportUbiquitousContentChanges
  • NSPersistentStoreUbiquitousTransitionTypeKey

Xcode just tells "was deprecated in iOS 10.0: Please see the release notes and Core Data documentation." However, I did some googling and did not find anything that would give me an indication about how to replace those keys.

So, I'd like to report this to you, assuming that you know better by far than me what this might mean, and how to handle it...

  • Hardy