diff --git a/Package.swift b/Package.swift index 00cde56..bd47ebd 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/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("20.0.1") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("20.0.1") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("20.0.1") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .exact("20.0.1") + .branch("redesign-v4-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/20.0.4/WebIdVideoIdentProductPlugin.framework-v20.0.4-SNAPSHOT-1443.zip", - checksum: "4664930a1bc7d0decf9a130ec3d115fca3ac4ed1858099c39bf29d9c33767e22" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/20.0.5/WebIdVideoIdentProductPlugin.framework-v20.0.5-SNAPSHOT-1447.zip", + checksum: "18ad35a8f68dd06dde948dd59c309c058d24bcc248b3379276784c44b6b187d9" ), .target( name: "WebIdVideoIdentProductPluginWrapper",