|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 0383A1751D2E558A0052E5D1 /* TestStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0383A1741D2E558A0052E5D1 /* TestStream.swift */; };
|
11 | 11 | 03B6F5841F15F339004F25AF /* TestURLProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03B6F5831F15F339004F25AF /* TestURLProtocol.swift */; };
|
| 12 | + 1513A8432044893F00539722 /* FileManager_XDG.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1513A8422044893F00539722 /* FileManager_XDG.swift */; }; |
12 | 13 | 1520469B1D8AEABE00D02E36 /* HTTPServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1520469A1D8AEABE00D02E36 /* HTTPServer.swift */; };
|
13 | 14 | 153E951120111DC500F250BE /* CFKnownLocations.h in Headers */ = {isa = PBXBuildFile; fileRef = 153E950F20111DC500F250BE /* CFKnownLocations.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
14 | 15 | 153E951220111DC500F250BE /* CFKnownLocations.c in Sources */ = {isa = PBXBuildFile; fileRef = 153E951020111DC500F250BE /* CFKnownLocations.c */; };
|
|
515 | 516 | /* Begin PBXFileReference section */
|
516 | 517 | 0383A1741D2E558A0052E5D1 /* TestStream.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestStream.swift; sourceTree = "<group>"; };
|
517 | 518 | 03B6F5831F15F339004F25AF /* TestURLProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestURLProtocol.swift; sourceTree = "<group>"; };
|
| 519 | + 1513A8422044893F00539722 /* FileManager_XDG.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileManager_XDG.swift; sourceTree = "<group>"; }; |
518 | 520 | 1520469A1D8AEABE00D02E36 /* HTTPServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTTPServer.swift; sourceTree = "<group>"; };
|
519 | 521 | 153E950F20111DC500F250BE /* CFKnownLocations.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CFKnownLocations.h; sourceTree = "<group>"; };
|
520 | 522 | 153E951020111DC500F250BE /* CFKnownLocations.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CFKnownLocations.c; sourceTree = "<group>"; };
|
|
1822 | 1824 | children = (
|
1823 | 1825 | EADE0B5D1BD15DFF00C49C64 /* FileHandle.swift */,
|
1824 | 1826 | EADE0B5E1BD15DFF00C49C64 /* FileManager.swift */,
|
| 1827 | + 1513A8422044893F00539722 /* FileManager_XDG.swift */, |
1825 | 1828 | EADE0B7A1BD15DFF00C49C64 /* Process.swift */,
|
1826 | 1829 | 5BDC3F2F1BCC5DCB00ED97BB /* Bundle.swift */,
|
1827 | 1830 | 5BDC3F411BCC5DCB00ED97BB /* ProcessInfo.swift */,
|
|
2204 | 2207 | );
|
2205 | 2208 | runOnlyForDeploymentPostprocessing = 0;
|
2206 | 2209 | shellPath = /bin/sh;
|
2207 |
| - shellScript = "cp ${BUILD_ROOT}/Debug/xdgTestHelper.app/Contents/MacOS/xdgTestHelper ${BUILD_ROOT}/Debug/TestFoundation.app/Contents/MacOS/"; |
| 2210 | + shellScript = "cp ${BUILT_PRODUCTS_DIR}/xdgTestHelper.app/Contents/MacOS/xdgTestHelper ${BUILT_PRODUCTS_DIR}/TestFoundation.app/Contents/MacOS/\n"; |
2208 | 2211 | };
|
2209 | 2212 | /* End PBXShellScriptBuildPhase section */
|
2210 | 2213 |
|
|
2344 | 2347 | 5BECBA3A1D1CAE9A00B39B1F /* NSMeasurement.swift in Sources */,
|
2345 | 2348 | 5BF7AEB21BCD51F9008F214A /* NSNumber.swift in Sources */,
|
2346 | 2349 | 61D2F9AF1FECFB3E0033306A /* NativeProtocol.swift in Sources */,
|
| 2350 | + 1513A8432044893F00539722 /* FileManager_XDG.swift in Sources */, |
2347 | 2351 | B9974B991EDF4A22007F15B8 /* HTTPURLProtocol.swift in Sources */,
|
2348 | 2352 | 5BCD03821D3EE35C00E3FF9B /* TimeZone.swift in Sources */,
|
2349 | 2353 | EADE0BBC1BD15E0000C49C64 /* URLCache.swift in Sources */,
|
|
2646 | 2650 | MTL_ENABLE_DEBUG_INFO = YES;
|
2647 | 2651 | ONLY_ACTIVE_ARCH = YES;
|
2648 | 2652 | SDKROOT = macosx;
|
| 2653 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "NS_FOUNDATION_ALLOWS_TESTABLE_IMPORT DEBUG"; |
2649 | 2654 | VERSIONING_SYSTEM = "apple-generic";
|
2650 | 2655 | VERSION_INFO_PREFIX = "";
|
2651 | 2656 | };
|
|
2713 | 2718 | DYLIB_COMPATIBILITY_VERSION = 150;
|
2714 | 2719 | DYLIB_CURRENT_VERSION = 1303;
|
2715 | 2720 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
| 2721 | + ENABLE_TESTABILITY = YES; |
2716 | 2722 | FRAMEWORK_VERSION = A;
|
2717 | 2723 | GCC_PREFIX_HEADER = CoreFoundation/Base.subproj/CoreFoundation_Prefix.h;
|
2718 | 2724 | HEADER_SEARCH_PATHS = (
|
|
2786 | 2792 | DYLIB_COMPATIBILITY_VERSION = 150;
|
2787 | 2793 | DYLIB_CURRENT_VERSION = 1303;
|
2788 | 2794 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
| 2795 | + ENABLE_TESTABILITY = YES; |
2789 | 2796 | FRAMEWORK_VERSION = A;
|
2790 | 2797 | GCC_PREFIX_HEADER = CoreFoundation/Base.subproj/CoreFoundation_Prefix.h;
|
2791 | 2798 | HEADER_SEARCH_PATHS = (
|
|
0 commit comments