XCFramework build process for various open-source audio libraries used by SFBAudioEngine.
The built XCFrameworks support macOS 11.0+, iOS 15.0+, and tvOS 15.0+ on all supported 64-bit architectures.
git clone git@github.com:sbooth/AudioXCFrameworks.git
cd AudioXCFrameworks
make
Each subfolder will contain the built XCFramework at its top level.
make install
may be used from the top level Makefile to copy the XCFrameworks into PREFIX
:
make install PREFIX=
destination_folder
This is useful from a Run Script
build phase when AudioXCFrameworks
is a submodule of your project:
make -C "$SRCROOT/AudioXCFrameworks" install PREFIX="$SRCROOT/XCFrameworks"
The Xcode project files and overall build system are distributed under the MIT license.
Each individual open source project is subject to its own licensing terms. See the README in each folder for that particular project's license.