diff --git a/Package.swift b/Package.swift index 98850e6..3a5f60c 100644 --- a/Package.swift +++ b/Package.swift @@ -22,29 +22,29 @@ let package = Package( .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.0.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .branch("redesign-v4-snapshots") + .exact("20.0.1") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdMetaPlugin/20.0.4/WebIdMetaPlugin.framework-v20.0.4-SNAPSHOT-1441.zip", - checksum: "2f70ba2764f78761ea29f89dc0933161b76f03a7eceedf21417e79126e4899d1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdMetaPlugin/20.0.4/WebIdMetaPlugin.framework-v20.0.4-SNAPSHOT-1443.zip", + checksum: "3b56a55eac142e9befe2db2a3e75bb65811f3ea95bafd7677d5fd410586eb2c2" ), .target( name: "WebIdMetaPluginWrapper",