Reputation: 6133
Currently, I have 2 target like this.
When I create some file, it only choose 1 for default like this. I have to choose all target manually.
I afraid that developers might make some mistakes and don't add to app store version. Is there any way to automatically select both target? Or at least, by default, App Store version should be selected.
Upvotes: 4
Views: 2671
Reputation: 169
Create a new file and select all the targets. Xcode will automatically remember and select those targets when creating subsequent files.
Upvotes: 0