When you create a new project with Xcode, then this script
- removes the file
Main.storyboard
- removes the reference to it in the
.pbxproj
file (i.e. it will disappear from the Project Navigator) - edits the
Info.plist
and deletes theUIMainStoryboardFile
entry there - edits the
AppDelegate.swift
file so that theViewController
is set as root view controller via code
$ ./install.sh $YOUR_SCRIPT_DIRECTORY # should be in your $PATH
$ cd $PROJECT_DIRECTORY
$ remove_storyboard