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/en.lproj/InfoPlist.strings | 2 ++ xcode/mruby_fw/mruby_fw-Info.plist | 30 ++++++++++++++++++++++++++++++ xcode/mruby_fw/mruby_fw-Prefix.pch | 7 +++++++ 3 files changed, 39 insertions(+) create mode 100644 xcode/mruby_fw/en.lproj/InfoPlist.strings create mode 100644 xcode/mruby_fw/mruby_fw-Info.plist create mode 100644 xcode/mruby_fw/mruby_fw-Prefix.pch (limited to 'xcode/mruby_fw') diff --git a/xcode/mruby_fw/en.lproj/InfoPlist.strings b/xcode/mruby_fw/en.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/xcode/mruby_fw/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/xcode/mruby_fw/mruby_fw-Info.plist b/xcode/mruby_fw/mruby_fw-Info.plist new file mode 100644 index 000000000..6721d7109 --- /dev/null +++ b/xcode/mruby_fw/mruby_fw-Info.plist @@ -0,0 +1,30 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.github.mruby.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + NSHumanReadableCopyright + Copyright © 2012 mruby Authors. All rights reserved. + NSPrincipalClass + + + 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