File tree Expand file tree Collapse file tree 3 files changed +13
-15
lines changed Expand file tree Collapse file tree 3 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 11# PowerSync.Maui Changelog
22
3- ## 0.0.2-dev.7
3+ ## 0.0.2-dev.8
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" />
2726
2827 </ItemGroup >
2928
4241 </Content >
4342 </ItemGroup >
4443
45- <ItemGroup Condition =" $(TargetFramework.Contains('-ios'))" >
44+ <ItemGroup Condition =" $(TargetFramework.Contains('-ios'))" >
4645 <Content Include =" Platforms\iOS\NativeLibs\powersync-sqlite-core.xcframework\**\*.*" >
4746 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
4847 </Content >
49- </ItemGroup >
50-
51- <ItemGroup >
52- <None Include =" Platforms\**\*.*" Pack =" true" PackagePath =" Platforms\" />
53-
54- <Content Include =" Platforms\Android\jniLibs\**\*.so" Pack =" true" PackagePath =" build\Platforms\Android\jniLibs\" >
55- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
56- </Content >
57- </ItemGroup >
58-
48+ </ItemGroup >
5949</Project >
Original file line number Diff line number Diff line change 11<Project >
2- <ItemGroup >
3- <AndroidNativeLibrary Include =" $(MSBuildThisFileDirectory)Platforms\Android\jniLibs\**\*.so" />
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 >
412 </ItemGroup >
513</Project >
You can’t perform that action at this time.
0 commit comments