MauiProjectResource.addMacCatalystDevice
Method
interface MauiProjectResource { // ... omitted for brevity addMacCatalystDevice(name: string): MauiMacCatalystPlatformResource;}Signature
method
addMacCatalystDevicebuilderAdds a Mac Catalyst device resource to run the MAUI application on the macOS platform with a specific name.
addMacCatalystDevice(name: string): MauiMacCatalystPlatformResourceParameters
namestringReturns
MauiMacCatalystPlatformResourceDefined on
This method is defined on the following type: