diff --git a/Package.swift b/Package.swift index 4056d2e..b869de8 100644 --- a/Package.swift +++ b/Package.swift @@ -15,31 +15,31 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. .package( - name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.0.0") + name: "WebIdOnServerDocumentScanner", + url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.0") + .branch("snapshots") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("15.0.0") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/15.0.0/WebIdEIdProductPlugin.framework-v15.0.0-SNAPSHOT-1298.zip", - checksum: "37e4b41cad6e2203cece6517dadccab822acc9ac5689f0232315d02badf12f51" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/21.0.4/WebIdEIdProductPlugin.framework-v21.0.4-SNAPSHOT-1506.zip", + checksum: "61bc66c510c7240396e7e43a9d91b61741e55dc69360cbb82819dded81943558" ), .target( name: "WebIdEIdProductPluginWrapper", @@ -47,7 +47,7 @@ let package = Package( .target(name: "WebIdEIdProductPlugin"), // [target dependecies here] - .product(name: "WebIdOnDeviceDocumentScanner", package: "WebIdOnDeviceDocumentScanner"), + .product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"), .product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"), .product(name: "WebIdEIdentPlugin", package: "WebIdEIdentPlugin"), .product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"),