diff --git a/Package.swift b/Package.swift index d6cf11d..2bbf960 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.2.1") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("21.2.1") + .branch("snapshots") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("21.0.4") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.4") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.1.2/WebIdEIdProductPlugin.framework-v22.1.2-SNAPSHOT-1641.zip", - checksum: "c35a9d782f68a06d382c12fda00b95711ba9d2e1c57c3908a233f9489e8ce386" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.2.2/WebIdEIdProductPlugin.framework-v22.2.2-SNAPSHOT-1651.zip", + checksum: "3a4d5d12552d5ce43dfe4354c95af4e7b2cc96bedd600b298c4022397272f26a" ), .target( name: "WebIdEIdProductPluginWrapper",