From e1a6c30ae6947589b746e0cc84312003a8e2d61e Mon Sep 17 00:00:00 2001 From: Yuichiro MASUI Date: Sun, 6 Jan 2013 15:47:43 +0900 Subject: Removed XCode build --- 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 deletions(-) delete mode 100644 xcode/mruby_fw/en.lproj/InfoPlist.strings delete mode 100644 xcode/mruby_fw/mruby_fw-Info.plist delete 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 deleted file mode 100644 index 477b28ff8..000000000 --- a/xcode/mruby_fw/en.lproj/InfoPlist.strings +++ /dev/null @@ -1,2 +0,0 @@ -/* Localized versions of Info.plist keys */ - diff --git a/xcode/mruby_fw/mruby_fw-Info.plist b/xcode/mruby_fw/mruby_fw-Info.plist deleted file mode 100644 index 6721d7109..000000000 --- a/xcode/mruby_fw/mruby_fw-Info.plist +++ /dev/null @@ -1,30 +0,0 @@ - - - - - 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 deleted file mode 100644 index 8be6acecb..000000000 --- a/xcode/mruby_fw/mruby_fw-Prefix.pch +++ /dev/null @@ -1,7 +0,0 @@ -// -// Prefix header for all source files of the 'mruby_fw' target in the 'mruby_fw' project -// - -#ifdef __OBJC__ - #import -#endif -- cgit v1.2.3