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

@ -1 +1 @@
Subproject commit f496dfef3d17a6bdc66039d0d552c561937a843d Subproject commit 546be28a52b1e56fef4a82e2bd943cfd69d6a264

View File

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

View File

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