How to revert a standalone watch app to a dependant watch app

Hi, I have created a watch only app and would need to convert it to a dependant watch app since I need to exchange data via watch connectivity? How can we convert such kind of an app? Is it possible without creating a new app, by only changing the required settings in the existing app?

Going from independent to dependent is not allowed. Consider whether you really need to exchange data via Watch Connectivity, or whether that’s an optimization you can make when both the watchOS and iOS apps are installed. Perhaps your watchOS app can get data directly from a server or CloudKit, or provide valuable functionality without having to know that the phone is up to at all.

How to revert a standalone watch app to a dependant watch app
 
 
Q