|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXAggregateTarget section */
|
| 10 | + "SwiftSDL2::SwiftSDL2Demo::ProductTarget" /* SwiftSDL2Demo */ = { |
| 11 | + isa = PBXAggregateTarget; |
| 12 | + buildConfigurationList = OBJ_52 /* Build configuration list for PBXAggregateTarget "SwiftSDL2Demo" */; |
| 13 | + buildPhases = ( |
| 14 | + ); |
| 15 | + dependencies = ( |
| 16 | + OBJ_55 /* PBXTargetDependency */, |
| 17 | + ); |
| 18 | + name = SwiftSDL2Demo; |
| 19 | + productName = SwiftSDL2Demo; |
| 20 | + }; |
10 | 21 | "SwiftSDL2::SwiftSDL2PackageTests::ProductTarget" /* SwiftSDL2PackageTests */ = {
|
11 | 22 | isa = PBXAggregateTarget;
|
12 |
| - buildConfigurationList = OBJ_58 /* Build configuration list for PBXAggregateTarget "SwiftSDL2PackageTests" */; |
| 23 | + buildConfigurationList = OBJ_63 /* Build configuration list for PBXAggregateTarget "SwiftSDL2PackageTests" */; |
13 | 24 | buildPhases = (
|
14 | 25 | );
|
15 | 26 | dependencies = (
|
16 |
| - OBJ_61 /* PBXTargetDependency */, |
| 27 | + OBJ_66 /* PBXTargetDependency */, |
17 | 28 | );
|
18 | 29 | name = SwiftSDL2PackageTests;
|
19 | 30 | productName = SwiftSDL2PackageTests;
|
|
31 | 42 | OBJ_47 /* Texture.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* Texture.swift */; };
|
32 | 43 | OBJ_48 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* Util.swift */; };
|
33 | 44 | OBJ_49 /* Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_18 /* Window.swift */; };
|
34 |
| - OBJ_56 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; }; |
35 |
| - OBJ_67 /* WindowTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* WindowTests.swift */; }; |
36 |
| - OBJ_68 /* XCTestManifests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_22 /* XCTestManifests.swift */; }; |
37 |
| - OBJ_70 /* SwiftSDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftSDL2::SwiftSDL2::Product" /* SwiftSDL2.framework */; }; |
| 45 | + OBJ_61 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; }; |
| 46 | + OBJ_72 /* WindowTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* WindowTests.swift */; }; |
| 47 | + OBJ_73 /* XCTestManifests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_22 /* XCTestManifests.swift */; }; |
| 48 | + OBJ_75 /* SwiftSDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftSDL2::SwiftSDL2::Product" /* SwiftSDL2.framework */; }; |
38 | 49 | /* End PBXBuildFile section */
|
39 | 50 |
|
40 | 51 | /* Begin PBXContainerItemProxy section */
|
41 |
| - A464F8122120173800F81D42 /* PBXContainerItemProxy */ = { |
| 52 | + A4B46D612120753500C4D5B8 /* PBXContainerItemProxy */ = { |
42 | 53 | isa = PBXContainerItemProxy;
|
43 | 54 | containerPortal = OBJ_1 /* Project object */;
|
44 | 55 | proxyType = 1;
|
45 | 56 | remoteGlobalIDString = "SwiftSDL2::SwiftSDL2";
|
46 | 57 | remoteInfo = SwiftSDL2;
|
47 | 58 | };
|
48 |
| - A464F8132120173800F81D42 /* PBXContainerItemProxy */ = { |
| 59 | + A4B46D622120753500C4D5B8 /* PBXContainerItemProxy */ = { |
49 | 60 | isa = PBXContainerItemProxy;
|
50 | 61 | containerPortal = OBJ_1 /* Project object */;
|
51 | 62 | proxyType = 1;
|
52 | 63 | remoteGlobalIDString = "SwiftSDL2::SwiftSDL2";
|
53 | 64 | remoteInfo = SwiftSDL2;
|
54 | 65 | };
|
55 |
| - A464F8142120173900F81D42 /* PBXContainerItemProxy */ = { |
| 66 | + A4B46D632120753500C4D5B8 /* PBXContainerItemProxy */ = { |
| 67 | + isa = PBXContainerItemProxy; |
| 68 | + containerPortal = OBJ_1 /* Project object */; |
| 69 | + proxyType = 1; |
| 70 | + remoteGlobalIDString = "SwiftSDL2::Demo"; |
| 71 | + remoteInfo = Demo; |
| 72 | + }; |
| 73 | + A4B46D642120753500C4D5B8 /* PBXContainerItemProxy */ = { |
56 | 74 | isa = PBXContainerItemProxy;
|
57 | 75 | containerPortal = OBJ_1 /* Project object */;
|
58 | 76 | proxyType = 1;
|
|
95 | 113 | );
|
96 | 114 | runOnlyForDeploymentPostprocessing = 0;
|
97 | 115 | };
|
98 |
| - OBJ_69 /* Frameworks */ = { |
| 116 | + OBJ_74 /* Frameworks */ = { |
99 | 117 | isa = PBXFrameworksBuildPhase;
|
100 | 118 | buildActionMask = 0;
|
101 | 119 | files = (
|
102 |
| - OBJ_70 /* SwiftSDL2.framework in Frameworks */, |
| 120 | + OBJ_75 /* SwiftSDL2.framework in Frameworks */, |
103 | 121 | );
|
104 | 122 | runOnlyForDeploymentPostprocessing = 0;
|
105 | 123 | };
|
|
209 | 227 | };
|
210 | 228 | "SwiftSDL2::SwiftPMPackageDescription" /* SwiftSDL2PackageDescription */ = {
|
211 | 229 | isa = PBXNativeTarget;
|
212 |
| - buildConfigurationList = OBJ_52 /* Build configuration list for PBXNativeTarget "SwiftSDL2PackageDescription" */; |
| 230 | + buildConfigurationList = OBJ_57 /* Build configuration list for PBXNativeTarget "SwiftSDL2PackageDescription" */; |
213 | 231 | buildPhases = (
|
214 |
| - OBJ_55 /* Sources */, |
| 232 | + OBJ_60 /* Sources */, |
215 | 233 | );
|
216 | 234 | buildRules = (
|
217 | 235 | );
|
|
239 | 257 | };
|
240 | 258 | "SwiftSDL2::SwiftSDL2Tests" /* SwiftSDL2Tests */ = {
|
241 | 259 | isa = PBXNativeTarget;
|
242 |
| - buildConfigurationList = OBJ_63 /* Build configuration list for PBXNativeTarget "SwiftSDL2Tests" */; |
| 260 | + buildConfigurationList = OBJ_68 /* Build configuration list for PBXNativeTarget "SwiftSDL2Tests" */; |
243 | 261 | buildPhases = (
|
244 |
| - OBJ_66 /* Sources */, |
245 |
| - OBJ_69 /* Frameworks */, |
| 262 | + OBJ_71 /* Sources */, |
| 263 | + OBJ_74 /* Frameworks */, |
246 | 264 | );
|
247 | 265 | buildRules = (
|
248 | 266 | );
|
249 | 267 | dependencies = (
|
250 |
| - OBJ_71 /* PBXTargetDependency */, |
| 268 | + OBJ_76 /* PBXTargetDependency */, |
251 | 269 | );
|
252 | 270 | name = SwiftSDL2Tests;
|
253 | 271 | productName = SwiftSDL2Tests;
|
|
276 | 294 | targets = (
|
277 | 295 | "SwiftSDL2::Demo" /* Demo */,
|
278 | 296 | "SwiftSDL2::SwiftSDL2" /* SwiftSDL2 */,
|
| 297 | + "SwiftSDL2::SwiftSDL2Demo::ProductTarget" /* SwiftSDL2Demo */, |
279 | 298 | "SwiftSDL2::SwiftPMPackageDescription" /* SwiftSDL2PackageDescription */,
|
280 | 299 | "SwiftSDL2::SwiftSDL2PackageTests::ProductTarget" /* SwiftSDL2PackageTests */,
|
281 | 300 | "SwiftSDL2::SwiftSDL2Tests" /* SwiftSDL2Tests */,
|
|
307 | 326 | );
|
308 | 327 | runOnlyForDeploymentPostprocessing = 0;
|
309 | 328 | };
|
310 |
| - OBJ_55 /* Sources */ = { |
| 329 | + OBJ_60 /* Sources */ = { |
311 | 330 | isa = PBXSourcesBuildPhase;
|
312 | 331 | buildActionMask = 0;
|
313 | 332 | files = (
|
314 |
| - OBJ_56 /* Package.swift in Sources */, |
| 333 | + OBJ_61 /* Package.swift in Sources */, |
315 | 334 | );
|
316 | 335 | runOnlyForDeploymentPostprocessing = 0;
|
317 | 336 | };
|
318 |
| - OBJ_66 /* Sources */ = { |
| 337 | + OBJ_71 /* Sources */ = { |
319 | 338 | isa = PBXSourcesBuildPhase;
|
320 | 339 | buildActionMask = 0;
|
321 | 340 | files = (
|
322 |
| - OBJ_67 /* WindowTests.swift in Sources */, |
323 |
| - OBJ_68 /* XCTestManifests.swift in Sources */, |
| 341 | + OBJ_72 /* WindowTests.swift in Sources */, |
| 342 | + OBJ_73 /* XCTestManifests.swift in Sources */, |
324 | 343 | );
|
325 | 344 | runOnlyForDeploymentPostprocessing = 0;
|
326 | 345 | };
|
|
330 | 349 | OBJ_36 /* PBXTargetDependency */ = {
|
331 | 350 | isa = PBXTargetDependency;
|
332 | 351 | target = "SwiftSDL2::SwiftSDL2" /* SwiftSDL2 */;
|
333 |
| - targetProxy = A464F8122120173800F81D42 /* PBXContainerItemProxy */; |
| 352 | + targetProxy = A4B46D612120753500C4D5B8 /* PBXContainerItemProxy */; |
| 353 | + }; |
| 354 | + OBJ_55 /* PBXTargetDependency */ = { |
| 355 | + isa = PBXTargetDependency; |
| 356 | + target = "SwiftSDL2::Demo" /* Demo */; |
| 357 | + targetProxy = A4B46D632120753500C4D5B8 /* PBXContainerItemProxy */; |
334 | 358 | };
|
335 |
| - OBJ_61 /* PBXTargetDependency */ = { |
| 359 | + OBJ_66 /* PBXTargetDependency */ = { |
336 | 360 | isa = PBXTargetDependency;
|
337 | 361 | target = "SwiftSDL2::SwiftSDL2Tests" /* SwiftSDL2Tests */;
|
338 |
| - targetProxy = A464F8142120173900F81D42 /* PBXContainerItemProxy */; |
| 362 | + targetProxy = A4B46D642120753500C4D5B8 /* PBXContainerItemProxy */; |
339 | 363 | };
|
340 |
| - OBJ_71 /* PBXTargetDependency */ = { |
| 364 | + OBJ_76 /* PBXTargetDependency */ = { |
341 | 365 | isa = PBXTargetDependency;
|
342 | 366 | target = "SwiftSDL2::SwiftSDL2" /* SwiftSDL2 */;
|
343 |
| - targetProxy = A464F8132120173800F81D42 /* PBXContainerItemProxy */; |
| 367 | + targetProxy = A4B46D622120753500C4D5B8 /* PBXContainerItemProxy */; |
344 | 368 | };
|
345 | 369 | /* End PBXTargetDependency section */
|
346 | 370 |
|
|
514 | 538 | name = Release;
|
515 | 539 | };
|
516 | 540 | OBJ_53 /* Debug */ = {
|
| 541 | + isa = XCBuildConfiguration; |
| 542 | + buildSettings = { |
| 543 | + }; |
| 544 | + name = Debug; |
| 545 | + }; |
| 546 | + OBJ_54 /* Release */ = { |
| 547 | + isa = XCBuildConfiguration; |
| 548 | + buildSettings = { |
| 549 | + }; |
| 550 | + name = Release; |
| 551 | + }; |
| 552 | + OBJ_58 /* Debug */ = { |
517 | 553 | isa = XCBuildConfiguration;
|
518 | 554 | buildSettings = {
|
519 | 555 | LD = /usr/bin/true;
|
|
522 | 558 | };
|
523 | 559 | name = Debug;
|
524 | 560 | };
|
525 |
| - OBJ_54 /* Release */ = { |
| 561 | + OBJ_59 /* Release */ = { |
526 | 562 | isa = XCBuildConfiguration;
|
527 | 563 | buildSettings = {
|
528 | 564 | LD = /usr/bin/true;
|
|
531 | 567 | };
|
532 | 568 | name = Release;
|
533 | 569 | };
|
534 |
| - OBJ_59 /* Debug */ = { |
| 570 | + OBJ_64 /* Debug */ = { |
535 | 571 | isa = XCBuildConfiguration;
|
536 | 572 | buildSettings = {
|
537 | 573 | };
|
538 | 574 | name = Debug;
|
539 | 575 | };
|
540 |
| - OBJ_60 /* Release */ = { |
| 576 | + OBJ_65 /* Release */ = { |
541 | 577 | isa = XCBuildConfiguration;
|
542 | 578 | buildSettings = {
|
543 | 579 | };
|
544 | 580 | name = Release;
|
545 | 581 | };
|
546 |
| - OBJ_64 /* Debug */ = { |
| 582 | + OBJ_69 /* Debug */ = { |
547 | 583 | isa = XCBuildConfiguration;
|
548 | 584 | buildSettings = {
|
549 | 585 | EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
572 | 608 | };
|
573 | 609 | name = Debug;
|
574 | 610 | };
|
575 |
| - OBJ_65 /* Release */ = { |
| 611 | + OBJ_70 /* Release */ = { |
576 | 612 | isa = XCBuildConfiguration;
|
577 | 613 | buildSettings = {
|
578 | 614 | EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
631 | 667 | defaultConfigurationIsVisible = 0;
|
632 | 668 | defaultConfigurationName = Release;
|
633 | 669 | };
|
634 |
| - OBJ_52 /* Build configuration list for PBXNativeTarget "SwiftSDL2PackageDescription" */ = { |
| 670 | + OBJ_52 /* Build configuration list for PBXAggregateTarget "SwiftSDL2Demo" */ = { |
635 | 671 | isa = XCConfigurationList;
|
636 | 672 | buildConfigurations = (
|
637 | 673 | OBJ_53 /* Debug */,
|
|
640 | 676 | defaultConfigurationIsVisible = 0;
|
641 | 677 | defaultConfigurationName = Release;
|
642 | 678 | };
|
643 |
| - OBJ_58 /* Build configuration list for PBXAggregateTarget "SwiftSDL2PackageTests" */ = { |
| 679 | + OBJ_57 /* Build configuration list for PBXNativeTarget "SwiftSDL2PackageDescription" */ = { |
644 | 680 | isa = XCConfigurationList;
|
645 | 681 | buildConfigurations = (
|
646 |
| - OBJ_59 /* Debug */, |
647 |
| - OBJ_60 /* Release */, |
| 682 | + OBJ_58 /* Debug */, |
| 683 | + OBJ_59 /* Release */, |
648 | 684 | );
|
649 | 685 | defaultConfigurationIsVisible = 0;
|
650 | 686 | defaultConfigurationName = Release;
|
651 | 687 | };
|
652 |
| - OBJ_63 /* Build configuration list for PBXNativeTarget "SwiftSDL2Tests" */ = { |
| 688 | + OBJ_63 /* Build configuration list for PBXAggregateTarget "SwiftSDL2PackageTests" */ = { |
653 | 689 | isa = XCConfigurationList;
|
654 | 690 | buildConfigurations = (
|
655 | 691 | OBJ_64 /* Debug */,
|
|
658 | 694 | defaultConfigurationIsVisible = 0;
|
659 | 695 | defaultConfigurationName = Release;
|
660 | 696 | };
|
| 697 | + OBJ_68 /* Build configuration list for PBXNativeTarget "SwiftSDL2Tests" */ = { |
| 698 | + isa = XCConfigurationList; |
| 699 | + buildConfigurations = ( |
| 700 | + OBJ_69 /* Debug */, |
| 701 | + OBJ_70 /* Release */, |
| 702 | + ); |
| 703 | + defaultConfigurationIsVisible = 0; |
| 704 | + defaultConfigurationName = Release; |
| 705 | + }; |
661 | 706 | /* End XCConfigurationList section */
|
662 | 707 | };
|
663 | 708 | rootObject = OBJ_1 /* Project object */;
|
|
0 commit comments