BlueBillywigPlayerSDK
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
Installation
BlueBillywigPlayerSDK is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'BlueBillywigPlayerSDK'Xcode 12 libraries
XCode 12 needs different libraries for an actual iPhone and an iPhone simulator.
For use on a simulator:
| Version | Library |
|---|---|
| Debug | bin/lib/libBBComponent--debug-iphonesimulator.a |
| Release | bin/lib/libBBComponent--iphonesimulator.a |
For use on an iPhone or iPad:
| Version | Library |
|---|---|
| Debug | bin/lib/libBBComponent--debug-iphoneos.a |
| Release | bin/lib/libBBComponent-.a |
Fat library for XCode 11 and lower
| Version | Library |
|---|---|
| Debug | bin/lib/libBBComponent--debug-iphone-simulator.a |
| Release | bin/lib/libBBComponent--iphone-simulator.a |
Release library for only iPhone devices
Release: bin/lib/libBBComponent-.a
Author
Floris Groenendijk, [email protected]
License
BlueBillywigPlayerSDK is available under the MIT license. See the LICENSE file for more info.