As you can see, for some reason, it is creating one switch for each Storyboard instead of just one switch.
Because of this, only the first switch is executed.
While I have your attention, it would be cool, if it was possible to instantiate an initial VC and immediately get the correct VC type, at the moment, this method only returns a UIViewController?
I have a project with multiple Storyboard files, and for some reason, when I run the script on my project folder I get this:
As you can see, for some reason, it is creating one switch for each Storyboard instead of just one switch. Because of this, only the first switch is executed.
While I have your attention, it would be cool, if it was possible to instantiate an initial VC and immediately get the correct VC type, at the moment, this method only returns a
UIViewController?
I am using the latest version of the script.
Callum