diff --git a/Package.swift b/Package.swift index 2f5f53c..31c60be 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("10.4.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: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/13.7.2/WebIdPayOnServerProductPlugin.framework-v13.7.2-SNAPSHOT-1285.zip", - checksum: "6344a1d651c742db01e6a6a4fbda9f86ef367347dfc55aed846b7f86961d8204" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.0.0/WebIdPayOnServerProductPlugin.framework-v15.0.0-SNAPSHOT-1290.zip", + checksum: "021cd11681a64d3728063add3a4a94b7274e41dc03b06b9f2216fdda5bff4331" ), .target( name: "WebIdPayOnServerProductPluginWrapper",