Serious houskeeping: Better file structure & preparation for Xcode workspace.
This commit is contained in:
28
MasterPassword/ObjC/iOS/MasterPassword-Prefix.pch
Normal file
28
MasterPassword/ObjC/iOS/MasterPassword-Prefix.pch
Normal file
@@ -0,0 +1,28 @@
|
||||
//
|
||||
// Prefix header for all source files of the 'MasterPassword' target in the 'MasterPassword' project
|
||||
//
|
||||
|
||||
#import <Availability.h>
|
||||
|
||||
#ifndef __IPHONE_5_0
|
||||
#warning "This project uses features only available in iOS SDK 5.0 and later."
|
||||
#endif
|
||||
|
||||
#import "Pearl-Prefix.pch"
|
||||
|
||||
#ifdef __OBJC__
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <CoreData/CoreData.h>
|
||||
|
||||
#import "TestFlight.h"
|
||||
#import <Crashlytics/Crashlytics.h>
|
||||
#import "LocalyticsSession.h"
|
||||
#define LOCALYTICS 1
|
||||
#define CRASHLYTICS 1
|
||||
|
||||
#import "MPTypes.h"
|
||||
#import "MPiOSConfig.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user