summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/framework/TestFramework/TestFramework_Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/framework/TestFramework/TestFramework_Prefix.pch')
-rw-r--r--deps/gyp/test/mac/framework/TestFramework/TestFramework_Prefix.pch7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/gyp/test/mac/framework/TestFramework/TestFramework_Prefix.pch b/deps/gyp/test/mac/framework/TestFramework/TestFramework_Prefix.pch
new file mode 100644
index 0000000000..394f41d957
--- /dev/null
+++ b/deps/gyp/test/mac/framework/TestFramework/TestFramework_Prefix.pch
@@ -0,0 +1,7 @@
+//
+// Prefix header for all source files of the 'TestFramework' target in the 'TestFramework' project.
+//
+
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+#endif