From 96918865828a74637ff17e37183c3ad64b772b8c Mon Sep 17 00:00:00 2001 From: minggo Date: Tue, 4 Dec 2012 16:03:27 +0800 Subject: [PATCH] make TestLua work ok on iOS --- .../TestLua.xcodeproj/project.pbxproj | 60 ------------------- 1 file changed, 60 deletions(-) diff --git a/samples/TestLua/proj.ios/TestLua.xcodeproj/project.pbxproj b/samples/TestLua/proj.ios/TestLua.xcodeproj/project.pbxproj index 5ed2250c12..1ea67f3c9d 100644 --- a/samples/TestLua/proj.ios/TestLua.xcodeproj/project.pbxproj +++ b/samples/TestLua/proj.ios/TestLua.xcodeproj/project.pbxproj @@ -61,13 +61,6 @@ F293BC2115EB838A00256477 /* lvm.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBE915EB838A00256477 /* lvm.c */; }; F293BC2215EB838A00256477 /* lzio.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBEB15EB838A00256477 /* lzio.c */; }; F293BC2315EB838A00256477 /* print.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBED15EB838A00256477 /* print.c */; }; - F293BC2415EB838A00256477 /* Android.mk in Resources */ = {isa = PBXBuildFile; fileRef = F293BBF015EB838A00256477 /* Android.mk */; }; - F293BC2515EB838A00256477 /* .cproject in Resources */ = {isa = PBXBuildFile; fileRef = F293BBF215EB838A00256477 /* .cproject */; }; - F293BC2615EB838A00256477 /* .project in Resources */ = {isa = PBXBuildFile; fileRef = F293BBF315EB838A00256477 /* .project */; }; - F293BC2715EB838A00256477 /* liblua.vcproj in Resources */ = {isa = PBXBuildFile; fileRef = F293BBF515EB838A00256477 /* liblua.vcproj */; }; - F293BC2815EB838A00256477 /* liblua.vcxproj in Resources */ = {isa = PBXBuildFile; fileRef = F293BBF615EB838A00256477 /* liblua.vcxproj */; }; - F293BC2915EB838A00256477 /* liblua.vcxproj.filters in Resources */ = {isa = PBXBuildFile; fileRef = F293BBF715EB838A00256477 /* liblua.vcxproj.filters */; }; - F293BC2A15EB838A00256477 /* liblua.vcxproj.user in Resources */ = {isa = PBXBuildFile; fileRef = F293BBF815EB838A00256477 /* liblua.vcxproj.user */; }; F293BC2B15EB838A00256477 /* tolua_event.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBFB15EB838A00256477 /* tolua_event.c */; }; F293BC2C15EB838A00256477 /* tolua_is.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBFD15EB838A00256477 /* tolua_is.c */; }; F293BC2D15EB838A00256477 /* tolua_map.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBFE15EB838A00256477 /* tolua_map.c */; }; @@ -215,13 +208,6 @@ F293BBEB15EB838A00256477 /* lzio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lzio.c; sourceTree = ""; }; F293BBEC15EB838A00256477 /* lzio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lzio.h; sourceTree = ""; }; F293BBED15EB838A00256477 /* print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = print.c; sourceTree = ""; }; - F293BBF015EB838A00256477 /* Android.mk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Android.mk; sourceTree = ""; }; - F293BBF215EB838A00256477 /* .cproject */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = .cproject; sourceTree = ""; }; - F293BBF315EB838A00256477 /* .project */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = .project; sourceTree = ""; }; - F293BBF515EB838A00256477 /* liblua.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = liblua.vcproj; sourceTree = ""; }; - F293BBF615EB838A00256477 /* liblua.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = liblua.vcxproj; sourceTree = ""; }; - F293BBF715EB838A00256477 /* liblua.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = liblua.vcxproj.filters; sourceTree = ""; }; - F293BBF815EB838A00256477 /* liblua.vcxproj.user */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = liblua.vcxproj.user; sourceTree = ""; }; F293BBFA15EB838A00256477 /* tolua++.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "tolua++.h"; sourceTree = ""; }; F293BBFB15EB838A00256477 /* tolua_event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_event.c; sourceTree = ""; }; F293BBFC15EB838A00256477 /* tolua_event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_event.h; sourceTree = ""; }; @@ -364,9 +350,6 @@ children = ( F293BBAE15EB838A00256477 /* cocos2dx_support */, F293BBB715EB838A00256477 /* lua */, - F293BBEE15EB838A00256477 /* proj.android */, - F293BBF115EB838A00256477 /* proj.blackberry */, - F293BBF415EB838A00256477 /* proj.win32 */, F293BBF915EB838A00256477 /* tolua */, ); name = lua; @@ -449,42 +432,6 @@ path = lua; sourceTree = ""; }; - F293BBEE15EB838A00256477 /* proj.android */ = { - isa = PBXGroup; - children = ( - F293BBEF15EB838A00256477 /* jni */, - ); - path = proj.android; - sourceTree = ""; - }; - F293BBEF15EB838A00256477 /* jni */ = { - isa = PBXGroup; - children = ( - F293BBF015EB838A00256477 /* Android.mk */, - ); - path = jni; - sourceTree = ""; - }; - F293BBF115EB838A00256477 /* proj.blackberry */ = { - isa = PBXGroup; - children = ( - F293BBF215EB838A00256477 /* .cproject */, - F293BBF315EB838A00256477 /* .project */, - ); - path = proj.blackberry; - sourceTree = ""; - }; - F293BBF415EB838A00256477 /* proj.win32 */ = { - isa = PBXGroup; - children = ( - F293BBF515EB838A00256477 /* liblua.vcproj */, - F293BBF615EB838A00256477 /* liblua.vcxproj */, - F293BBF715EB838A00256477 /* liblua.vcxproj.filters */, - F293BBF815EB838A00256477 /* liblua.vcxproj.user */, - ); - path = proj.win32; - sourceTree = ""; - }; F293BBF915EB838A00256477 /* tolua */ = { isa = PBXGroup; children = ( @@ -678,13 +625,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - F293BC2415EB838A00256477 /* Android.mk in Resources */, - F293BC2515EB838A00256477 /* .cproject in Resources */, - F293BC2615EB838A00256477 /* .project in Resources */, - F293BC2715EB838A00256477 /* liblua.vcproj in Resources */, - F293BC2815EB838A00256477 /* liblua.vcxproj in Resources */, - F293BC2915EB838A00256477 /* liblua.vcxproj.filters in Resources */, - F293BC2A15EB838A00256477 /* liblua.vcxproj.user in Resources */, F2A1553E15EB91DE00C9B0B6 /* Collision in Resources */, F2A1553F15EB91DE00C9B0B6 /* Common in Resources */, F2A1554015EB91DE00C9B0B6 /* Dynamics in Resources */,