source:
doc/xcode_frameworks.rst
@
2719c54
Last change on this file since 2719c54 was 2719c54, checked in by , 8 years ago | |
---|---|
|
|
File size: 905 bytes |
Using aubio frameworks in Xcode
Binary frameworks are available and ready to use in your XCode project, for iOS and macOS.
- Download the framework.zip file from the Download page
- Select Build Phases in your project settings
- Unfold the Link Binary with Libraries list, and add AudioToolbox and Accelerate system frameworks
- Also add aubio.framework from the unzipped framework.zip
- Include the aubio header in your code:
- in C/C++:
#include <aubio/aubio.h>
- in Obj-C:
#import <aubio/aubio.h>
- in Swift:
import aubio
Note: See TracBrowser
for help on using the repository browser.