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 c38402f commit d1df339Copy full SHA for d1df339
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.3.0/MSAL.zip", checksum: "e2dea98dc10d0e063fbf11414e875d8b602d7503ceab1e9bede40f31928c0469")
+ .binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/2.4.0/MSAL.zip", checksum: "2d68ee2e9470630281f308cd4993145665ef9c7134956fcce5cf04adb59fb374")
17
]
18
)
0 commit comments