This change makes it possible to extract iOS-to-another-platform version mappings from VersionMap in the SDKSettings.json file in Darwin SDKs, for example, iOS_watchOS and iOS_tvOS.
This code was originally authored by Alex Lorenz.
rdar://81491680
Differential D116615
[Clang] Extract availability mapping from VersionMap for watchOS/tvOS egorzhdan on Jan 4 2022, 12:00 PM. Authored by
Details This change makes it possible to extract iOS-to-another-platform version mappings from VersionMap in the SDKSettings.json file in Darwin SDKs, for example, iOS_watchOS and iOS_tvOS. This code was originally authored by Alex Lorenz. rdar://81491680
Diff Detail
Event TimelineComment Actions Thanks! I think your tests don't actually test the added code, can you check if you can parse a mapping like ios_tvos in the constructed SDK settings? |