Skip to content

Commit f37fd32

Browse files
committed
chore: Presentation 레이어 테스트 분리
1 parent 90c9137 commit f37fd32

5 files changed

Lines changed: 277 additions & 20 deletions

File tree

Application/DevLogPresentation/DevLogPresentation.xcodeproj/project.pbxproj

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,21 @@
7474
C85FD011138539C08D18D22F /* RelativeTimeText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A0024EDA21AAFA7DEC7058D /* RelativeTimeText.swift */; };
7575
CC36598B842BA60E284D4A9E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E43EBE726188C58FFB2B6CD /* Foundation.framework */; };
7676
CD1D494C5D0EC118C8BAD491 /* TodayTodoItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BCF82DE8DF3DDEAF78826B5 /* TodayTodoItem.swift */; };
77+
CDD29A077265459D91A5AE58 /* TestSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97499098B61547C0AF737391 /* TestSupport.swift */; };
7778
D12294635C147B35F3EA3314 /* PushNotificationSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C295FB79B9FCF187708EFF1 /* PushNotificationSettingsView.swift */; };
79+
D5BCE781F72346A08F831AC3 /* DevLogDomain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DFE459172FB7283400441703 /* DevLogDomain.framework */; };
7880
D7ED2E08383517AA3E242B0C /* TodayViewCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D877FBAD44D5DF8233F0BB3 /* TodayViewCoordinator.swift */; };
7981
D8DCEA367C54C527295E004F /* HeatmapQuarter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2EDDC1E545869FE9C849E4B /* HeatmapQuarter.swift */; };
8082
DB081DF4854E8D445EFE0608 /* ProfileViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53B7D1C854833EFD757D7AD4 /* ProfileViewModel.swift */; };
83+
E3D6A097A4EA44FAB02C83EB /* DeleteWebPageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 162C22DBA28543BFB70765FD /* DeleteWebPageTests.swift */; };
8184
E7EBEBA803A9449A6CBEF11B /* RecentTodoItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F39AE1F6609037A277C54DD7 /* RecentTodoItem.swift */; };
8285
E9BE203BADA107278CFBDD54 /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EBEFF93E1CFC9AF98B4B940 /* HomeView.swift */; };
8386
F0B4DBB89733E466B105CF25 /* EnvironmentValues+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931DDC13F47DBC816EDB17D7 /* EnvironmentValues+.swift */; };
8487
F1474D4F84693113355B7DA2 /* TodoMarkdownContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A119B7970317B27ADC8DC1B3 /* TodoMarkdownContentView.swift */; };
88+
F5D0F59FAAFD40DAAE032B82 /* DeletePushNotificationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2BBD8816689402F889156AD /* DeletePushNotificationTests.swift */; };
8589
F99147DC6D6F48E3842CD204 /* LoginButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F5DBA50879A2D0E264B8F49 /* LoginButton.swift */; };
8690
FBD395A75EDED059CC021AF3 /* PushNotificationSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9A0628537CFB964D5641A5F /* PushNotificationSettingsViewModel.swift */; };
91+
0530C4A2CF7B413A831F5EA9 /* DevLogPresentation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E7473315771B5D3030C5003 /* DevLogPresentation.framework */; };
8792
/* End PBXBuildFile section */
8893

