I'm very very new to the target concept in Xcode. I have followed this tutorial to learn to create two targets in the same project. I just want to know how to make target A use AppDelegateA.swift
as its designated app delegate, and target B use AppDelegateB.swift
as its designated app delegate. Because on the tutorial, it actually teaches how to make two apps from the same AppDelegate. But I make two (almost) completely different apps, that share a lot of resources and libraries.
And while we're on the subject, can I also have target A use a storyboard called Main
, and target B also use a storyboard called Main
, but they are actually a different storyboard (but put together inside the same project)?