diff --git a/Package.swift b/Package.swift index 53b9193..54029d3 100644 --- a/Package.swift +++ b/Package.swift @@ -17,14 +17,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: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/22.0.1/WebIdDocumentScanner.framework-v22.0.1-SNAPSHOT-1606.zip", - checksum: "1bbad9fb88c7ed12f1744a25a2e0a1996f122c57533a50c5a04a076bbb4b75d0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/22.0.1/WebIdDocumentScanner.framework-v22.0.1-SNAPSHOT-1609.zip", + checksum: "c5fb4c8b127eda488313219652f39e1abc3b6d6c10d32ba2e32ac00df7f773fd" ), .target( name: "WebIdDocumentScannerWrapper",