diff --git a/Package.swift b/Package.swift index 5f953d8..2b33e41 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("experimental") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.3.6/WebIdDocumentScanner.framework-v20.3.6-SNAPSHOT-1511.zip", - checksum: "2c0955bbb80e8f13f90b0c15a3ab3776f2a126dbd206c07f0ddde9cc7daf4d8a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.3.6/WebIdDocumentScanner.framework-v20.3.6-SNAPSHOT-1509.zip", + checksum: "1e4faa1c8f34945a6fcd6bb398087e1a358e582d99ded6aa7681d132767eb722" ), .target( name: "WebIdDocumentScannerWrapper",