diff --git a/StreamWebRTC.podspec b/StreamWebRTC.podspec index 3f2e3cd..219fdcf 100644 --- a/StreamWebRTC.podspec +++ b/StreamWebRTC.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StreamWebRTC" - spec.version = "137.0.54" + spec.version = "137.0.55" spec.summary = "Stream WebRTC" spec.description = "WebRTC pre-compiled library for Darwin." diff --git a/fastlane/Fastfile b/fastlane/Fastfile index c4f80ad..896ef02 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -86,6 +86,7 @@ lane :release do |options| publish_ios_sdk( skip_pods: options[:skip_pods], + skip_branch_check: true, skip_git_status_check: false, github_repo: github_repo, sdk_names: [modified_sdk_name], diff --git a/fastlane/build_xcframework.sh b/fastlane/build_xcframework.sh index b948f1c..ba28cbf 100755 --- a/fastlane/build_xcframework.sh +++ b/fastlane/build_xcframework.sh @@ -40,4 +40,5 @@ cd src is_debug=false \ use_goma=false \ use_rtti=true \ - rtc_libvpx_build_vp9=true + rtc_libvpx_build_vp9=true \ + stream_enable_rendering_backend=true