Reputation: 25265
When I add a new file in Xcode, I get a dialog box asking me which targets I want to add the file to. By default, this dialog has just one target selected. I'd like to select all targets by default. Is this possible?
Upvotes: 15
Views: 3605
Reputation: 53551
Xcode remembers the selection you make in the dialog, so when you select all targets once, it should have them all selected by default when you add files the next time.
Upvotes: -2