2011-11-30 21:42:40 +00:00
|
|
|
//
|
|
|
|
// Prefix header for all source files of the 'Pearl' target in the 'Pearl' project
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifdef __OBJC__
|
2013-04-20 18:11:19 +00:00
|
|
|
#import <Foundation/Foundation.h>
|
2011-11-30 21:42:40 +00:00
|
|
|
|
2012-02-13 09:27:08 +00:00
|
|
|
#define PEARL_WITH_SCRYPT
|
2012-08-31 14:30:05 +00:00
|
|
|
#define PEARL_WITH_MESSAGEUI
|
2012-02-13 09:27:08 +00:00
|
|
|
|
2011-11-30 21:42:40 +00:00
|
|
|
#define PEARL
|
|
|
|
#define PEARL_CRYPTO
|
2012-03-04 14:31:26 +00:00
|
|
|
#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED
|
2011-11-30 21:42:40 +00:00
|
|
|
#define PEARL_UIKIT
|
2012-03-04 14:31:26 +00:00
|
|
|
#endif
|
2014-12-29 21:35:23 +00:00
|
|
|
#ifdef __MAC_OS_X_VERSION_MIN_REQUIRED
|
|
|
|
#define PEARL_COCOA
|
|
|
|
#endif
|
2011-11-30 21:42:40 +00:00
|
|
|
|
|
|
|
#import "Pearl.h"
|
|
|
|
#import "Pearl-Crypto.h"
|
2012-03-04 14:31:26 +00:00
|
|
|
#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED
|
|
|
|
#import "Pearl-UIKit.h"
|
2012-05-03 14:49:15 +00:00
|
|
|
#endif
|
2014-12-29 21:35:23 +00:00
|
|
|
#ifdef __MAC_OS_X_VERSION_MIN_REQUIRED
|
|
|
|
#import "Pearl-Cocoa.h"
|
|
|
|
#endif
|
2014-12-18 22:47:38 +00:00
|
|
|
#endif
|