Skip to content
Docs Try Aspire

addMacCatalystDevice

Function
📦 Aspire.Hosting.Maui v13.2.0-preview.1.26159.1
interface MauiProjectResource {
// ... omitted for brevity
addMacCatalystDevice(name: string): MauiMacCatalystPlatformResource;
}

Signature

method addMacCatalystDevice builder
Adds a Mac Catalyst platform resource for a .NET MAUI project.
addMacCatalystDevice(name: string): MauiMacCatalystPlatformResource
name string
MauiMacCatalystPlatformResource

Applies to

This function is an extension method on the following types: