diff --git a/Package.swift b/Package.swift index 1ea8f96..db24a8a 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", - .branch("snapshots") + .exact("22.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("22.0.0") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .branch("snapshots") + .exact("22.0.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("22.0.0") ), .package( name: "WebIdCellCheckPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", - .branch("snapshots") + .exact("2.0.5") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.3.2/WebIdAutoIdProductPlugin.framework-v22.3.2-SNAPSHOT-1678.zip", - checksum: "b0e1b6b8ab910cccde227734469941d815c963bde12019d12fe283107a5fbfb7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.3.2/WebIdAutoIdProductPlugin.framework-v22.3.2-SNAPSHOT-1680.zip", + checksum: "9c171a9089e76ca3b2124651dd9a6d3014f89f974e302316fb0cbbab460a2dc1" ), .target( name: "WebIdAutoIdProductPluginWrapper",