istereo

diff istereo_Prefix.pch @ 42:6e9e09ec767e

fixed the xcode project, added missing files
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 31 May 2013 02:08:22 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/istereo_Prefix.pch	Fri May 31 02:08:22 2013 +0300
     1.3 @@ -0,0 +1,14 @@
     1.4 +//
     1.5 +// Prefix header for all source files of the 'istereo' target in the 'istereo' project
     1.6 +//
     1.7 +
     1.8 +#import <Availability.h>
     1.9 +
    1.10 +#ifndef __IPHONE_3_0
    1.11 +#warning "This project uses features only available in iPhone SDK 3.0 and later."
    1.12 +#endif
    1.13 +
    1.14 +#ifdef __OBJC__
    1.15 +#import <Foundation/Foundation.h>
    1.16 +#import <UIKit/UIKit.h>
    1.17 +#endif