Skip to content

Commit 3248607

Browse files
committed
chore: 프로젝트 파일 미참조 객체 제거
파일 시스템 동기화 그룹 전환 후 남은 미참조 그룹, 파일 참조, 빌드 파일 객체 제거.
1 parent cec58b2 commit 3248607

6 files changed

Lines changed: 0 additions & 1490 deletions

File tree

Application/DevLogData/DevLogData.xcodeproj/project.pbxproj

Lines changed: 0 additions & 172 deletions
Large diffs are not rendered by default.

Application/DevLogDomain/DevLogDomain.xcodeproj/project.pbxproj

Lines changed: 0 additions & 653 deletions
Large diffs are not rendered by default.

Application/DevLogInfra/DevLogInfra.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10-
0E1D2D0391955DAAAEB0090F /* PushNotificationServiceImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E5D9D27AB4B3EE3974E88 /* PushNotificationServiceImpl.swift */; };
11-
1F4B40F21FD77E3BB481E763 /* GithubAuthenticationServiceImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E570F577BDD00D5DD473D84 /* GithubAuthenticationServiceImpl.swift */; };
1210
21F6F37746C943D1A019963F /* DevLogDomain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C4421AE6B9E4E419E73297F /* DevLogDomain.framework */; };
13-
3A2B4478D6F3438C00240EB4 /* GoogleAuthenticationServiceImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50F6E155C43BBEB56B3D7403 /* GoogleAuthenticationServiceImpl.swift */; };
14-
4A36236096C643DA1FF29771 /* UserServiceImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 383CD000472C3025FACB9EFF /* UserServiceImpl.swift */; };
15-
5C3D4AB0EA1E2DA901239A6C /* FirestorePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64CFC9162F5063E3CB017B40 /* FirestorePath.swift */; };
16-
6493ACB77436F1E887D91D59 /* FirebaseAuthUser+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59E81A47825142881793450F /* FirebaseAuthUser+.swift */; };
17-
05C3F42B54064540A301FC8C /* FirebaseAppServiceImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = C51EAC568E6946C5B4770B09 /* FirebaseAppServiceImpl.swift */; };
18-
65478CAC7F8597445F84F656 /* TodoServiceImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE5EF0B863FF47BFEC508304 /* TodoServiceImpl.swift */; };
1911
65623F19F34A9A75BC72EE36 /* FirebaseFirestore in Frameworks */ = {isa = PBXBuildFile; productRef = CE8F32B22E13743B3FF3B66B /* FirebaseFirestore */; };
20-
6F30F7AD6A048E8ED847D123 /* AuthServiceImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08FBC9DACB1DA5DAE2D1960 /* AuthServiceImpl.swift */; };
21-
6FCB70DE3225AFA821300AC7 /* InfraLayerError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0BD9ECDA007FB1BC02C2B98 /* InfraLayerError.swift */; };
22-
70CDB738E0DE3895B7539B16 /* WebPageMetadataServiceImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34EB8D1DB924582822B68442 /* WebPageMetadataServiceImpl.swift */; };
23-
73814E7535B64F24905F1EF1 /* AppleSignInDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CB84E61E29D44B48D3A1211 /* AppleSignInDelegate.swift */; };
24-
7711F199E79F41919891BF31 /* AppleAuthResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2C9755DE5674266B3C6F90C /* AppleAuthResponse.swift */; };
25-
87F2CCAD35FD485467397CCC /* WebPageServiceImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E93766DC3248CC084F8CFA73 /* WebPageServiceImpl.swift */; };
26-
93D79429D184808FB702BF2D /* AppleAuthenticationServiceImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E56286B1275FC5BD988C94B /* AppleAuthenticationServiceImpl.swift */; };
27-
9529B735E38CE98A8EC12AC3 /* TopViewControllerProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ED31F0EEEF764BB7538C585 /* TopViewControllerProvider.swift */; };
2812
B11111111111111111111111 /* DevLogCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B55555555555555555555555 /* DevLogCore.framework */; };
29-
B33333333333333333333333 /* InfraAssembler.swift in Sources */ = {isa = PBXBuildFile; fileRef = B22222222222222222222222 /* InfraAssembler.swift */; };
30-
D6A1524366DC5CF153821979 /* NWPathConnectivityProviderImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33BE8E906B890526D3476AE /* NWPathConnectivityProviderImpl.swift */; };
3113
E747320CAD03A579976E87F8 /* FirebaseFunctions in Frameworks */ = {isa = PBXBuildFile; productRef = 172AF9DE3BC54E9E0B4EFD19 /* FirebaseFunctions */; };
32-
EA3F834C61E50B4F60789473 /* TodoCategoryServiceImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC30F1A30BDA822507BD6C4D /* TodoCategoryServiceImpl.swift */; };
3314
EE62AAD289D9CED31CC9E05D /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = 7333E70E9D312E56D4A364A6 /* GoogleSignIn */; };
3415
F085DED20E80F63AE071D8BA /* DevLogData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4F874032FD57C0BBCC41C64 /* DevLogData.framework */; };
3516
F75AA9259C6636CF733C4D82 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7CC9FAB56498FA5BAEAC59A6 /* Foundation.framework */; };
3617
3CE81EA6CD7444739AC73633 /* DevLogInfra.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 592C8B7B099933759AB316A5 /* DevLogInfra.framework */; };
3718
5F7A14F2C5294547884212E1 /* FirebaseCore in Frameworks */ = {isa = PBXBuildFile; productRef = 06ADD17826F44543B09286DA /* FirebaseCore */; };
3819
FB5186BC5A89B7DADAB8A82A /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = 2AC59F98E5A6BFA339C3E5BD /* FirebaseAuth */; };
3920
FB8043FF7043AFDA0E3F705B /* FirebaseMessaging in Frameworks */ = {isa = PBXBuildFile; productRef = 94394E2197878DD50AF67628 /* FirebaseMessaging */; };
40-
EFCE1F76080E4B7FBED6DB0E /* PushMessagingServiceImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = B961C40988C9455B9644B92F /* PushMessagingServiceImpl.swift */; };
41-
FE130A3E1E85658BD3ECE791 /* FirebaseFunctions+.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9AFF9DAE09B8132A62D6DA8 /* FirebaseFunctions+.swift */; };
4221
FEBF252AD70A910C914D3D22 /* Nexa in Frameworks */ = {isa = PBXBuildFile; productRef = EE91BC971B2F1FFEEDA3A3B8 /* Nexa */; };
4322
/* End PBXBuildFile section */
4423

