diff --git a/GoldWars/GoldWars.xcodeproj/project.pbxproj b/GoldWars/GoldWars.xcodeproj/project.pbxproj index 456b3d9..66c4df2 100644 --- a/GoldWars/GoldWars.xcodeproj/project.pbxproj +++ b/GoldWars/GoldWars.xcodeproj/project.pbxproj @@ -109,6 +109,8 @@ 110360D1244B101A008610AF /* GoldWars */ = { isa = PBXGroup; children = ( + 116060F5245C5709004E5A36 /* Entities */, + 116060F4245C56EA004E5A36 /* Components */, ABA03D9F244BD54F00A66916 /* Base.swift */, 11738A3A24508F68004426F1 /* Unit.swift */, 11036112244B3E30008610AF /* MenuScene.swift */, @@ -143,6 +145,20 @@ path = GoldWarsUITests; sourceTree = ""; }; + 116060F4245C56EA004E5A36 /* Components */ = { + isa = PBXGroup; + children = ( + ); + path = Components; + sourceTree = ""; + }; + 116060F5245C5709004E5A36 /* Entities */ = { + isa = PBXGroup; + children = ( + ); + path = Entities; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */