diff --git a/Package.swift b/Package.swift index 7365a07..29a058a 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/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("12.4.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("13.5.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .branch("redesign-v4-snapshots") + .exact("13.5.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.6.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.6.0-SNAPSHOT-1392.zip", - checksum: "35af2d38bb92a2cb12407e13ad7d5309653eaec6daa0823ad9cb9fbd067bfd89" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.6.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.6.0-SNAPSHOT-1394.zip", + checksum: "b544abc4bc5d026322e9c03d8a3a37e95784faa256778e0401e7a050bfa3aa18" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",