From: <at...@us...> - 2007-08-30 00:05:27
|
Revision: 500 http://cadcdev.svn.sourceforge.net/cadcdev/?rev=500&view=rev Author: atani Date: 2007-08-29 17:05:25 -0700 (Wed, 29 Aug 2007) Log Message: ----------- osx xcode project update Modified Paths: -------------- tiki/osx/Tiki.xcodeproj/project.pbxproj Modified: tiki/osx/Tiki.xcodeproj/project.pbxproj =================================================================== --- tiki/osx/Tiki.xcodeproj/project.pbxproj 2007-08-29 17:52:02 UTC (rev 499) +++ tiki/osx/Tiki.xcodeproj/project.pbxproj 2007-08-30 00:05:25 UTC (rev 500) @@ -16,6 +16,16 @@ 640C2C30092EB8C40032DE40 /* alpharotate.h in Headers */ = {isa = PBXBuildFile; fileRef = 640C2C2F092EB8C40032DE40 /* alpharotate.h */; }; 6444BEE60932A3D800A29768 /* texturetile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6444BEE50932A3D700A29768 /* texturetile.cpp */; }; 6444BEE80932A3F200A29768 /* texturetile.h in Headers */ = {isa = PBXBuildFile; fileRef = 6444BEE70932A3F200A29768 /* texturetile.h */; }; + 6499FE6A0C862377008D9FEF /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6499FE660C862377008D9FEF /* tinyxml.cpp */; }; + 6499FE6B0C862377008D9FEF /* tinyxml.h in Headers */ = {isa = PBXBuildFile; fileRef = 6499FE670C862377008D9FEF /* tinyxml.h */; }; + 6499FE6C0C862377008D9FEF /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6499FE680C862377008D9FEF /* tinyxmlerror.cpp */; }; + 6499FE6D0C862377008D9FEF /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6499FE690C862377008D9FEF /* tinyxmlparser.cpp */; }; + 6499FE710C8623A3008D9FEF /* base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6499FE6F0C8623A3008D9FEF /* base64.cpp */; }; + 6499FE720C8623A3008D9FEF /* date.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6499FE700C8623A3008D9FEF /* date.cpp */; }; + 6499FE760C8623D6008D9FEF /* base64.h in Headers */ = {isa = PBXBuildFile; fileRef = 6499FE740C8623D6008D9FEF /* base64.h */; }; + 6499FE770C8623D6008D9FEF /* date.h in Headers */ = {isa = PBXBuildFile; fileRef = 6499FE750C8623D6008D9FEF /* date.h */; }; + 6499FEA40C8640CA008D9FEF /* cookiejar.h in Headers */ = {isa = PBXBuildFile; fileRef = 6499FEA30C8640CA008D9FEF /* cookiejar.h */; }; + 6499FEA60C8640E5008D9FEF /* cookiejar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6499FEA50C8640E5008D9FEF /* cookiejar.cpp */; }; 64D758F4092EB9A5002667EE /* sleep.h in Headers */ = {isa = PBXBuildFile; fileRef = 64D758F3092EB9A5002667EE /* sleep.h */; }; 64ED75F50C7CFAE500D16D5C /* address.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64ED75F10C7CFAE500D16D5C /* address.cpp */; }; 64ED75F60C7CFAE500D16D5C /* socket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64ED75F20C7CFAE500D16D5C /* socket.cpp */; }; @@ -204,6 +214,16 @@ 640C2C2F092EB8C40032DE40 /* alpharotate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = alpharotate.h; path = ../include/Tiki/anims/alpharotate.h; sourceTree = SOURCE_ROOT; }; 6444BEE50932A3D700A29768 /* texturetile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = texturetile.cpp; path = ../src/gl/drawables/texturetile.cpp; sourceTree = SOURCE_ROOT; }; 6444BEE70932A3F200A29768 /* texturetile.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = texturetile.h; path = ../include/Tiki/drawables/texturetile.h; sourceTree = SOURCE_ROOT; }; + 6499FE660C862377008D9FEF /* tinyxml.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = tinyxml.cpp; path = ../3rdparty/tinyxml/tinyxml.cpp; sourceTree = SOURCE_ROOT; }; + 6499FE670C862377008D9FEF /* tinyxml.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = tinyxml.h; path = ../3rdparty/tinyxml/tinyxml.h; sourceTree = SOURCE_ROOT; }; + 6499FE680C862377008D9FEF /* tinyxmlerror.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = tinyxmlerror.cpp; path = ../3rdparty/tinyxml/tinyxmlerror.cpp; sourceTree = SOURCE_ROOT; }; + 6499FE690C862377008D9FEF /* tinyxmlparser.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = tinyxmlparser.cpp; path = ../3rdparty/tinyxml/tinyxmlparser.cpp; sourceTree = SOURCE_ROOT; }; + 6499FE6F0C8623A3008D9FEF /* base64.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = base64.cpp; path = ../src/net/util/base64.cpp; sourceTree = SOURCE_ROOT; }; + 6499FE700C8623A3008D9FEF /* date.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = date.cpp; path = ../src/net/util/date.cpp; sourceTree = SOURCE_ROOT; }; + 6499FE740C8623D6008D9FEF /* base64.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = base64.h; path = ../include/Tiki/net/util/base64.h; sourceTree = SOURCE_ROOT; }; + 6499FE750C8623D6008D9FEF /* date.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = date.h; path = ../include/Tiki/net/util/date.h; sourceTree = SOURCE_ROOT; }; + 6499FEA30C8640CA008D9FEF /* cookiejar.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = cookiejar.h; path = ../include/Tiki/net/http/cookiejar.h; sourceTree = SOURCE_ROOT; }; + 6499FEA50C8640E5008D9FEF /* cookiejar.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = cookiejar.cpp; path = ../src/net/http/cookiejar.cpp; sourceTree = SOURCE_ROOT; }; 64D758F3092EB9A5002667EE /* sleep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sleep.h; path = ../include/Tiki/anims/sleep.h; sourceTree = SOURCE_ROOT; }; 64ED75F10C7CFAE500D16D5C /* address.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = address.cpp; path = ../src/net/address.cpp; sourceTree = SOURCE_ROOT; }; 64ED75F20C7CFAE500D16D5C /* socket.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = socket.cpp; path = ../src/net/socket.cpp; sourceTree = SOURCE_ROOT; }; @@ -517,9 +537,39 @@ name = "Other Sources"; sourceTree = "<group>"; }; + 6499FE520C8622D4008D9FEF /* tinyXML */ = { + isa = PBXGroup; + children = ( + 6499FE660C862377008D9FEF /* tinyxml.cpp */, + 6499FE670C862377008D9FEF /* tinyxml.h */, + 6499FE680C862377008D9FEF /* tinyxmlerror.cpp */, + 6499FE690C862377008D9FEF /* tinyxmlparser.cpp */, + ); + name = tinyXML; + sourceTree = "<group>"; + }; + 6499FE6E0C862384008D9FEF /* util */ = { + isa = PBXGroup; + children = ( + 6499FE6F0C8623A3008D9FEF /* base64.cpp */, + 6499FE700C8623A3008D9FEF /* date.cpp */, + ); + name = util; + sourceTree = "<group>"; + }; + 6499FE730C8623AE008D9FEF /* util */ = { + isa = PBXGroup; + children = ( + 6499FE740C8623D6008D9FEF /* base64.h */, + 6499FE750C8623D6008D9FEF /* date.h */, + ); + name = util; + sourceTree = "<group>"; + }; 64ED75F00C7CFAC500D16D5C /* net */ = { isa = PBXGroup; children = ( + 6499FE6E0C862384008D9FEF /* util */, 64ED75F90C7CFAE900D16D5C /* http */, 64ED75F10C7CFAE500D16D5C /* address.cpp */, 64ED75F20C7CFAE500D16D5C /* socket.cpp */, @@ -532,6 +582,7 @@ 64ED75F90C7CFAE900D16D5C /* http */ = { isa = PBXGroup; children = ( + 6499FEA50C8640E5008D9FEF /* cookiejar.cpp */, 64ED75FA0C7CFB1800D16D5C /* request.cpp */, 64ED75FB0C7CFB1800D16D5C /* response.cpp */, 64ED75FC0C7CFB1800D16D5C /* useragent.cpp */, @@ -542,6 +593,7 @@ 64ED76110C7CFB2200D16D5C /* net */ = { isa = PBXGroup; children = ( + 6499FE730C8623AE008D9FEF /* util */, 64ED76130C7CFB4C00D16D5C /* address.h */, 64ED76140C7CFB4C00D16D5C /* buffer.h */, 64ED76150C7CFB4C00D16D5C /* socket.h */, @@ -556,6 +608,7 @@ 64ED76120C7CFB2D00D16D5C /* http */ = { isa = PBXGroup; children = ( + 6499FEA30C8640CA008D9FEF /* cookiejar.h */, 64ED761F0C7CFB6200D16D5C /* cookie.h */, 64ED76200C7CFB6200D16D5C /* request.h */, 64ED76210C7CFB6200D16D5C /* response.h */, @@ -768,6 +821,7 @@ C4B181C30856B19900B46BDA /* 3rdParty */ = { isa = PBXGroup; children = ( + 6499FE520C8622D4008D9FEF /* tinyXML */, C4B181CC0856B1B900B46BDA /* LibJPEG */, C4B181C90856B1B200B46BDA /* LibPNG */, C4B181C60856B1A700B46BDA /* OggVorbis */, @@ -1087,6 +1141,10 @@ 64ED76290C7CFB7E00D16D5C /* endian.h in Headers */, 64ED762A0C7CFB7E00D16D5C /* net.h in Headers */, 64ED762E0C7CFBA100D16D5C /* platnet.h in Headers */, + 6499FE6B0C862377008D9FEF /* tinyxml.h in Headers */, + 6499FE760C8623D6008D9FEF /* base64.h in Headers */, + 6499FE770C8623D6008D9FEF /* date.h in Headers */, + 6499FEA40C8640CA008D9FEF /* cookiejar.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1302,6 +1360,12 @@ 64ED75FE0C7CFB1800D16D5C /* response.cpp in Sources */, 64ED75FF0C7CFB1800D16D5C /* useragent.cpp in Sources */, 64ED762C0C7CFB9400D16D5C /* platnet.cpp in Sources */, + 6499FE6A0C862377008D9FEF /* tinyxml.cpp in Sources */, + 6499FE6C0C862377008D9FEF /* tinyxmlerror.cpp in Sources */, + 6499FE6D0C862377008D9FEF /* tinyxmlparser.cpp in Sources */, + 6499FE710C8623A3008D9FEF /* base64.cpp in Sources */, + 6499FE720C8623A3008D9FEF /* date.cpp in Sources */, + 6499FEA60C8640E5008D9FEF /* cookiejar.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |