Skip to content

Commit

Permalink
fix(net6): Adjust assets generation of iOS/Catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Apr 29, 2022
1 parent c383dd8 commit 7c8bcfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</Target>

<Target Name="UnoAssetsGeneration"
BeforeTargets="_GetLibraryImports;PrepareForBuild;_CheckForContent"
BeforeTargets="_GetLibraryImports;PrepareForBuild;_CheckForContent;_CollectBundleResources"
DependsOnTargets="ResolveProjectReferences"
Condition="'$(DesignTimeBuild)' != 'true' and '$(BuildingInsideUnoSourceGenerator)' == '' and ('$(XamarinProjectType)'!='' or '$(UnoForceProcessPRIResource)'!='')">
<!-- Assets -->
Expand Down

0 comments on commit 7c8bcfd

Please sign in to comment.