Skip to content

Commit 8c0f76d

Browse files
committed
chore: Infra 레이어에서 Domain 레이어 의존성 완전 제거
1 parent a53e67f commit 8c0f76d

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

Application/DevLogInfra/DevLogInfra.xcodeproj/project.pbxproj

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
21F6F37746C943D1A019963F /* DevLogDomain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C4421AE6B9E4E419E73297F /* DevLogDomain.framework */; };
1110
65623F19F34A9A75BC72EE36 /* FirebaseFirestore in Frameworks */ = {isa = PBXBuildFile; productRef = CE8F32B22E13743B3FF3B66B /* FirebaseFirestore */; };
1211
B11111111111111111111111 /* DevLogCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B55555555555555555555555 /* DevLogCore.framework */; };
1312
E747320CAD03A579976E87F8 /* FirebaseFunctions in Frameworks */ = {isa = PBXBuildFile; productRef = 172AF9DE3BC54E9E0B4EFD19 /* FirebaseFunctions */; };
@@ -43,27 +42,13 @@
4342
remoteGlobalIDString = 9E9FD7B09D0D7EAB8B828A5E;
4443
remoteInfo = Subproject;
4544
};
46-
3941472A0F8E4DA796217D2B /* PBXContainerItemProxy */ = {
47-
isa = PBXContainerItemProxy;
48-
containerPortal = A748C00357094C72BA72DC72 /* DevLogDomain.xcodeproj */;
49-
proxyType = 2;
50-
remoteGlobalIDString = 3F08F6B94839E9021FCFC466;
51-
remoteInfo = Subproject;
52-
};
5345
92ED4507B81AC42C599EE7EE /* PBXContainerItemProxy */ = {
5446
isa = PBXContainerItemProxy;
5547
containerPortal = DC20615F7FBF2DEEB480D826 /* DevLogData.xcodeproj */;
5648
proxyType = 2;
5749
remoteGlobalIDString = 4AB6E00A38C37CDBF82B57FD;
5850
remoteInfo = Subproject;
5951
};
60-
DD5CC520521F4F86A8EC6225 /* PBXContainerItemProxy */ = {
61-
isa = PBXContainerItemProxy;
62-
containerPortal = A748C00357094C72BA72DC72 /* DevLogDomain.xcodeproj */;
63-
proxyType = 1;
64-
remoteGlobalIDString = 7D1E74925088998D68BBFBBB;
65-
remoteInfo = DevLogDomain;
66-
};
6752
66FBFAC873BD4CEDA5984DD4 /* PBXContainerItemProxy */ = {
6853
isa = PBXContainerItemProxy;
6954
containerPortal = FF22261AB99602DAB8E9B323 /* Project object */;
@@ -77,7 +62,6 @@
7762
592C8B7B099933759AB316A5 /* DevLogInfra.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DevLogInfra.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7863
AD628A91CC6D40B29D89DEA3 /* DevLogInfraTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DevLogInfraTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
7964
7CC9FAB56498FA5BAEAC59A6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
80-
A748C00357094C72BA72DC72 /* DevLogDomain.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogDomain.xcodeproj; path = ../DevLogDomain/DevLogDomain.xcodeproj; sourceTree = "<group>"; };
8165
B44444444444444444444444 /* DevLogCore.xcodeproj */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.pb-project"; name = DevLogCore.xcodeproj; path = ../DevLogCore/DevLogCore.xcodeproj; sourceTree = "<group>"; };
8266
DC20615F7FBF2DEEB480D826 /* DevLogData.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogData.xcodeproj; path = ../DevLogData/DevLogData.xcodeproj; sourceTree = "<group>"; };
8367
/* End PBXFileReference section */
@@ -116,7 +100,6 @@
116100
buildActionMask = 2147483647;
117101
files = (
118102
F75AA9259C6636CF733C4D82 /* Foundation.framework in Frameworks */,
119-
21F6F37746C943D1A019963F /* DevLogDomain.framework in Frameworks */,
120103
5F7A14F2C5294547884212E1 /* FirebaseCore in Frameworks */,
121104
FB5186BC5A89B7DADAB8A82A /* FirebaseAuth in Frameworks */,
122105
65623F19F34A9A75BC72EE36 /* FirebaseFirestore in Frameworks */,
@@ -145,7 +128,6 @@
145128
children = (
146129
592C8B7B099933759AB316A5 /* DevLogInfra.framework */,
147130
AD628A91CC6D40B29D89DEA3 /* DevLogInfraTests.xctest */,
148-
8C4421AE6B9E4E419E73297F /* DevLogDomain.framework */,
149131
A4F874032FD57C0BBCC41C64 /* DevLogData.framework */,
150132
B55555555555555555555555 /* DevLogCore.framework */,
151133
);
@@ -183,7 +165,6 @@
183165
isa = PBXGroup;
184166
children = (
185167
DC20615F7FBF2DEEB480D826 /* DevLogData.xcodeproj */,
186-
A748C00357094C72BA72DC72 /* DevLogDomain.xcodeproj */,
187168
B44444444444444444444444 /* DevLogCore.xcodeproj */,
188169
);
189170
name = Projects;
@@ -223,7 +204,6 @@
223204
);
224205
dependencies = (
225206
1F4AAA000000000000000001 /* PBXTargetDependency */,
226-
342FB70B2E884012B67F8B38 /* PBXTargetDependency */,
227207
B62EE119F71162DAB0F9D034 /* PBXTargetDependency */,
228208
B88888888888888888888888 /* PBXTargetDependency */,
229209
);
@@ -305,10 +285,6 @@
305285
ProductGroup = 0488BFD2A2F470EEE29679F1 /* Products */;
306286
ProjectRef = DC20615F7FBF2DEEB480D826 /* DevLogData.xcodeproj */;
307287
},
308-
{
309-
ProductGroup = 0488BFD2A2F470EEE29679F1 /* Products */;
310-
ProjectRef = A748C00357094C72BA72DC72 /* DevLogDomain.xcodeproj */;
311-
},
312288
{
313289
ProductGroup = 0488BFD2A2F470EEE29679F1 /* Products */;
314290
ProjectRef = B44444444444444444444444 /* DevLogCore.xcodeproj */;
@@ -323,13 +299,6 @@
323299
/* End PBXProject section */
324300

325301
/* Begin PBXReferenceProxy section */
326-
8C4421AE6B9E4E419E73297F /* DevLogDomain.framework */ = {
327-
isa = PBXReferenceProxy;
328-
fileType = wrapper.framework;
329-
path = DevLogDomain.framework;
330-
remoteRef = 3941472A0F8E4DA796217D2B /* PBXContainerItemProxy */;
331-
sourceTree = BUILT_PRODUCTS_DIR;
332-
};
333302
A4F874032FD57C0BBCC41C64 /* DevLogData.framework */ = {
334303
isa = PBXReferenceProxy;
335304
fileType = wrapper.framework;
@@ -389,11 +358,6 @@
389358
isa = PBXTargetDependency;
390359
productRef = 1F4AAA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */;
391360
};
392-
342FB70B2E884012B67F8B38 /* PBXTargetDependency */ = {
393-
isa = PBXTargetDependency;
394-
name = DevLogDomain;
395-
targetProxy = DD5CC520521F4F86A8EC6225 /* PBXContainerItemProxy */;
396-
};
397361
B62EE119F71162DAB0F9D034 /* PBXTargetDependency */ = {
398362
isa = PBXTargetDependency;
399363
name = DevLogData;

0 commit comments

Comments
 (0)