Update Xcode project
This commit is contained in:
parent
179c18ae27
commit
3541043073
1 changed files with 6 additions and 0 deletions
|
@ -836,6 +836,7 @@
|
|||
B5FCE9371104C2A50081F1DF /* toggle_panel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5FCE9091104C2A50081F1DF /* toggle_panel.cpp */; };
|
||||
B5FCE9391104C2A50081F1DF /* vertical_scrollbar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5FCE90D1104C2A50081F1DF /* vertical_scrollbar.cpp */; };
|
||||
B5FCE93A1104C2A50081F1DF /* window.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5FCE90F1104C2A50081F1DF /* window.cpp */; };
|
||||
EC19E6F018B7F24B003B4B81 /* screenshot_notification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC19E6EE18B7F24B003B4B81 /* screenshot_notification.cpp */; };
|
||||
EC3381C718B520120020DD6F /* theme_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC3381C518B520120020DD6F /* theme_list.cpp */; };
|
||||
EC44E382181DDAF90037A62F /* menu_item.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC44E37E181DDAF90037A62F /* menu_item.cpp */; };
|
||||
EC44E383181DDAF90037A62F /* wmi_container.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC44E380181DDAF90037A62F /* wmi_container.cpp */; };
|
||||
|
@ -1956,6 +1957,8 @@
|
|||
B5FCE90E1104C2A50081F1DF /* vertical_scrollbar.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = vertical_scrollbar.hpp; sourceTree = "<group>"; };
|
||||
B5FCE90F1104C2A50081F1DF /* window.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = window.cpp; sourceTree = "<group>"; };
|
||||
B5FCE9101104C2A50081F1DF /* window.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = window.hpp; sourceTree = "<group>"; };
|
||||
EC19E6EE18B7F24B003B4B81 /* screenshot_notification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = screenshot_notification.cpp; path = dialogs/screenshot_notification.cpp; sourceTree = "<group>"; };
|
||||
EC19E6EF18B7F24B003B4B81 /* screenshot_notification.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = screenshot_notification.hpp; path = dialogs/screenshot_notification.hpp; sourceTree = "<group>"; };
|
||||
EC3381C518B520120020DD6F /* theme_list.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = theme_list.cpp; path = ../gui/dialogs/theme_list.cpp; sourceTree = "<group>"; };
|
||||
EC3381C618B520120020DD6F /* theme_list.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = theme_list.hpp; path = ../gui/dialogs/theme_list.hpp; sourceTree = "<group>"; };
|
||||
EC44E37E181DDAF90037A62F /* menu_item.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = menu_item.cpp; path = game_events/menu_item.cpp; sourceTree = "<group>"; };
|
||||
|
@ -3427,6 +3430,8 @@
|
|||
B5A9BCA10ECA805A002BE442 /* gui */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EC19E6EE18B7F24B003B4B81 /* screenshot_notification.cpp */,
|
||||
EC19E6EF18B7F24B003B4B81 /* screenshot_notification.hpp */,
|
||||
F4C5DD64158CFD5E0044F754 /* lib */,
|
||||
B597EC500FC08E0100CE81F5 /* auxiliary */,
|
||||
B5A9BCA20ECA805A002BE442 /* dialogs */,
|
||||
|
@ -4055,6 +4060,7 @@
|
|||
EC95E50918612BB600F3A9EF /* editor_edit_side.cpp in Sources */,
|
||||
EC89A1481879D17D00A3B0B1 /* lundump.cpp in Sources */,
|
||||
B5A9BD3B0ECA805A002BE442 /* mp_create_game.cpp in Sources */,
|
||||
EC19E6F018B7F24B003B4B81 /* screenshot_notification.cpp in Sources */,
|
||||
B5A9BD3C0ECA805A002BE442 /* mp_method_selection.cpp in Sources */,
|
||||
B5A9BD3D0ECA805A002BE442 /* title_screen.cpp in Sources */,
|
||||
B5A9BD5B0ECA805A002BE442 /* button.cpp in Sources */,
|
||||
|
|
Loading…
Add table
Reference in a new issue