summaryrefslogtreecommitdiffhomepage
path: root/xcode/mruby_fw
diff options
context:
space:
mode:
authorYuichiro MASUI <[email protected]>2013-01-06 15:47:43 +0900
committerYuichiro MASUI <[email protected]>2013-01-06 15:47:43 +0900
commite1a6c30ae6947589b746e0cc84312003a8e2d61e (patch)
treef898cfe0d185867f49f68308fda8360d64949d11 /xcode/mruby_fw
parent7b37bb5992bf49ec8b3c59ebedefe6a7b55d4aff (diff)
downloadmruby-e1a6c30ae6947589b746e0cc84312003a8e2d61e.tar.gz
mruby-e1a6c30ae6947589b746e0cc84312003a8e2d61e.zip
Removed XCode build
Diffstat (limited to 'xcode/mruby_fw')
-rw-r--r--xcode/mruby_fw/en.lproj/InfoPlist.strings2
-rw-r--r--xcode/mruby_fw/mruby_fw-Info.plist30
-rw-r--r--xcode/mruby_fw/mruby_fw-Prefix.pch7
3 files changed, 0 insertions, 39 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIconFile</key>
- <string></string>
- <key>CFBundleIdentifier</key>
- <string>com.github.mruby.${PRODUCT_NAME:rfc1034identifier}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright © 2012 mruby Authors. All rights reserved.</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
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 <Cocoa/Cocoa.h>
-#endif