@@ -54,14 +54,17 @@ add_framework(CoreFoundation
54
54
Base.subproj/CFKnownLocations.h
55
55
Base.subproj/CFLogUtilities.h
56
56
Base.subproj/CFPriv.h
57
+ Base.subproj/CFOverflow.h
57
58
Base.subproj/CFRuntime.h
59
+ Base.subproj/CFRuntime_Internal.h
58
60
Base.subproj/ForFoundationOnly.h
59
61
Base.subproj/ForSwiftFoundationOnly.h
60
62
# Collections
61
63
Collections.subproj/CFBasicHash.h
62
64
Collections.subproj/CFStorage.h
65
+ Collections.subproj/CFCollections_Internal.h
63
66
# Error
64
- Error.subproj// CFError_Private.h
67
+ Error.subproj/CFError_Private.h
65
68
# Locale
66
69
Locale.subproj/CFDateFormatter_Private.h
67
70
Locale.subproj/CFICULogging.h
@@ -78,15 +81,20 @@ add_framework(CoreFoundation
78
81
PlugIn.subproj/CFBundle_BinaryTypes.h
79
82
PlugIn.subproj/CFBundle_Internal.h
80
83
PlugIn.subproj/CFPlugIn_Factory.h
84
+ # RunLoop
85
+ RunLoop.subproj/CFMachPort_Internal.h
86
+ RunLoop.subproj/CFMachPort_Lifetime.h
81
87
# Stream
82
88
Stream.subproj/CFStreamAbstract.h
83
89
Stream.subproj/CFStreamInternal.h
84
90
Stream.subproj/CFStreamPriv.h
85
91
# String
92
+ String .subproj/CFAttributedStringPriv.h
86
93
String .subproj/CFBurstTrie.h
87
94
String .subproj/CFCharacterSetPriv.h
88
95
String .subproj/CFRegularExpression.h
89
96
String .subproj/CFRunArray.h
97
+ String .subproj/CFString_Internal.h
90
98
String .subproj/CFStringDefaultEncoding.h
91
99
String .subproj/CFStringLocalizedFormattingInternal.h
92
100
# StringEncodings
@@ -117,6 +125,8 @@ add_framework(CoreFoundation
117
125
Stream.subproj/CFStreamPriv.h
118
126
String .subproj/CFRegularExpression.h
119
127
String .subproj/CFRunArray.h
128
+ StringEncodings.subproj/CFStringEncodingConverter.h
129
+ StringEncodings.subproj/CFStringEncodingConverterExt.h
120
130
URL.subproj/CFURLPriv.h
121
131
URL.subproj/CFURLSessionInterface.h
122
132
@@ -243,6 +253,8 @@ add_framework(CoreFoundation
243
253
Preferences.subproj/CFPreferences.c
244
254
Preferences.subproj/CFXMLPreferencesDomain.c
245
255
# RunLoop
256
+ # TODO(compnerd) make this empty on non-Mach targets
257
+ # RunLoop.subproj/CFMachPort_Lifetime.c
246
258
RunLoop.subproj/CFRunLoop.c
247
259
RunLoop.subproj/CFSocket.c
248
260
# Stream
0 commit comments