Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-cisco authored Mar 20, 2023
1 parent e3753ac commit 774a24a
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 @@ -13,7 +13,7 @@ let package = Package(
),
.library(
name: "WebexConnectNotificationServiceExtension",
targets: ["IMIConnectNotificationServiceExtension"]
targets: ["IMIconnectNotificationServiceExtension"]
)
],
targets: [
Expand All @@ -28,7 +28,7 @@ let package = Package(
checksum: "a22db8ed10d2d5307b780e55c63dd38baf73079a1056bad22404cb080371cfe8"
),
.binaryTarget(
name: "IMIConnectNotificationServiceExtension",
name: "IMIconnectNotificationServiceExtension",
url: "https://github.com/webex/wxconnect-core-ios-sdk/releases/download/2.17.0/WebexConnectNotificationServiceExtension.zip",
checksum: "f0b6efa27678f891d611e13953ff1cbc8ea741ea5368a8f0992a260b73304b3a"
)
Expand Down

0 comments on commit 774a24a

Please sign in to comment.