macOS project configuration updates.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user