diff --git a/Package.swift b/Package.swift index 539c3f3..41cd100 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("11.0.1") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/12.0.1/WebIdDocumentScanner.framework-v12.0.1-SNAPSHOT-1287.zip", - checksum: "75a42c78b34b5058a1984dfa5615de44226755e4bc0aa4dea9366d55df98a437" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/12.0.1/WebIdDocumentScanner.framework-v12.0.1-SNAPSHOT-1288.zip", + checksum: "5b1087d8566c77d41a08230c0a0b2eb4b91b4a2a21470307de02a6f31f29e087" ), .target( name: "WebIdDocumentScannerWrapper",