diff --git a/Package.swift b/Package.swift index 0b685a5..754cbce 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .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") ), .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: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.7.2") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.7.2/WebIdVideoIdentProductPlugin.framework-v13.7.2-SNAPSHOT-1285.zip", - checksum: "e389c3a71d29d841a18c63ce4aaed8f16089fcd85235498d737a3c78d7730aa7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.0.0/WebIdVideoIdentProductPlugin.framework-v15.0.0-SNAPSHOT-1290.zip", + checksum: "d2543ae88eb771fd78db66d8a69cb65289a0993263780e3888ad09c120217e4c" ), .target( name: "WebIdVideoIdentProductPluginWrapper",