diff --git a/Package.swift b/Package.swift index a53f0a8..b20d806 100644 --- a/Package.swift +++ b/Package.swift @@ -14,32 +14,17 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package( - name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("21.0.1") - ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.1") - ), - .package( - name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("21.0.1") - ), - .package( - name: "WebIdOnServerDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.0.1") + .exact("21.0.2") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdMetaPlugin/22.0.1/WebIdMetaPlugin.framework-v22.0.1.zip", - checksum: "c1b03a15ec6d87d595e400e3a80660ee5c44f8e6ffc3630143fc134988c3ddf1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdMetaPlugin/22.0.2/WebIdMetaPlugin.framework-v22.0.2.zip", + checksum: "8bdc09b72df02325ce755c0da053ec4e1559c65c4ff7d957f8c69261f1544f18" ), .target( name: "WebIdMetaPluginWrapper", @@ -47,10 +32,7 @@ let package = Package( .target(name: "WebIdMetaPlugin"), // [target dependecies here] - .product(name: "WebIdVideoIdentPlugin", package: "WebIdVideoIdentPlugin"), .product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"), - .product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"), - .product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"), ] ) ],