saker.apple Documentation TaskDoc JavaDoc Packages
Create an universal file from the inputs using the lipo tool. The task takes multiple input files and packs them into an universal file. It is generally used to create an universal executable that contains code for multiple architectures.
Summary
Parameters
Input
Required parameter.
Specifies the input files which should be included in the output universal file.
OutputA forward relative output path that specifies the output location of the universal file.
SDKsSpecifies the SDKs (Software Development Kits) used by the task.
Parameters
Required parameter.
Specifies the input files which should be included in the output universal file.
A forward relative output path that specifies the output location of the universal file. It can be used to have a better output location than the automatically generated one.
Specifies the SDKs (Software Development Kits) used by the task. SDKs represent development kits that are available in the build environment and to the task. The SDK names are compared in a case-insensitive way.