Updated XCode projfile
This commit is contained in:
parent
90b9616698
commit
e0ee5325ec
1 changed files with 6 additions and 12 deletions
|
@ -61,6 +61,7 @@
|
|||
6295C3D9150FC9EB0077D8C5 /* unit_palette.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6295C3D2150FC9EB0077D8C5 /* unit_palette.cpp */; };
|
||||
62973FDE15C2EA7800D18140 /* action_village.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62973FDC15C2EA7800D18140 /* action_village.cpp */; };
|
||||
62973FE215C2EAF300D18140 /* mouse_action_village.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62973FE015C2EAF300D18140 /* mouse_action_village.cpp */; };
|
||||
62CC8E4C1771E7E100C16B75 /* game_config_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62CC8E4A1771E7E000C16B75 /* game_config_manager.cpp */; };
|
||||
62D24F2D1519982500350848 /* brush.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62D24F271519982500350848 /* brush.cpp */; };
|
||||
62D24F2F1519982500350848 /* editor_toolkit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62D24F2B1519982500350848 /* editor_toolkit.cpp */; };
|
||||
62D24F321519987400350848 /* context_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62D24F311519987400350848 /* context_manager.cpp */; };
|
||||
|
@ -909,8 +910,6 @@
|
|||
F468E6AD16DF872200A31A5A /* movetype.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F468E6AC16DF872200A31A5A /* movetype.cpp */; };
|
||||
F469F29B160F9FB2008B209B /* hotkey_preferences_display.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F469F29A160F9FB2008B209B /* hotkey_preferences_display.cpp */; };
|
||||
F46C5DCC13A5074C00DD0816 /* game_controller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F46C5DC513A5074C00DD0816 /* game_controller.cpp */; };
|
||||
F46C5DCD13A5074C00DD0816 /* game_controller_new.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F46C5DC713A5074C00DD0816 /* game_controller_new.cpp */; };
|
||||
F46C5DCE13A5074C00DD0816 /* game_controller_abstract.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F46C5DC913A5074C00DD0816 /* game_controller_abstract.cpp */; };
|
||||
F46C5DCF13A5074C00DD0816 /* commandline_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F46C5DCB13A5074C00DD0816 /* commandline_options.cpp */; };
|
||||
F46C5DD413A5089100DD0816 /* lua_object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F46C5DD313A5089100DD0816 /* lua_object.cpp */; };
|
||||
F4728DB1145A59CF00F0E1E1 /* editor_set_starting_position.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4728DAF145A59CF00F0E1E1 /* editor_set_starting_position.cpp */; };
|
||||
|
@ -1119,6 +1118,8 @@
|
|||
62973FDD15C2EA7800D18140 /* action_village.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = action_village.hpp; sourceTree = "<group>"; };
|
||||
62973FE015C2EAF300D18140 /* mouse_action_village.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mouse_action_village.cpp; sourceTree = "<group>"; };
|
||||
62973FE115C2EAF300D18140 /* mouse_action_village.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mouse_action_village.hpp; sourceTree = "<group>"; };
|
||||
62CC8E4A1771E7E000C16B75 /* game_config_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game_config_manager.cpp; sourceTree = "<group>"; };
|
||||
62CC8E4B1771E7E100C16B75 /* game_config_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = game_config_manager.hpp; sourceTree = "<group>"; };
|
||||
62D24F271519982500350848 /* brush.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = brush.cpp; sourceTree = "<group>"; };
|
||||
62D24F281519982500350848 /* brush.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = brush.hpp; sourceTree = "<group>"; };
|
||||
62D24F2B1519982500350848 /* editor_toolkit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = editor_toolkit.cpp; sourceTree = "<group>"; };
|
||||
|
@ -2020,10 +2021,6 @@
|
|||
F469F29A160F9FB2008B209B /* hotkey_preferences_display.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hotkey_preferences_display.cpp; sourceTree = "<group>"; };
|
||||
F46C5DC413A5074C00DD0816 /* game_controller.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = game_controller.hpp; sourceTree = "<group>"; };
|
||||
F46C5DC513A5074C00DD0816 /* game_controller.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game_controller.cpp; sourceTree = "<group>"; };
|
||||
F46C5DC613A5074C00DD0816 /* game_controller_new.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = game_controller_new.hpp; sourceTree = "<group>"; };
|
||||
F46C5DC713A5074C00DD0816 /* game_controller_new.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game_controller_new.cpp; sourceTree = "<group>"; };
|
||||
F46C5DC813A5074C00DD0816 /* game_controller_abstract.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = game_controller_abstract.hpp; sourceTree = "<group>"; };
|
||||
F46C5DC913A5074C00DD0816 /* game_controller_abstract.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game_controller_abstract.cpp; sourceTree = "<group>"; };
|
||||
F46C5DCA13A5074C00DD0816 /* commandline_options.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = commandline_options.hpp; sourceTree = "<group>"; };
|
||||
F46C5DCB13A5074C00DD0816 /* commandline_options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = commandline_options.cpp; sourceTree = "<group>"; };
|
||||
F46C5DD213A5089100DD0816 /* lua_object.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lua_object.hpp; sourceTree = "<group>"; };
|
||||
|
@ -2249,10 +2246,8 @@
|
|||
F44490B513C5483F003B6442 /* network_asio.hpp */,
|
||||
F46C5DC413A5074C00DD0816 /* game_controller.hpp */,
|
||||
F46C5DC513A5074C00DD0816 /* game_controller.cpp */,
|
||||
F46C5DC613A5074C00DD0816 /* game_controller_new.hpp */,
|
||||
F46C5DC713A5074C00DD0816 /* game_controller_new.cpp */,
|
||||
F46C5DC813A5074C00DD0816 /* game_controller_abstract.hpp */,
|
||||
F46C5DC913A5074C00DD0816 /* game_controller_abstract.cpp */,
|
||||
62CC8E4A1771E7E000C16B75 /* game_config_manager.cpp */,
|
||||
62CC8E4B1771E7E100C16B75 /* game_config_manager.hpp */,
|
||||
F46C5DCA13A5074C00DD0816 /* commandline_options.hpp */,
|
||||
F46C5DCB13A5074C00DD0816 /* commandline_options.cpp */,
|
||||
F4E4E0B21367244F001C7528 /* image_modifications.cpp */,
|
||||
|
@ -4171,8 +4166,6 @@
|
|||
F4E4E0B11367241E001C7528 /* suppose_dead.cpp in Sources */,
|
||||
F4E4E0B41367244F001C7528 /* image_modifications.cpp in Sources */,
|
||||
F46C5DCC13A5074C00DD0816 /* game_controller.cpp in Sources */,
|
||||
F46C5DCD13A5074C00DD0816 /* game_controller_new.cpp in Sources */,
|
||||
F46C5DCE13A5074C00DD0816 /* game_controller_abstract.cpp in Sources */,
|
||||
F46C5DCF13A5074C00DD0816 /* commandline_options.cpp in Sources */,
|
||||
F46C5DD413A5089100DD0816 /* lua_object.cpp in Sources */,
|
||||
F4EF0D7413AD52EA003C701D /* network_transmission.cpp in Sources */,
|
||||
|
@ -4255,6 +4248,7 @@
|
|||
62114CC91750B9AF00CA42C7 /* item_palette.cpp in Sources */,
|
||||
627F1EDB175AF35C000042E0 /* unit_advancements_aspect.cpp in Sources */,
|
||||
49B4B8AB175E9F1300DB8C9B /* custom_tod.cpp in Sources */,
|
||||
62CC8E4C1771E7E100C16B75 /* game_config_manager.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue