diff --git a/Package.swift b/Package.swift index 49f0a09..afb88d8 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("20.3.0") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.2.2/WebIdDocumentScanner.framework-v20.2.2-SNAPSHOT-1483.zip", - checksum: "7a62339354d479de435a90392ed425bd170b9c8300f3d4fad2b2202f9d271da6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.2.2/WebIdDocumentScanner.framework-v20.2.2-SNAPSHOT-1489.zip", + checksum: "4c37d41f8b838df230c1fb9600755cffd38e25c0b0e1b870c46a7e2398fbc1d3" ), .target( name: "WebIdDocumentScannerWrapper",