The XojoBuildPressed script overrides the Xojo building process allowing for the separate processor architectures to be processed as one, instead of processing them separately.
Select the "Shell Script" option, then highlight and copy the script code. Please check with your development tools on how to integrate with 3rd Party Apps during debugging and building.
There are a couple of command available at the moment.
Tells App Wrapper to log the results of debug processing to the file at <path>.
-log ~/Desktop/iconographer.debug.log
Tells App Wrapper to use a specific document at <path> for processing the application with.
-doc "/Volumes/rowlands/Library/App Wrapper 4 Data/Documents/Icon Composer.debug.aw4"
-channel ass
Writes <version> from the Xojo script into the version number of the Xojo Framework included in the bundle.
"-XojoVer " + Format( XojoVersion, "0000.00#" )
Writes <version> to the LC_SOURCE_VERSION in the executable and the plist.
-CFBundleVersion "1.0.0.3.28"
Overwrites the minimum OS version in the plist.
-LSMinimumSystemVersion "10.15"
Skips processing of the application, to simply pack it and possibly submit to Apple.
-pack only