From 80eda8bc5b5b5e05e7e4f326161dc4aa2a4dd8f5 Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Thu, 5 Mar 2026 09:34:36 +0900 Subject: [PATCH] Add some comments --- TODO.txt | 8 ++++++++ src/MayShow.iOS/MayShow.iOS.csproj | 1 + 2 files changed, 9 insertions(+) diff --git a/TODO.txt b/TODO.txt index 95b9f72..70308e1 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,3 +1,11 @@ +https://stackoverflow.com/questions/78855900/error-ios-projects-must-build-with-publishtrimmed-true-when-trimming-is-disabl +https://blog.verslu.is/maui/exclude-assemblies-from-trimming/ + +-p:UseParallelGC=true for faster builds? or /p:MtouchUseLlvm=false? or -p:EnableAssemblyILStripping=false? +possible hints for building publish iOS binaries: https://github.com/dotnet/maui/issues/25022#issuecomment-2385334527 + +https://signpath.org/ + magick "2026-01-29 — \$210 — WORK PERMIT.pdf" -background white -alpha background -alpha off -density 288 -resize 25% page-%03d.jpg https://github.com/dlemstra/Magick.NET/blob/main/docs/ConvertPDF.md https://stackoverflow.com/questions/65089839/add-an-external-pdf-page-to-pdfsharp-migradoc diff --git a/src/MayShow.iOS/MayShow.iOS.csproj b/src/MayShow.iOS/MayShow.iOS.csproj index 416a4a3..b4f0301 100644 --- a/src/MayShow.iOS/MayShow.iOS.csproj +++ b/src/MayShow.iOS/MayShow.iOS.csproj @@ -4,6 +4,7 @@ net10.0-ios 13.0 enable + True