Update Xcode project

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8553 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-05-13 00:02:23 +00:00
parent 498a0a104e
commit 61af0d7159

View File

@@ -320,6 +320,8 @@
958444A41330F89100CEA60A /* po_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 958444981330F89100CEA60A /* po_parser.cpp */; };
958444A51330F89100CEA60A /* stk_file_system.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9584449A1330F89100CEA60A /* stk_file_system.cpp */; };
958444A61330F89100CEA60A /* tinygettext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9584449C1330F89100CEA60A /* tinygettext.cpp */; };
9584B30D137CAC12008565D7 /* news_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9584B309137CAC12008565D7 /* news_manager.cpp */; };
9584B30E137CAC12008565D7 /* request.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9584B30B137CAC12008565D7 /* request.cpp */; };
9586318411B1EC9F00B8B4AF /* grand_prix_lose.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9586318011B1EC9F00B8B4AF /* grand_prix_lose.cpp */; };
9586318511B1EC9F00B8B4AF /* grand_prix_win.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9586318211B1EC9F00B8B4AF /* grand_prix_win.cpp */; };
958BD770117F6AE90095B483 /* music_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 958BD76E117F6AE90095B483 /* music_manager.cpp */; };
@@ -1083,6 +1085,10 @@
9584449B1330F89100CEA60A /* stk_file_system.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = stk_file_system.hpp; path = ../../tinygettext/stk_file_system.hpp; sourceTree = SOURCE_ROOT; };
9584449C1330F89100CEA60A /* tinygettext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tinygettext.cpp; path = ../../tinygettext/tinygettext.cpp; sourceTree = SOURCE_ROOT; };
9584449D1330F89100CEA60A /* tinygettext.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = tinygettext.hpp; path = ../../tinygettext/tinygettext.hpp; sourceTree = SOURCE_ROOT; };
9584B309137CAC12008565D7 /* news_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = news_manager.cpp; path = ../../addons/news_manager.cpp; sourceTree = SOURCE_ROOT; };
9584B30A137CAC12008565D7 /* news_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = news_manager.hpp; path = ../../addons/news_manager.hpp; sourceTree = SOURCE_ROOT; };
9584B30B137CAC12008565D7 /* request.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = request.cpp; path = ../../addons/request.cpp; sourceTree = SOURCE_ROOT; };
9584B30C137CAC12008565D7 /* request.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = request.hpp; path = ../../addons/request.hpp; sourceTree = SOURCE_ROOT; };
9586318011B1EC9F00B8B4AF /* grand_prix_lose.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = grand_prix_lose.cpp; path = ../../states_screens/grand_prix_lose.cpp; sourceTree = SOURCE_ROOT; };
9586318111B1EC9F00B8B4AF /* grand_prix_lose.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = grand_prix_lose.hpp; path = ../../states_screens/grand_prix_lose.hpp; sourceTree = SOURCE_ROOT; };
9586318211B1EC9F00B8B4AF /* grand_prix_win.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = grand_prix_win.cpp; path = ../../states_screens/grand_prix_win.cpp; sourceTree = SOURCE_ROOT; };
@@ -1459,6 +1465,10 @@
9538E2B612C25D6800172896 /* addons_manager.hpp */,
9538E2B712C25D6800172896 /* network_http.cpp */,
9538E2B812C25D6800172896 /* network_http.hpp */,
9584B309137CAC12008565D7 /* news_manager.cpp */,
9584B30A137CAC12008565D7 /* news_manager.hpp */,
9584B30B137CAC12008565D7 /* request.cpp */,
9584B30C137CAC12008565D7 /* request.hpp */,
9551B27811DC0D6A002DD140 /* zip.cpp */,
9551B27911DC0D6A002DD140 /* zip.hpp */,
);
@@ -3090,6 +3100,8 @@
953A959D13367D6E00D86B4D /* options_screen_ui.cpp in Sources */,
95757211134F5B890037747B /* CGUIEditBox.cpp in Sources */,
956F557513527E4B005C291D /* race_gui_base.cpp in Sources */,
9584B30D137CAC12008565D7 /* news_manager.cpp in Sources */,
9584B30E137CAC12008565D7 /* request.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};