-
Notifications
You must be signed in to change notification settings - Fork 38
/
ASiST_Prefix.pch
34 lines (26 loc) · 1.05 KB
/
ASiST_Prefix.pch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
//
// Prefix header for all source files of the 'ASiST' target in the 'ASiST' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <CoreData/CoreData.h>
#import "DTUtilities.h"
#ifndef __IPHONE_3_0
#warning "This project uses features only available in iPhone SDK 3.0 and later."
#endif
#endif
#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 30000
#define CELL_LABEL textLabel.text
#define CELL_IMAGE imageView.image
#define TABLEVIEWCELL_PLAIN_INIT [super initWithStyle:UITableViewStylePlain reuseIdentifier:reuseIdentifier]
#else
#define CELL_LABEL text
#define CELL_IMAGE image
#define TABLEVIEWCELL_PLAIN_INIT [super initWithFrame:frame reuseIdentifier:reuseIdentifier]
#endif
// to enable the partner version, re-enable the following define and fill in the three values below
//#define PARTNERVERSION
#define PARTNERVERSION_ITC_LOGIN @"[email protected]"
#define PARTNERVERSION_ITC_PASSWORD @"SECRET"
#define PARTNERVERSION_FILTER_APPS_SET [NSSet setWithObjects:@"335519920", @"329678407", @"374457741", nil]