Skip to content

Commit

Permalink
Add check for old iOS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Dec 10, 2016
1 parent b12a1e1 commit 3924ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Sync/Sync+NSPersistentContainer.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import CoreData

@available(iOS 10, watchOS 3, tvOS 10, OSX 10.12, *)
public extension NSPersistentContainer {
/**
Syncs the entity using the received array of dictionaries, maps one-to-many, many-to-many and one-to-one relationships.
Expand Down

0 comments on commit 3924ec0

Please sign in to comment.