diff --git a/Package.swift b/Package.swift index e082fa2..61a9173 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.0.0") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.4.2/WebIdDocumentScanner.framework-v20.4.2-SNAPSHOT-1531.zip", - checksum: "12e899bf1836f18196da0d56403c96cfe575ccaf976d7dbb2f79c8c595bab905" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.4.2/WebIdDocumentScanner.framework-v20.4.2-SNAPSHOT-1535.zip", + checksum: "386bfaf6fea86b15a1eee1f539341398a8a65af6d6316e4e8112ca4f210fa4fc" ), .target( name: "WebIdDocumentScannerWrapper",