From 4c37ac690cc1321dc7984f426ebcb34e1fd14e7c Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Sat, 2 May 2020 18:11:01 +0200 Subject: [PATCH] Move files to correct directory --- GoldWars/GoldWars.xcodeproj/project.pbxproj | 12 ++++++++++-- GoldWars/GoldWars/{ => Map}/MapProtocoll.swift | 0 .../GoldWars/{ => Map}/TwoPlayerDefaultTestMap.swift | 0 3 files changed, 10 insertions(+), 2 deletions(-) rename GoldWars/GoldWars/{ => Map}/MapProtocoll.swift (100%) rename GoldWars/GoldWars/{ => Map}/TwoPlayerDefaultTestMap.swift (100%) diff --git a/GoldWars/GoldWars.xcodeproj/project.pbxproj b/GoldWars/GoldWars.xcodeproj/project.pbxproj index 445df4a..37f6e37 100644 --- a/GoldWars/GoldWars.xcodeproj/project.pbxproj +++ b/GoldWars/GoldWars.xcodeproj/project.pbxproj @@ -148,11 +148,10 @@ 110360D1244B101A008610AF /* GoldWars */ = { isa = PBXGroup; children = ( - AB1D759A245DD18100671525 /* MapProtocoll.swift */, - AB1D759B245DD18100671525 /* TwoPlayerDefaultTestMap.swift */, 9ECD3699245C91F7008DEEBD /* GoldWars.entitlements */, 9E11FF74245CD79100EED3BE /* Partikels */, 116060F5245C5709004E5A36 /* Entities */, + AB1D759E245DD2EA00671525 /* Map */, 116060F4245C56EA004E5A36 /* Components */, 9EC86BA2245C89B200796EF3 /* Enums */, 9EC86BA4245C8A1E00796EF3 /* Scenes */, @@ -256,6 +255,15 @@ path = Scenes; sourceTree = ""; }; + AB1D759E245DD2EA00671525 /* Map */ = { + isa = PBXGroup; + children = ( + AB1D759A245DD18100671525 /* MapProtocoll.swift */, + AB1D759B245DD18100671525 /* TwoPlayerDefaultTestMap.swift */, + ); + path = Map; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ diff --git a/GoldWars/GoldWars/MapProtocoll.swift b/GoldWars/GoldWars/Map/MapProtocoll.swift similarity index 100% rename from GoldWars/GoldWars/MapProtocoll.swift rename to GoldWars/GoldWars/Map/MapProtocoll.swift diff --git a/GoldWars/GoldWars/TwoPlayerDefaultTestMap.swift b/GoldWars/GoldWars/Map/TwoPlayerDefaultTestMap.swift similarity index 100% rename from GoldWars/GoldWars/TwoPlayerDefaultTestMap.swift rename to GoldWars/GoldWars/Map/TwoPlayerDefaultTestMap.swift