Skip to content

Commit

Permalink
chore: removed unused properties on docs and base.props
Browse files Browse the repository at this point in the history
  • Loading branch information
pictos committed Sep 21, 2023
1 parent c812158 commit 6f1a1d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion doc/uno-resizetizer-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Properties that can be used across all items
| WindowsForegroundScale | The same as ForegroundScale, but the value will be applied just for Windows |
| IOSForegroundScale | The same as ForegroundScale, but the value will be applied just for iOS |
| SkiaForegroundScale | The same as ForegroundScale, but the value will be applied just for Skia targets |
| ProjectDirectory | Used to specify the path of the file where UnoIcon is defined, it helps Resizetizer to find the full path of the app icon asset |

> [!NOTE]
> The PlatformsForegroundScale (AndroidForegroundScale, WasmForegroundScale, etc) will override the global ForegroundScale value.
Expand Down
3 changes: 1 addition & 2 deletions doc/using-uno-resizetizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ During the creation of your `svg` file, please remember to make the `ViewBox` bi
<ItemGroup>
<UnoIcon Include="$(MSBuildThisFileDirectory)Icons\iconapp.svg"
ForegroundFile="$(MSBuildThisFileDirectory)Icons\appconfig.svg"
Color="#FF0000"
ProjectDirectory="$(MSBuildThisFileDirectory)"/>
Color="#FF0000"/>
</ItemGroup>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<UnoIcon Include="$(MSBuildThisFileDirectory)Icons\iconapp.svg"
ForegroundFile="$(MSBuildThisFileDirectory)Icons\appconfig.svg"
ForegroundScale="0.65"
Color="#00000000"
ProjectDirectory="$(MSBuildThisFileDirectory)"/>
Color="#00000000" />
<UnoSplashScreen
Include="$(MSBuildThisFileDirectory)Splash\splash_screen.svg"
BaseSize="128,128"
Expand Down

0 comments on commit 6f1a1d7

Please sign in to comment.