We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c5ddf commit 3584673Copy full SHA for 3584673
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/1.2.15/MSAL.zip", checksum: "c16eb6e457a73b1a216a870bcfce5dcff93cbdb481502c9687289ee86bb8b7c9")
+ .binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.2.16/MSAL.zip", checksum: "0cfd694efa62262a83b73afa7d22e72167aa177003dfd013dd0b1ef17ad15e37")
17
]
18
)
0 commit comments