I'm currently trying out Avalonia 11 on iOS. The dev + test experience has been great, but I can't quite figure out how to add an app icon for distribution. The Avalonia docs don't seem to cover this, as of now.
In MAUI it's as simple as adding a <MauiIcon>
tag in the .csproj and pointing it at an svg.
Avalonia doesn't seem to have any built in support for this, and adding an SVG to the Resources folder in the iOS project doesn't seem to work either.
The app store uploader (Transporter) complains that "Asset validation failed (90713) Missing Info.plist value. A value for the Info.plist key 'CFBundleIconName' is missing in the bundle [...] `
I can add the entry but I don't know where to point it. Any thoughts?