Copy Resources in Frameworks during fixup_bundle (#10020)

By default, if an embedded item is a framework, copy its
main dylib file explicitly, and then also its Resources
if it has any.

Inspect a variable, BU_COPY_FULL_FRAMEWORK_CONTENTS, and
if it's ON, copy the entire framework into the bundle.
This commit is contained in:
David Cole 2010-07-23 17:16:12 -04:00
parent 0c084dd899
commit 979972f988
1 changed files with 62 additions and 2 deletions