Skip to content

Commit b48bf00

Browse files
committed
Test 5.
1 parent 0c33084 commit b48bf00

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

PowerSync/PowerSync.Maui/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PowerSync.Maui Changelog
22

3-
## 0.0.2-dev.4
3+
## 0.0.2-dev.5
44
- Fixing build issues related to MAUI targets not resolving on install.
55

66
## 0.0.1-alpha.1

PowerSync/PowerSync.Maui/PowerSync.Maui.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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

@@ -49,10 +49,6 @@
4949
</ItemGroup>
5050

5151
<ItemGroup>
52-
<!-- Always include Android native libs -->
53-
<None Include="Platforms\Android\jniLibs\**\*.*" Pack="true" PackagePath="Platforms\Android\jniLibs" />
54-
55-
<!-- Always include iOS framework -->
56-
<None Include="Platforms\iOS\NativeLibs\powersync-sqlite-core.xcframework\**\*.*" Pack="true" PackagePath="Platforms\iOS\NativeLibs" />
52+
<None Include="Platforms\**\*.*" Pack="true" PackagePath="Platforms\" />
5753
</ItemGroup>
5854
</Project>

0 commit comments

Comments
 (0)