From 76fd88dfdb9cbc50b121dde2b363d9ea8e374aa0 Mon Sep 17 00:00:00 2001 From: Paolo Bosetti Date: Wed, 30 May 2012 12:06:56 -0700 Subject: Added Xcode native target to build OSX framework --- xcode/mruby_fw/mruby_fw-Prefix.pch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 xcode/mruby_fw/mruby_fw-Prefix.pch (limited to 'xcode/mruby_fw/mruby_fw-Prefix.pch') 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 +#endif -- cgit v1.2.3