diff --git a/Package.swift b/Package.swift index 4f11dc6..c5c1bf0 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("20.0.1") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("20.0.1") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("20.0.1") + .branch("redesign-v4-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/20.0.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v20.0.4-SNAPSHOT-1443.zip", - checksum: "41a71f006fdc4f5f981f7c8ecd5d13c9afe47924f1c666f1e656d00093361ccf" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/20.0.5/WebIdAutoIdentOnDeviceProductPlugin.framework-v20.0.5-SNAPSHOT-1447.zip", + checksum: "783ea0533e31bdd85559f7c12fa08f8f43e195b4227adac4463f4c4dd326287c" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",