diff --git a/Package.swift b/Package.swift index 85fe9b4..6a0075d 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .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: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/20.0.4/WebIdAutoIdentOnServerProductPlugin.framework-v20.0.4-SNAPSHOT-1441.zip", - checksum: "bff175e40909f5de6e3e8d7e77e4ce83ced9098c7d55e59cf546903c5391179f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/20.0.4/WebIdAutoIdentOnServerProductPlugin.framework-v20.0.4-SNAPSHOT-1443.zip", + checksum: "a11adbbb465ab24ae2de1ac9893d49bd99a825e8b01921c8f9d5a1c415d026d3" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",