Remove unused build configurations from debugserver xcode project
authorJason Molenda <jason@molenda.com>
Tue, 13 Oct 2020 23:39:30 +0000 (16:39 -0700)
committerJason Molenda <jason@molenda.com>
Tue, 13 Oct 2020 23:39:30 +0000 (16:39 -0700)
commit7d67c06391bba00a043c23eb6bb478484831de98
tree037db70dd00c4d267d940e2bd0f1f4fe0bc4f0dc
parent10b6d0901f70738037e3f23e5b441be7ecb94d65
Remove unused build configurations from debugserver xcode project

the xcode project file for debugserver exists only to make my
life easier when I'm working only on debugserver and don't need
to build the rest of llvm/lldb.  It had many build configurations
to reflect our old lldb xcode project file, which is long gone.
Removing them to simplify the configurations.

Specifically dropping CustomSwift-Debug, DebugClang, DebugPresubmission,
CustomSwift-Release, BuildAndIntegration.  Keeping Debug & Release.
lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj