Commit 79b9c41
committed
fix(iOS): classify CFNetwork as a system framework in the header include-health ratchet
The compose-xcframework job's "Verify composed headers" step failed the
include-health ratchet with two NEW unresolvable includes:
unresolved CoreModules/RCTInspectorWebSocketReporter.h -> CFNetwork/CFNetwork.h
unresolved React/RCTInspectorWebSocketReporter.h -> CFNetwork/CFNetwork.h
RCTInspectorWebSocketReporter.h (#57543) imports <CFNetwork/CFNetwork.h>
for CFHTTPMessageRef. CFNetwork is a real Apple system framework, always
available in the SDK, but it was missing from the SDK_PREFIXES allowlist
in headers-inventory.js, so the ratchet classified the include as
unresolvable. Adding it alongside CoreFoundation/Security/Network fixes
the classification; no baseline change is needed.1 parent 00efc0a commit 79b9c41
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments