Skip to content

Commit 6ce3a82

Browse files
updated package
1 parent 725a206 commit 6ce3a82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// swift-tools-version:5.3
2-
// The swift-tools-version declares the minimum version of Swift required to build this package.
32
import PackageDescription
43

54
let package = Package(
65
name: "AgoraRtcKit",
76
defaultLocalization: "en",
87
platforms: [.iOS(.v9)],
98
products: [
10-
.library(name: "AgoraRtcKit", targets: ["AgoraSoundTouch.xcframework", "aosl.xcframework", "Agoraffmpeg.xcframework", "AgoraRtcKit.xcframework", "video_dec.xcframework", "AgoraVideoDecoderExtension.xcframework"]),
9+
.library(name: "RtcBasic", targets: ["AgoraRtcKit", "aosl", "Agoraffmpeg", "AgoraSoundTouch"]),
10+
.library(name: "VideoCodecDec", targets: ["AgoraVideoDecoderExtension", "video_dec"])
1111
],
1212
targets: [
1313
.binaryTarget(
@@ -39,6 +39,6 @@ let package = Package(
3939
name: "AgoraVideoDecoderExtension",
4040
url: "https://download.agora.io/swiftpm/AgoraLite_iOS/4.4.0.test/AgoraVideoDecoderExtension.xcframework.zip",
4141
checksum: "ff47caf7dca1ef2c73e6a5914d844932b249f4b412eeb4f5a1b51e30dff05ad9"
42-
),
42+
)
4343
]
4444
)

0 commit comments

Comments
 (0)