diff --git a/Package.swift b/Package.swift index dab4108..6597966 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .branch("snapshots") + .exact("4.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("10.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("11.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("11.1.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/12.0.3/WebIdEIdOnServerProductPlugin.framework-v12.0.3-SNAPSHOT-1136.zip", - checksum: "4abf82e6894920ee4bf18781cbbc825a2776c34e260c13f8da4dbf18acb87e1a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/12.0.3/WebIdEIdOnServerProductPlugin.framework-v12.0.3-SNAPSHOT-1139.zip", + checksum: "d9b1f4d30ccfd8e93515fded72e7b0f4e6a45cefb361aa0b60f8ae6d92c84b04" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",