@julianoctvaz I do this in my projects Package.swift file:
.executableTarget(
name: "AppModule",
path: ".",
resources: [
.process("Resources")
]
)
Then, having Assets.xcassets folder at the same level of Package.swift, it will have all the assets available in the project. Hope this helps!
Topic:
Developer Tools & Services
SubTopic:
Swift Playground
Tags: