Skip to content

Commit c061973

Browse files
committed
WiX: clean up the blocks runtime header packaging
Use `ExperimentalBlocksRuntime` to match better with the other components. This is ultimately going to be shared across the shared and static variants of the SDK.
1 parent f2aeef5 commit c061973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platforms/Windows/platforms/windows/windows.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
</ComponentGroup>
510510
<?endif?>
511511

512-
<ComponentGroup Id="libBlocksRuntime" Directory="WindowsExperimentalSDK_usr_include_Block">
512+
<ComponentGroup Id="ExperimentalBlocksRuntime" Directory="WindowsExperimentalSDK_usr_include_Block">
513513
<Component>
514514
<File Source="$(ExperimentalSDKRoot)\usr\include\Block\Block.h" />
515515
</Component>
@@ -3206,11 +3206,11 @@
32063206
<Feature Id="ExperimentalSDK" AllowAbsent="yes" Title="!(loc.Plt_ProductName_Windows_Experimental)">
32073207
<ComponentGroupRef Id="lib_FoundationUnicode" />
32083208
<ComponentGroupRef Id="lib_FoundationCShims" />
3209-
<ComponentGroupRef Id="libBlocksRuntime" />
32103209
<ComponentGroupRef Id="libdispatch" />
32113210

32123211
<ComponentGroupRef Id="ExperimentalAPINotes" />
32133212
<ComponentGroupRef Id="ExperimentalAuxiliaryFiles" />
3213+
<ComponentGroupRef Id="ExperimentalBlocksRuntime" />
32143214
<ComponentGroupRef Id="ExperimentalCXXShim" />
32153215
<ComponentGroupRef Id="ExperimentalConfiguration" />
32163216
<ComponentGroupRef Id="ExperimentalSwiftRemoteMirror" />

0 commit comments

Comments
 (0)