diff --git a/Package.swift b/Package.swift index 8f7fd18..5116f3e 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", - .exact("11.0.0") + .branch("snapshots") ) ], 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-1285.zip", - checksum: "0f4e3a520f015287b8ae4fbca3309d0fecf77501b053190ae74c25b70a4776ac" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/12.0.1/WebIdDocumentScanner.framework-v12.0.1-SNAPSHOT-1286.zip", + checksum: "49bb5d29635303bd07205d283a124e35e4b8091d56357438ce0f57f9609b67b6" ), .target( name: "WebIdDocumentScannerWrapper",