8994
/* Begin PBXContainerItemProxy section */
@@ -94,6 +99,20 @@
9499
remoteGlobalIDString = 5755BDB768C11CE0FDEA4828;
95100
remoteInfo = DevLogCore;
96101
};
102+
0829BE4E037D4E0C846B6C81 /* PBXContainerItemProxy */ = {
103+
isa = PBXContainerItemProxy;
104+
containerPortal = 096704712B06C41C6A0FE074 /* Project object */;
105+
proxyType = 1;
106+
remoteGlobalIDString = A85D2D7D1D6DAAFBF86C9C34;
107+
remoteInfo = DevLogPresentation;
108+
};
109+
3D5C8EE9B4C743CFAC5CAC06 /* PBXContainerItemProxy */ = {
110+
isa = PBXContainerItemProxy;
111+
containerPortal = B2511C949378771BDB605CC6 /* DevLogDomain.xcodeproj */;
112+
proxyType = 1;
113+
remoteGlobalIDString = 7D1E74925088998D68BBFBBB;
114+
remoteInfo = DevLogDomain;
115+
};
97116
63A78AEC0654C9B6030C055B /* PBXContainerItemProxy */ = {
98117
isa = PBXContainerItemProxy;
99118
containerPortal = B2511C949378771BDB605CC6 /* DevLogDomain.xcodeproj */;
@@ -150,6 +169,7 @@
150169
9340555B2B620464698851A5 /* TodoManageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TodoManageView.swift; path = Sources/Home/TodoManageView.swift; sourceTree = "<group>"; };
151170
93B72345FA909BFA40078D53 /* CheckBox.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CheckBox.swift; path = Sources/Common/Component/CheckBox.swift; sourceTree = "<group>"; };
152171
941338BD9D01E14CF5CCD53B /* UIKitTextEditor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIKitTextEditor.swift; path = Sources/Common/Component/UIKitTextEditor.swift; sourceTree = "<group>"; };
172+
97499098B61547C0AF737391 /* TestSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSupport.swift; sourceTree = "<group>"; };
153173
9C6D01FAEAE8EB1FB2D60C7A /* TodoReferenceItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TodoReferenceItem.swift; path = Sources/Structure/Todo/TodoReferenceItem.swift; sourceTree = "<group>"; };
154174
9CB6D9970E4286BA9A17C47C /* SettingView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SettingView.swift; path = Sources/Setting/SettingView.swift; sourceTree = "<group>"; };
155175
9EBEFF93E1CFC9AF98B4B940 /* HomeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HomeView.swift; path = Sources/Home/HomeView.swift; sourceTree = "<group>"; };
@@ -172,13 +192,15 @@
172192
B93F9DFD3646DEC19DB952E0 /* MainViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MainViewModel.swift; path = Sources/ViewModel/MainViewModel.swift; sourceTree = "<group>"; };
173193
BA522CF101F432B37F315C24 /* TodoListViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TodoListViewModel.swift; path = Sources/ViewModel/TodoListViewModel.swift; sourceTree = "<group>"; };
174194
BF28FCF602F6165DC67FE7D6 /* PushNotificationItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PushNotificationItem.swift; path = Sources/Structure/PushNotificationItem.swift; sourceTree = "<group>"; };
195+
F8C1C9C28BDE46D39FC79A72 /* DevLogPresentationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DevLogPresentationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
175196
C2EDDC1E545869FE9C849E4B /* HeatmapQuarter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeatmapQuarter.swift; path = Sources/Structure/Profile/HeatmapQuarter.swift; sourceTree = "<group>"; };
176197
C39861EE0C254CCC9A608201 /* LoginViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LoginViewModel.swift; path = Sources/ViewModel/LoginViewModel.swift; sourceTree = "<group>"; };
177198
D2028F13D1316DD7D0229249 /* LoginView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LoginView.swift; path = Sources/Login/LoginView.swift; sourceTree = "<group>"; };
178199
D26AF44FFBB251F34E8F80B5 /* Store.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Store.swift; path = Sources/Protocol/Store.swift; sourceTree = "<group>"; };
179200
D7258BA3748F0B1BDB1AFFD3 /* TodoListItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TodoListItem.swift; path = Sources/Structure/Todo/TodoListItem.swift; sourceTree = "<group>"; };
180201
D9273C8C47864D6BE91BECBA /* TodoDetailContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TodoDetailContentView.swift; path = Sources/Common/TodoDetailContentView.swift; sourceTree = "<group>"; };
181202
D985AFDC4BC28BB5F34D35B1 /* Color+Hex.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Color+Hex.swift"; path = "Sources/Extension/Color+Hex.swift"; sourceTree = "<group>"; };
203+
E2BBD8816689402F889156AD /* DeletePushNotificationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeletePushNotificationTests.swift; sourceTree = "<group>"; };
182204
E06ED9387372D891F65B1CAD /* LoadingState.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LoadingState.swift; path = Sources/Common/LoadingState.swift; sourceTree = "<group>"; };
183205
E0C555707203C5E83B5B5D7B /* Tag+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Tag+.swift"; path = "Sources/Common/Component/Tag+.swift"; sourceTree = "<group>"; };
184206
E1C3E84C523AD6F3484EE748 /* Error+SocialLogin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Error+SocialLogin.swift"; path = "Sources/Extension/Error+SocialLogin.swift"; sourceTree = "<group>"; };
@@ -189,6 +211,7 @@
189211
F51F902DA946EBFEEC4CD14B /* TodayView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TodayView.swift; path = Sources/Today/TodayView.swift; sourceTree = "<group>"; };
190212
F9A20E0402D598F5587EAFFE /* WebItemRow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebItemRow.swift; path = Sources/Common/Component/WebItemRow.swift; sourceTree = "<group>"; };
191213
FD88694DEEB6DE8DE51EE0B4 /* ThemeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThemeView.swift; path = Sources/Setting/ThemeView.swift; sourceTree = "<group>"; };
214+
162C22DBA28543BFB70765FD /* DeleteWebPageTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeleteWebPageTests.swift; sourceTree = "<group>"; };
192215
/* End PBXFileReference section */
193216

194217
/* Begin PBXFrameworksBuildPhase section */
@@ -202,6 +225,15 @@
202225
);
203226
runOnlyForDeploymentPostprocessing = 0;
204227
};
228+
51A82EDFE96F43B8900A3E8C /* Frameworks */ = {
229+
isa = PBXFrameworksBuildPhase;
230+
buildActionMask = 2147483647;
231+
files = (
232+
0530C4A2CF7B413A831F5EA9 /* DevLogPresentation.framework in Frameworks */,
233+
D5BCE781F72346A08F831AC3 /* DevLogDomain.framework in Frameworks */,
234+
);
235+
runOnlyForDeploymentPostprocessing = 0;
236+
};
205237
/* End PBXFrameworksBuildPhase section */
206238

