Skip to content

Switch to .swiftinterface files for Testing module #395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platforms/Windows/sdk/drd/sdk.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<Directory Name="Library">
<!--
FIXME(compnerd) this should actually be the proper version
of XCTest and Tesing, and needs to be reflected in the plist as well.
of XCTest and Testing, and needs to be reflected in the plist as well.
-->
<!-- XCTest -->
<Directory Name="XCTest-development">
Expand Down Expand Up @@ -164,7 +164,7 @@
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\Testing.swiftmodule\$(Triple).swiftdoc" />
</Component>
<Component Directory="Testing.swiftmodule">
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\Testing.swiftmodule\$(Triple).swiftmodule" />
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\Testing.swiftmodule\$(Triple).swiftinterface" />
</Component>
</ComponentGroup>

Expand Down
2 changes: 1 addition & 1 deletion platforms/Windows/sdk/win/sdk.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftdoc" />
</Component>
<Component Directory="Testing.swiftmodule">
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftmodule" />
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftinterface" />
</Component>
</ComponentGroup>

Expand Down