summaryrefslogtreecommitdiffhomepage
path: root/xcode/mruby_fw/mruby_fw-Prefix.pch
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-06-02 10:08:34 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2012-06-02 10:08:34 -0700
commitb9923ba12f8aaea2380343b50bd6fcd7c508d29b (patch)
treebd395f3fd07c246857922175c1e8662af27f26ea /xcode/mruby_fw/mruby_fw-Prefix.pch
parentcc86250297c4a8d4a2e3e350fab8cf96929283c3 (diff)
parent1bff6a8f62310a750c0943611c70a7247c492bff (diff)
downloadmruby-b9923ba12f8aaea2380343b50bd6fcd7c508d29b.tar.gz
mruby-b9923ba12f8aaea2380343b50bd6fcd7c508d29b.zip
Merge pull request #223 from pbosetti/XCode
X code native target, follow up of #184
Diffstat (limited to 'xcode/mruby_fw/mruby_fw-Prefix.pch')
-rw-r--r--xcode/mruby_fw/mruby_fw-Prefix.pch7
1 files changed, 7 insertions, 0 deletions
diff --git a/xcode/mruby_fw/mruby_fw-Prefix.pch b/xcode/mruby_fw/mruby_fw-Prefix.pch
new file mode 100644
index 000000000..8be6acecb
--- /dev/null
+++ b/xcode/mruby_fw/mruby_fw-Prefix.pch
@@ -0,0 +1,7 @@
+//
+// Prefix header for all source files of the 'mruby_fw' target in the 'mruby_fw' project
+//
+
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+#endif