Conditionally enable crash/analytics.
This commit is contained in:
@@ -16,11 +16,17 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <CoreData/CoreData.h>
|
||||
|
||||
#import "TestFlight.h"
|
||||
#ifdef CRASHLYTICS
|
||||
#import <Crashlytics/Crashlytics.h>
|
||||
#endif
|
||||
|
||||
#ifdef TESTFLIGHT
|
||||
#import "TestFlight.h"
|
||||
#endif
|
||||
|
||||
#ifdef LOCALYTICS
|
||||
#import "LocalyticsSession.h"
|
||||
#define LOCALYTICS 1
|
||||
#define CRASHLYTICS 1
|
||||
#endif
|
||||
|
||||
#import "MPTypes.h"
|
||||
#import "MPiOSConfig.h"
|
||||
|
||||
Reference in New Issue
Block a user