diff --git a/Package.swift b/Package.swift index 1e7d3e7..220480e 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("experimental") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdIosIdentScanPlugin/200.3.6/WebIdIosIdentScanPlugin.framework-v200.3.6-SNAPSHOT-1546.zip", - checksum: "00b9c150c2168f794b64412668642053ed1938a4305e849f42c7d0d4f220761e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdIosIdentScanPlugin/22.0.1/WebIdIosIdentScanPlugin.framework-v22.0.1-SNAPSHOT-1607.zip", + checksum: "b05619d8ce8f1dfa6713280256178c48f4ded4af2fcdfa2d56cc612f663c7048" ), .target( name: "WebIdIosIdentScanPluginWrapper",