Skip to content

Commit f7b2375

Browse files
committed
Switch to .swiftinterface files for Testing module
1 parent 046f9ad commit f7b2375

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

platforms/Windows/sdk/drd/sdk.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<Directory Name="Library">
6161
<!--
6262
FIXME(compnerd) this should actually be the proper version
63-
of XCTest and Tesing, and needs to be reflected in the plist as well.
63+
of XCTest and Testing, and needs to be reflected in the plist as well.
6464
-->
6565
<!-- XCTest -->
6666
<Directory Name="XCTest-development">
@@ -164,7 +164,7 @@
164164
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\Testing.swiftmodule\$(Triple).swiftdoc" />
165165
</Component>
166166
<Component Directory="Testing.swiftmodule">
167-
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\Testing.swiftmodule\$(Triple).swiftmodule" />
167+
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\Testing.swiftmodule\$(Triple).swiftinterface" />
168168
</Component>
169169
</ComponentGroup>
170170

platforms/Windows/sdk/win/sdk.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftdoc" />
158158
</Component>
159159
<Component Directory="Testing.swiftmodule">
160-
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftmodule" />
160+
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftinterface" />
161161
</Component>
162162
</ComponentGroup>
163163

0 commit comments

Comments
 (0)