Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
fortesdev authored Mar 9, 2023
1 parent eb55ce4 commit 1b210a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
// .target(name: "MobileMessagingWrapper", dependencies: ["MobileMessaging"]),
.binaryTarget(
name: "MobileMessaging",
url: "https://github.com/infobip/mobile-messaging-sdk-ios/releases/download/10.8.4/MobileMessaging.xcframework.zip",
url: "https://github.com/infobip/mobile-messaging-sdk-ios/releases/download/10.9.0/MobileMessaging.xcframework.zip",
checksum: "0184cc0617a92d4258529609247c432d507c36b650b367dd2d883e74c029010d"),

.target(name: "MobileMessagingWrapper", dependencies: ["MobileMessaging","infobip-rtc-ios"], swiftSettings: [.define("WEBRTCUI_ENABLED=1")]),
Expand Down

0 comments on commit 1b210a8

Please sign in to comment.