Update Xcode project
This commit is contained in:
parent
cf65a384c1
commit
1d5aba9e82
1 changed files with 6 additions and 0 deletions
|
@ -1268,6 +1268,7 @@
|
|||
ECDEAF79194FEA9D00DB2F47 /* game_classification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECDEAF78194FEA9D00DB2F47 /* game_classification.cpp */; };
|
||||
ECDF18201A3FE0DE00D157A6 /* manager_impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECDF181E1A3FE0DE00D157A6 /* manager_impl.cpp */; };
|
||||
ECDF18211A3FE0DE00D157A6 /* manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECDF181F1A3FE0DE00D157A6 /* manager.cpp */; };
|
||||
ECE113A61DAECF3D00EBD7C4 /* paths.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECE113A41DAECF3D00EBD7C4 /* paths.cpp */; };
|
||||
ECE17E121A0DD79F00B76473 /* type_data.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECE17E111A0DD79F00B76473 /* type_data.cpp */; };
|
||||
ECEEB7F01A1E8AB20006575B /* default_map_generator_job.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECEEB7EF1A1E8AB20006575B /* default_map_generator_job.cpp */; };
|
||||
ECF3A0B318AD3E8800DD643A /* wml_error.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF3A0B118AD3E8700DD643A /* wml_error.cpp */; };
|
||||
|
@ -2658,6 +2659,8 @@
|
|||
ECDEAF78194FEA9D00DB2F47 /* game_classification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game_classification.cpp; sourceTree = "<group>"; };
|
||||
ECDF181E1A3FE0DE00D157A6 /* manager_impl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = manager_impl.cpp; sourceTree = "<group>"; };
|
||||
ECDF181F1A3FE0DE00D157A6 /* manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = manager.cpp; sourceTree = "<group>"; };
|
||||
ECE113A41DAECF3D00EBD7C4 /* paths.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = paths.cpp; sourceTree = "<group>"; };
|
||||
ECE113A51DAECF3D00EBD7C4 /* paths.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = paths.hpp; sourceTree = "<group>"; };
|
||||
ECE17E111A0DD79F00B76473 /* type_data.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = type_data.cpp; sourceTree = "<group>"; };
|
||||
ECEEB7EF1A1E8AB20006575B /* default_map_generator_job.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = default_map_generator_job.cpp; sourceTree = "<group>"; };
|
||||
ECF3A0B118AD3E8700DD643A /* wml_error.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = wml_error.cpp; sourceTree = "<group>"; };
|
||||
|
@ -3584,6 +3587,8 @@
|
|||
EC74C11A197576F500B85A1A /* notifications.hpp */,
|
||||
EC74C11B197576F500B85A1A /* open.cpp */,
|
||||
EC74C11C197576F500B85A1A /* open.hpp */,
|
||||
ECE113A41DAECF3D00EBD7C4 /* paths.cpp */,
|
||||
ECE113A51DAECF3D00EBD7C4 /* paths.hpp */,
|
||||
91B621B91B76B2C900B00E0F /* version.cpp */,
|
||||
91B621BB1B76B2CD00B00E0F /* version.hpp */,
|
||||
);
|
||||
|
@ -4822,6 +4827,7 @@
|
|||
files = (
|
||||
B5599B8B0EC62181008DD061 /* about.cpp in Sources */,
|
||||
62114CC21750B97F00CA42C7 /* action_item.cpp in Sources */,
|
||||
ECE113A61DAECF3D00EBD7C4 /* paths.cpp in Sources */,
|
||||
6295C3B6150FC95C0077D8C5 /* action_label.cpp in Sources */,
|
||||
62CC8E501774C4E800C16B75 /* action_select.cpp in Sources */,
|
||||
6295C3B7150FC95C0077D8C5 /* action_unit.cpp in Sources */,
|
||||
|
|
Loading…
Add table
Reference in a new issue