I've started with a SwiftUI project for iOS. Now I'd like to add tvOS and watchOS as additional target platforms. Of course all platforms should share the same models, APIs and some views. Some views will be different for each platform.
How can I add subprojects to my existing structure?
It is not necessary to create new sub-projects, just create new target for desired platform in you current project and add shared files to new platform target, as on demo below