diff --git a/Package.swift b/Package.swift index 0263764..493313c 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .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") ), .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: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.6.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.7.2/WebIdEIdOnServerProductPlugin.framework-v13.7.2-SNAPSHOT-1285.zip", - checksum: "e3aaa455901ea26dad0d215219005ff641002789dbfe994096d2c00f12314938" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.0.0/WebIdEIdOnServerProductPlugin.framework-v15.0.0-SNAPSHOT-1290.zip", + checksum: "3f03dafaa4382ad2936bf0f106668e18f6d094353a3abf82d94d438a49f77266" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",