Fix up Info.plist when building LLDB.framework with CMake
authorAlex Langford <apl@fb.com>
Tue, 19 Jun 2018 02:59:30 +0000 (02:59 +0000)
committerAlex Langford <apl@fb.com>
Tue, 19 Jun 2018 02:59:30 +0000 (02:59 +0000)
commitf66a36d2dc2641c7056be5329f3491a159e21881
treed6a2669b60e82b8bb4b345c0253fd50b480928c8
parent972a462a7ec6097836e66cf0532e5390919e2b31
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

llvm-svn: 335014
lldb/CMakeLists.txt
lldb/cmake/modules/LLDBFramework.cmake
lldb/resources/LLDB-Info.plist