I’m working on a project where I need to set up a standalone Apple Watch app
While configuring the project using Tuist, I noticed that none of the available values for the product
field seem to generate a target with the productType = "com.apple.product-type.application.watchapp2-container"
, which is the required type for the Watch app container in standalone configurations.
I wanted to ask:
- Is this product type currently supported in Tuist?
- If so, which
product
value should I use to generate it? - If not, is there a recommended workaround, or is support planned for the future?
Thanks a lot for the great work you’re doing with Tuist