File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 11# PowerSync.Maui Changelog
22
3- ## 0.0.2-dev.6
3+ ## 0.0.2-dev.7
44- Fixing build issues related to MAUI targets not resolving on install.
55
66## 0.0.1-alpha.1
Original file line number Diff line number Diff line change 2323
2424 <ItemGroup >
2525 <ProjectReference Include =" ..\PowerSync.Common\PowerSync.Common.csproj" />
26- <!-- < None Include="build\PowerSync.Maui.targets" Pack="true" PackagePath="build\PowerSync.Maui.targets" /> -- >
26+ <None Include =" build\PowerSync.Maui.targets" Pack =" true" PackagePath =" build\PowerSync.Maui.targets" />
2727
2828 </ItemGroup >
2929
Original file line number Diff line number Diff line change 11<Project >
2- <ItemGroup Condition =" $(TargetFramework.Contains('-android'))" >
3- <Content Include =" ..\Platforms\Android\**\*.*" pack =" true" >
4- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
5- </Content >
6- </ItemGroup >
7-
8- <ItemGroup Condition =" $(TargetFramework.Contains('-ios'))" >
9- <Content Include =" $(MSBuildThisFileDirectory)..\Platforms\iOS\NativeLibs\powersync-sqlite-core.xcframework\**\*.*" >
10- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
11- </Content >
2+ <ItemGroup >
3+ <AndroidNativeLibrary Include =" $(MSBuildThisFileDirectory)Platforms\Android\jniLibs\**\*.so" />
124 </ItemGroup >
135</Project >
You can’t perform that action at this time.
0 commit comments