summaryrefslogtreecommitdiffstats
path: root/Tests/iOSNavApp/NavApp3_Prefix.pch
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-09-13 18:33:21 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-09-13 18:33:21 (GMT)
commit98d5623a7b809a8d730fd197412935b52f234e7d (patch)
tree300a44f4b872073895b3d412cece959636af323a /Tests/iOSNavApp/NavApp3_Prefix.pch
parent21e03c4c4431878c70afeefcf4f0271f5d8b16ed (diff)
parent64c9b318bf6062aa1a451d15af9e7016057168c1 (diff)
downloadCMake-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.pch14
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