Skip to content

Commit

Permalink
Upgrade iOS WebRTC SDK to 125.6422.05 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
shepeliev authored Sep 25, 2024
1 parent 8703f6c commit 7f5d88c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-sample-app-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
run: |
./gradlew :sample:composeApp:generateDummyFramework
cd sample/iosApp
pod install
pod install --repo-update
xcodebuild -workspace iosApp.xcworkspace -configuration Debug -scheme iosApp -sdk iphonesimulator -arch arm64
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kotlin {
ios.deploymentTarget = "13.0"

pod("WebRTC-SDK") {
version = "125.6422.04"
version = "125.6422.05"
moduleName = "WebRTC"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ accompanist-permision = "0.34.0"
kermit = "2.0.3"
kotlin-wrappers = "1.0.0-pre.732"
webrtc-android-sdk = "125.6422.05"
webrtc-ios-sdk = "125.6422.04"
webrtc-ios-sdk = "125.6422.05"

#Android
minSdk = "21"
Expand Down
2 changes: 1 addition & 1 deletion sample/composeApp/composeApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/ComposeApp.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '13.0'
spec.dependency 'WebRTC-SDK', '125.6422.04'
spec.dependency 'WebRTC-SDK', '125.6422.05'

if !Dir.exist?('build/cocoapods/framework/ComposeApp.framework') || Dir.empty?('build/cocoapods/framework/ComposeApp.framework')
raise "
Expand Down
8 changes: 4 additions & 4 deletions sample/iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- composeApp (1.0):
- WebRTC-SDK (= 125.6422.04)
- WebRTC-SDK (125.6422.04)
- WebRTC-SDK (= 125.6422.05)
- WebRTC-SDK (125.6422.05)

DEPENDENCIES:
- composeApp (from `../composeApp`)
Expand All @@ -15,8 +15,8 @@ EXTERNAL SOURCES:
:path: "../composeApp"

SPEC CHECKSUMS:
composeApp: ebd775d8d07cffc1777743f5018f78aedaa77bb3
WebRTC-SDK: c3d69a87e7185fad3568f6f3cff7c9ac5890acf3
composeApp: e1b96adb73e884432899e72f27d05b0805c859b9
WebRTC-SDK: 1990a1a595bd0b59c17485ce13ff17f575732c12

PODFILE CHECKSUM: 93cb910915abe7895a05e1dca8ba57520db8947f

Expand Down

0 comments on commit 7f5d88c

Please sign in to comment.