From 5d04c5acec224cfbaddabaee90a089fa4cae1d30 Mon Sep 17 00:00:00 2001 From: Dan Ardelean Date: Wed, 16 Oct 2024 10:46:35 +0200 Subject: [PATCH] Add support for net8.0-ios This commit addes support for net8.0-ios to the library and the MauiApp test. It will only work on the device (no support for iossimulator runtime) MauiApp - added the code to associate the first page image to the Image control --- src/FrameworkTests/MauiApp/MainPage.xaml | 3 +- src/FrameworkTests/MauiApp/MainPage.xaml.cs | 25 +- src/FrameworkTests/MauiApp/MauiApp.csproj | 15 +- src/PDFtoImage/Compatibility/Conversion.cs | 1 + src/PDFtoImage/Conversion.Base64.cs | 1 + src/PDFtoImage/Conversion.ByteArray.cs | 1 + src/PDFtoImage/Conversion.Deprecated.cs | 1 + src/PDFtoImage/Conversion.Stream.cs | 1 + src/PDFtoImage/Conversion.cs | 1 + src/PDFtoImage/PDFtoImage.csproj | 217 +++++++++--------- .../net8.0-ios/PublicAPI.Shipped.txt | 182 +++++++++++++++ .../net8.0-ios/PublicAPI.Unshipped.txt | 1 + 12 files changed, 330 insertions(+), 119 deletions(-) create mode 100644 src/PDFtoImage/PublicAPI/net8.0-ios/PublicAPI.Shipped.txt create mode 100644 src/PDFtoImage/PublicAPI/net8.0-ios/PublicAPI.Unshipped.txt diff --git a/src/FrameworkTests/MauiApp/MainPage.xaml b/src/FrameworkTests/MauiApp/MainPage.xaml index ffdb6166..2bd05359 100644 --- a/src/FrameworkTests/MauiApp/MainPage.xaml +++ b/src/FrameworkTests/MauiApp/MainPage.xaml @@ -10,6 +10,7 @@ @@ -23,7 +24,7 @@ HorizontalOptions="Center" SemanticProperties.Description="Welcome to dot net Multi platform App U I" SemanticProperties.HeadingLevel="Level2" - Text="Tab the button below to test PDFtoImage." /> + Text="Tap the button below to test PDFtoImage." />