Skip to content

Commit

Permalink
Merge pull request #1 from JioMeet/wp_jv_12
Browse files Browse the repository at this point in the history
Wp jv 12
  • Loading branch information
rohit41-kumar authored Jul 24, 2023
2 parents f42f39e + 618f564 commit 755d56b
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,39 +17,33 @@ let package = Package(
.package(
name: "JioMeetRtcEngine_iOS",
url: "https://github.com/JioMeet/JioMeet-rtc-engine-ios.git",
from: "3.7.2"
),
.package(
name: "SDWebImage",
url: "https://github.com/SDWebImage/SDWebImage.git",
from: "5.10.0"
),
.package(
name: "SDWebImageSwiftUI",
url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git",
from: "2.0.0"
"3.7.2"..<"3.7.3"
)
],
targets: [
.binaryTarget(
name: "JioMeetCoreSDK",
url: "https://storage.googleapis.com/cpass-sdk/libs/iOS/internal/jv_watch_party/v1_1_3/JioMeetCoreSDK.xcframework.zip",
checksum: "799d7561e5af6c715c699a476d3b8f2cd165d157d95bc499dc78a64ff7137816"
url: "https://storage.googleapis.com/cpass-sdk/libs/iOS/internal/jv_watch_party/v1_1_12/JioMeetCoreSDK.xcframework.zip",
checksum: "e35679c50ec166c6b47ee27b67365feab60f097aa41387dab1385027f54869be"
),
.binaryTarget(
name: "JioMeetWatchParty",
url: "https://storage.googleapis.com/cpass-sdk/libs/iOS/internal/jv_watch_party/v1_1_3/JioMeetWatchParty.xcframework.zip",
checksum: "7e8b3b7a32474e11eaa1f4b6ec67f07cabb36e56bb5d2cd08f28c55c9cc80ac7"
url: "https://storage.googleapis.com/cpass-sdk/libs/iOS/internal/jv_watch_party/v1_1_12/JioMeetWatchParty.xcframework.zip",
checksum: "2750004010201254494f0832cf08f5bf7509d783ee26f8e65c5d26e19aa8b88b"
),
.binaryTarget(
name: "FLAnimatedImage",
url: "https://storage.googleapis.com/cpass-sdk/libs/iOS/internal/jv_watch_party/v1_1_12/FLAnimatedImage.xcframework.zip",
checksum: "cd5a7a1962b46796389a64c16d0c008cd81d7ec52b14b028c0bdbb02e9c7e147"
),
.target(
name: "JioMeetWatchPartyTarget",
dependencies: [
.target(name: "JioMeetCoreSDK"),
.target(name: "JioMeetWatchParty"),
.target(name: "FLAnimatedImage"),
.product(name: "RTC", package: "JioMeetRtcEngine_iOS"),
.product(name: "RTM", package: "JioMeetRtcEngine_iOS"),
.product(name: "SDWebImageSwiftUI", package: "SDWebImageSwiftUI"),
.product(name: "SDWebImage", package: "SDWebImage")
.product(name: "RTM", package: "JioMeetRtcEngine_iOS")
],
path: "Framework/Dependency",
exclude: []
Expand Down

0 comments on commit 755d56b

Please sign in to comment.