DRTVWR-447: Restore copying BugsplatMac.framework into Mac package.

master
Nat Goodspeed 2018-10-22 14:21:35 -04:00
parent c532e3075c
commit f55d3071e1
1 changed files with 3 additions and 0 deletions

View File

@ -929,6 +929,9 @@ class DarwinManifest(ViewerManifest):
self.path2basename(relpkgdir, CEF_framework)
CEF_framework = self.dst_path_of(CEF_framework)
if self.args.get('bugsplat'):
self.path2basename(relpkgdir, "BugsplatMac.framework")
with self.prefix(dst="MacOS"):
# NOTE: the -S argument to strip causes it to keep
# enough info for annotated backtraces (i.e. function