Looking for a way to specify tag on Bundle targets

I’m trying to find a way to specify ODR-tag on Bundle using tuist

In original Xcode-project It seems like I can specify ODR tag on Bundle-target (in “Products” group)
So that I can package several xcasset outside of main Bundle and load that xcasset using ODR.

But can’t find a way to specifiy the ODR tag on Bundle target using Tuist

Hey :wave:

We have a fixture with on demand resources here: tuist/fixtures/ios_app_with_on_demand_resources/Project.swift at 5175cd861d320ae0cf37b11f3f7e68d53a9716b5 · tuist/tuist · GitHub. There’s also some documentation for this feature at OnDemandResourcesTags · Project Description · References · Tuist. Does that help you to move forward? If not, could you specify a bit more in detail your need?

I can not upload example project because the site rejects me.

So I post it as an Screentshot.

As you can See MyBundle is an Bundle target.
And it is embeded into MyApp which becomes the mainBundle.
I can also specify the On Demand ResouceTag to the MyBundle.

I can do this in Normal XcodeProject. Now I want to do this same using Tuist. Since maintaining project file is painful.