Files
swift-mirror/test/ModuleInterface/ModuleCache/Inputs/sdk-build-ver.2.plist
Xi Ge 028a75572c ModuleInterface: remark potential version differences between SDK and prebuilt modules
Prebuilt-module directory now contains a SystemVersion.plist file copied from the SDK
it's built from. This patch teaches the compiler to remark this version and the SDK version
when -Rmodule-interface-rebuild is specified. The difference between these versions could
help us debug unusable prebuilt modules.
2020-09-04 11:45:05 -07:00

7 lines
102 B
Plaintext

<plist version="1.0">
<dict>
<key>ProductBuildVersion</key>
<string>22222</string>
</dict>
</plist>