Recently I've added some targets to my project. Looking at the diff of my storyboard file I've noticed that customModule="Target1Name"
. Looks like I can set it in IB where all my targets are listed. But this storyboard is universal for all the targets, so I didn't select anything.
I'd like to understand what is the customModule
parameter and why it appears to be set to my Target1Name?
I've looked at some related posts, but couldn't understand of what the customModule is used for.