Skip to content

Commit

Permalink
Merge pull request #238 from morning4coffe-dev/dev/doti/resizetizer-w…
Browse files Browse the repository at this point in the history
…inui-note

docs: Add UWP not supported note
  • Loading branch information
jeromelaban authored Apr 18, 2024
2 parents 7f319d0 + c456c8f commit a825f44
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/using-uno-resizetizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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:
Expand Down

0 comments on commit a825f44

Please sign in to comment.