CMake/Tests/BundleUtilities
Brad King 1c15eb39d2 Tests: Suppress failures on macOS arm64 due to separate Xcode signing phase
Some tests fail because Xcode runs `POST_BUILD` commands before signing
the binaries they run.  Tell the linker to perform ad-hoc codesign even
though Xcode normally tells it not to.

Other tests fail because `install_name_tool` does not revise ad-hoc
signatures without the codesign `linker-signed` flag.  Add that flag
ourselves where needed by our tests.

For now these changes help our test suite pass so we can use it to cover
everything else.  Both of these cases may need further investigation to
update CMake to help projects in general.

Issue: #21845, #21854
2021-02-22 15:47:13 -08:00
..
bundleutils.cmake Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
CMakeLists.txt Tests: Suppress failures on macOS arm64 due to separate Xcode signing phase 2021-02-22 15:47:13 -08:00
framework.cpp Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
framework.h Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
module.cpp Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
module.h BundleUtilities: Work w/ non .app exes on Mac (#12034) 2011-05-27 16:11:43 -04:00
shared2.cpp Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
shared2.h Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
shared.cpp Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
shared.h Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
testbundleutils1.cpp Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
testbundleutils2.cpp Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
testbundleutils3.cpp Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00