Development Assets

In an App target, I can specify development assets to exclude from release builds.

Is this also possible with Swift packages?

I have SwiftUI views in a package and I want to preview an image asset, but I don't want that image to be shipped in the parent App target that consumes the package.

5 Likes