Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.2.18 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Veena11 committed Oct 17, 2023
1 parent 485046c commit 838301c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ let package = Package(
targets: ["MSAL"]),
],
targets: [
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.2.17/MSAL.zip", checksum: "5e5bab378975659daa7ff2c73bf4ab4d3cc4696c227ac5c6a94e32359db195e5")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.2.18/MSAL.zip", checksum: "b238e3f93c505fb6a43d7f23d4e017faa335b9b0cc902b5ca0bf12fe2fd072c7")
]
)

0 comments on commit 838301c

Please sign in to comment.