[Lldb-commits] [PATCH] D55328: [CMake] Revised LLDB.framework builds
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 10 10:28:21 PST 2018
sgraenitz marked 3 inline comments as done.
sgraenitz added inline comments.
================
Comment at: resources/LLDB-Info.plist.in:18
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
----------------
aprantl wrote:
> Just out of curiosity: Why this? Is this expected to be replaced after code signing?
Good question. Seems to be a weird representation for something like default or none. It's in all the plists.
> The bundle signature in new Xcode projects is initialized as ????. You can probably leave it at that, but if you want your own code, you need to register it: http://developer.apple.com/datatype/index.html
https://stackoverflow.com/questions/1875912
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55328/new/
https://reviews.llvm.org/D55328
More information about the lldb-commits
mailing list