Add new files to Xcode project
This commit is contained in:
parent
d0fcf11fe5
commit
58ad683461
1 changed files with 6 additions and 0 deletions
|
@ -901,6 +901,7 @@
|
|||
F444917713C5562C003B6442 /* folder_create.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F444917513C5562C003B6442 /* folder_create.cpp */; };
|
||||
F444918813C55729003B6442 /* libpng12.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = F4448F3B13C547FF003B6442 /* libpng12.0.dylib */; };
|
||||
F449349C13FF652800DF01D5 /* validator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F449349913FF652800DF01D5 /* validator.cpp */; };
|
||||
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 */; };
|
||||
|
@ -1994,6 +1995,8 @@
|
|||
F444917613C5562C003B6442 /* folder_create.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = folder_create.hpp; sourceTree = "<group>"; };
|
||||
F449349913FF652800DF01D5 /* validator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validator.cpp; sourceTree = "<group>"; };
|
||||
F449349A13FF652800DF01D5 /* validator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = validator.hpp; sourceTree = "<group>"; };
|
||||
F468E6AB16DF872200A31A5A /* movetype.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = movetype.hpp; sourceTree = "<group>"; };
|
||||
F468E6AC16DF872200A31A5A /* movetype.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = movetype.cpp; sourceTree = "<group>"; };
|
||||
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>"; };
|
||||
|
@ -2206,6 +2209,8 @@
|
|||
29B97315FDCFA39411CA2CEA /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F468E6AB16DF872200A31A5A /* movetype.hpp */,
|
||||
F468E6AC16DF872200A31A5A /* movetype.cpp */,
|
||||
F4D043D216167BD1007566E8 /* mp_options.hpp */,
|
||||
F4D043D316167BD1007566E8 /* mp_depcheck.hpp */,
|
||||
F4D043D016167BB9007566E8 /* mp_depcheck.cpp */,
|
||||
|
@ -4216,6 +4221,7 @@
|
|||
F4D043DA16167BF6007566E8 /* mp_depcheck_select_new.cpp in Sources */,
|
||||
F4D043DB16167BF6007566E8 /* mp_depcheck_confirm_change.cpp in Sources */,
|
||||
F4D043DC16167BF6007566E8 /* mp_create_game_choose_mods.cpp in Sources */,
|
||||
F468E6AD16DF872200A31A5A /* movetype.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue