diff --git a/Package.swift b/Package.swift index e572512..53fea67 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("snapshots") + .exact("21.1.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.0.1/WebIdIosIdentScanPlugin.framework-v22.0.1-SNAPSHOT-1606.zip", - checksum: "829f399dafe0ab7a08c1771b29c138973e1e2f54a2d58a0d103de3cf293d5caf" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.0.1/WebIdIosIdentScanPlugin.framework-v22.0.1-SNAPSHOT-1609.zip", + checksum: "bf7349b8e838300e5db977cf51464ecea3aa6c206022355d3ec3fcc0e28a7ddd" ), .target( name: "WebIdIosIdentScanPluginWrapper",