diff --git a/Package.swift b/Package.swift index 0396a52..46504e9 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/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.6.0") + .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: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("5.5.2") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.4.2") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.7.2/WebIdEIdProductPlugin.framework-v13.7.2-SNAPSHOT-1285.zip", - checksum: "f4952162a85e847a899b0a1ebbb2365776c5c73b4da6a506d8fc3ed9cbfa12ce" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/15.0.0/WebIdEIdProductPlugin.framework-v15.0.0-SNAPSHOT-1290.zip", + checksum: "145d3e83ca6f52c513e128e3ec096d8b71e5ea49807d7a21b361a2ea6fc1fef4" ), .target( name: "WebIdEIdProductPluginWrapper",