Skip to content

Commit 14f3911

Browse files
committed
chore: App 레이어 테스트 타깃, 파일 분리
1 parent 9fc079e commit 14f3911

6 files changed

Lines changed: 22 additions & 22 deletions

File tree

Application/DevLogApp/DevLogApp.xcodeproj/project.pbxproj

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
AA11B22C33D44E55F6677889 /* DevLogCore.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogCore.xcodeproj; path = ../DevLogCore/DevLogCore.xcodeproj; sourceTree = "<group>"; };
167167
CA2F877790969610EE38BD93 /* DevLogInfra.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogInfra.xcodeproj; path = ../DevLogInfra/DevLogInfra.xcodeproj; sourceTree = "<group>"; };
168168
DC0CB81C9BF2596ADCE8FB90 /* DevLogPresentation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogPresentation.xcodeproj; path = ../DevLogPresentation/DevLogPresentation.xcodeproj; sourceTree = "<group>"; };
169-
DF3416492E45F67C00F9312B /* DevLog_Unit.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DevLog_Unit.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
169+
DF3416492E45F67C00F9312B /* DevLogAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DevLogAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
170170
DFD3A9702F8E89DD001DA7CD /* DevLogWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = DevLogWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
171171
DFD3A9712F8E89DD001DA7CD /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; };
172172
DFD3A9732F8E89DD001DA7CD /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; };
@@ -193,11 +193,11 @@
193193
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
194194

195195
/* Begin PBXFileSystemSynchronizedRootGroup section */
196-
DF34164A2E45F67C00F9312B /* ../../DevLog_Unit */ = {
196+
DF34164A2E45F67C00F9312B /* Tests */ = {
197197
isa = PBXFileSystemSynchronizedRootGroup;
198198
exceptions = (
199199
);
200-
path = ../../DevLog_Unit;
200+
path = Tests;
201201
sourceTree = "<group>";
202202
};
203203
DF8AB7982E938B0B00E50BBF /* Sources */ = {
@@ -259,7 +259,7 @@
259259
4B47FFC0E73415A65560089A /* Products */ = {
260260
isa = PBXGroup;
261261
children = (
262-
DF3416492E45F67C00F9312B /* DevLog_Unit.xctest */,
262+
DF3416492E45F67C00F9312B /* DevLogAppTests.xctest */,
263263
DFD48B002DC4D6E2005905C5 /* DevLog.app */,
264264
DFD3A9702F8E89DD001DA7CD /* DevLogWidgetExtension.appex */,
265265
AE11B22C33D44E55F6677889 /* DevLogCore.framework */,
@@ -291,7 +291,7 @@
291291
isa = PBXGroup;
292292
children = (
293293
DF8AB7982E938B0B00E50BBF /* Sources */,
294-
DF34164A2E45F67C00F9312B /* ../../DevLog_Unit */,
294+
DF34164A2E45F67C00F9312B /* Tests */,
295295
DFD3A9752F8E89DD001DA7CD /* ../../Widget/DevLogWidgetExtension */,
296296
DFE28EB62DCCF26300B28FE5 /* Frameworks */,
297297
4F3D8CEC7F23C3BFF6B9E27B /* Projects */,
@@ -311,9 +311,9 @@
311311
/* End PBXGroup section */
312312

313313
/* Begin PBXNativeTarget section */
314-
DF3416442E45F67C00F9312B /* DevLog_Unit */ = {
314+
DF3416442E45F67C00F9312B /* DevLogAppTests */ = {
315315
isa = PBXNativeTarget;
316-
buildConfigurationList = DF3416452E45F67C00F9312B /* Build configuration list for PBXNativeTarget "DevLog_Unit" */;
316+
buildConfigurationList = DF3416452E45F67C00F9312B /* Build configuration list for PBXNativeTarget "DevLogAppTests" */;
317317
buildPhases = (
318318
DF3416462E45F67C00F9312B /* Sources */,
319319
DF3416472E45F67C00F9312B /* Frameworks */,
@@ -325,11 +325,11 @@
325325
DF34164C2E45F67C00F9312B /* PBXTargetDependency */,
326326
);
327327
fileSystemSynchronizedGroups = (
328-
DF34164A2E45F67C00F9312B /* ../../DevLog_Unit */,
328+
DF34164A2E45F67C00F9312B /* Tests */,
329329
);
330-
name = DevLog_Unit;
331-
productName = DevLog_Unit;
332-
productReference = DF3416492E45F67C00F9312B /* DevLog_Unit.xctest */;
330+
name = DevLogAppTests;
331+
productName = DevLogAppTests;
332+
productReference = DF3416492E45F67C00F9312B /* DevLogAppTests.xctest */;
333333
productType = "com.apple.product-type.bundle.unit-test";
334334
};
335335
DFD3A96F2F8E89DD001DA7CD /* DevLogWidgetExtension */ = {
@@ -460,7 +460,7 @@
460460
);
461461
projectRoot = "";
462462
targets = (
463-
DF3416442E45F67C00F9312B /* DevLog_Unit */,
463+
DF3416442E45F67C00F9312B /* DevLogAppTests */,
464464
DFD48AFF2DC4D6E2005905C5 /* DevLog */,
465465
DFD3A96F2F8E89DD001DA7CD /* DevLogWidgetExtension */,
466466
);
@@ -635,7 +635,7 @@
635635
GENERATE_INFOPLIST_FILE = YES;
636636
IPHONEOS_DEPLOYMENT_TARGET = 17;
637637
MARKETING_VERSION = 1.2;
638-
PRODUCT_BUNDLE_IDENTIFIER = opfic.DevLog_Unit;
638+
PRODUCT_BUNDLE_IDENTIFIER = opfic.DevLogAppTests;
639639
PRODUCT_NAME = "$(TARGET_NAME)";
640640
STRING_CATALOG_GENERATE_SYMBOLS = NO;
641641
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -660,7 +660,7 @@
660660
GENERATE_INFOPLIST_FILE = YES;
661661
IPHONEOS_DEPLOYMENT_TARGET = 17;
662662
MARKETING_VERSION = 1.2;
663-
PRODUCT_BUNDLE_IDENTIFIER = opfic.DevLog_Unit;
663+
PRODUCT_BUNDLE_IDENTIFIER = opfic.DevLogAppTests;
664664
PRODUCT_NAME = "$(TARGET_NAME)";
665665
STRING_CATALOG_GENERATE_SYMBOLS = NO;
666666
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -975,7 +975,7 @@
975975
/* End XCBuildConfiguration section */
976976

977977
/* Begin XCConfigurationList section */
978-
DF3416452E45F67C00F9312B /* Build configuration list for PBXNativeTarget "DevLog_Unit" */ = {
978+
DF3416452E45F67C00F9312B /* Build configuration list for PBXNativeTarget "DevLogAppTests" */ = {
979979
isa = XCConfigurationList;
980980
buildConfigurations = (
981981
DF34164D2E45F67C00F9312B /* Debug */,

Application/DevLogApp/DevLogApp.xcodeproj/xcshareddata/xcschemes/DevLog.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<BuildableReference
3737
BuildableIdentifier = "primary"
3838
BlueprintIdentifier = "DF3416442E45F67C00F9312B"
39-
BuildableName = "DevLog_Unit.xctest"
40-
BlueprintName = "DevLog_Unit"
39+
BuildableName = "DevLogAppTests.xctest"
40+
BlueprintName = "DevLogAppTests"
4141
ReferencedContainer = "container:DevLogApp.xcodeproj">
4242
</BuildableReference>
4343
</TestableReference>

Application/DevLogApp/DevLogApp.xcodeproj/xcshareddata/xcschemes/DevLog_Unit.xcscheme renamed to Application/DevLogApp/DevLogApp.xcodeproj/xcshareddata/xcschemes/DevLogAppTests.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<BuildableReference
2121
BuildableIdentifier = "primary"
2222
BlueprintIdentifier = "DF3416442E45F67C00F9312B"
23-
BuildableName = "DevLog_Unit.xctest"
24-
BlueprintName = "DevLog_Unit"
23+
BuildableName = "DevLogAppTests.xctest"
24+
BlueprintName = "DevLogAppTests"
2525
ReferencedContainer = "container:DevLogApp.xcodeproj">
2626
</BuildableReference>
2727
</TestableReference>

DevLog_Unit/PushNotification/Integration/DeletePushNotificationIntegrationTests.swift renamed to Application/DevLogApp/Tests/PushNotification/Integration/DeletePushNotificationIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// DeletePushNotificationIntegrationTests.swift
3-
// DevLog_Unit
3+
// DevLogAppTests
44
//
55
// Created by opfic on 4/6/26.
66
//

DevLog_Unit/Support/LocalFirebaseRESTSupport.swift renamed to Application/DevLogApp/Tests/Support/LocalFirebaseRESTSupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// LocalFirebaseRESTSupport.swift
3-
// DevLog_Unit
3+
// DevLogAppTests
44
//
55
// Created by opfic on 4/6/26.
66
//

DevLog_Unit/WebPage/Integration/DeleteWebPageIntegrationTests.swift renamed to Application/DevLogApp/Tests/WebPage/Integration/DeleteWebPageIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// DeleteWebPageIntegrationTests.swift
3-
// DevLog_Unit
3+
// DevLogAppTests
44
//
55
// Created by opfic on 4/6/26.
66
//

0 commit comments

Comments
 (0)