unoplatform / uno.templates

Uno Platform project templates
https://platform.uno/
Other
16 stars 9 forks source link

Include the icon and splash screen configuration in the generated .csproj #662

Closed MartinZikmund closed 1 month ago

MartinZikmund commented 2 months ago

What would you like to be added:

Currently resizetizer "magically" picks up the icon, icon_foreground and splash_screen files somehow and the user will have no idea how that happens and how to customize it (which will almost always be needed as the padding size for example will almost always need adjusting.

Why is this needed:

Usability.

dansiegel commented 2 months ago

This is by design

MartinZikmund commented 2 months ago

I understand, but it makes it much harder to customize, especially as users will have to customize it in 99% of cases (if they use their own .svg)

MartinZikmund commented 2 months ago

At least the required syntax to customize should be included in a README file that would be generated next to the icon svg and splash_screen svg

dansiegel commented 2 months ago

As discussed. This isn't a change we really want to make to the templates because the starting point should be by design as simplistic as possible. To address the issues of knowing how to configure the Icon / SplashScreen we already have some intellisense support with the Uno.Sdk and are looking at ways we can expand this.

Additionally we need to do a review of the docs for the Uno.Sdk and Uno.Resizetizer to ensure that there is proper back linking between relevant docs and ensure that it remains easy for people to see how they can either customize these items with the properties provided by the Uno.Sdk or take manual control with the available metadata for each item that is used by Resizetizer.

cc: @agneszitte

agneszitte commented 2 months ago

cc @jeromelaban for info as well

agneszitte commented 1 month ago

At least the required syntax to customize should be included in a README file that would be generated next to the icon svg and splash_screen svg

Will be tracked with

agneszitte commented 1 month ago

As discussed. This isn't a change we really want to make to the templates because the starting point should be by design as simplistic as possible. To address the issues of knowing how to configure the Icon / SplashScreen we already have some intellisense support with the Uno.Sdk and are looking at ways we can expand this.

Additionally we need to do a review of the docs for the Uno.Sdk and Uno.Resizetizer to ensure that there is proper back linking between relevant docs and ensure that it remains easy for people to see how they can either customize these items with the properties provided by the Uno.Sdk or take manual control with the available metadata for each item that is used by Resizetizer.

cc: @agneszitte

Will be tracked with

agneszitte commented 1 month ago

@MartinZikmund, @dansiegel closing this issue as the work will be tracked with: