diff --git a/Package.swift b/Package.swift index d9e17ba..4fdf753 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .branch("redesign-v4-snapshots") + .exact("20.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.0.1") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.0.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.0.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/20.0.4/WebIdEIdProductPlugin.framework-v20.0.4-SNAPSHOT-1441.zip", - checksum: "2470d676bf0e1a1e2852d570e1ec56ff2c4cee021fa9d57b499cbb11b86adcc6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/20.0.4/WebIdEIdProductPlugin.framework-v20.0.4-SNAPSHOT-1443.zip", + checksum: "2257cb8296ff2a08564f35a5b081047dd8554a3c71c52bfe4ecd4a5232bdef82" ), .target( name: "WebIdEIdProductPluginWrapper",