Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved UnoSplashScreen Target #138

Merged
merged 2 commits into from
May 18, 2023

Conversation

pictos
Copy link
Contributor

@pictos pictos commented May 17, 2023

GitHub Issue (If applicable): #134

What is the current behavior?

Actually the ProcessUnoSplashScreen creates the splash assets and consumes/process them, when nothing changed this target is skipped, which can cause the splash screen to not be included on the app. That was noted and fixed by for wasm by #127, but we shouldn't remove the Input and Output in order to fix that.

What is the new behavior?

Now we have a new target called GenerateUnoSplashScreens that will be responsible to create all the assets needed by the platforms, and to consume/process these assets we will use ProcessUnoSplashScreen that will always run.

Other information

In order to make those changes easier to review and small, will be more PR addressing improving other parts. Right now, we can note an error on incremental builds on UnoIcon for wasm and Skia targets, which will be fixed in future iterations.

Because of that those PRs will target a separated branch pj/build-task-update and at the end will be merged against main

@pictos pictos changed the base branch from main to pj/build-task-update May 17, 2023 21:26
@pictos pictos requested a review from dansiegel May 17, 2023 21:27
@pictos pictos requested a review from dansiegel May 17, 2023 23:45
@dansiegel dansiegel merged commit 0c05d22 into pj/build-task-update May 18, 2023
@dansiegel dansiegel deleted the pj/improve-build-task-for-unosplash branch May 18, 2023 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants