2
0

Ability to noop TestFlight and Crashlytics

This commit is contained in:
Maarten Billemont
2012-06-24 21:06:00 +02:00
parent 5849c9668f
commit 94c9d50a12
3 changed files with 5 additions and 2 deletions

2
External/Pearl vendored

View File

@@ -6,7 +6,6 @@
// Copyright (c) 2011 Lyndir. All rights reserved.
//
#import <Crashlytics/Crashlytics.h>
#import "MPAppDelegate.h"
#import "MPAppDelegate_Key.h"
#import "MPAppDelegate_Store.h"

View File

@@ -17,6 +17,10 @@
#import <CoreData/CoreData.h>
#import "TestFlight.h"
#import <Crashlytics/Crashlytics.h>
//#define Crashlytics PearlNil
//#define TestFlight PearlNil
#import "MPTypes.h"
#import "MPiOSConfig.h"