Publish to iOS
This page explains how to build your application to publish it to Apple App Store via Apple store connect.
rm -rf ./PlutoFramework/bin ;
rm -rf ./PlutoFramework/obj ;
dotnet publish PlutoFramework/PlutoFramework.csproj -f net9.0-ios -c Release -p:ArchiveOnBuild=true -p:RuntimeIdentifier=ios-arm64 -p:CodesignKey="Apple Distribution: <company-name/name> (<id>)" -p:CodesignProvision="<app-name>"Last updated