WIP: Add iOS version #10

Draft
Deadpikle wants to merge 67 commits from feature/ios into main
Showing only changes of commit cd9fce14fc - Show all commits
@@ -94,7 +94,6 @@ class CreatePDFReportViewModel : BaseViewModel, ICanCheckShutdown, ILogger
{ {
_pdfReport.Title = value; _pdfReport.Title = value;
NotifyPropertyChanged(); NotifyPropertyChanged();
NotifyPropertyChanged(nameof(CanAddItem));
HasUnsavedWork = true; HasUnsavedWork = true;
} }
} }