Skip to content

Commit

Permalink
Merge pull request #246 from unoplatform/pj/android-assets-fix
Browse files Browse the repository at this point in the history
Remove inputs from all GenerateSplash Targets
  • Loading branch information
jeromelaban committed Apr 19, 2024
2 parents 9cf81ec + 826c34e commit ec01846
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/.nuspec/Uno.Resizetizer.android.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Name="GenerateUnoSplashAndroid"
BeforeTargets="ProcessUnoSplashScreens"
Condition=" '@(UnoSplashScreen)' != '' "
Inputs="$(_UnoSplashInputsFile);@(UnoSplashScreen)"
Outputs="$(_UnoSplashStampFile)">

<CallTarget Targets="GenerateUnoSplashScreens" />
Expand Down
1 change: 0 additions & 1 deletion src/.nuspec/Uno.Resizetizer.apple.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Name="GenerateUnoSplashApple"
BeforeTargets="ProcessUnoSplashScreens"
Condition="'$(DesignTimeBuild)' != 'True' And '@(UnoSplashScreen)' != ''"
Inputs="$(_UnoSplashInputsFile);@(UnoSplashScreen)"
Outputs="$(_UnoSplashStampFile)">

<CallTarget Targets="GenerateUnoSplashScreens" />
Expand Down
1 change: 0 additions & 1 deletion src/.nuspec/Uno.Resizetizer.windows.skia.targets
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
Name="GenerateUnoSplashWindowsSkia"
BeforeTargets="ProcessUnoSplashScreens"
Condition="'$(DesignTimeBuild)' != 'True' And '@(UnoSplashScreen)' != ''"
Inputs="$(_UnoSplashInputsFile);@(UnoSplashScreen)"
Outputs="$(_UnoSplashStampFile)">

<CallTarget Targets="GenerateUnoSplashScreens" />
Expand Down

0 comments on commit ec01846

Please sign in to comment.