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 ea5de42 commit d8b4503Copy full SHA for d8b4503
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.1.17/MSAL.zip", checksum: "c5430db93b88abee7ce6fea3fc3c43320312d16b5b559364d0231650aa228c00")
+ .binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.1.18/MSAL.zip", checksum: "8681a163ad6a26c5fa7c4290706e6628c64d8c26fb665d8df093081a98f93382")
17
]
18
)
0 commit comments