diff --git a/Package.swift b/Package.swift index 5267ac8..a9677bb 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("22.1.0") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("22.1.1") + .branch("snapshots") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("22.1.1") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("22.1.1") + .branch("snapshots") ), .package( name: "WebIdCellCheckPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", - .exact("2.1.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.4.1/WebIdAutoIdProductPlugin.framework-v22.4.1-SNAPSHOT-1693.zip", - checksum: "594c477c7ff2ff52f3701ef052d9da90803ce69e4991bd494a0da539f3d9fe97" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.4.3/WebIdAutoIdProductPlugin.framework-v22.4.3-SNAPSHOT-1696.zip", + checksum: "c2b4b152a180effd94aa19246c04c37691ba022fd6db9928c1c96cac09e48e8a" ), .target( name: "WebIdAutoIdProductPluginWrapper",