From c456c8fbcedfe3db1371689364618a400ebfe020 Mon Sep 17 00:00:00 2001 From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com> Date: Fri, 12 Apr 2024 23:18:43 +0200 Subject: [PATCH] docs: Add UWP not supported note --- doc/using-uno-resizetizer.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/using-uno-resizetizer.md b/doc/using-uno-resizetizer.md index e1ad32d6..22f50430 100644 --- a/doc/using-uno-resizetizer.md +++ b/doc/using-uno-resizetizer.md @@ -134,7 +134,7 @@ You can also make specific files to be `UnoIcon` using Visual Studio, by right-c ----- -Next, some adjustments are needed on `Android`, `Windows`, `WebAssembly`, `mac-catalyst`, and `iOS`. +Next, some adjustments are needed on `Android`, `Windows (WinUI)`, `WebAssembly`, `mac-catalyst`, and `iOS`. # [**Android**](#tab/Android) @@ -151,7 +151,10 @@ Next, some adjustments are needed on `Android`, `Windows`, `WebAssembly`, `mac-c > [!TIP] > You can remove the old assets related to the app icon from the `Android` project. -# [**Windows**](#tab/Windows) +# [**Windows (WinUI)**](#tab/Windows) + +> [!NOTE] +> Uno.Resizetizer is currently only supported on WinUI, UWP is not supported." * Open the [`Package.appxmanifest` file](https://github.com/unoplatform/uno.resizetizer/blob/main/samples/NewTemplate/Resizetizer.Extensions.Sample.Windows/Package.appxmanifest) and look for the `Application` tag * Remove everything that's related to the application icon (BackgroundColor, Square and Wide property inside the `uap:DefaultTile` attribute). It should look like this: