Xcode project update
This commit is contained in:
parent
8592b52f4c
commit
48da8f4bca
1 changed files with 6 additions and 0 deletions
|
@ -907,6 +907,7 @@
|
|||
EC4D40AF17FCCF14002E7C81 /* strftime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC4D40AD17FCCF14002E7C81 /* strftime.cpp */; };
|
||||
ECA9E67B17F478B600F5DDC4 /* desktop_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECA9E67917F478B600F5DDC4 /* desktop_util.cpp */; };
|
||||
ECA9E67E17F478D600F5DDC4 /* game_paths.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECA9E67C17F478D600F5DDC4 /* game_paths.cpp */; };
|
||||
ECC8F41B185FE2E1004AC3BE /* format_time_summary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECC8F419185FE2E1004AC3BE /* format_time_summary.cpp */; };
|
||||
ECFA82E3184E59F3006782FB /* command_executor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECFA82DA184E59F3006782FB /* command_executor.cpp */; };
|
||||
ECFA82E4184E59F3006782FB /* hotkey_command.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECFA82DC184E59F3006782FB /* hotkey_command.cpp */; };
|
||||
ECFA82E5184E59F3006782FB /* hotkey_item.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECFA82DE184E59F3006782FB /* hotkey_item.cpp */; };
|
||||
|
@ -2037,6 +2038,8 @@
|
|||
ECA9E67A17F478B600F5DDC4 /* desktop_util.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = desktop_util.hpp; sourceTree = "<group>"; };
|
||||
ECA9E67C17F478D600F5DDC4 /* game_paths.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game_paths.cpp; sourceTree = "<group>"; };
|
||||
ECA9E67D17F478D600F5DDC4 /* game_paths.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = game_paths.hpp; sourceTree = "<group>"; };
|
||||
ECC8F419185FE2E1004AC3BE /* format_time_summary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = format_time_summary.cpp; sourceTree = "<group>"; };
|
||||
ECC8F41A185FE2E1004AC3BE /* format_time_summary.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = format_time_summary.hpp; sourceTree = "<group>"; };
|
||||
ECFA82DA184E59F3006782FB /* command_executor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = command_executor.cpp; path = hotkey/command_executor.cpp; sourceTree = "<group>"; };
|
||||
ECFA82DB184E59F3006782FB /* command_executor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = command_executor.hpp; path = hotkey/command_executor.hpp; sourceTree = "<group>"; };
|
||||
ECFA82DC184E59F3006782FB /* hotkey_command.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = hotkey_command.cpp; path = hotkey/hotkey_command.cpp; sourceTree = "<group>"; };
|
||||
|
@ -2377,6 +2380,8 @@
|
|||
EC48D74E17F318DA00DE80BF /* flg_manager.cpp */,
|
||||
EC48D74F17F318DA00DE80BF /* flg_manager.hpp */,
|
||||
EC48D75017F318DA00DE80BF /* mp_game_utils.cpp */,
|
||||
ECC8F419185FE2E1004AC3BE /* format_time_summary.cpp */,
|
||||
ECC8F41A185FE2E1004AC3BE /* format_time_summary.hpp */,
|
||||
EC48D75117F318DA00DE80BF /* mp_game_utils.hpp */,
|
||||
EC48D75217F318DA00DE80BF /* multiplayer_configure.cpp */,
|
||||
EC48D75317F318DA00DE80BF /* multiplayer_configure.hpp */,
|
||||
|
@ -4070,6 +4075,7 @@
|
|||
B5A9BD3D0ECA805A002BE442 /* title_screen.cpp in Sources */,
|
||||
B5A9BD5B0ECA805A002BE442 /* button.cpp in Sources */,
|
||||
B5A9BD5D0ECA805A002BE442 /* container.cpp in Sources */,
|
||||
ECC8F41B185FE2E1004AC3BE /* format_time_summary.cpp in Sources */,
|
||||
B5A9BD5E0ECA805A002BE442 /* control.cpp in Sources */,
|
||||
B5A9BD610ECA805A002BE442 /* grid.cpp in Sources */,
|
||||
B5A9BD620ECA805A002BE442 /* helper.cpp in Sources */,
|
||||
|
|
Loading…
Add table
Reference in a new issue