diff --git a/Package.swift b/Package.swift index cd1e641..d762168 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/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("legacy-snapshots") + .exact("15.1.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("legacy-snapshots") + .exact("15.1.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("legacy-snapshots") + .exact("15.1.2") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.3.1/WebIdAutoIdentOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip", - checksum: "ae4b16823140ae8a956565516c5a802142f2342deab9d83de5699e0ea0308c71" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.3.1/WebIdAutoIdentOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip", + checksum: "30deb0544cff3c97ce3956825fede2282bd6a5ed7d95a8039a8bbbced0d70c99" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",