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 1b210a8 commit ef31af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ let package = Package(
targets: [
// .target(name: "MobileMessagingWrapper", dependencies: ["MobileMessaging"]),
.binaryTarget(
name: "MobileMessaging",
name: "mobile-messaging-sdk-ios",
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")]),
.target(name: "MobileMessagingWrapper", dependencies: ["mobile-messaging-sdk-ios","infobip-rtc-ios"], swiftSettings: [.define("WEBRTCUI_ENABLED=1")]),
]
)

0 comments on commit ef31af2

Please sign in to comment.