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 7db99d3 commit 8d4b948Copy full SHA for 8d4b948
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.0/MSAL.zip", checksum: "2d68ee2e9470630281f308cd4993145665ef9c7134956fcce5cf04adb59fb374")
+ .binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/2.4.1/MSAL.zip", checksum: "80437c90a31172591529c5b304aa6bef1e865974622f047ef4bca6b0ff02f76e")
17
]
18
)
0 commit comments