Skip to content

Commit

Permalink
release for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Oct 10, 2022
1 parent 0363dee commit 5169b56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription

let package = Package(
name: "WebRTC",
platforms: [.iOS(.v10), .macOS(.v10_11)],
platforms: [.iOS(.v10)],
products: [
.library(
name: "WebRTC",
Expand All @@ -13,8 +13,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebRTC",
url: "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.04/WebRTC.xcframework.zip",
checksum: "7aabeae4d53857f54797bb63304a3bc62d32be288283228444985fc1dc533775"
url: "https://github.com/webrtc-sdk/Specs-test/releases/download/104.5112.04/WebRTC.xcframework.zip",
checksum: "7071d205ae0aacb3245f5139ada8e5f355af3be800bb43ee1424e7d2385f174a"
),
]
)
5 changes: 2 additions & 3 deletions WebRTC-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ Pod::Spec.new do |spec|
and a series of optimization patches from the webrtc-sdk community have been added.
DESC

spec.homepage = "https://github.com/webrtc-sdk/Specs"
spec.homepage = "https://github.com/webrtc-sdk/Specs-test"
spec.license = { :type => 'BSD', :file => 'WebRTC.xcframework/LICENSE' }
spec.author = "webrtc-sdk"
spec.ios.deployment_target = '10.0'
spec.osx.deployment_target = '10.11'

spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.04/WebRTC.xcframework.zip" }
spec.source = { :http => "https://github.com/webrtc-sdk/Specs-test/releases/download/104.5112.04/WebRTC.xcframework.zip" }
spec.vendored_frameworks = "WebRTC.xcframework"

end
2 changes: 1 addition & 1 deletion WebRTC.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"104.5112.04": "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.04/WebRTC.xcframework.zip"
"104.5112.04": "https://github.com/webrtc-sdk/Specs-test/releases/download/104.5112.04/WebRTC.xcframework.zip"
}

0 comments on commit 5169b56

Please sign in to comment.