Skip to content

Commit 48eef47

Browse files
authored
Update Babylon Native to take vertex array finalizer fix (#302)
* Update Babylon Native to take vertex array finalizer fix * Disable signing on Windows
1 parent b0a9b0a commit 48eef47

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Apps/Playground/windows/Playground/Playground.vcxproj

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<PropertyGroup Label="ReactNativeWindowsProps">
2424
<ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
2525
</PropertyGroup>
26+
<PropertyGroup Label="UserMacros">
27+
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
28+
</PropertyGroup>
2629
<ItemGroup Label="ProjectConfigurations">
2730
<ProjectConfiguration Include="Debug|ARM">
2831
<Configuration>Debug</Configuration>

0 commit comments

Comments
 (0)