diff --git a/Package.swift b/Package.swift index cc5faca..720a66b 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("21.2.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("21.2.1") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .branch("snapshots") + .exact("21.0.4") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("21.0.4") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.2.4/WebIdEIdProductPlugin.framework-v22.2.4-SNAPSHOT-1656.zip", - checksum: "613890e4acf0349b5e7726961b4da066d9147a88ee1a6583f3fe61b63d50adb9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.2.4/WebIdEIdProductPlugin.framework-v22.2.4-SNAPSHOT-1657.zip", + checksum: "64f8370965d7a2012bc1b870f668c57890da157da5f6a611f787fd01da1d1ff7" ), .target( name: "WebIdEIdProductPluginWrapper",