Skip to content

Commit

Permalink
Bump iOS version to 118.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Oct 15, 2023
1 parent 1202425 commit a52d059
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebRTC",
url: "https://github.com/jitsi/webrtc/releases/download/v111.0.2/WebRTC.xcframework.zip",
checksum: "5033f23040628e76baa3a9c83c28d89e86ce8127a5a83b5b7d077ede24182b07"
url: "https://github.com/jitsi/webrtc/releases/download/v118.0.0/WebRTC.xcframework.zip",
checksum: "e01960ca52aca9acff3ae712391a5eee4393fd5a32accab0c3801f330615ea1b"
),
]
)
4 changes: 2 additions & 2 deletions ios/JitsiWebRTC.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JitsiWebRTC'
s.version = '111.0.2'
s.version = '118.0.0'
s.summary = 'WebRTC build provided by Jitsi'
s.description = 'This is the WebRTC build the Jitsi project uses and provides for React Native WebRTC'
s.homepage = 'https://github.com/jitsi/webrtc'
Expand Down Expand Up @@ -38,7 +38,7 @@ Pod::Spec.new do |s|
LICENSE
}
s.authors = 'The WebRTC project authors'
s.source = { :http => 'https://github.com/jitsi/webrtc/releases/download/v111.0.2/WebRTC.xcframework.zip', :flatten => false }
s.source = { :http => 'https://github.com/jitsi/webrtc/releases/download/v118.0.0/WebRTC.xcframework.zip', :flatten => false }
s.platform = :ios, '12.0'
s.vendored_frameworks = 'WebRTC.xcframework'
end

0 comments on commit a52d059

Please sign in to comment.