@@ -95,33 +74,12 @@
9574
/* End PBXContainerItemProxy section */
9675

9776
/* Begin PBXFileReference section */
98-
0CB84E61E29D44B48D3A1211 /* AppleSignInDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppleSignInDelegate.swift; path = Sources/Service/SocialLogin/AppleSignInDelegate.swift; sourceTree = "<group>"; };
99-
1E570F577BDD00D5DD473D84 /* GithubAuthenticationServiceImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GithubAuthenticationServiceImpl.swift; path = Sources/Service/SocialLogin/GithubAuthenticationServiceImpl.swift; sourceTree = "<group>"; };
100-
34EB8D1DB924582822B68442 /* WebPageMetadataServiceImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebPageMetadataServiceImpl.swift; path = Sources/Service/WebPageMetadataServiceImpl.swift; sourceTree = "<group>"; };
101-
383CD000472C3025FACB9EFF /* UserServiceImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UserServiceImpl.swift; path = Sources/Service/UserServiceImpl.swift; sourceTree = "<group>"; };
102-
3E56286B1275FC5BD988C94B /* AppleAuthenticationServiceImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppleAuthenticationServiceImpl.swift; path = Sources/Service/SocialLogin/AppleAuthenticationServiceImpl.swift; sourceTree = "<group>"; };
103-
4ED31F0EEEF764BB7538C585 /* TopViewControllerProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TopViewControllerProvider.swift; path = Sources/Common/TopViewControllerProvider.swift; sourceTree = "<group>"; };
104-
50F6E155C43BBEB56B3D7403 /* GoogleAuthenticationServiceImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GoogleAuthenticationServiceImpl.swift; path = Sources/Service/SocialLogin/GoogleAuthenticationServiceImpl.swift; sourceTree = "<group>"; };
10577
592C8B7B099933759AB316A5 /* DevLogInfra.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DevLogInfra.framework; sourceTree = BUILT_PRODUCTS_DIR; };
10678
AD628A91CC6D40B29D89DEA3 /* DevLogInfraTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DevLogInfraTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
107-
C51EAC568E6946C5B4770B09 /* FirebaseAppServiceImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirebaseAppServiceImpl.swift; path = Sources/Service/FirebaseAppServiceImpl.swift; sourceTree = "<group>"; };
108-
59E81A47825142881793450F /* FirebaseAuthUser+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "FirebaseAuthUser+.swift"; path = "Sources/Extension/FirebaseAuthUser+.swift"; sourceTree = "<group>"; };
109-
64CFC9162F5063E3CB017B40 /* FirestorePath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirestorePath.swift; path = Sources/Common/FirestorePath.swift; sourceTree = "<group>"; };
11079
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; };
11180
A748C00357094C72BA72DC72 /* DevLogDomain.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogDomain.xcodeproj; path = ../DevLogDomain/DevLogDomain.xcodeproj; sourceTree = "<group>"; };
112-
B22222222222222222222222 /* InfraAssembler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfraAssembler.swift; path = Sources/InfraAssembler.swift; sourceTree = "<group>"; };
113-
B33BE8E906B890526D3476AE /* NWPathConnectivityProviderImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NWPathConnectivityProviderImpl.swift; path = Sources/Service/NWPathConnectivityProviderImpl.swift; sourceTree = "<group>"; };
11481
B44444444444444444444444 /* DevLogCore.xcodeproj */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.pb-project"; name = DevLogCore.xcodeproj; path = ../DevLogCore/DevLogCore.xcodeproj; sourceTree = "<group>"; };
115-
BE5EF0B863FF47BFEC508304 /* TodoServiceImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TodoServiceImpl.swift; path = Sources/Service/TodoServiceImpl.swift; sourceTree = "<group>"; };
116-
B961C40988C9455B9644B92F /* PushMessagingServiceImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PushMessagingServiceImpl.swift; path = Sources/Service/PushMessagingServiceImpl.swift; sourceTree = "<group>"; };
117-
C66E5D9D27AB4B3EE3974E88 /* PushNotificationServiceImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PushNotificationServiceImpl.swift; path = Sources/Service/PushNotificationServiceImpl.swift; sourceTree = "<group>"; };
118-
CC30F1A30BDA822507BD6C4D /* TodoCategoryServiceImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TodoCategoryServiceImpl.swift; path = Sources/Service/TodoCategoryServiceImpl.swift; sourceTree = "<group>"; };
119-
D2C9755DE5674266B3C6F90C /* AppleAuthResponse.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppleAuthResponse.swift; path = Sources/Service/SocialLogin/AppleAuthResponse.swift; sourceTree = "<group>"; };
12082
DC20615F7FBF2DEEB480D826 /* DevLogData.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogData.xcodeproj; path = ../DevLogData/DevLogData.xcodeproj; sourceTree = "<group>"; };
121-
E08FBC9DACB1DA5DAE2D1960 /* AuthServiceImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthServiceImpl.swift; path = Sources/Service/AuthServiceImpl.swift; sourceTree = "<group>"; };
122-
E93766DC3248CC084F8CFA73 /* WebPageServiceImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebPageServiceImpl.swift; path = Sources/Service/WebPageServiceImpl.swift; sourceTree = "<group>"; };
123-
F0BD9ECDA007FB1BC02C2B98 /* InfraLayerError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfraLayerError.swift; path = Sources/Common/InfraLayerError.swift; sourceTree = "<group>"; };
124-
F9AFF9DAE09B8132A62D6DA8 /* FirebaseFunctions+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "FirebaseFunctions+.swift"; path = "Sources/Extension/FirebaseFunctions+.swift"; sourceTree = "<group>"; };
12583
/* End PBXFileReference section */
12684

