We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3664d8d commit 6640c14Copy full SHA for 6640c14
Package.swift
@@ -13,6 +13,6 @@ let package = Package(
13
targets: ["MSAL"]),
14
],
15
targets: [
16
- .binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/2.4.2/MSAL.zip", checksum: "283a8a772ae5526cbc10af76043cabba612993ba62e32357a71cf24b69e402d3")
+ .binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/2.5.0/MSAL.zip", checksum: "87f3ce35097787303bc9df12232ebaa7de7111442c56a89aefbf03070ec7fd2d")
17
]
18
)
0 commit comments