I want to get my Mac OS app created with Cava Packager to run in the sandbox environment. Per Apple documentation I have to add the following linker options to the command that builds the executable and then sign my app:
-sectcreate __TEXT __info_plist Info.plist_path
How can I modify options in the linker command string used internally by the cava packager (I am using citrusperl, so maybe the options need to be passed to citruperl?)