diff --git a/Package.swift b/Package.swift index 023a373..9fe55a5 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("9.0.1") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("10.0.0") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("11.0.0") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("11.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/12.0.2/WebIdPayOnServerProductPlugin.framework-v12.0.2-SNAPSHOT-1124.zip", - checksum: "23bee00cd143a55fc24da9ddd73a46a9a3b5072ff50dffcf7e6ddca5d3204ee3" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/12.0.2/WebIdPayOnServerProductPlugin.framework-v12.0.2-SNAPSHOT-1126.zip", + checksum: "08e2f1f3a04d1f0e74648756fd1188ebf2c0f17af208647609266c03b924f5b6" ), .target( name: "WebIdPayOnServerProductPluginWrapper",