2
0

macOS project configuration updates.

This commit is contained in:
Maarten Billemont
2017-03-30 12:15:28 -04:00
parent 77b095e25e
commit 01eddf9f42
11 changed files with 104 additions and 75 deletions

View File

@@ -7,15 +7,24 @@
#ifdef __OBJC__
#if TARGET_OS_MAC
#import <Cocoa/Cocoa.h>
#else
#import <UIKit/UIKit.h>
//#import <Cocoa/Cocoa.h>
#endif
#import <CoreData/CoreData.h>
#ifdef CRASHLYTICS
#import <Crashlytics/Crashlytics.h>
#endif
#if TARGET_OS_MAC
#import "MPTypes.h"
#import "MPMacConfig.h"
#else
#import "MPTypes.h"
#import "MPiOSConfig.h"
//#import "MPMacConfig.h"
#endif
#else