12785
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
@@ -194,55 +152,6 @@
194152
name = Products;
195153
sourceTree = "<group>";
196154
};
197-
091FD7B63F7A260D118E5905 /* SocialLogin */ = {
198-
isa = PBXGroup;
199-
children = (
200-
D2C9755DE5674266B3C6F90C /* AppleAuthResponse.swift */,
201-
0CB84E61E29D44B48D3A1211 /* AppleSignInDelegate.swift */,
202-
3E56286B1275FC5BD988C94B /* AppleAuthenticationServiceImpl.swift */,
203-
1E570F577BDD00D5DD473D84 /* GithubAuthenticationServiceImpl.swift */,
204-
50F6E155C43BBEB56B3D7403 /* GoogleAuthenticationServiceImpl.swift */,
205-
);
206-
name = SocialLogin;
207-
sourceTree = "<group>";
208-
};
209-
244A3B94B9BD4908079A38FB /* Common */ = {
210-
isa = PBXGroup;
211-
children = (
212-
64CFC9162F5063E3CB017B40 /* FirestorePath.swift */,
213-
F0BD9ECDA007FB1BC02C2B98 /* InfraLayerError.swift */,
214-
4ED31F0EEEF764BB7538C585 /* TopViewControllerProvider.swift */,
215-
);
216-
name = Common;
217-
sourceTree = "<group>";
218-
};
219-
3B9BF1B497E846541A8B6685 /* Extension */ = {
220-
isa = PBXGroup;
221-
children = (
222-
59E81A47825142881793450F /* FirebaseAuthUser+.swift */,
223-
F9AFF9DAE09B8132A62D6DA8 /* FirebaseFunctions+.swift */,
224-
);
225-
name = Extension;
226-
sourceTree = "<group>";
227-
};
228-
66108C2B6459C7D70E0EF39E /* Service */ = {
229-
isa = PBXGroup;
230-
children = (
231-
E08FBC9DACB1DA5DAE2D1960 /* AuthServiceImpl.swift */,
232-
C51EAC568E6946C5B4770B09 /* FirebaseAppServiceImpl.swift */,
233-
B33BE8E906B890526D3476AE /* NWPathConnectivityProviderImpl.swift */,
234-
B961C40988C9455B9644B92F /* PushMessagingServiceImpl.swift */,
235-
C66E5D9D27AB4B3EE3974E88 /* PushNotificationServiceImpl.swift */,
236-
091FD7B63F7A260D118E5905 /* SocialLogin */,
237-
CC30F1A30BDA822507BD6C4D /* TodoCategoryServiceImpl.swift */,
238-
BE5EF0B863FF47BFEC508304 /* TodoServiceImpl.swift */,
239-
383CD000472C3025FACB9EFF /* UserServiceImpl.swift */,
240-
34EB8D1DB924582822B68442 /* WebPageMetadataServiceImpl.swift */,
241-
E93766DC3248CC084F8CFA73 /* WebPageServiceImpl.swift */,
242-
);
243-
name = Service;
244-
sourceTree = "<group>";
245-
};
246155
78591B5535D993B16F897C7C = {
247156
isa = PBXGroup;
248157
children = (

0 commit comments

Comments
 (0)