diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-06 05:09:13 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-06 05:09:13 -0800 |
| commit | 54703d8494eb053e5ecb56705d15ba3d076c4633 (patch) | |
| tree | 82702dae7c549b8cf38cdf09bd06dfad5c018347 /xcode/mruby_fw/mruby_fw-Info.plist | |
| parent | 19a3146e34ab1b0e9f2e68be7c83d77e3f51b0dd (diff) | |
| parent | e1a6c30ae6947589b746e0cc84312003a8e2d61e (diff) | |
| download | mruby-54703d8494eb053e5ecb56705d15ba3d076c4633.tar.gz mruby-54703d8494eb053e5ecb56705d15ba3d076c4633.zip | |
Merge pull request #694 from masuidrive/remove_xcode
Removed XCode build
Diffstat (limited to 'xcode/mruby_fw/mruby_fw-Info.plist')
| -rw-r--r-- | xcode/mruby_fw/mruby_fw-Info.plist | 30 |
1 files changed, 0 insertions, 30 deletions
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> |
