Skip to content

Commit b98ddbb

Browse files
committed
Add to DarwinCompatibilityTests
1 parent 017f820 commit b98ddbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DarwinCompatibilityTests.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
B9C89FCE1F6DCAEB00087AF4 /* Test.plist in Resources */ = {isa = PBXBuildFile; fileRef = B9C89FB91F6DCAEB00087AF4 /* Test.plist */; };
112112
B9F137A120B998D0000B7577 /* xdgTestHelper in CopyFiles */ = {isa = PBXBuildFile; fileRef = B917D31C20B0DB8B00728EE0 /* xdgTestHelper */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
113113
B9F326A01FC714DD003C3599 /* DarwinShims.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9F3269E1FC714DD003C3599 /* DarwinShims.swift */; };
114+
DAE7D0F320D8224200DC6C54 /* TestURLProtectionSpace.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAE7D0F220D8224200DC6C54 /* TestURLProtectionSpace.swift */; };
114115
/* End PBXBuildFile section */
115116

116117
/* Begin PBXContainerItemProxy section */
@@ -255,6 +256,7 @@
255256
B9C89FB81F6DCAEB00087AF4 /* PropertyList-1.0.dtd */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = "PropertyList-1.0.dtd"; path = "TestFoundation/Resources/PropertyList-1.0.dtd"; sourceTree = "<group>"; };
256257
B9C89FB91F6DCAEB00087AF4 /* Test.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Test.plist; path = TestFoundation/Resources/Test.plist; sourceTree = "<group>"; };
257258
B9F3269E1FC714DD003C3599 /* DarwinShims.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DarwinShims.swift; sourceTree = "<group>"; };
259+
DAE7D0F220D8224200DC6C54 /* TestURLProtectionSpace.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TestURLProtectionSpace.swift; path = TestFoundation/TestURLProtectionSpace.swift; sourceTree = "<group>"; };
258260
/* End PBXFileReference section */
259261

260262
/* Begin PBXFrameworksBuildPhase section */
@@ -379,6 +381,7 @@
379381
B9C89F171F6BF89600087AF4 /* TestUnitConverter.swift */,
380382
B9C89F191F6BF89700087AF4 /* TestURL.swift */,
381383
B9C89F2D1F6BF89A00087AF4 /* TestURLCredential.swift */,
384+
DAE7D0F220D8224200DC6C54 /* TestURLProtectionSpace.swift */,
382385
B9C89EEB1F6BF89000087AF4 /* TestURLProtocol.swift */,
383386
B9C89F141F6BF89600087AF4 /* TestURLRequest.swift */,
384387
B9C89EF51F6BF89100087AF4 /* TestURLResponse.swift */,
@@ -574,6 +577,7 @@
574577
B9C89F4C1F6BF89C00087AF4 /* TestDateFormatter.swift in Sources */,
575578
B9C89F4D1F6BF89C00087AF4 /* TestHTTPCookie.swift in Sources */,
576579
B9C89F4E1F6BF89C00087AF4 /* TestNSError.swift in Sources */,
580+
DAE7D0F320D8224200DC6C54 /* TestURLProtectionSpace.swift in Sources */,
577581
B9C89F4F1F6BF89C00087AF4 /* TestNSString.swift in Sources */,
578582
B9C89F501F6BF89C00087AF4 /* TestNSUUID.swift in Sources */,
579583
B9C89F511F6BF89C00087AF4 /* TestPropertyListSerialization.swift in Sources */,

0 commit comments

Comments
 (0)