diff --git a/Package.swift b/Package.swift index 0866d50..66f3f94 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.git", - .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.git", - .exact("11.0.0") + .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: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("9.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/12.0.2/WebIdVideoIdentProductPlugin.framework-v12.0.2-SNAPSHOT-1124.zip", - checksum: "34b3dd3c215464fa85e233b7aa75ad3f29f6b384393109ce9536ca0527d924f9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/12.0.2/WebIdVideoIdentProductPlugin.framework-v12.0.2-SNAPSHOT-1126.zip", + checksum: "d35a44cb00d1faf8076c02991a2158038c5bbc0f7747fc52dc6a4ed07fe3f229" ), .target( name: "WebIdVideoIdentProductPluginWrapper",