Skip to content

Commit

Permalink
updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
digitallysavvy committed Aug 2, 2024
1 parent 725a206 commit 6ce3a82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

let package = Package(
name: "AgoraRtcKit",
defaultLocalization: "en",
platforms: [.iOS(.v9)],
products: [
.library(name: "AgoraRtcKit", targets: ["AgoraSoundTouch.xcframework", "aosl.xcframework", "Agoraffmpeg.xcframework", "AgoraRtcKit.xcframework", "video_dec.xcframework", "AgoraVideoDecoderExtension.xcframework"]),
.library(name: "RtcBasic", targets: ["AgoraRtcKit", "aosl", "Agoraffmpeg", "AgoraSoundTouch"]),
.library(name: "VideoCodecDec", targets: ["AgoraVideoDecoderExtension", "video_dec"])
],
targets: [
.binaryTarget(
Expand Down Expand Up @@ -39,6 +39,6 @@ let package = Package(
name: "AgoraVideoDecoderExtension",
url: "https://download.agora.io/swiftpm/AgoraLite_iOS/4.4.0.test/AgoraVideoDecoderExtension.xcframework.zip",
checksum: "ff47caf7dca1ef2c73e6a5914d844932b249f4b412eeb4f5a1b51e30dff05ad9"
),
)
]
)

0 comments on commit 6ce3a82

Please sign in to comment.