Skip to content

Commit 6c871ea

Browse files
authored
Merge pull request #2360 from spevans/pr_fix_xcode_build
Fix Xcode build
2 parents 88b4538 + 16f4b27 commit 6c871ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Foundation.xcodeproj/project.pbxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
B933A79F1F3055F700FE6846 /* NSString-UTF32-LE-data.txt in Resources */ = {isa = PBXBuildFile; fileRef = B933A79D1F3055F600FE6846 /* NSString-UTF32-LE-data.txt */; };
405405
B940492D223B146800FB4384 /* TestProgressFraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B940492C223B146800FB4384 /* TestProgressFraction.swift */; };
406406
B951B5EC1F4E2A2000D8B332 /* TestNSLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = B951B5EB1F4E2A2000D8B332 /* TestNSLock.swift */; };
407+
B95FC97622B84B0A005DEA0A /* TestNSSortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 152EF3932283457B001E1269 /* TestNSSortDescriptor.swift */; };
407408
B98E33DD2136AA740044EBE9 /* TestFileWithZeros.txt in Resources */ = {isa = PBXBuildFile; fileRef = B98E33DC2136AA740044EBE9 /* TestFileWithZeros.txt */; };
408409
B9C0E89620C31AB60064C68C /* CFInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B5D888A1BBC963C00234F36 /* CFInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
409410
BB3D7558208A1E500085CFDC /* TestImports.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB3D7557208A1E500085CFDC /* TestImports.swift */; };
@@ -2805,6 +2806,7 @@
28052806
isa = PBXSourcesBuildPhase;
28062807
buildActionMask = 2147483647;
28072808
files = (
2809+
B95FC97622B84B0A005DEA0A /* TestNSSortDescriptor.swift in Sources */,
28082810
B940492D223B146800FB4384 /* TestProgressFraction.swift in Sources */,
28092811
159884921DCC877700E3314C /* TestHTTPCookieStorage.swift in Sources */,
28102812
5FE52C951D147D1C00F7D270 /* TestNSTextCheckingResult.swift in Sources */,
@@ -2814,7 +2816,6 @@
28142816
B90C57BB1EEEEA5A005208AE /* TestFileManager.swift in Sources */,
28152817
A058C2021E529CF100B07AA1 /* TestMassFormatter.swift in Sources */,
28162818
5B13B3381C582D4C00651CE2 /* TestNotificationQueue.swift in Sources */,
2817-
152EF3942283457C001E1269 /* TestNSSortDescriptor.swift in Sources */,
28182819
CC5249C01D341D23007CB54D /* TestUnitConverter.swift in Sources */,
28192820
5B13B3331C582D4C00651CE2 /* TestJSONSerialization.swift in Sources */,
28202821
5B13B33C1C582D4C00651CE2 /* TestNSOrderedSet.swift in Sources */,

0 commit comments

Comments
 (0)