-
Notifications
You must be signed in to change notification settings - Fork 567
Support "app icons" in the csproj #7147
Copy link
Copy link
Open
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.enhancementProposed change to current functionality.Proposed change to current functionality.
Milestone
Metadata
Metadata
Assignees
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.enhancementProposed change to current functionality.Proposed change to current functionality.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Android application type
Android for .NET (net6.0-android, etc.)
Affected platform version
All
Description
Right now we are almost there with resizetizer (icon generation) for mobile apps. We have tasks that generate all the drawables and add it to the app, but the final step the user has to go edit the manifest and link the drawables/mipmaps to the xml file.
It would be great to be able to get resizetizer to output some build item/property and have the android build insert the values into the manifest.
@jonathanpeppers mentioned that editing the manifest from a build task may break incremental builds and/or fast deploy processes.
This is also consistent with Windows and Tizen which support automatic manifest updates.
Steps to Reproduce
Did you find any workaround?
Editing the manifest, but this is the issue.
Relevant log output
No response
iOS/Mac Issue