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 79ad4e3 commit 3880183Copy full SHA for 3880183
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.2/MSAL.zip", checksum: "4bd60f212fdd011c4d4bddbad91d6320d3ea46d92a07c480e4a5628cac77ecee")
+ .binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.2.3/MSAL.zip", checksum: "7e132fd20cd0cd45acfdefdc00ee46e983fee3e7fec8ab6f5289afff0223f8a0")
17
]
18
)
0 commit comments