diff --git a/Package.swift b/Package.swift index 646a2a5..44ba081 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/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.4.2") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.6.0") + .branch("snapshots") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.6.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.7.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.7.2-SNAPSHOT-1285.zip", - checksum: "a91dc9f99e76d151bb3592702d3a326f43a969adddce61b826a8f3d527bab2eb" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.0.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.0.0-SNAPSHOT-1290.zip", + checksum: "18304d12a2e86e1d224f5af5c1caeabad04668ebca86c9516262c241d93405cf" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",