Fix up Info.plist when building LLDB.framework with CMake

Summary:
We weren't using the Info.plist template in resources previously.
When using that template, some of the key's values weren't being populated
because some variables were not being defined. In one case, CMake didn't
like the substring expansion syntax of CFBundleIdentifier so I got rid of that.

Differential Revision: https://reviews.llvm.org/D47792

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@335014 91177308-0d34-0410-b5e6-96231b3b80d8
3 files changed