XCFramework build process for various open-source audio libraries used by SFBAudioEngine.
The built XCFrameworks target macOS 10.15+ and iOS 14.0+ for all supported 64-bit architectures.
git clone git@github.com:sbooth/AudioXCFrameworks.git --recurse-submodulescd AudioXCFrameworksmake
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.