207239
/* Begin PBXGroup section */
@@ -217,6 +249,7 @@
217249
03D4331F04C462F4C642860F /* Products */ = {
218250
isa = PBXGroup;
219251
children = (
252+
F8C1C9C28BDE46D39FC79A72 /* DevLogPresentationTests.xctest */,
220253
DFE459172FB7283400441703 /* DevLogDomain.framework */,
221254
);
222255
name = Products;
@@ -256,6 +289,7 @@
256289
03D4331F04C462F4C642860F /* Products */,
257290
9CC0354538B2A1DF2C74E484 /* Frameworks */,
258291
A4A427D518004ED78EB659DE /* DevLogPresentation */,
292+
4320D5C2F6A44B24BF69A36B /* Tests */,
259293
65C85B83FD4ECCC13F82B90F /* Projects */,
260294
);
261295
sourceTree = "<group>";
@@ -274,6 +308,16 @@
274308
name = Common;
275309
sourceTree = "<group>";
276310
};
311+
4320D5C2F6A44B24BF69A36B /* Tests */ = {
312+
isa = PBXGroup;
313+
children = (
314+
A2F3BB0BD4CE46CF9110C0B9 /* PushNotification */,
315+
DB5EF73082994CCB8C57468D /* WebPage */,
316+
E1150CDF9E2748F18885904D /* Support */,
317+
);
318+
path = Tests;
319+
sourceTree = "<group>";
320+
};
277321
3E8BE5E7BA89E9C06CB4680E /* Setting */ = {
278322
isa = PBXGroup;
279323
children = (
@@ -422,6 +466,14 @@
422466
name = Extension;
423467
sourceTree = "<group>";
424468
};
469+
A2F3BB0BD4CE46CF9110C0B9 /* PushNotification */ = {
470+
isa = PBXGroup;
471+
children = (
472+
E2BBD8816689402F889156AD /* DeletePushNotificationTests.swift */,
473+
);
474+
path = PushNotification;
475+
sourceTree = "<group>";
476+
};
425477
A4A427D518004ED78EB659DE /* DevLogPresentation */ = {
426478
isa = PBXGroup;
427479
children = (
@@ -473,6 +525,22 @@
473525
name = Profile;
474526
sourceTree = "<group>";
475527
};
528+
DB5EF73082994CCB8C57468D /* WebPage */ = {
529+
isa = PBXGroup;
530+
children = (
531+
162C22DBA28543BFB70765FD /* DeleteWebPageTests.swift */,
532+
);
533+
path = WebPage;
534+
sourceTree = "<group>";
535+
};
536+
E1150CDF9E2748F18885904D /* Support */ = {
537+
isa = PBXGroup;
538+
children = (
539+
97499098B61547C0AF737391 /* TestSupport.swift */,
540+
);
541+
path = Support;
542+
sourceTree = "<group>";
543+
};
476544
E4A0DAED0089A38F5494701B /* Todo */ = {
477545
isa = PBXGroup;
478546
children = (
@@ -534,6 +602,25 @@
534602
productReference = 5E7473315771B5D3030C5003 /* DevLogPresentation.framework */;
535603
productType = "com.apple.product-type.framework";
536604
};
605+
BB5614AE13A04E97AC91BD37 /* DevLogPresentationTests */ = {
606+
isa = PBXNativeTarget;
607+
buildConfigurationList = 3CED24FB13BD46FD822E6E62 /* Build configuration list for PBXNativeTarget "DevLogPresentationTests" */;
608+
buildPhases = (
609+
B35683B73EC04117BE5F8A9D /* Sources */,
610+
51A82EDFE96F43B8900A3E8C /* Frameworks */,
611+
80C64DD7999B412E8BCF0325 /* Resources */,
612+
);
613+
buildRules = (
614+
);
615+
dependencies = (
616+
A4FB56AD9F854F9D93800AD6 /* PBXTargetDependency */,
617+
001ED161D33049B18CFB34D9 /* PBXTargetDependency */,
618+
);
619+
name = DevLogPresentationTests;
620+
productName = DevLogPresentationTests;
621+
productReference = F8C1C9C28BDE46D39FC79A72 /* DevLogPresentationTests.xctest */;
622+
productType = "com.apple.product-type.bundle.unit-test";
623+
};
537624
/* End PBXNativeTarget section */
538625

539626
/* Begin PBXProject section */
@@ -542,6 +629,11 @@
542629
attributes = {
543630
LastSwiftUpdateCheck = 1600;
544631
LastUpgradeCheck = 1600;
632+
TargetAttributes = {
633+
BB5614AE13A04E97AC91BD37 = {
634+
CreatedOnToolsVersion = 16.0;
635+
};
636+
};
545637
};
546638
buildConfigurationList = FE8B1D393F1236CFECA60C89 /* Build configuration list for PBXProject "DevLogPresentation" */;
547639
compatibilityVersion = "Xcode 3.2";
@@ -571,6 +663,7 @@
571663
projectRoot = "";
572664
targets = (
573665
A85D2D7D1D6DAAFBF86C9C34 /* DevLogPresentation */,
666+
BB5614AE13A04E97AC91BD37 /* DevLogPresentationTests */,
574667
);
575668
};
576669
/* End PBXProject section */
@@ -593,6 +686,13 @@
593686
);
594687
runOnlyForDeploymentPostprocessing = 0;
595688
};
689+
80C64DD7999B412E8BCF0325 /* Resources */ = {
690+
isa = PBXResourcesBuildPhase;
691+
buildActionMask = 2147483647;
692+
files = (
693+
);
694+
runOnlyForDeploymentPostprocessing = 0;
695+
};
596696
/* End PBXResourcesBuildPhase section */
597697

