|
11 | 11 | B917D32620B0DE2000728EE0 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B917D32520B0DE2000728EE0 /* main.swift */; };
|
12 | 12 | B95788861F6FB9470003EB01 /* TestNSNumberBridging.swift in Sources */ = {isa = PBXBuildFile; fileRef = B95788851F6FB9470003EB01 /* TestNSNumberBridging.swift */; };
|
13 | 13 | B987C65E2093C8AF0026B50D /* TestImports.swift in Sources */ = {isa = PBXBuildFile; fileRef = B987C65D2093C8AF0026B50D /* TestImports.swift */; };
|
14 |
| - B9C89ED21F6BF67C00087AF4 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9C89ED11F6BF67C00087AF4 /* XCTest.framework */; }; |
15 | 14 | B9C89F361F6BF89C00087AF4 /* TestScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C89EE61F6BF88F00087AF4 /* TestScanner.swift */; };
|
16 | 15 | B9C89F371F6BF89C00087AF4 /* TestNSValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C89EE71F6BF88F00087AF4 /* TestNSValue.swift */; };
|
17 | 16 | B9C89F381F6BF89C00087AF4 /* TestUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C89EE81F6BF88F00087AF4 /* TestUtils.swift */; };
|
|
109 | 108 | B9C89FCC1F6DCAEB00087AF4 /* NSKeyedUnarchiver-NotificationTest.plist in Resources */ = {isa = PBXBuildFile; fileRef = B9C89FB71F6DCAEB00087AF4 /* NSKeyedUnarchiver-NotificationTest.plist */; };
|
110 | 109 | B9C89FCD1F6DCAEB00087AF4 /* PropertyList-1.0.dtd in Resources */ = {isa = PBXBuildFile; fileRef = B9C89FB81F6DCAEB00087AF4 /* PropertyList-1.0.dtd */; };
|
111 | 110 | B9C89FCE1F6DCAEB00087AF4 /* Test.plist in Resources */ = {isa = PBXBuildFile; fileRef = B9C89FB91F6DCAEB00087AF4 /* Test.plist */; };
|
112 |
| - B9F3269F1FC714DD003C3599 /* DarwinShims.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9F3269E1FC714DD003C3599 /* DarwinShims.swift */; }; |
| 111 | + B9F137A120B998D0000B7577 /* xdgTestHelper in CopyFiles */ = {isa = PBXBuildFile; fileRef = B917D31C20B0DB8B00728EE0 /* xdgTestHelper */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
113 | 112 | B9F326A01FC714DD003C3599 /* DarwinShims.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9F3269E1FC714DD003C3599 /* DarwinShims.swift */; };
|
114 | 113 | /* End PBXBuildFile section */
|
115 | 114 |
|
| 115 | +/* Begin PBXContainerItemProxy section */ |
| 116 | + B9F1379E20B9984F000B7577 /* PBXContainerItemProxy */ = { |
| 117 | + isa = PBXContainerItemProxy; |
| 118 | + containerPortal = B9C89EB91F6BF47D00087AF4 /* Project object */; |
| 119 | + proxyType = 1; |
| 120 | + remoteGlobalIDString = B917D31B20B0DB8B00728EE0; |
| 121 | + remoteInfo = xdgTestHelper; |
| 122 | + }; |
| 123 | +/* End PBXContainerItemProxy section */ |
| 124 | + |
116 | 125 | /* Begin PBXCopyFilesBuildPhase section */
|
117 | 126 | B917D31A20B0DB8B00728EE0 /* CopyFiles */ = {
|
118 | 127 | isa = PBXCopyFilesBuildPhase;
|
|
123 | 132 | );
|
124 | 133 | runOnlyForDeploymentPostprocessing = 1;
|
125 | 134 | };
|
126 |
| - B9C89EBF1F6BF47D00087AF4 /* CopyFiles */ = { |
| 135 | + B9F137A020B998C0000B7577 /* CopyFiles */ = { |
127 | 136 | isa = PBXCopyFilesBuildPhase;
|
128 |
| - buildActionMask = 12; |
129 |
| - dstPath = usr/share/man/man1; |
130 |
| - dstSubfolderSpec = 7; |
| 137 | + buildActionMask = 2147483647; |
| 138 | + dstPath = ""; |
| 139 | + dstSubfolderSpec = 6; |
131 | 140 | files = (
|
| 141 | + B9F137A120B998D0000B7577 /* xdgTestHelper in CopyFiles */, |
132 | 142 | );
|
133 | 143 | runOnlyForDeploymentPostprocessing = 0;
|
134 | 144 | };
|
|
140 | 150 | B917D32520B0DE2000728EE0 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = main.swift; path = TestFoundation/xdgTestHelper/main.swift; sourceTree = "<group>"; };
|
141 | 151 | B95788851F6FB9470003EB01 /* TestNSNumberBridging.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNSNumberBridging.swift; path = TestFoundation/TestNSNumberBridging.swift; sourceTree = "<group>"; };
|
142 | 152 | B987C65D2093C8AF0026B50D /* TestImports.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestImports.swift; path = TestFoundation/TestImports.swift; sourceTree = "<group>"; };
|
143 |
| - B9C89EC11F6BF47D00087AF4 /* DarwinCompatibilityTests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = DarwinCompatibilityTests; sourceTree = BUILT_PRODUCTS_DIR; }; |
144 | 153 | B9C89ED11F6BF67C00087AF4 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
145 | 154 | B9C89ED71F6BF77E00087AF4 /* DarwinCompatibilityTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DarwinCompatibilityTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
146 | 155 | B9C89EDB1F6BF77E00087AF4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
255 | 264 | );
|
256 | 265 | runOnlyForDeploymentPostprocessing = 0;
|
257 | 266 | };
|
258 |
| - B9C89EBE1F6BF47D00087AF4 /* Frameworks */ = { |
259 |
| - isa = PBXFrameworksBuildPhase; |
260 |
| - buildActionMask = 2147483647; |
261 |
| - files = ( |
262 |
| - B9C89ED21F6BF67C00087AF4 /* XCTest.framework in Frameworks */, |
263 |
| - ); |
264 |
| - runOnlyForDeploymentPostprocessing = 0; |
265 |
| - }; |
266 | 267 | B9C89ED41F6BF77E00087AF4 /* Frameworks */ = {
|
267 | 268 | isa = PBXFrameworksBuildPhase;
|
268 | 269 | buildActionMask = 2147483647;
|
|
394 | 395 | B9C89EC21F6BF47D00087AF4 /* Products */ = {
|
395 | 396 | isa = PBXGroup;
|
396 | 397 | children = (
|
397 |
| - B9C89EC11F6BF47D00087AF4 /* DarwinCompatibilityTests */, |
398 | 398 | B9C89ED71F6BF77E00087AF4 /* DarwinCompatibilityTests.xctest */,
|
399 | 399 | B917D31C20B0DB8B00728EE0 /* xdgTestHelper */,
|
400 | 400 | );
|
|
440 | 440 | productReference = B917D31C20B0DB8B00728EE0 /* xdgTestHelper */;
|
441 | 441 | productType = "com.apple.product-type.tool";
|
442 | 442 | };
|
443 |
| - B9C89EC01F6BF47D00087AF4 /* DarwinCompatibilityTests */ = { |
444 |
| - isa = PBXNativeTarget; |
445 |
| - buildConfigurationList = B9C89EC81F6BF47D00087AF4 /* Build configuration list for PBXNativeTarget "DarwinCompatibilityTests" */; |
446 |
| - buildPhases = ( |
447 |
| - B9C89EBD1F6BF47D00087AF4 /* Sources */, |
448 |
| - B9C89EBE1F6BF47D00087AF4 /* Frameworks */, |
449 |
| - B9C89EBF1F6BF47D00087AF4 /* CopyFiles */, |
450 |
| - ); |
451 |
| - buildRules = ( |
452 |
| - ); |
453 |
| - dependencies = ( |
454 |
| - ); |
455 |
| - name = DarwinCompatibilityTests; |
456 |
| - productName = DarwinCompatibilityTests; |
457 |
| - productReference = B9C89EC11F6BF47D00087AF4 /* DarwinCompatibilityTests */; |
458 |
| - productType = "com.apple.product-type.tool"; |
459 |
| - }; |
460 | 443 | B9C89ED61F6BF77E00087AF4 /* DarwinCompatibilityTests */ = {
|
461 | 444 | isa = PBXNativeTarget;
|
462 | 445 | buildConfigurationList = B9C89EDC1F6BF77E00087AF4 /* Build configuration list for PBXNativeTarget "DarwinCompatibilityTests" */;
|
463 | 446 | buildPhases = (
|
464 | 447 | B9C89ED31F6BF77E00087AF4 /* Sources */,
|
465 | 448 | B9C89ED41F6BF77E00087AF4 /* Frameworks */,
|
466 | 449 | B9C89ED51F6BF77E00087AF4 /* Resources */,
|
| 450 | + B9F137A020B998C0000B7577 /* CopyFiles */, |
467 | 451 | );
|
468 | 452 | buildRules = (
|
469 | 453 | );
|
470 | 454 | dependencies = (
|
| 455 | + B9F1379F20B9984F000B7577 /* PBXTargetDependency */, |
471 | 456 | );
|
472 | 457 | name = DarwinCompatibilityTests;
|
473 | 458 | productName = DarwinCompatibilityTests;
|
|
488 | 473 | CreatedOnToolsVersion = 9.3.1;
|
489 | 474 | ProvisioningStyle = Automatic;
|
490 | 475 | };
|
491 |
| - B9C89EC01F6BF47D00087AF4 = { |
492 |
| - CreatedOnToolsVersion = 9.0; |
493 |
| - LastSwiftMigration = 0910; |
494 |
| - ProvisioningStyle = Automatic; |
495 |
| - }; |
496 | 476 | B9C89ED61F6BF77E00087AF4 = {
|
497 | 477 | CreatedOnToolsVersion = 9.0;
|
498 | 478 | ProvisioningStyle = Automatic;
|
|
511 | 491 | projectDirPath = "";
|
512 | 492 | projectRoot = "";
|
513 | 493 | targets = (
|
514 |
| - B9C89EC01F6BF47D00087AF4 /* DarwinCompatibilityTests */, |
515 | 494 | B9C89ED61F6BF77E00087AF4 /* DarwinCompatibilityTests */,
|
516 | 495 | B917D31B20B0DB8B00728EE0 /* xdgTestHelper */,
|
517 | 496 | );
|
|
558 | 537 | );
|
559 | 538 | runOnlyForDeploymentPostprocessing = 0;
|
560 | 539 | };
|
561 |
| - B9C89EBD1F6BF47D00087AF4 /* Sources */ = { |
562 |
| - isa = PBXSourcesBuildPhase; |
563 |
| - buildActionMask = 2147483647; |
564 |
| - files = ( |
565 |
| - B9F3269F1FC714DD003C3599 /* DarwinShims.swift in Sources */, |
566 |
| - ); |
567 |
| - runOnlyForDeploymentPostprocessing = 0; |
568 |
| - }; |
569 | 540 | B9C89ED31F6BF77E00087AF4 /* Sources */ = {
|
570 | 541 | isa = PBXSourcesBuildPhase;
|
571 | 542 | buildActionMask = 2147483647;
|
|
654 | 625 | };
|
655 | 626 | /* End PBXSourcesBuildPhase section */
|
656 | 627 |
|
| 628 | +/* Begin PBXTargetDependency section */ |
| 629 | + B9F1379F20B9984F000B7577 /* PBXTargetDependency */ = { |
| 630 | + isa = PBXTargetDependency; |
| 631 | + target = B917D31B20B0DB8B00728EE0 /* xdgTestHelper */; |
| 632 | + targetProxy = B9F1379E20B9984F000B7577 /* PBXContainerItemProxy */; |
| 633 | + }; |
| 634 | +/* End PBXTargetDependency section */ |
| 635 | + |
657 | 636 | /* Begin XCBuildConfiguration section */
|
658 | 637 | B917D32020B0DB8B00728EE0 /* Debug */ = {
|
659 | 638 | isa = XCBuildConfiguration;
|
|
789 | 768 | };
|
790 | 769 | name = Release;
|
791 | 770 | };
|
792 |
| - B9C89EC91F6BF47D00087AF4 /* Debug */ = { |
793 |
| - isa = XCBuildConfiguration; |
794 |
| - buildSettings = { |
795 |
| - CLANG_ENABLE_MODULES = YES; |
796 |
| - CODE_SIGN_STYLE = Automatic; |
797 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; |
798 |
| - MACOSX_DEPLOYMENT_TARGET = 10.13; |
799 |
| - OTHER_SWIFT_FLAGS = ""; |
800 |
| - "OTHER_SWIFT_FLAGS[arch=*]" = ""; |
801 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
802 |
| - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
803 |
| - SWIFT_VERSION = 4.0; |
804 |
| - }; |
805 |
| - name = Debug; |
806 |
| - }; |
807 |
| - B9C89ECA1F6BF47D00087AF4 /* Release */ = { |
808 |
| - isa = XCBuildConfiguration; |
809 |
| - buildSettings = { |
810 |
| - CLANG_ENABLE_MODULES = YES; |
811 |
| - CODE_SIGN_STYLE = Automatic; |
812 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; |
813 |
| - MACOSX_DEPLOYMENT_TARGET = 10.13; |
814 |
| - OTHER_SWIFT_FLAGS = ""; |
815 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
816 |
| - SWIFT_VERSION = 4.0; |
817 |
| - }; |
818 |
| - name = Release; |
819 |
| - }; |
820 | 771 | B9C89EDD1F6BF77E00087AF4 /* Debug */ = {
|
821 | 772 | isa = XCBuildConfiguration;
|
822 | 773 | buildSettings = {
|
|
866 | 817 | defaultConfigurationIsVisible = 0;
|
867 | 818 | defaultConfigurationName = Release;
|
868 | 819 | };
|
869 |
| - B9C89EC81F6BF47D00087AF4 /* Build configuration list for PBXNativeTarget "DarwinCompatibilityTests" */ = { |
870 |
| - isa = XCConfigurationList; |
871 |
| - buildConfigurations = ( |
872 |
| - B9C89EC91F6BF47D00087AF4 /* Debug */, |
873 |
| - B9C89ECA1F6BF47D00087AF4 /* Release */, |
874 |
| - ); |
875 |
| - defaultConfigurationIsVisible = 0; |
876 |
| - defaultConfigurationName = Release; |
877 |
| - }; |
878 | 820 | B9C89EDC1F6BF77E00087AF4 /* Build configuration list for PBXNativeTarget "DarwinCompatibilityTests" */ = {
|
879 | 821 | isa = XCConfigurationList;
|
880 | 822 | buildConfigurations = (
|
|
0 commit comments