diff --git a/src/Templates/src/templates/maui-blazor/MauiApp.1.csproj b/src/Templates/src/templates/maui-blazor/MauiApp.1.csproj index 52c193b565ab..6f68566b69e1 100644 --- a/src/Templates/src/templates/maui-blazor/MauiApp.1.csproj +++ b/src/Templates/src/templates/maui-blazor/MauiApp.1.csproj @@ -5,6 +5,14 @@ $(TargetFrameworks);DOTNET_TFM-windows10.0.19041.0 + + + + Exe MauiApp._1 true @@ -52,4 +60,14 @@ + + + Platforms/MacCatalyst/Entitlements.Debug.plist + + + + Platforms/MacCatalyst/Entitlements.Release.plist + true + diff --git a/src/Templates/src/templates/maui-blazor/Platforms/MacCatalyst/Entitlements.Debug.plist b/src/Templates/src/templates/maui-blazor/Platforms/MacCatalyst/Entitlements.Debug.plist new file mode 100644 index 000000000000..cc0208055252 --- /dev/null +++ b/src/Templates/src/templates/maui-blazor/Platforms/MacCatalyst/Entitlements.Debug.plist @@ -0,0 +1,10 @@ + + + + + + + com.apple.security.get-task-allow + + + diff --git a/src/Templates/src/templates/maui-blazor/Platforms/MacCatalyst/Entitlements.Release.plist b/src/Templates/src/templates/maui-blazor/Platforms/MacCatalyst/Entitlements.Release.plist new file mode 100644 index 000000000000..1db1d9371a28 --- /dev/null +++ b/src/Templates/src/templates/maui-blazor/Platforms/MacCatalyst/Entitlements.Release.plist @@ -0,0 +1,12 @@ + + + + + + com.apple.security.app-sandbox + + com.apple.security.network.client + + + + diff --git a/src/Templates/src/templates/maui-blazor/Platforms/MacCatalyst/Info.plist b/src/Templates/src/templates/maui-blazor/Platforms/MacCatalyst/Info.plist index 78e923aa2a05..7b1e6e6219c9 100644 --- a/src/Templates/src/templates/maui-blazor/Platforms/MacCatalyst/Info.plist +++ b/src/Templates/src/templates/maui-blazor/Platforms/MacCatalyst/Info.plist @@ -2,6 +2,15 @@ + + + + + + + + + UIDeviceFamily 2 diff --git a/src/Templates/src/templates/maui-mobile/MauiApp.1.csproj b/src/Templates/src/templates/maui-mobile/MauiApp.1.csproj index 052e2f46f019..af76ba0f3223 100644 --- a/src/Templates/src/templates/maui-mobile/MauiApp.1.csproj +++ b/src/Templates/src/templates/maui-mobile/MauiApp.1.csproj @@ -5,6 +5,14 @@ $(TargetFrameworks);DOTNET_TFM-windows10.0.19041.0 + + + + Exe MauiApp._1 true @@ -51,4 +59,14 @@ + + + Platforms/MacCatalyst/Entitlements.Debug.plist + + + + Platforms/MacCatalyst/Entitlements.Release.plist + true + diff --git a/src/Templates/src/templates/maui-mobile/Platforms/MacCatalyst/Entitlements.Debug.plist b/src/Templates/src/templates/maui-mobile/Platforms/MacCatalyst/Entitlements.Debug.plist new file mode 100644 index 000000000000..1659c8426552 --- /dev/null +++ b/src/Templates/src/templates/maui-mobile/Platforms/MacCatalyst/Entitlements.Debug.plist @@ -0,0 +1,11 @@ + + + + + + + com.apple.security.get-task-allow + + + + diff --git a/src/Templates/src/templates/maui-mobile/Platforms/MacCatalyst/Entitlements.Release.plist b/src/Templates/src/templates/maui-mobile/Platforms/MacCatalyst/Entitlements.Release.plist new file mode 100644 index 000000000000..1db1d9371a28 --- /dev/null +++ b/src/Templates/src/templates/maui-mobile/Platforms/MacCatalyst/Entitlements.Release.plist @@ -0,0 +1,12 @@ + + + + + + com.apple.security.app-sandbox + + com.apple.security.network.client + + + + diff --git a/src/Templates/src/templates/maui-mobile/Platforms/MacCatalyst/Info.plist b/src/Templates/src/templates/maui-mobile/Platforms/MacCatalyst/Info.plist index 79a863bb8261..72689771518a 100644 --- a/src/Templates/src/templates/maui-mobile/Platforms/MacCatalyst/Info.plist +++ b/src/Templates/src/templates/maui-mobile/Platforms/MacCatalyst/Info.plist @@ -2,6 +2,15 @@ + + + + + + + + + UIDeviceFamily 2