598698
/* Begin PBXSourcesBuildPhase section */
@@ -677,6 +777,16 @@
677777
);
678778
runOnlyForDeploymentPostprocessing = 0;
679779
};
780+
B35683B73EC04117BE5F8A9D /* Sources */ = {
781+
isa = PBXSourcesBuildPhase;
782+
buildActionMask = 2147483647;
783+
files = (
784+
CDD29A077265459D91A5AE58 /* TestSupport.swift in Sources */,
785+
E3D6A097A4EA44FAB02C83EB /* DeleteWebPageTests.swift in Sources */,
786+
F5D0F59FAAFD40DAAE032B82 /* DeletePushNotificationTests.swift in Sources */,
787+
);
788+
runOnlyForDeploymentPostprocessing = 0;
789+
};
680790
/* End PBXSourcesBuildPhase section */
681791

682792
/* Begin PBXTargetDependency section */
@@ -685,6 +795,16 @@
685795
name = DevLogCore;
686796
targetProxy = 0B11B22C33D44E55F6677889 /* PBXContainerItemProxy */;
687797
};
798+
001ED161D33049B18CFB34D9 /* PBXTargetDependency */ = {
799+
isa = PBXTargetDependency;
800+
name = DevLogDomain;
801+
targetProxy = 3D5C8EE9B4C743CFAC5CAC06 /* PBXContainerItemProxy */;
802+
};
803+
A4FB56AD9F854F9D93800AD6 /* PBXTargetDependency */ = {
804+
isa = PBXTargetDependency;
805+
target = A85D2D7D1D6DAAFBF86C9C34 /* DevLogPresentation */;
806+
targetProxy = 0829BE4E037D4E0C846B6C81 /* PBXContainerItemProxy */;
807+
};
688808
C8EA2345A40DFA6BCCD803EE /* PBXTargetDependency */ = {
689809
isa = PBXTargetDependency;
690810
name = DevLogDomain;
@@ -783,6 +903,28 @@
783903
};
784904
name = Release;
785905
};
906+
CB9C4E76716149638008AD42 /* Debug */ = {
907+
isa = XCBuildConfiguration;
908+
buildSettings = {
909+
CODE_SIGN_STYLE = Automatic;
910+
CURRENT_PROJECT_VERSION = 1;
911+
GENERATE_INFOPLIST_FILE = YES;
912+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
913+
LD_RUNPATH_SEARCH_PATHS = (
914+
"$(inherited)",
915+
"@executable_path/Frameworks",
916+
"@loader_path/Frameworks",
917+
);
918+
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogPresentationTests;
919+
PRODUCT_NAME = "$(TARGET_NAME)";
920+
SDKROOT = iphoneos;
921+
SKIP_INSTALL = YES;
922+
SWIFT_VERSION = 5.0;
923+
TARGETED_DEVICE_FAMILY = "1,2";
924+
TEST_TARGET_NAME = DevLogPresentation;
925+
};
926+
name = Debug;
927+
};
786928
8DD7AD0C295CF0638E03F403 /* Debug */ = {
787929
isa = XCBuildConfiguration;
788930
buildSettings = {
@@ -811,6 +953,29 @@
811953
};
812954
name = Debug;
813955
};
956+
F63EFE6D267A4A16A91F429B /* Release */ = {
957+
isa = XCBuildConfiguration;
958+
buildSettings = {
959+
CODE_SIGN_STYLE = Automatic;
960+
CURRENT_PROJECT_VERSION = 1;
961+
GENERATE_INFOPLIST_FILE = YES;
962+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
963+
LD_RUNPATH_SEARCH_PATHS = (
964+
"$(inherited)",
965+
"@executable_path/Frameworks",
966+
"@loader_path/Frameworks",
967+
);
968+
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogPresentationTests;
969+
PRODUCT_NAME = "$(TARGET_NAME)";
970+
SDKROOT = iphoneos;
971+
SKIP_INSTALL = YES;
972+
SWIFT_VERSION = 5.0;
973+
TARGETED_DEVICE_FAMILY = "1,2";
974+
TEST_TARGET_NAME = DevLogPresentation;
975+
VALIDATE_PRODUCT = YES;
976+
};
977+
name = Release;
978+
};
814979
973B1093961F1A8F15179643 /* Release */ = {
815980
isa = XCBuildConfiguration;
816981
buildSettings = {
@@ -877,6 +1042,15 @@
8771042
defaultConfigurationIsVisible = 0;
8781043
defaultConfigurationName = Release;
8791044
};
1045+
3CED24FB13BD46FD822E6E62 /* Build configuration list for PBXNativeTarget "DevLogPresentationTests" */ = {
1046+
isa = XCConfigurationList;
1047+
buildConfigurations = (
1048+
CB9C4E76716149638008AD42 /* Debug */,
1049+
F63EFE6D267A4A16A91F429B /* Release */,
1050+
);
1051+
defaultConfigurationIsVisible = 0;
1052+
defaultConfigurationName = Release;
1053+
};
8801054
FE8B1D393F1236CFECA60C89 /* Build configuration list for PBXProject "DevLogPresentation" */ = {
8811055
isa = XCConfigurationList;
8821056
buildConfigurations = (

0 commit comments

Comments
 (0)