Skip to content

Commit 06bb826

Browse files
committed
🪛[chore]: 폴더 이름 변경
1 parent 711eb95 commit 06bb826

File tree

8 files changed

+63
-23
lines changed

8 files changed

+63
-23
lines changed

MarketApp/MarketApp.xcodeproj/project.pbxproj

Lines changed: 63 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -500,12 +500,12 @@
500500
path = FindEmail;
501501
sourceTree = "<group>";
502502
};
503-
7F16693F29A3CC4E00B5CED7 /* MainViewModel */ = {
503+
7F16693F29A3CC4E00B5CED7 /* MainViewModelTest */ = {
504504
isa = PBXGroup;
505505
children = (
506506
7F16694029A3CD5100B5CED7 /* MainVIewModelTests.swift */,
507507
);
508-
path = MainViewModel;
508+
path = MainViewModelTest;
509509
sourceTree = "<group>";
510510
};
511511
7F2403D229EFB08200ED09D2 /* Sources */ = {
@@ -617,6 +617,50 @@
617617
path = Share;
618618
sourceTree = "<group>";
619619
};
620+
7F342E2329F7CD3700955182 /* ModalView */ = {
621+
isa = PBXGroup;
622+
children = (
623+
7F2AD62C29912F0C004DB28B /* ModalShapeCorner.swift */,
624+
7F0F163F2960061F00FB4C30 /* OverlayView.swift */,
625+
);
626+
path = ModalView;
627+
sourceTree = "<group>";
628+
};
629+
7F342E2429F7CD8200955182 /* ScreenSize */ = {
630+
isa = PBXGroup;
631+
children = (
632+
7F39FA872950912F0041BF8B /* ScreenSize.swift */,
633+
7F39FA90295093FF0041BF8B /* Size.swift */,
634+
7F4B962D298D27F1006AAF48 /* SizeReader.swift */,
635+
);
636+
path = ScreenSize;
637+
sourceTree = "<group>";
638+
};
639+
7F342E2529F7CD9700955182 /* ScrollView */ = {
640+
isa = PBXGroup;
641+
children = (
642+
7F39FA892950915B0041BF8B /* ScrollViewModifier.swift */,
643+
);
644+
path = ScrollView;
645+
sourceTree = "<group>";
646+
};
647+
7F342E2629F7CDA700955182 /* EditImage */ = {
648+
isa = PBXGroup;
649+
children = (
650+
7F2AD62A29912E37004DB28B /* EditImageModifier.swift */,
651+
);
652+
path = EditImage;
653+
sourceTree = "<group>";
654+
};
655+
7F342E2729F7D97D00955182 /* ShoesModel */ = {
656+
isa = PBXGroup;
657+
children = (
658+
7F0565D4298686AE0066BE4A /* ShoesModel.swift */,
659+
7F2F571C29BF534B00E2FFC2 /* ShoesDetailModel.swift */,
660+
);
661+
path = ShoesModel;
662+
sourceTree = "<group>";
663+
};
620664
7F39FA74294F4D630041BF8B /* Application */ = {
621665
isa = PBXGroup;
622666
children = (
@@ -670,8 +714,7 @@
670714
7F39FA78294F4DFF0041BF8B /* Model */ = {
671715
isa = PBXGroup;
672716
children = (
673-
7F0565D4298686AE0066BE4A /* ShoesModel.swift */,
674-
7F2F571C29BF534B00E2FFC2 /* ShoesDetailModel.swift */,
717+
7F342E2729F7D97D00955182 /* ShoesModel */,
675718
);
676719
path = Model;
677720
sourceTree = "<group>";
@@ -695,7 +738,7 @@
695738
7F39FA7A294F4E120041BF8B /* Network */ = {
696739
isa = PBXGroup;
697740
children = (
698-
7FA4BF42299A3E4500D8F2F7 /* Main */,
741+
7FA4BF42299A3E4500D8F2F7 /* MainService */,
699742
7F39FA80295090080041BF8B /* MarketAPI */,
700743
7F39FA7D29508F840041BF8B /* APIError */,
701744
);
@@ -729,14 +772,11 @@
729772
7F39FA86295091190041BF8B /* View */ = {
730773
isa = PBXGroup;
731774
children = (
775+
7F342E2629F7CDA700955182 /* EditImage */,
776+
7F342E2529F7CD9700955182 /* ScrollView */,
777+
7F342E2429F7CD8200955182 /* ScreenSize */,
778+
7F342E2329F7CD3700955182 /* ModalView */,
732779
7F4B961F298D1687006AAF48 /* ACarousel */,
733-
7F39FA872950912F0041BF8B /* ScreenSize.swift */,
734-
7F39FA892950915B0041BF8B /* ScrollViewModifier.swift */,
735-
7F39FA90295093FF0041BF8B /* Size.swift */,
736-
7F0F163F2960061F00FB4C30 /* OverlayView.swift */,
737-
7F4B962D298D27F1006AAF48 /* SizeReader.swift */,
738-
7F2AD62A29912E37004DB28B /* EditImageModifier.swift */,
739-
7F2AD62C29912F0C004DB28B /* ModalShapeCorner.swift */,
740780
);
741781
path = View;
742782
sourceTree = "<group>";
@@ -845,21 +885,21 @@
845885
path = Lottie;
846886
sourceTree = "<group>";
847887
};
848-
7FA4BF42299A3E4500D8F2F7 /* Main */ = {
888+
7FA4BF42299A3E4500D8F2F7 /* MainService */ = {
849889
isa = PBXGroup;
850890
children = (
851891
7FA4BF43299A3EE800D8F2F7 /* MainShoesService.swift */,
852892
7F2F571A29BF50FC00E2FFC2 /* MainDetailService.swift */,
853893
);
854-
path = Main;
894+
path = MainService;
855895
sourceTree = "<group>";
856896
};
857897
7FDB1E6029A2399C00019099 /* MarketAppTests */ = {
858898
isa = PBXGroup;
859899
children = (
860-
7F16693F29A3CC4E00B5CED7 /* MainViewModel */,
861-
7FDB1EDB29A2926900019099 /* SignUPViewModel */,
862-
7FDB1EDA29A2925600019099 /* ProfileViewModel */,
900+
7F16693F29A3CC4E00B5CED7 /* MainViewModelTest */,
901+
7FDB1EDB29A2926900019099 /* SignUPViewModelTest */,
902+
7FDB1EDA29A2925600019099 /* ProfileViewModelTest */,
863903
);
864904
path = MarketAppTests;
865905
sourceTree = "<group>";
@@ -873,20 +913,20 @@
873913
path = MarketAppUITests;
874914
sourceTree = "<group>";
875915
};
876-
7FDB1EDA29A2925600019099 /* ProfileViewModel */ = {
916+
7FDB1EDA29A2925600019099 /* ProfileViewModelTest */ = {
877917
isa = PBXGroup;
878918
children = (
879919
7FDB1E6129A2399C00019099 /* ProfileViewModelTests.swift */,
880920
);
881-
path = ProfileViewModel;
921+
path = ProfileViewModelTest;
882922
sourceTree = "<group>";
883923
};
884-
7FDB1EDB29A2926900019099 /* SignUPViewModel */ = {
924+
7FDB1EDB29A2926900019099 /* SignUPViewModelTest */ = {
885925
isa = PBXGroup;
886926
children = (
887927
7FDB1ED629A275B300019099 /* LoginViewModelTest.swift */,
888928
);
889-
path = SignUPViewModel;
929+
path = SignUPViewModelTest;
890930
sourceTree = "<group>";
891931
};
892932
7FF1AD6D29BB92D7001B18DB /* Tab */ = {
@@ -1692,7 +1732,7 @@
16921732
CODE_SIGN_ENTITLEMENTS = MarketApp/Resources/MarketApp.entitlements;
16931733
CODE_SIGN_IDENTITY = "Apple Development";
16941734
CODE_SIGN_STYLE = Automatic;
1695-
CURRENT_PROJECT_VERSION = 90;
1735+
CURRENT_PROJECT_VERSION = 91;
16961736
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
16971737
DEVELOPMENT_ASSET_PATHS = "\"MarketApp/Resources/Preview Content\"";
16981738
DEVELOPMENT_TEAM = N94CS4N6VR;
@@ -1736,7 +1776,7 @@
17361776
CODE_SIGN_ENTITLEMENTS = MarketApp/Resources/MarketApp.entitlements;
17371777
CODE_SIGN_IDENTITY = "Apple Development";
17381778
CODE_SIGN_STYLE = Automatic;
1739-
CURRENT_PROJECT_VERSION = 90;
1779+
CURRENT_PROJECT_VERSION = 91;
17401780
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
17411781
DEVELOPMENT_ASSET_PATHS = "\"MarketApp/Resources/Preview Content\"";
17421782
DEVELOPMENT_TEAM = N94CS4N6VR;

MarketApp/MarketApp/MarketAppTests/MainViewModel/MainVIewModelTests.swift renamed to MarketApp/MarketApp/MarketAppTests/MainViewModelTest/MainVIewModelTests.swift

File renamed without changes.

MarketApp/MarketApp/MarketAppTests/ProfileViewModel/ProfileViewModelTests.swift renamed to MarketApp/MarketApp/MarketAppTests/ProfileViewModelTest/ProfileViewModelTests.swift

File renamed without changes.

MarketApp/MarketApp/MarketAppTests/SignUPViewModel/LoginViewModelTest.swift renamed to MarketApp/MarketApp/MarketAppTests/SignUPViewModelTest/LoginViewModelTest.swift

File renamed without changes.

MarketApp/MarketApp/Sources/Model/ShoesDetailModel.swift renamed to MarketApp/MarketApp/Sources/Model/ShoesModel/ShoesDetailModel.swift

File renamed without changes.

MarketApp/MarketApp/Sources/Model/ShoesModel.swift renamed to MarketApp/MarketApp/Sources/Model/ShoesModel/ShoesModel.swift

File renamed without changes.

MarketApp/MarketApp/Sources/Network/Main/MainDetailService.swift renamed to MarketApp/MarketApp/Sources/Network/MainService/MainDetailService.swift

File renamed without changes.

MarketApp/MarketApp/Sources/Network/Main/MainShoesService.swift renamed to MarketApp/MarketApp/Sources/Network/MainService/MainShoesService.swift

File renamed without changes.

0 commit comments

Comments
 (0)