comparison LazyBear.xcodeproj/project.pbxproj @ 359:3d6f0329d691

Add tests
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Fri, 16 Apr 2021 18:20:31 +0200
parents 280cbc5653b5
children d402bfa367c2
comparison
equal deleted inserted replaced
358:280cbc5653b5 359:3d6f0329d691
6 objectVersion = 52; 6 objectVersion = 52;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
10 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E2260FB6180081CF53 /* HapticsManager.swift */; }; 10 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E2260FB6180081CF53 /* HapticsManager.swift */; };
11 950C57132629EF9100F234FE /* LazyBearTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57122629EF9100F234FE /* LazyBearTests.swift */; };
12 950C57232629EFC200F234FE /* LazyBearUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57222629EFC200F234FE /* LazyBearUITests.swift */; };
11 950D0E192618AA4900D17AD7 /* CompanyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E182618AA4900D17AD7 /* CompanyList.swift */; }; 13 950D0E192618AA4900D17AD7 /* CompanyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E182618AA4900D17AD7 /* CompanyList.swift */; };
12 950D0E292618AEC800D17AD7 /* SearchedCompanyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */; }; 14 950D0E292618AEC800D17AD7 /* SearchedCompanyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */; };
13 950D0E2D2618B2B900D17AD7 /* HelpSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E2C2618B2B900D17AD7 /* HelpSheet.swift */; }; 15 950D0E2D2618B2B900D17AD7 /* HelpSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E2C2618B2B900D17AD7 /* HelpSheet.swift */; };
14 950D0E302618B34600D17AD7 /* BlurBackground.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E2F2618B34600D17AD7 /* BlurBackground.swift */; }; 16 950D0E302618B34600D17AD7 /* BlurBackground.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E2F2618B34600D17AD7 /* BlurBackground.swift */; };
15 950D0E332618B44800D17AD7 /* HudManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E322618B44800D17AD7 /* HudManager.swift */; }; 17 950D0E332618B44800D17AD7 /* HudManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E322618B44800D17AD7 /* HudManager.swift */; };
55 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5C2612169200A67EFA /* LineShape.swift */; }; 57 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5C2612169200A67EFA /* LineShape.swift */; };
56 95ECCA60261216D500A67EFA /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5F261216D500A67EFA /* LineView.swift */; }; 58 95ECCA60261216D500A67EFA /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5F261216D500A67EFA /* LineView.swift */; };
57 95FBE0DC2619CA7200440386 /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FBE0DB2619CA7200440386 /* ProfileView.swift */; }; 59 95FBE0DC2619CA7200440386 /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FBE0DB2619CA7200440386 /* ProfileView.swift */; };
58 /* End PBXBuildFile section */ 60 /* End PBXBuildFile section */
59 61
62 /* Begin PBXContainerItemProxy section */
63 950C57152629EF9100F234FE /* PBXContainerItemProxy */ = {
64 isa = PBXContainerItemProxy;
65 containerPortal = 95672B8325DDA54700DCBE4A /* Project object */;
66 proxyType = 1;
67 remoteGlobalIDString = 95672B8A25DDA54700DCBE4A;
68 remoteInfo = LazyBear;
69 };
70 950C57252629EFC200F234FE /* PBXContainerItemProxy */ = {
71 isa = PBXContainerItemProxy;
72 containerPortal = 95672B8325DDA54700DCBE4A /* Project object */;
73 proxyType = 1;
74 remoteGlobalIDString = 95672B8A25DDA54700DCBE4A;
75 remoteInfo = LazyBear;
76 };
77 /* End PBXContainerItemProxy section */
78
60 /* Begin PBXFileReference section */ 79 /* Begin PBXFileReference section */
61 950C36E2260FB6180081CF53 /* HapticsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HapticsManager.swift; sourceTree = "<group>"; }; 80 950C36E2260FB6180081CF53 /* HapticsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HapticsManager.swift; sourceTree = "<group>"; };
81 950C57102629EF9100F234FE /* LazyBearTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LazyBearTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
82 950C57122629EF9100F234FE /* LazyBearTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearTests.swift; sourceTree = "<group>"; };
83 950C57142629EF9100F234FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
84 950C57202629EFC200F234FE /* LazyBearUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LazyBearUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
85 950C57222629EFC200F234FE /* LazyBearUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearUITests.swift; sourceTree = "<group>"; };
86 950C57242629EFC200F234FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
87 950C572D2629F03A00F234FE /* LazyBear.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = LazyBear.xctestplan; path = LazyBear.xcodeproj/LazyBear.xctestplan; sourceTree = "<group>"; };
62 950D0E182618AA4900D17AD7 /* CompanyList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyList.swift; sourceTree = "<group>"; }; 88 950D0E182618AA4900D17AD7 /* CompanyList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyList.swift; sourceTree = "<group>"; };
63 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchedCompanyItem.swift; sourceTree = "<group>"; }; 89 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchedCompanyItem.swift; sourceTree = "<group>"; };
64 950D0E2C2618B2B900D17AD7 /* HelpSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelpSheet.swift; sourceTree = "<group>"; }; 90 950D0E2C2618B2B900D17AD7 /* HelpSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelpSheet.swift; sourceTree = "<group>"; };
65 950D0E2F2618B34600D17AD7 /* BlurBackground.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlurBackground.swift; sourceTree = "<group>"; }; 91 950D0E2F2618B34600D17AD7 /* BlurBackground.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlurBackground.swift; sourceTree = "<group>"; };
66 950D0E322618B44800D17AD7 /* HudManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HudManager.swift; sourceTree = "<group>"; }; 92 950D0E322618B44800D17AD7 /* HudManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HudManager.swift; sourceTree = "<group>"; };
109 95ECCA5F261216D500A67EFA /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; }; 135 95ECCA5F261216D500A67EFA /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; };
110 95FBE0DB2619CA7200440386 /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; }; 136 95FBE0DB2619CA7200440386 /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; };
111 /* End PBXFileReference section */ 137 /* End PBXFileReference section */
112 138
113 /* Begin PBXFrameworksBuildPhase section */ 139 /* Begin PBXFrameworksBuildPhase section */
140 950C570D2629EF9100F234FE /* Frameworks */ = {
141 isa = PBXFrameworksBuildPhase;
142 buildActionMask = 2147483647;
143 files = (
144 );
145 runOnlyForDeploymentPostprocessing = 0;
146 };
147 950C571D2629EFC200F234FE /* Frameworks */ = {
148 isa = PBXFrameworksBuildPhase;
149 buildActionMask = 2147483647;
150 files = (
151 );
152 runOnlyForDeploymentPostprocessing = 0;
153 };
114 95672B8825DDA54700DCBE4A /* Frameworks */ = { 154 95672B8825DDA54700DCBE4A /* Frameworks */ = {
115 isa = PBXFrameworksBuildPhase; 155 isa = PBXFrameworksBuildPhase;
116 buildActionMask = 2147483647; 156 buildActionMask = 2147483647;
117 files = ( 157 files = (
118 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */, 158 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */,
121 runOnlyForDeploymentPostprocessing = 0; 161 runOnlyForDeploymentPostprocessing = 0;
122 }; 162 };
123 /* End PBXFrameworksBuildPhase section */ 163 /* End PBXFrameworksBuildPhase section */
124 164
125 /* Begin PBXGroup section */ 165 /* Begin PBXGroup section */
166 950C57112629EF9100F234FE /* LazyBearTests */ = {
167 isa = PBXGroup;
168 children = (
169 950C57122629EF9100F234FE /* LazyBearTests.swift */,
170 950C57142629EF9100F234FE /* Info.plist */,
171 );
172 path = LazyBearTests;
173 sourceTree = "<group>";
174 };
175 950C57212629EFC200F234FE /* LazyBearUITests */ = {
176 isa = PBXGroup;
177 children = (
178 950C57222629EFC200F234FE /* LazyBearUITests.swift */,
179 950C57242629EFC200F234FE /* Info.plist */,
180 );
181 path = LazyBearUITests;
182 sourceTree = "<group>";
183 };
126 950D0E272618AEBB00D17AD7 /* Helpers */ = { 184 950D0E272618AEBB00D17AD7 /* Helpers */ = {
127 isa = PBXGroup; 185 isa = PBXGroup;
128 children = ( 186 children = (
129 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */, 187 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */,
130 950D0E2C2618B2B900D17AD7 /* HelpSheet.swift */, 188 950D0E2C2618B2B900D17AD7 /* HelpSheet.swift */,
136 isa = PBXGroup; 194 isa = PBXGroup;
137 children = ( 195 children = (
138 951490542610BD2B00BDEEB5 /* WelcomeView.swift */, 196 951490542610BD2B00BDEEB5 /* WelcomeView.swift */,
139 ); 197 );
140 path = Welcome; 198 path = Welcome;
141 sourceTree = "<group>";
142 };
143 95201A36260CAD36007D5300 /* Tests */ = {
144 isa = PBXGroup;
145 children = (
146 );
147 path = Tests;
148 sourceTree = "<group>"; 199 sourceTree = "<group>";
149 }; 200 };
150 952045132610C7A200A76362 /* Global functions */ = { 201 952045132610C7A200A76362 /* Global functions */ = {
151 isa = PBXGroup; 202 isa = PBXGroup;
152 children = ( 203 children = (
214 sourceTree = "<group>"; 265 sourceTree = "<group>";
215 }; 266 };
216 95672B8225DDA54700DCBE4A = { 267 95672B8225DDA54700DCBE4A = {
217 isa = PBXGroup; 268 isa = PBXGroup;
218 children = ( 269 children = (
270 950C572D2629F03A00F234FE /* LazyBear.xctestplan */,
219 95672B8D25DDA54700DCBE4A /* LazyBear */, 271 95672B8D25DDA54700DCBE4A /* LazyBear */,
272 950C57112629EF9100F234FE /* LazyBearTests */,
273 950C57212629EFC200F234FE /* LazyBearUITests */,
220 95672B8C25DDA54700DCBE4A /* Products */, 274 95672B8C25DDA54700DCBE4A /* Products */,
221 958A735025E0170900FD7ECA /* Frameworks */, 275 958A735025E0170900FD7ECA /* Frameworks */,
222 ); 276 );
223 sourceTree = "<group>"; 277 sourceTree = "<group>";
224 }; 278 };
225 95672B8C25DDA54700DCBE4A /* Products */ = { 279 95672B8C25DDA54700DCBE4A /* Products */ = {
226 isa = PBXGroup; 280 isa = PBXGroup;
227 children = ( 281 children = (
228 95672B8B25DDA54700DCBE4A /* LazyBear.app */, 282 95672B8B25DDA54700DCBE4A /* LazyBear.app */,
283 950C57102629EF9100F234FE /* LazyBearTests.xctest */,
284 950C57202629EFC200F234FE /* LazyBearUITests.xctest */,
229 ); 285 );
230 name = Products; 286 name = Products;
231 sourceTree = "<group>"; 287 sourceTree = "<group>";
232 }; 288 };
233 95672B8D25DDA54700DCBE4A /* LazyBear */ = { 289 95672B8D25DDA54700DCBE4A /* LazyBear */ = {
244 950D0E322618B44800D17AD7 /* HudManager.swift */, 300 950D0E322618B44800D17AD7 /* HudManager.swift */,
245 95B1874925DDAC4D0068A364 /* Views */, 301 95B1874925DDAC4D0068A364 /* Views */,
246 952045132610C7A200A76362 /* Global functions */, 302 952045132610C7A200A76362 /* Global functions */,
247 954D7E9D260BBA5200A13C50 /* Global Models */, 303 954D7E9D260BBA5200A13C50 /* Global Models */,
248 9523ED402615BD93006D3D6F /* Resources */, 304 9523ED402615BD93006D3D6F /* Resources */,
249 95201A36260CAD36007D5300 /* Tests */,
250 95672B9425DDA54700DCBE4A /* Preview Content */, 305 95672B9425DDA54700DCBE4A /* Preview Content */,
251 ); 306 );
252 path = LazyBear; 307 path = LazyBear;
253 sourceTree = "<group>"; 308 sourceTree = "<group>";
254 }; 309 };
340 sourceTree = "<group>"; 395 sourceTree = "<group>";
341 }; 396 };
342 /* End PBXGroup section */ 397 /* End PBXGroup section */
343 398
344 /* Begin PBXNativeTarget section */ 399 /* Begin PBXNativeTarget section */
400 950C570F2629EF9100F234FE /* LazyBearTests */ = {
401 isa = PBXNativeTarget;
402 buildConfigurationList = 950C57172629EF9100F234FE /* Build configuration list for PBXNativeTarget "LazyBearTests" */;
403 buildPhases = (
404 950C570C2629EF9100F234FE /* Sources */,
405 950C570D2629EF9100F234FE /* Frameworks */,
406 950C570E2629EF9100F234FE /* Resources */,
407 );
408 buildRules = (
409 );
410 dependencies = (
411 950C57162629EF9100F234FE /* PBXTargetDependency */,
412 );
413 name = LazyBearTests;
414 productName = LazyBearTests;
415 productReference = 950C57102629EF9100F234FE /* LazyBearTests.xctest */;
416 productType = "com.apple.product-type.bundle.unit-test";
417 };
418 950C571F2629EFC200F234FE /* LazyBearUITests */ = {
419 isa = PBXNativeTarget;
420 buildConfigurationList = 950C57272629EFC200F234FE /* Build configuration list for PBXNativeTarget "LazyBearUITests" */;
421 buildPhases = (
422 950C571C2629EFC200F234FE /* Sources */,
423 950C571D2629EFC200F234FE /* Frameworks */,
424 950C571E2629EFC200F234FE /* Resources */,
425 );
426 buildRules = (
427 );
428 dependencies = (
429 950C57262629EFC200F234FE /* PBXTargetDependency */,
430 );
431 name = LazyBearUITests;
432 productName = LazyBearUITests;
433 productReference = 950C57202629EFC200F234FE /* LazyBearUITests.xctest */;
434 productType = "com.apple.product-type.bundle.ui-testing";
435 };
345 95672B8A25DDA54700DCBE4A /* LazyBear */ = { 436 95672B8A25DDA54700DCBE4A /* LazyBear */ = {
346 isa = PBXNativeTarget; 437 isa = PBXNativeTarget;
347 buildConfigurationList = 95672B9F25DDA54800DCBE4A /* Build configuration list for PBXNativeTarget "LazyBear" */; 438 buildConfigurationList = 95672B9F25DDA54800DCBE4A /* Build configuration list for PBXNativeTarget "LazyBear" */;
348 buildPhases = ( 439 buildPhases = (
349 95672B8725DDA54700DCBE4A /* Sources */, 440 95672B8725DDA54700DCBE4A /* Sources */,
369 isa = PBXProject; 460 isa = PBXProject;
370 attributes = { 461 attributes = {
371 LastSwiftUpdateCheck = 1240; 462 LastSwiftUpdateCheck = 1240;
372 LastUpgradeCheck = 1240; 463 LastUpgradeCheck = 1240;
373 TargetAttributes = { 464 TargetAttributes = {
465 950C570F2629EF9100F234FE = {
466 CreatedOnToolsVersion = 12.4;
467 TestTargetID = 95672B8A25DDA54700DCBE4A;
468 };
469 950C571F2629EFC200F234FE = {
470 CreatedOnToolsVersion = 12.4;
471 TestTargetID = 95672B8A25DDA54700DCBE4A;
472 };
374 95672B8A25DDA54700DCBE4A = { 473 95672B8A25DDA54700DCBE4A = {
375 CreatedOnToolsVersion = 12.4; 474 CreatedOnToolsVersion = 12.4;
376 }; 475 };
377 }; 476 };
378 }; 477 };
391 productRefGroup = 95672B8C25DDA54700DCBE4A /* Products */; 490 productRefGroup = 95672B8C25DDA54700DCBE4A /* Products */;
392 projectDirPath = ""; 491 projectDirPath = "";
393 projectRoot = ""; 492 projectRoot = "";
394 targets = ( 493 targets = (
395 95672B8A25DDA54700DCBE4A /* LazyBear */, 494 95672B8A25DDA54700DCBE4A /* LazyBear */,
495 950C570F2629EF9100F234FE /* LazyBearTests */,
496 950C571F2629EFC200F234FE /* LazyBearUITests */,
396 ); 497 );
397 }; 498 };
398 /* End PBXProject section */ 499 /* End PBXProject section */
399 500
400 /* Begin PBXResourcesBuildPhase section */ 501 /* Begin PBXResourcesBuildPhase section */
502 950C570E2629EF9100F234FE /* Resources */ = {
503 isa = PBXResourcesBuildPhase;
504 buildActionMask = 2147483647;
505 files = (
506 );
507 runOnlyForDeploymentPostprocessing = 0;
508 };
509 950C571E2629EFC200F234FE /* Resources */ = {
510 isa = PBXResourcesBuildPhase;
511 buildActionMask = 2147483647;
512 files = (
513 );
514 runOnlyForDeploymentPostprocessing = 0;
515 };
401 95672B8925DDA54700DCBE4A /* Resources */ = { 516 95672B8925DDA54700DCBE4A /* Resources */ = {
402 isa = PBXResourcesBuildPhase; 517 isa = PBXResourcesBuildPhase;
403 buildActionMask = 2147483647; 518 buildActionMask = 2147483647;
404 files = ( 519 files = (
405 95672B9625DDA54700DCBE4A /* Preview Assets.xcassets in Resources */, 520 95672B9625DDA54700DCBE4A /* Preview Assets.xcassets in Resources */,
409 runOnlyForDeploymentPostprocessing = 0; 524 runOnlyForDeploymentPostprocessing = 0;
410 }; 525 };
411 /* End PBXResourcesBuildPhase section */ 526 /* End PBXResourcesBuildPhase section */
412 527
413 /* Begin PBXSourcesBuildPhase section */ 528 /* Begin PBXSourcesBuildPhase section */
529 950C570C2629EF9100F234FE /* Sources */ = {
530 isa = PBXSourcesBuildPhase;
531 buildActionMask = 2147483647;
532 files = (
533 950C57132629EF9100F234FE /* LazyBearTests.swift in Sources */,
534 );
535 runOnlyForDeploymentPostprocessing = 0;
536 };
537 950C571C2629EFC200F234FE /* Sources */ = {
538 isa = PBXSourcesBuildPhase;
539 buildActionMask = 2147483647;
540 files = (
541 950C57232629EFC200F234FE /* LazyBearUITests.swift in Sources */,
542 );
543 runOnlyForDeploymentPostprocessing = 0;
544 };
414 95672B8725DDA54700DCBE4A /* Sources */ = { 545 95672B8725DDA54700DCBE4A /* Sources */ = {
415 isa = PBXSourcesBuildPhase; 546 isa = PBXSourcesBuildPhase;
416 buildActionMask = 2147483647; 547 buildActionMask = 2147483647;
417 files = ( 548 files = (
418 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */, 549 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */,
461 ); 592 );
462 runOnlyForDeploymentPostprocessing = 0; 593 runOnlyForDeploymentPostprocessing = 0;
463 }; 594 };
464 /* End PBXSourcesBuildPhase section */ 595 /* End PBXSourcesBuildPhase section */
465 596
597 /* Begin PBXTargetDependency section */
598 950C57162629EF9100F234FE /* PBXTargetDependency */ = {
599 isa = PBXTargetDependency;
600 target = 95672B8A25DDA54700DCBE4A /* LazyBear */;
601 targetProxy = 950C57152629EF9100F234FE /* PBXContainerItemProxy */;
602 };
603 950C57262629EFC200F234FE /* PBXTargetDependency */ = {
604 isa = PBXTargetDependency;
605 target = 95672B8A25DDA54700DCBE4A /* LazyBear */;
606 targetProxy = 950C57252629EFC200F234FE /* PBXContainerItemProxy */;
607 };
608 /* End PBXTargetDependency section */
609
466 /* Begin XCBuildConfiguration section */ 610 /* Begin XCBuildConfiguration section */
611 950C57182629EF9100F234FE /* Debug */ = {
612 isa = XCBuildConfiguration;
613 buildSettings = {
614 BUNDLE_LOADER = "$(TEST_HOST)";
615 CODE_SIGN_STYLE = Automatic;
616 DEVELOPMENT_TEAM = MTX83R5H8X;
617 INFOPLIST_FILE = LazyBearTests/Info.plist;
618 LD_RUNPATH_SEARCH_PATHS = (
619 "$(inherited)",
620 "@executable_path/Frameworks",
621 "@loader_path/Frameworks",
622 );
623 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.LazyBearTests;
624 PRODUCT_NAME = "$(TARGET_NAME)";
625 SWIFT_VERSION = 5.0;
626 TARGETED_DEVICE_FAMILY = "1,2";
627 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LazyBear.app/LazyBear";
628 };
629 name = Debug;
630 };
631 950C57192629EF9100F234FE /* Release */ = {
632 isa = XCBuildConfiguration;
633 buildSettings = {
634 BUNDLE_LOADER = "$(TEST_HOST)";
635 CODE_SIGN_STYLE = Automatic;
636 DEVELOPMENT_TEAM = MTX83R5H8X;
637 INFOPLIST_FILE = LazyBearTests/Info.plist;
638 LD_RUNPATH_SEARCH_PATHS = (
639 "$(inherited)",
640 "@executable_path/Frameworks",
641 "@loader_path/Frameworks",
642 );
643 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.LazyBearTests;
644 PRODUCT_NAME = "$(TARGET_NAME)";
645 SWIFT_VERSION = 5.0;
646 TARGETED_DEVICE_FAMILY = "1,2";
647 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LazyBear.app/LazyBear";
648 };
649 name = Release;
650 };
651 950C57282629EFC200F234FE /* Debug */ = {
652 isa = XCBuildConfiguration;
653 buildSettings = {
654 CODE_SIGN_STYLE = Automatic;
655 DEVELOPMENT_TEAM = MTX83R5H8X;
656 INFOPLIST_FILE = LazyBearUITests/Info.plist;
657 LD_RUNPATH_SEARCH_PATHS = (
658 "$(inherited)",
659 "@executable_path/Frameworks",
660 "@loader_path/Frameworks",
661 );
662 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.LazyBearUITests;
663 PRODUCT_NAME = "$(TARGET_NAME)";
664 SWIFT_VERSION = 5.0;
665 TARGETED_DEVICE_FAMILY = "1,2";
666 TEST_TARGET_NAME = LazyBear;
667 };
668 name = Debug;
669 };
670 950C57292629EFC200F234FE /* Release */ = {
671 isa = XCBuildConfiguration;
672 buildSettings = {
673 CODE_SIGN_STYLE = Automatic;
674 DEVELOPMENT_TEAM = MTX83R5H8X;
675 INFOPLIST_FILE = LazyBearUITests/Info.plist;
676 LD_RUNPATH_SEARCH_PATHS = (
677 "$(inherited)",
678 "@executable_path/Frameworks",
679 "@loader_path/Frameworks",
680 );
681 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.LazyBearUITests;
682 PRODUCT_NAME = "$(TARGET_NAME)";
683 SWIFT_VERSION = 5.0;
684 TARGETED_DEVICE_FAMILY = "1,2";
685 TEST_TARGET_NAME = LazyBear;
686 };
687 name = Release;
688 };
467 95672B9D25DDA54800DCBE4A /* Debug */ = { 689 95672B9D25DDA54800DCBE4A /* Debug */ = {
468 isa = XCBuildConfiguration; 690 isa = XCBuildConfiguration;
469 buildSettings = { 691 buildSettings = {
470 ALWAYS_SEARCH_USER_PATHS = NO; 692 ALWAYS_SEARCH_USER_PATHS = NO;
471 CLANG_ANALYZER_NONNULL = YES; 693 CLANG_ANALYZER_NONNULL = YES;
631 name = Release; 853 name = Release;
632 }; 854 };
633 /* End XCBuildConfiguration section */ 855 /* End XCBuildConfiguration section */
634 856
635 /* Begin XCConfigurationList section */ 857 /* Begin XCConfigurationList section */
858 950C57172629EF9100F234FE /* Build configuration list for PBXNativeTarget "LazyBearTests" */ = {
859 isa = XCConfigurationList;
860 buildConfigurations = (
861 950C57182629EF9100F234FE /* Debug */,
862 950C57192629EF9100F234FE /* Release */,
863 );
864 defaultConfigurationIsVisible = 0;
865 defaultConfigurationName = Release;
866 };
867 950C57272629EFC200F234FE /* Build configuration list for PBXNativeTarget "LazyBearUITests" */ = {
868 isa = XCConfigurationList;
869 buildConfigurations = (
870 950C57282629EFC200F234FE /* Debug */,
871 950C57292629EFC200F234FE /* Release */,
872 );
873 defaultConfigurationIsVisible = 0;
874 defaultConfigurationName = Release;
875 };
636 95672B8625DDA54700DCBE4A /* Build configuration list for PBXProject "LazyBear" */ = { 876 95672B8625DDA54700DCBE4A /* Build configuration list for PBXProject "LazyBear" */ = {
637 isa = XCConfigurationList; 877 isa = XCConfigurationList;
638 buildConfigurations = ( 878 buildConfigurations = (
639 95672B9D25DDA54800DCBE4A /* Debug */, 879 95672B9D25DDA54800DCBE4A /* Debug */,
640 95672B9E25DDA54800DCBE4A /* Release */, 880 95672B9E25DDA54800DCBE4A /* Release */,