Skip to content

Commit

Permalink
Add Accelerate to ios asm references
Browse files Browse the repository at this point in the history
- Bump versions up
- Fix references to point to correct package version
  • Loading branch information
henrivain committed Jan 24, 2024
1 parent fb26036 commit b9532a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TesseractOcrMaui.IOS/Configuration/manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<BindingAssembly>
<NativeReference Name="tesseract.xcframework">
<ForceLoad>False</ForceLoad>
<Frameworks></Frameworks>
<Frameworks>Accelerate</Frameworks>
<IsCxx></IsCxx>
<Kind>Framework</Kind>
<LinkerFlags></LinkerFlags>
Expand Down
3 changes: 2 additions & 1 deletion TesseractOcrMaui.IOS/TesseractOcrMaui.IOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<NativeReference Include="tesseract.xcframework">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<FrameWorks>Accelerate</FrameWorks>
</NativeReference>
</ItemGroup>

Expand Down Expand Up @@ -49,7 +50,7 @@

<!-- Package properties -->
<PropertyGroup>
<Version>1.0.1</Version>
<Version>1.0.5</Version>
<Title>Maui Tesseract ocr iOS bindings</Title>
<PackageId>TesseractOcrMaui.IOS</PackageId>
<Authors>henrivain</Authors>
Expand Down
4 changes: 2 additions & 2 deletions TesseractOcrMaui/TesseractOcrMaui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<!-- Package properties -->
<PropertyGroup>
<Version>1.1.1</Version>
<Version>1.1.5</Version>
<Title>Tesseract Ocr Maui</Title>
<PackageId>TesseractOcrMaui</PackageId>
<Authors>henrivain</Authors>
Expand Down Expand Up @@ -87,7 +87,7 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0-ios'">
<PackageReference Include="TesseractOcrMaui.IOS">
<Version>1.0.1</Version>
<Version>1.0.5</Version>
</PackageReference>
</ItemGroup>
</Project>
Expand Down

0 comments on commit b9532a4

Please sign in to comment.