diff --git a/Package.swift b/Package.swift index cec9f19..3d69bf9 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("12.1.2") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.2.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("13.2.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/14.2.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.2.0-SNAPSHOT-1250.zip", - checksum: "db7d792a057391489317e718b5acdd1082307a074435a4fee39b22a50ebd890b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.3.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.3.0-SNAPSHOT-1252.zip", + checksum: "ef1ceeafca8ebb2e8f3c22d64499f1fc636c3d5009fd1168e0735682fc1cbc53" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",