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

@@ -8,7 +8,9 @@
import UIKit
import CoreStore
import GCDKit
#if USE_FRAMEWORKS
import GCDKit
#endif
// MARK: - CustomLoggerViewController

View File

@@ -11,7 +11,9 @@ import CoreLocation
import MapKit
import AddressBookUI
import CoreStore
import GCDKit
#if USE_FRAMEWORKS
import GCDKit
#endif
private struct Static {