Framework contains SDK to use camera from page loaded to WKWebView. Is used for CUE Live Lightshow 2.0.
- Clone ios-webview-sdk to the directory:
git clone https://github.com/Transported-Labs/ios-webview-sdk
- Open project file WebViewSDK.xcodeproj from ios-webview-sdk in XCode 14.3+:
- Build library in XCode.
- If you need to build library manually, use the following command:
xcodebuild archive -sdk iphoneos -configuration Release -project WebViewSDK.xcodeproj -scheme WebViewSDK
Please find the sample HTML-file in assets of the demo project: index.html