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