diff --git a/Package.swift b/Package.swift index 4e1fa98..a7c5fc7 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("10.1.1") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/11.1.0/WebIdDocumentScanner.framework-v11.1.0-SNAPSHOT-1262.zip", - checksum: "1189023a5445e5b3c790a8d869cba7be780c3cfa3f5afad908f566c274e8eebf" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/11.1.0/WebIdDocumentScanner.framework-v11.1.0-SNAPSHOT-1263.zip", + checksum: "b46dafeddfac6522db5adb3efeb712841e8e66aabbd825df6788a0136674a90d" ), .target( name: "WebIdDocumentScannerWrapper",