Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Updates android and iOS binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocolombo committed Feb 4, 2021
1 parent adb4d50 commit 43d8f0a
Show file tree
Hide file tree
Showing 236 changed files with 893 additions and 890 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@
<!-- Core.vconcat(java.util.List&lt;io.anyline.opencv.core.Mat&gt;, io.anyline.opencv.core.Mat) -->
<!-- File: IO.Anyline.Plugin.Barcode.Barcode.cs -->
<!-- Barcode.setBarcodeFormat(io.anyline.plugin.barcode.BarcodeFormat) -->
<!-- Barcode.setCoordinates(java.util.List&lt;io.anyline.opencv.core.Point&gt;) -->
<!-- Barcode.setValue(java.lang.String) -->
<!-- File: IO.Anyline.View.ScanViewUtil.cs -->
<!-- ScanViewUtil.getFrameRectFromViewRect(android.graphics.Rect, int, int, float) -->
Expand Down
4 changes: 2 additions & 2 deletions BindingSource/AnylineXamarinSDK.Droid/Jars/anylinesdk.aar
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("28.0.0")]
[assembly: AssemblyVersion("28.1.0")]
//[assembly: AssemblyFileVersion("24.1.0.0")]
//[assembly: AssemblyInformationalVersion("24.1.0-rc.1")]

Expand Down
4 changes: 2 additions & 2 deletions BindingSource/AnylineXamarinSDK.iOS/Anyline.a
Git LFS file not shown
4 changes: 2 additions & 2 deletions BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Anyline
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("28.0.0")]
[assembly: AssemblyVersion("28.1.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<AndroidResource Include="Resources\mipmap-xxxhdpi\ic_launcher_round.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Anyline.Xamarin.SDK.Droid" Version="28.0.0" />
<PackageReference Include="Anyline.Xamarin.SDK.Droid" Version="28.1.0" />
<PackageReference Include="Xamarin.Android.Support.Compat" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.Core.UI" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" />
Expand Down
1 change: 1 addition & 0 deletions Examples/AnylineExamples.Droid/ResultActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ protected override void OnCreate(Bundle savedInstanceState)
case "Outline":
case "Class":
case "FieldNames":
case "Coordinates":
break;
default:

Expand Down
2 changes: 1 addition & 1 deletion Examples/AnylineExamples.iOS/AnylineExamples.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
</ImageAsset>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Anyline.Xamarin.SDK.iOS" Version="28.0.0" />
<PackageReference Include="Anyline.Xamarin.SDK.iOS" Version="28.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<Import Project="..\AnylineExamples.Shared\AnylineExamples.Shared.projitems" Label="Shared" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<Reference Include="System.Numerics.Vectors" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Anyline.Xamarin.SDK.Droid" Version="28.0.0" />
<PackageReference Include="Anyline.Xamarin.SDK.Droid" Version="28.1.0" />
<PackageReference Include="Xamarin.Firebase.ML.Vision">
<Version>71.1700.4</Version>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ private Dictionary<string, object> CreatePropertyList(Java.Lang.Object obj)
case "Outline":
case "Class":
case "FieldNames":
case "Coordinates":
break;
default:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<Reference Include="System.Numerics.Vectors" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Anyline.Xamarin.SDK.iOS" Version="28.0.0" />
<PackageReference Include="Anyline.Xamarin.SDK.iOS" Version="28.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Xamarin.Forms" Version="4.5.0.495" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />
Expand Down
2 changes: 1 addition & 1 deletion Nuget/Anyline.Xamarin.SDK.Droid.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Anyline.Xamarin.SDK.Droid</id>
<version>28.0.0</version>
<version>28.1.0</version>
<title>Anyline Xamarin SDK (Android)</title>
<authors>Anyline GmbH</authors>
<owners>peteranyline</owners>
Expand Down
2 changes: 1 addition & 1 deletion Nuget/Anyline.Xamarin.SDK.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata minClientVersion="3.3">
<id>Anyline.Xamarin.SDK.iOS</id>
<version>28.0.0</version>
<version>28.1.0</version>
<title>Anyline Xamarin SDK (iOS)</title>
<authors>Anyline GmbH</authors>
<owners>peteranyline</owners>
Expand Down
4 changes: 2 additions & 2 deletions Nuget/AnylineResources.bundle/Anyline-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<key>CFBundleName</key>
<string>Anyline</string>
<key>CFBundleShortVersionString</key>
<string>28</string>
<string>27.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>1569</string>
<string>1568</string>
<key>GITHash</key>
<string>2d3ffa27747d655e8c83a9ad9626d1be87c33c0b</string>
<key>MinimumOSVersion</key>
Expand Down
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion Nuget/AnylineResources.bundle/module_anyline_ocr/tin.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion Nuget/AnylineResources.bundle/module_anyline_ocr/vin.ale
Git LFS file not shown
4 changes: 2 additions & 2 deletions Nuget/AnylineResources.bundle/module_barcode/ean.ale
Git LFS file not shown
3 changes: 3 additions & 0 deletions Nuget/AnylineResources.bundle/module_barcode/ean_advanced.ale
Git LFS file not shown

This file was deleted.

2 changes: 1 addition & 1 deletion Nuget/AnylineResources.bundle/module_document/document.ale
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion Nuget/AnylineResources.bundle/module_energy/brightness.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion Nuget/AnylineResources.bundle/module_energy/dial_meter.ale
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Loading

0 comments on commit 43d8f0a

Please sign in to comment.