On Xcode 7 b 6, if you open a project created in Xcode 6 with a Watch OS1 app, then select update to recommneded settings, it will convert the Watch OS1 app into a Watch OS 2 app.
This didn't seem to happen on previous betas. I didn't notice this was listed in the list of changes that Xcode was going to perform on a project today, and now I have some Watch OS2 apps that I'd like to revert back to Watch OS 1 apps.
Is there a step by step process to revert a converted Watch OS 2 target back into a Watch OS 1 target?
And, I filed a bug report about this (22447746) because I don't think this is really the ideal process. At least initially, you are still going to have to support OS1 to some extent, so you don't want to delete the old OS 1 target. But, it might be convenient to duplicate the Watch OS1 target and convert the duplicate to Watch OS2.
But, back to the original big question: how do I revert the OS 2 target to OS 1? I'd prefer to not have to recreate all the Watch OS1 targets if possible.