diff --git a/Package.swift b/Package.swift index ab1c2e2..514b62e 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ 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: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .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: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("21.0.4") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .branch("snapshots") + .exact("21.0.4") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/22.2.4/WebIdAccountIdProductPlugin.framework-v22.2.4-SNAPSHOT-1656.zip", - checksum: "9061df7154b50e6d029a8954b981dea51191e6f0fbaf63f429ddcf104ba05ced" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/22.2.4/WebIdAccountIdProductPlugin.framework-v22.2.4-SNAPSHOT-1657.zip", + checksum: "032e7503382d05e2d00ac26bd26c4eb102d588497d53510df996797769a036ce" ), .target( name: "WebIdAccountIdProductPluginWrapper",