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
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.