Skip to content

Commit

Permalink
0.0.16-test
Browse files Browse the repository at this point in the history
  • Loading branch information
agorabuilder committed Nov 14, 2024
1 parent b1eb948 commit 6457196
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@ let package = Package(
targets: [
.binaryTarget(
name: "AgoraRtcKit",
url: "https://download.agora.io/swiftpm/AgoraLite_iOS/0.0.14-test/AgoraRtcKit.xcframework.zip",
checksum: "be37d47e92ed30e7eddc74d008c91abec880a603a3c120c55155d9c0c064ad91"
url: "https://download.agora.io/swiftpm/AgoraLite_iOS/0.0.16-test/AgoraRtcKit.xcframework.zip",
checksum: "ab0cf1af6045b11471529d77617731377472df55f3c4e03967fd93069b754d59"
),
.binaryTarget(
name: "Agoraffmpeg",
url: "https://download.agora.io/swiftpm/AgoraLite_iOS/0.0.14-test/Agoraffmpeg.xcframework.zip",
checksum: "229d34c9565288d98b7b95d69fb51c2e0326afdf7b3594381f7378967711abbd"
url: "https://download.agora.io/swiftpm/AgoraLite_iOS/0.0.16-test/Agoraffmpeg.xcframework.zip",
checksum: "523475871745ddd1d76ec8d30962c368cc10ba26cd8fc9ac1e6a91232a5c3de2"
),
.binaryTarget(
name: "AgoraSoundTouch",
url: "https://download.agora.io/swiftpm/AgoraLite_iOS/0.0.14-test/AgoraSoundTouch.xcframework.zip",
checksum: "1d41d2cb1eb57fa0e792807af0788d1991b60c8b6c542a561b14ef82b8fa74dd"
url: "https://download.agora.io/swiftpm/AgoraLite_iOS/0.0.16-test/AgoraSoundTouch.xcframework.zip",
checksum: "4ea5085eaf28fcf7183d86d3daf828e602df61e96021247e542d77f62d94944a"
),
.binaryTarget(
name: "AgoraVideoDecoderExtension",
url: "https://download.agora.io/swiftpm/AgoraLite_iOS/0.0.14-test/AgoraVideoDecoderExtension.xcframework.zip",
checksum: "e9bd8d4ad330ed960fb8b6fde0a57038c325f6cb1defcaf3d97184ed826dbac3"
url: "https://download.agora.io/swiftpm/AgoraLite_iOS/0.0.16-test/AgoraVideoDecoderExtension.xcframework.zip",
checksum: "aebdb139aae3c5beaa204dcf6998208a4d94f2e521f2ded875ee39ef14344f03"
),
.binaryTarget(
name: "video_dec",
url: "https://download.agora.io/swiftpm/AgoraLite_iOS/0.0.14-test/video_dec.xcframework.zip",
checksum: "c93436025be6cb68624534164fc47732997fdd29b9cd1fa9692981a285316f0a"
url: "https://download.agora.io/swiftpm/AgoraLite_iOS/0.0.16-test/video_dec.xcframework.zip",
checksum: "dd6b6ad6137eecd76e0c3756859f8fa2dba5a2d508a98374eddbc8e8d8d92e1f"
),
.target(
name: "AgoraInfra_iOS",
Expand Down

0 comments on commit 6457196

Please sign in to comment.