diff --git a/Package.swift b/Package.swift index 5f223dc..cb1aea1 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.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.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.1.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/20.1.1/WebIdAutoIdentOnServerProductPlugin.framework-v20.1.1-SNAPSHOT-1457.zip", - checksum: "4c8620e9caafe4ba70e79709e286b99856ec3e58420f06f07a5f359d0365b235" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/20.1.1/WebIdAutoIdentOnServerProductPlugin.framework-v20.1.1-SNAPSHOT-1458.zip", + checksum: "bea900ecc531adc10410da44aab300470e45f8721066b0a87094ad2078ea2f5c" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",