Skip to content

Commit

Permalink
Fixed Xcode project after #2647
Browse files Browse the repository at this point in the history
  • Loading branch information
hrubymar10 authored and GregoryLundberg committed Mar 16, 2018
1 parent 2a6ba69 commit 84ce193
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
1EF6CE8214D9846D00ECBE58 /* mp_host_game_prompt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EF6CE8014D9846D00ECBE58 /* mp_host_game_prompt.cpp */; };
461CE967205C3A8700E6E98F /* base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 469BDB53205C357400DBF748 /* base64.cpp */; };
463896712034180900075E54 /* deprecation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 463896702034180900075E54 /* deprecation.cpp */; };
463896722034180900075E54 /* deprecation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 463896702034180900075E54 /* deprecation.cpp */; };
4649B87A202886F000827CFB /* test_irdya_date.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4649B879202886F000827CFB /* test_irdya_date.cpp */; };
Expand Down Expand Up @@ -96,6 +97,8 @@
4649B8D62028927A00827CFB /* function_gamestate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 468C1B951F09245E002DF652 /* function_gamestate.cpp */; };
4664B9441F462ED9009E4881 /* irdya_datetime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46DF5BCC1F46173700BE6D24 /* irdya_datetime.cpp */; };
468C1B971F09245F002DF652 /* function_gamestate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 468C1B951F09245E002DF652 /* function_gamestate.cpp */; };
469BDB55205C357500DBF748 /* base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 469BDB53205C357400DBF748 /* base64.cpp */; };
469BDB56205C357500DBF748 /* base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 469BDB53205C357400DBF748 /* base64.cpp */; };
469EC8EC20287C4A008A0CAD /* surrender_quit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 469EC8EA20287C49008A0CAD /* surrender_quit.cpp */; };
46B2A7C12028DDA2006C2323 /* libpng16.16.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = EC5C243118EF07B4001FA499 /* libpng16.16.dylib */; };
46BED4D3205060EA00842FA5 /* crypt_blowfish.c in Sources */ = {isa = PBXBuildFile; fileRef = 46BED4D1205060EA00842FA5 /* crypt_blowfish.c */; };
Expand Down Expand Up @@ -1431,6 +1434,8 @@
4649B879202886F000827CFB /* test_irdya_date.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_irdya_date.cpp; sourceTree = "<group>"; };
468C1B951F09245E002DF652 /* function_gamestate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = function_gamestate.cpp; sourceTree = "<group>"; };
468C1B961F09245E002DF652 /* function_gamestate.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = function_gamestate.hpp; sourceTree = "<group>"; };
469BDB53205C357400DBF748 /* base64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = base64.cpp; sourceTree = "<group>"; };
469BDB54205C357500DBF748 /* base64.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = base64.hpp; sourceTree = "<group>"; };
469EC8EA20287C49008A0CAD /* surrender_quit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrender_quit.cpp; sourceTree = "<group>"; };
469EC8EB20287C49008A0CAD /* surrender_quit.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = surrender_quit.hpp; sourceTree = "<group>"; };
46BED4D0205060EA00842FA5 /* crypt_blowfish.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypt_blowfish.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -4025,6 +4030,8 @@
B55999A60EC62181008DD061 /* serialization */ = {
isa = PBXGroup;
children = (
469BDB53205C357400DBF748 /* base64.cpp */,
469BDB54205C357500DBF748 /* base64.hpp */,
B55999A70EC62181008DD061 /* binary_or_text.cpp */,
B55999A80EC62181008DD061 /* binary_or_text.hpp */,
91B621F21B76BC7A00B00E0F /* compression.hpp */,
Expand Down Expand Up @@ -5149,6 +5156,7 @@
903F959C1ED5489500F1BDD3 /* credentials.cpp in Sources */,
EC44E382181DDAF90037A62F /* menu_item.cpp in Sources */,
B5599ADB0EC62181008DD061 /* menu_style.cpp in Sources */,
469BDB55205C357500DBF748 /* base64.cpp in Sources */,
B5599ADA0EC62181008DD061 /* menu.cpp in Sources */,
B5A9BD390ECA805A002BE442 /* message.cpp in Sources */,
B5599B250EC62181008DD061 /* minimap.cpp in Sources */,
Expand Down Expand Up @@ -5544,6 +5552,7 @@
4649B8BF2028911C00827CFB /* faction_select.cpp in Sources */,
91E356731CACC6E000774252 /* playmp_controller.cpp in Sources */,
91E356741CACC6E000774252 /* playsingle_controller.cpp in Sources */,
469BDB56205C357500DBF748 /* base64.cpp in Sources */,
91E356751CACC6E000774252 /* playturn.cpp in Sources */,
4649B87D20288D8300827CFB /* irdya_datetime.cpp in Sources */,
4649B892202890BB00827CFB /* static_registry.cpp in Sources */,
Expand Down Expand Up @@ -6037,6 +6046,7 @@
B5BB6B7D0F893E7500444FBF /* game.cpp in Sources */,
EC4DF45619FEA7A8000EC086 /* gettext_boost.cpp in Sources */,
B5BB6C800F89435300444FBF /* log.cpp in Sources */,
461CE967205C3A8700E6E98F /* base64.cpp in Sources */,
B5BB6B880F893E7500444FBF /* metrics.cpp in Sources */,
46BED4D52050611600842FA5 /* crypt_blowfish.c in Sources */,
EC64D7661A085F120092EF75 /* mt_rng.cpp in Sources */,
Expand Down

0 comments on commit 84ce193

Please sign in to comment.