WatchOS noob here...
I created a standalone WatchOS app in XCode 14.2 and it has no "Extension" target, which I think is the expected behavior. But I would like to use a WKExtendedRuntimeSession and the documentation says to "enable your WatchKit extension’s Background Modes capability and select your app’s session type".
How am I supposed to do this if I don't have an extension?