allow CoreStore installation both through frameworks or through direct linking

This commit is contained in:
John Estropia
2015-11-24 11:33:52 +09:00
parent 05b4a7092a
commit eef5a3d80b
21 changed files with 62 additions and 20 deletions

View File

@@ -25,7 +25,9 @@
import Foundation
import CoreData
import GCDKit
#if USE_FRAMEWORKS
import GCDKit
#endif
// MARK: - SynchronousDataTransaction