Skip to content

Commit 22fb91d

Browse files
committed
WiX: package up SDKSettings.json in the SDKs
This adds a new configuration file for the SDKs to avoid a spurious warning from swift-driver.
1 parent 48021b9 commit 22fb91d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

platforms/Windows/sdk/drd/sdk.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,6 +1260,9 @@
12601260
</ComponentGroup>
12611261

12621262
<ComponentGroup Id="Configuration">
1263+
<Component Directory="AndroidSDK">
1264+
<File Source="$(SDK_ROOT)\SDKSettings.json" />
1265+
</Component>
12631266
<Component Directory="AndroidSDK">
12641267
<File Source="$(SDK_ROOT)\SDKSettings.plist" />
12651268
</Component>

platforms/Windows/sdk/win/sdk.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,9 @@
12441244
</ComponentGroup>
12451245

12461246
<ComponentGroup Id="Configuration">
1247+
<Component Directory="WindowsSDK">
1248+
<File Source="$(SDK_ROOT)\SDKSettings.json" />
1249+
</Component>
12471250
<Component Directory="WindowsSDK">
12481251
<File Source="$(SDK_ROOT)\SDKSettings.plist" />
12491252
</Component>

0 commit comments

Comments
 (0)