-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for net8.0-ios #98
Conversation
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
Have you tested this on a real iOS and iPadOS device? With missing support for Mac Catalyst and simulated iOS, it's odd that iOS/iPadOS works "just like that". I don't have hardware here to verify this so I have to take your word for it. |
Of course the only thing that I'be tested and works is : |
Great, I will merge your pull request (after a few changes) and build a test version. Thanks for your help! :-) |
@danardelean I've released PDFtoImage 5.0.0-preview for testing. Please check if the iOS builds are still working if you have the time. |
This commit adds support for net8.0-ios to the library and the MauiApp test.
It will only work on the device (no support for iossimulator runtime) Supported runtime: ios-arm64
MauiApp - added the code to associate the first page image to the Image control