Skip to content

Commit ce50f22

Browse files
authored
Merge pull request #1556 from spevans/pr_dct_import_fix
2 parents ac5d389 + c7a2cce commit ce50f22

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
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
B95788861F6FB9470003EB01 /* TestNSNumberBridging.swift in Sources */ = {isa = PBXBuildFile; fileRef = B95788851F6FB9470003EB01 /* TestNSNumberBridging.swift */; };
11+
B987C65E2093C8AF0026B50D /* TestImports.swift in Sources */ = {isa = PBXBuildFile; fileRef = B987C65D2093C8AF0026B50D /* TestImports.swift */; };
1112
B9C89ED21F6BF67C00087AF4 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9C89ED11F6BF67C00087AF4 /* XCTest.framework */; };
1213
B9C89F361F6BF89C00087AF4 /* TestScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C89EE61F6BF88F00087AF4 /* TestScanner.swift */; };
1314
B9C89F371F6BF89C00087AF4 /* TestNSValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C89EE71F6BF88F00087AF4 /* TestNSValue.swift */; };
@@ -124,6 +125,7 @@
124125

125126
/* Begin PBXFileReference section */
126127
B95788851F6FB9470003EB01 /* TestNSNumberBridging.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNSNumberBridging.swift; path = TestFoundation/TestNSNumberBridging.swift; sourceTree = "<group>"; };
128+
B987C65D2093C8AF0026B50D /* TestImports.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestImports.swift; path = TestFoundation/TestImports.swift; sourceTree = "<group>"; };
127129
B9C89EC11F6BF47D00087AF4 /* DarwinCompatibilityTests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = DarwinCompatibilityTests; sourceTree = BUILT_PRODUCTS_DIR; };
128130
B9C89ED11F6BF67C00087AF4 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
129131
B9C89ED71F6BF77E00087AF4 /* DarwinCompatibilityTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DarwinCompatibilityTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -253,6 +255,7 @@
253255
B9C89EB81F6BF47D00087AF4 = {
254256
isa = PBXGroup;
255257
children = (
258+
B987C65D2093C8AF0026B50D /* TestImports.swift */,
256259
B95788851F6FB9470003EB01 /* TestNSNumberBridging.swift */,
257260
B9C89FAC1F6DCAE700087AF4 /* Info.plist */,
258261
B9C89FAD1F6DCAE800087AF4 /* NSKeyedUnarchiver-ArrayTest.plist */,
@@ -506,6 +509,7 @@
506509
isa = PBXSourcesBuildPhase;
507510
buildActionMask = 2147483647;
508511
files = (
512+
B987C65E2093C8AF0026B50D /* TestImports.swift in Sources */,
509513
B95788861F6FB9470003EB01 /* TestNSNumberBridging.swift in Sources */,
510514
B9C89F8B1F6D4DA900087AF4 /* HTTPServer.swift in Sources */,
511515
B9C89F8C1F6D4DA900087AF4 /* TestHTTPCookieStorage.swift in Sources */,

0 commit comments

Comments
 (0)