diff --git a/Package.swift b/Package.swift index 1766c49..4886bc2 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("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: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/12.0.3/WebIdAutoIdentOnServerProductPlugin.framework-v12.0.3-SNAPSHOT-1136.zip", - checksum: "396e204f4ac145ef24a38bc15941a7304be63669e9427d8c55dbf32ae94367ce" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/12.0.3/WebIdAutoIdentOnServerProductPlugin.framework-v12.0.3-SNAPSHOT-1139.zip", + checksum: "ae3ba8613cb802a683074a509abf11afda1835d17a23dc61e7dba49055db72ff" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",