diff --git a/Package.swift b/Package.swift index 88a6dbd..34e1ee0 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.1.0") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("20.1.0") + .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.1.0") + .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.5/WebIdAutoIdentOnDeviceProductPlugin.framework-v20.0.5-SNAPSHOT-1455.zip", - checksum: "77d44da9a56528e2d173a11b4f3a0ca11bede3b55c35d7438b6cf4467feb5db2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/20.1.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v20.1.1-SNAPSHOT-1457.zip", + checksum: "4b3dbbc2cdd4b2711490eb93d61a6dbf435525d220989e2e5f644be804e7c4d2" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",