diff options
author | David Cole <david.cole@kitware.com> | 2011-09-13 18:33:21 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2011-09-13 18:33:21 (GMT) |
commit | 98d5623a7b809a8d730fd197412935b52f234e7d (patch) | |
tree | 300a44f4b872073895b3d412cece959636af323a /Tests/iOSNavApp/NavApp3_Prefix.pch | |
parent | 21e03c4c4431878c70afeefcf4f0271f5d8b16ed (diff) | |
parent | 64c9b318bf6062aa1a451d15af9e7016057168c1 (diff) | |
download | CMake-98d5623a7b809a8d730fd197412935b52f234e7d.zip CMake-98d5623a7b809a8d730fd197412935b52f234e7d.tar.gz CMake-98d5623a7b809a8d730fd197412935b52f234e7d.tar.bz2 |
Merge topic 'effective-platform-name'
64c9b31 Xcode: Add test to demonstrate iOS project in Xcode
59a2265 Xcode: Use EFFECTIVE_PLATFORM_NAME reference in ComputeOutputDir
Diffstat (limited to 'Tests/iOSNavApp/NavApp3_Prefix.pch')
-rw-r--r-- | Tests/iOSNavApp/NavApp3_Prefix.pch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Tests/iOSNavApp/NavApp3_Prefix.pch b/Tests/iOSNavApp/NavApp3_Prefix.pch new file mode 100644 index 0000000..9919f30 --- /dev/null +++ b/Tests/iOSNavApp/NavApp3_Prefix.pch @@ -0,0 +1,14 @@ +// +// Prefix header for all source files of the 'NavApp3' target in the 'NavApp3' project +// +#import <Availability.h> + +#ifndef __IPHONE_3_0 +#warning "This project uses features only available in iPhone SDK 3.0 and later." +#endif + + +#ifdef __OBJC__ + #import <Foundation/Foundation.h> + #import <UIKit/UIKit.h> +#endif |