Skip to content

Commit 739fbd6

Browse files
authored
Revert "[Attempt 2] Implement FileManager.url{s,}(for:…) and NSSearchPathForDirectoriesInDomains."
1 parent 1afa1ef commit 739fbd6

File tree

10 files changed

+21
-792
lines changed

10 files changed

+21
-792
lines changed

Foundation.xcodeproj/project.pbxproj

+1-8
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
0383A1751D2E558A0052E5D1 /* TestStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0383A1741D2E558A0052E5D1 /* TestStream.swift */; };
1111
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 */; };
1312
1520469B1D8AEABE00D02E36 /* HTTPServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1520469A1D8AEABE00D02E36 /* HTTPServer.swift */; };
1413
153E951120111DC500F250BE /* CFKnownLocations.h in Headers */ = {isa = PBXBuildFile; fileRef = 153E950F20111DC500F250BE /* CFKnownLocations.h */; settings = {ATTRIBUTES = (Private, ); }; };
1514
153E951220111DC500F250BE /* CFKnownLocations.c in Sources */ = {isa = PBXBuildFile; fileRef = 153E951020111DC500F250BE /* CFKnownLocations.c */; };
@@ -516,7 +515,6 @@
516515
/* Begin PBXFileReference section */
517516
0383A1741D2E558A0052E5D1 /* TestStream.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestStream.swift; sourceTree = "<group>"; };
518517
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>"; };
520518
1520469A1D8AEABE00D02E36 /* HTTPServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTTPServer.swift; sourceTree = "<group>"; };
521519
153E950F20111DC500F250BE /* CFKnownLocations.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CFKnownLocations.h; sourceTree = "<group>"; };
522520
153E951020111DC500F250BE /* CFKnownLocations.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CFKnownLocations.c; sourceTree = "<group>"; };
@@ -1824,7 +1822,6 @@
18241822
children = (
18251823
EADE0B5D1BD15DFF00C49C64 /* FileHandle.swift */,
18261824
EADE0B5E1BD15DFF00C49C64 /* FileManager.swift */,
1827-
1513A8422044893F00539722 /* FileManager_XDG.swift */,
18281825
EADE0B7A1BD15DFF00C49C64 /* Process.swift */,
18291826
5BDC3F2F1BCC5DCB00ED97BB /* Bundle.swift */,
18301827
5BDC3F411BCC5DCB00ED97BB /* ProcessInfo.swift */,
@@ -2207,7 +2204,7 @@
22072204
);
22082205
runOnlyForDeploymentPostprocessing = 0;
22092206
shellPath = /bin/sh;
2210-
shellScript = "cp ${BUILT_PRODUCTS_DIR}/xdgTestHelper.app/Contents/MacOS/xdgTestHelper ${BUILT_PRODUCTS_DIR}/TestFoundation.app/Contents/MacOS/\n";
2207+
shellScript = "cp ${BUILD_ROOT}/Debug/xdgTestHelper.app/Contents/MacOS/xdgTestHelper ${BUILD_ROOT}/Debug/TestFoundation.app/Contents/MacOS/";
22112208
};
22122209
/* End PBXShellScriptBuildPhase section */
22132210

@@ -2347,7 +2344,6 @@
23472344
5BECBA3A1D1CAE9A00B39B1F /* NSMeasurement.swift in Sources */,
23482345
5BF7AEB21BCD51F9008F214A /* NSNumber.swift in Sources */,
23492346
61D2F9AF1FECFB3E0033306A /* NativeProtocol.swift in Sources */,
2350-
1513A8432044893F00539722 /* FileManager_XDG.swift in Sources */,
23512347
B9974B991EDF4A22007F15B8 /* HTTPURLProtocol.swift in Sources */,
23522348
5BCD03821D3EE35C00E3FF9B /* TimeZone.swift in Sources */,
23532349
EADE0BBC1BD15E0000C49C64 /* URLCache.swift in Sources */,
@@ -2650,7 +2646,6 @@
26502646
MTL_ENABLE_DEBUG_INFO = YES;
26512647
ONLY_ACTIVE_ARCH = YES;
26522648
SDKROOT = macosx;
2653-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "NS_FOUNDATION_ALLOWS_TESTABLE_IMPORT DEBUG";
26542649
VERSIONING_SYSTEM = "apple-generic";
26552650
VERSION_INFO_PREFIX = "";
26562651
};
@@ -2718,7 +2713,6 @@
27182713
DYLIB_COMPATIBILITY_VERSION = 150;
27192714
DYLIB_CURRENT_VERSION = 1303;
27202715
DYLIB_INSTALL_NAME_BASE = "@rpath";
2721-
ENABLE_TESTABILITY = YES;
27222716
FRAMEWORK_VERSION = A;
27232717
GCC_PREFIX_HEADER = CoreFoundation/Base.subproj/CoreFoundation_Prefix.h;
27242718
HEADER_SEARCH_PATHS = (
@@ -2792,7 +2786,6 @@
27922786
DYLIB_COMPATIBILITY_VERSION = 150;
27932787
DYLIB_CURRENT_VERSION = 1303;
27942788
DYLIB_INSTALL_NAME_BASE = "@rpath";
2795-
ENABLE_TESTABILITY = YES;
27962789
FRAMEWORK_VERSION = A;
27972790
GCC_PREFIX_HEADER = CoreFoundation/Base.subproj/CoreFoundation_Prefix.h;
27982791
HEADER_SEARCH_PATHS = (

0 commit comments

Comments
 (0)