diff --git a/Package.swift b/Package.swift index 9ffee38..592cb74 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .branch("snapshots") + .branch("legacy-snapshots") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.1/WebIdIosIdentScanPlugin.framework-v15.0.1-SNAPSHOT-1365.zip", - checksum: "3703d9cd30e875946403bce01a84f17cc4b38b81a001073a8f09e133425b612a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.1/WebIdIosIdentScanPlugin.framework-v15.0.1-SNAPSHOT-1368.zip", + checksum: "39905c75b188fc2c7c6c1327dcb16fc28bd7d15fa13ca63f3834ca7d2d81f712" ), .target( name: "WebIdIosIdentScanPluginWrapper",