Update Xcode project
This commit is contained in:
parent
ce879fea85
commit
c5d1602160
1 changed files with 6 additions and 0 deletions
|
@ -1329,6 +1329,7 @@
|
|||
ECEEB7F01A1E8AB20006575B /* default_map_generator_job.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECEEB7EF1A1E8AB20006575B /* default_map_generator_job.cpp */; };
|
||||
ECF0F80123A09929004A2011 /* lua_stringx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF0F80023A09929004A2011 /* lua_stringx.cpp */; };
|
||||
ECF0F80323A09933004A2011 /* lua_wml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF0F80223A09932004A2011 /* lua_wml.cpp */; };
|
||||
ECF2393426B5935F00F2884F /* lobby_player_list_helper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF2393126B592C800F2884F /* lobby_player_list_helper.cpp */; };
|
||||
ECF44F6A1FC8A82B00B404D6 /* make.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF44F681FC8A82A00B404D6 /* make.cpp */; };
|
||||
ECF9D43D19F3FF9400E6C9D9 /* filesystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF9D43C19F3FF9400E6C9D9 /* filesystem.cpp */; settings = {COMPILER_FLAGS = "-DPREFERENCES_DIR='\"Library/Application Support/Wesnoth_1.17\"' -DHAS_RELATIVE_LOCALEDIR"; }; };
|
||||
ECF9D43E19F3FF9400E6C9D9 /* filesystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF9D43C19F3FF9400E6C9D9 /* filesystem.cpp */; };
|
||||
|
@ -2771,6 +2772,8 @@
|
|||
ECEEB7EF1A1E8AB20006575B /* default_map_generator_job.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = default_map_generator_job.cpp; sourceTree = "<group>"; };
|
||||
ECF0F80023A09929004A2011 /* lua_stringx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lua_stringx.cpp; sourceTree = "<group>"; };
|
||||
ECF0F80223A09932004A2011 /* lua_wml.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lua_wml.cpp; sourceTree = "<group>"; };
|
||||
ECF2393126B592C800F2884F /* lobby_player_list_helper.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = lobby_player_list_helper.cpp; sourceTree = "<group>"; };
|
||||
ECF2393226B5933800F2884F /* lobby_player_list_helper.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = lobby_player_list_helper.hpp; sourceTree = "<group>"; };
|
||||
ECF44F681FC8A82A00B404D6 /* make.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = make.cpp; sourceTree = "<group>"; };
|
||||
ECF44F691FC8A82A00B404D6 /* make.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = make.hpp; sourceTree = "<group>"; };
|
||||
ECF9D43C19F3FF9400E6C9D9 /* filesystem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = filesystem.cpp; sourceTree = "<group>"; };
|
||||
|
@ -3670,6 +3673,8 @@
|
|||
46F92CC02174F6A300602C1C /* faction_select.hpp */,
|
||||
46F92CD62174F6A300602C1C /* lobby.cpp */,
|
||||
46F92CBE2174F6A300602C1C /* lobby.hpp */,
|
||||
ECF2393226B5933800F2884F /* lobby_player_list_helper.hpp */,
|
||||
ECF2393126B592C800F2884F /* lobby_player_list_helper.cpp */,
|
||||
4685A5F925B4501E006FD3A1 /* match_history.cpp */,
|
||||
4685A5FA25B4501E006FD3A1 /* match_history.hpp */,
|
||||
46F92CCA2174F6A300602C1C /* mp_alerts_options.cpp */,
|
||||
|
@ -5360,6 +5365,7 @@
|
|||
91F8E12E260A25E2002312BA /* lua_mathx.cpp in Sources */,
|
||||
6295C3C4150FC9750077D8C5 /* map_fragment.cpp in Sources */,
|
||||
EC4E3B1D19B2D7AD0049CBD7 /* map_generator.cpp in Sources */,
|
||||
ECF2393426B5935F00F2884F /* lobby_player_list_helper.cpp in Sources */,
|
||||
B5599B2C0EC62181008DD061 /* label.cpp in Sources */,
|
||||
B5599B2B0EC62181008DD061 /* location.cpp in Sources */,
|
||||
46F92DE32174F6A300602C1C /* game_cache_options.cpp in Sources */,
|
||||
|
|
Loading…
Add table
Reference in a new issue