Hi there,
I am thinking of publishing a watch app that does exactly the same as a widget I have written. I want it to have the same functionality as my widget and if I change my code I want to be able to easily release an update to both widget and app. I think that the only thing that I need to change is the manifest file and maybe the resource file. The manifest needs a new ID a new type and my resource file needs a new AppName. If that really is all I have to change, I'd rather not have two projects.
What is the best way to achieve this?
Thanks,
R.