Skip to content

Commit cdcce6e

Browse files
committed
🪛[chore]: 파일 구조 변경
1 parent 97b5c6e commit cdcce6e

File tree

190 files changed

+6066
-271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+6066
-271
lines changed

MarketApp/MarketApp.xcodeproj/project.pbxproj

Lines changed: 35 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@
213213
7F0F165E296C4D1500FB4C30 /* FindEmailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FindEmailView.swift; sourceTree = "<group>"; };
214214
7F0F1660296EF0B400FB4C30 /* SignManger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignManger.swift; sourceTree = "<group>"; };
215215
7F0F1663296EF2A000FB4C30 /* PreviewProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviewProvider.swift; sourceTree = "<group>"; };
216-
7F0F61D029A5EC4A00EAC4FF /* ci_post_clone.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = ci_post_clone.sh; sourceTree = "<group>"; };
217-
7F0F61D129A5EC5C00EAC4FF /* ci_pre_xcodebuild.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = ci_pre_xcodebuild.sh; sourceTree = "<group>"; };
218216
7F16694029A3CD5100B5CED7 /* MainVIewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainVIewModelTests.swift; sourceTree = "<group>"; };
219217
7F204EFF29B3974500D3D4FE /* WebViews.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebViews.swift; sourceTree = "<group>"; };
220218
7F2432802956CF5F00C1077E /* HomeViewNavigaionItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewNavigaionItem.swift; sourceTree = "<group>"; };
@@ -224,7 +222,6 @@
224222
7F2815F52990DA1E00B2C481 /* ProfileSettingType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileSettingType.swift; sourceTree = "<group>"; };
225223
7F2815F82990DB2600B2C481 /* ListArrowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListArrowView.swift; sourceTree = "<group>"; };
226224
7F2815FA2990E00D00B2C481 /* ListtLoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListtLoginView.swift; sourceTree = "<group>"; };
227-
7F28811A29A5F32D00446628 /* test.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = test.sh; sourceTree = "<group>"; };
228225
7F2AD6232991178B004DB28B /* ProfileViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewModel.swift; sourceTree = "<group>"; };
229226
7F2AD62629911C98004DB28B /* ImageUploader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageUploader.swift; sourceTree = "<group>"; };
230227
7F2AD62829911CD0004DB28B /* ImagePicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagePicker.swift; sourceTree = "<group>"; };
@@ -503,22 +500,33 @@
503500
path = FindEmail;
504501
sourceTree = "<group>";
505502
};
506-
7F0F61CF29A5EBBC00EAC4FF /* ci_scripts */ = {
503+
7F16693F29A3CC4E00B5CED7 /* MainViewModel */ = {
507504
isa = PBXGroup;
508505
children = (
509-
7F0F61D029A5EC4A00EAC4FF /* ci_post_clone.sh */,
510-
7F0F61D129A5EC5C00EAC4FF /* ci_pre_xcodebuild.sh */,
511-
7F28811A29A5F32D00446628 /* test.sh */,
506+
7F16694029A3CD5100B5CED7 /* MainVIewModelTests.swift */,
512507
);
513-
path = ci_scripts;
508+
path = MainViewModel;
514509
sourceTree = "<group>";
515510
};
516-
7F16693F29A3CC4E00B5CED7 /* MainViewModel */ = {
511+
7F2403D229EFB08200ED09D2 /* Soreces */ = {
517512
isa = PBXGroup;
518513
children = (
519-
7F16694029A3CD5100B5CED7 /* MainVIewModelTests.swift */,
514+
7F39FA74294F4D630041BF8B /* Application */,
515+
7F39FA79294F4E070041BF8B /* Utill */,
516+
7F2403D329EFB11700ED09D2 /* UI */,
517+
7F39FA77294F4DED0041BF8B /* ViewModel */,
518+
7F39FA78294F4DFF0041BF8B /* Model */,
519+
7F39FA7A294F4E120041BF8B /* Network */,
520520
);
521-
path = MainViewModel;
521+
path = Soreces;
522+
sourceTree = "<group>";
523+
};
524+
7F2403D329EFB11700ED09D2 /* UI */ = {
525+
isa = PBXGroup;
526+
children = (
527+
7F39FA75294F4D960041BF8B /* View */,
528+
);
529+
path = UI;
522530
sourceTree = "<group>";
523531
};
524532
7F2432A829585DDA00C1077E /* Authorization */ = {
@@ -556,7 +564,8 @@
556564
7F2432AC2958630300C1077E /* GoogleService-Info-dev.plist */,
557565
7F66ECC42979A6EE0039CC42 /* GoogleService-Info.plist */,
558566
);
559-
path = Firebase;
567+
name = Firebase;
568+
path = ../../Firebase;
560569
sourceTree = "<group>";
561570
};
562571
7F2432B32958691F00C1077E /* Notice */ = {
@@ -907,6 +916,8 @@
907916
C9A7B73B294353110051E644 /* Resources */ = {
908917
isa = PBXGroup;
909918
children = (
919+
EC892AA42908189700D02F99 /* Preview Content */,
920+
7F2432AB295862F100C1077E /* Firebase */,
910921
7FA4B8A829D99DB100FA1569 /* Loading.json */,
911922
C9A7B73C294353290051E644 /* mockData.json */,
912923
EC892AA22908189700D02F99 /* Assets.xcassets */,
@@ -974,12 +985,7 @@
974985
isa = PBXGroup;
975986
children = (
976987
7F39FA962953340D0041BF8B /* .swiftlint.yml */,
977-
7F0F61CF29A5EBBC00EAC4FF /* ci_scripts */,
978-
7F2432AB295862F100C1077E /* Firebase */,
979-
7F39FA74294F4D630041BF8B /* Application */,
980988
EC892A9D2908189600D02F99 /* MarketApp */,
981-
7FDB1E6029A2399C00019099 /* MarketAppTests */,
982-
7FDB1E6D29A239A600019099 /* MarketAppUITests */,
983989
EC892A9C2908189600D02F99 /* Products */,
984990
A1BC0135F64B06BED0692AC2 /* Pods */,
985991
C5901C91955435BA8E3A12A8 /* Frameworks */,
@@ -1000,13 +1006,10 @@
10001006
isa = PBXGroup;
10011007
children = (
10021008
7F39FAA62953370E0041BF8B /* Info.plist */,
1003-
7F39FA79294F4E070041BF8B /* Utill */,
1004-
7F39FA78294F4DFF0041BF8B /* Model */,
1005-
7F39FA77294F4DED0041BF8B /* ViewModel */,
1006-
7F39FA75294F4D960041BF8B /* View */,
1007-
7F39FA7A294F4E120041BF8B /* Network */,
10081009
C9A7B73B294353110051E644 /* Resources */,
1009-
EC892AA42908189700D02F99 /* Preview Content */,
1010+
7F2403D229EFB08200ED09D2 /* Soreces */,
1011+
7FDB1E6029A2399C00019099 /* MarketAppTests */,
1012+
7FDB1E6D29A239A600019099 /* MarketAppUITests */,
10101013
);
10111014
path = MarketApp;
10121015
sourceTree = "<group>";
@@ -1016,7 +1019,8 @@
10161019
children = (
10171020
EC892AA52908189700D02F99 /* Preview Assets.xcassets */,
10181021
);
1019-
path = "Preview Content";
1022+
name = "Preview Content";
1023+
path = "../Preview Content";
10201024
sourceTree = "<group>";
10211025
};
10221026
/* End PBXGroup section */
@@ -1472,7 +1476,7 @@
14721476
GENERATE_INFOPLIST_FILE = YES;
14731477
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
14741478
MARKETING_VERSION = 1.0;
1475-
PRODUCT_BUNDLE_IDENTIFIER = com.Roy.MarketApp.MarketAppTests;
1479+
PRODUCT_BUNDLE_IDENTIFIER = com.shoping.MarketAppTests;
14761480
PRODUCT_NAME = "$(TARGET_NAME)";
14771481
PROVISIONING_PROFILE_SPECIFIER = "";
14781482
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -1499,7 +1503,7 @@
14991503
GENERATE_INFOPLIST_FILE = YES;
15001504
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
15011505
MARKETING_VERSION = 1.0;
1502-
PRODUCT_BUNDLE_IDENTIFIER = com.shoping.MarketApps;
1506+
PRODUCT_BUNDLE_IDENTIFIER = com.shoping.MarketAppTests;
15031507
PRODUCT_NAME = "$(TARGET_NAME)";
15041508
PROVISIONING_PROFILE_SPECIFIER = "";
15051509
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -1525,7 +1529,7 @@
15251529
GENERATE_INFOPLIST_FILE = YES;
15261530
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
15271531
MARKETING_VERSION = 1.0;
1528-
PRODUCT_BUNDLE_IDENTIFIER = com.Roy.MarketApp.MarketAppUITests;
1532+
PRODUCT_BUNDLE_IDENTIFIER = com.shoping.MarketAppsUITests;
15291533
PRODUCT_NAME = "$(TARGET_NAME)";
15301534
PROVISIONING_PROFILE_SPECIFIER = "";
15311535
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -1687,12 +1691,12 @@
16871691
buildSettings = {
16881692
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
16891693
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1690-
CODE_SIGN_ENTITLEMENTS = MarketApp/MarketApp.entitlements;
1694+
CODE_SIGN_ENTITLEMENTS = MarketApp/Resources/MarketApp.entitlements;
16911695
CODE_SIGN_IDENTITY = "Apple Development";
16921696
CODE_SIGN_STYLE = Automatic;
16931697
CURRENT_PROJECT_VERSION = 83;
16941698
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1695-
DEVELOPMENT_ASSET_PATHS = "\"MarketApp/Preview Content\"";
1699+
DEVELOPMENT_ASSET_PATHS = "\"MarketApp/Resources/Preview Content\"";
16961700
DEVELOPMENT_TEAM = N94CS4N6VR;
16971701
ENABLE_PREVIEWS = YES;
16981702
GENERATE_INFOPLIST_FILE = YES;
@@ -1731,12 +1735,12 @@
17311735
buildSettings = {
17321736
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
17331737
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1734-
CODE_SIGN_ENTITLEMENTS = MarketApp/MarketApp.entitlements;
1738+
CODE_SIGN_ENTITLEMENTS = MarketApp/Resources/MarketApp.entitlements;
17351739
CODE_SIGN_IDENTITY = "Apple Development";
17361740
CODE_SIGN_STYLE = Automatic;
17371741
CURRENT_PROJECT_VERSION = 83;
17381742
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1739-
DEVELOPMENT_ASSET_PATHS = "\"MarketApp/Preview Content\"";
1743+
DEVELOPMENT_ASSET_PATHS = "\"MarketApp/Resources/Preview Content\"";
17401744
DEVELOPMENT_TEAM = N94CS4N6VR;
17411745
ENABLE_PREVIEWS = YES;
17421746
GENERATE_INFOPLIST_FILE = YES;

MarketApp/MarketApp/Component/CartView.swift

Lines changed: 0 additions & 137 deletions
This file was deleted.

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

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

MarketApp/MarketAppUITests/MarketAppUITests.swift renamed to MarketApp/MarketApp/MarketAppUITests/MarketAppUITests.swift

File renamed without changes.

MarketApp/MarketAppUITests/MarketAppUITestsLaunchTests.swift renamed to MarketApp/MarketApp/MarketAppUITests/MarketAppUITestsLaunchTests.swift

File renamed without changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>aps-environment</key>
6+
<string>development</string>
7+
<key>com.apple.developer.applesignin</key>
8+
<array>
9+
<string>Default</string>
10+
</array>
11+
</dict>
12+
</plist>

0 commit comments

Comments
 (0)