diff --git a/Package.swift b/Package.swift index 4fdf753..069719a 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .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") ), .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: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .exact("20.0.2") + .branch("redesign-v4-snapshots") ), .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") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/20.0.4/WebIdEIdProductPlugin.framework-v20.0.4-SNAPSHOT-1443.zip", - checksum: "2257cb8296ff2a08564f35a5b081047dd8554a3c71c52bfe4ecd4a5232bdef82" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/20.0.5/WebIdEIdProductPlugin.framework-v20.0.5-SNAPSHOT-1447.zip", + checksum: "6032b39f4d8163bed72266d0903459ae5e4243fb040373f50d22c549db130eee" ), .target( name: "WebIdEIdProductPluginWrapper",