Skip to content

Commit e71aa4e

Browse files
committed
Add CFInternal.h into Header list when compiling in Xcode
- This is required by the change made in #1559.
1 parent e78f471 commit e71aa4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Foundation.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@
344344
B9974B9A1EDF4A22007F15B8 /* HTTPMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B931EDF4A22007F15B8 /* HTTPMessage.swift */; };
345345
B9974B9B1EDF4A22007F15B8 /* BodySource.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B941EDF4A22007F15B8 /* BodySource.swift */; };
346346
B9974B9C1EDF4A22007F15B8 /* EasyHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B951EDF4A22007F15B8 /* EasyHandle.swift */; };
347+
B9C0E89620C31AB60064C68C /* CFInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B5D888A1BBC963C00234F36 /* CFInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
347348
B9F1379A20B99455000B7577 /* xdgTestHelper in CopyFiles */ = {isa = PBXBuildFile; fileRef = B9F1379920B99455000B7577 /* xdgTestHelper */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
348349
BB3D7558208A1E500085CFDC /* TestImports.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB3D7557208A1E500085CFDC /* TestImports.swift */; };
349350
BD8042161E09857800487EB8 /* TestLengthFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8042151E09857800487EB8 /* TestLengthFormatter.swift */; };
@@ -1988,6 +1989,7 @@
19881989
5B7C8ABE1BEA807A00C5B690 /* CFByteOrder.h in Headers */,
19891990
5B7C8AF71BEA81AC00C5B690 /* CFStringEncodingConverterExt.h in Headers */,
19901991
5B7C8AE31BEA81AC00C5B690 /* CFLogUtilities.h in Headers */,
1992+
B9C0E89620C31AB60064C68C /* CFInternal.h in Headers */,
19911993
5B7C8AD01BEA80FC00C5B690 /* CFNumber.h in Headers */,
19921994
5B6228BD1C179049009587FE /* CFRunArray.h in Headers */,
19931995
5B7C8ACE1BEA80FC00C5B690 /* CFNumberFormatter.h in Headers */,

0 commit comments

Comments
 (0)