mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
<plist version="1.0">
|
|
<dict>
|
|
<key>ProductBuildVersion</key>
|
|
<string>22222</string>
|
|
</dict>
|
|
</plist>
|