diff --git a/Package.swift b/Package.swift index a482de0..e4df647 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,19 @@ let package = Package( .package( name: "WebIdVideoIdentProductPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git", - .exact("15.2.1") - ), - .package( - name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("15.2.1") + .exact("15.3.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", .exact("15.1.1") - ), - .package( - name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.1.1") - ), - .package( - name: "WebIdOnServerDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.1.1") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.2.1/WebIdMetaPlugin.framework-v15.2.1.zip", - checksum: "90302290ef19413797d910fc879f8261f9714f9e7dc9891e04feca07371fa3c6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.3.0/WebIdMetaPlugin.framework-v15.3.0.zip", + checksum: "a27adc8ec70f48a9ac5c6eb22e3717764758c7bc5bb2868951e4752383355f62" ), .target( name: "WebIdMetaPluginWrapper", @@ -53,10 +38,7 @@ let package = Package( // [target dependecies here] .product(name: "WebIdVideoIdentProductPlugin", package: "WebIdVideoIdentProductPlugin"), - .product(name: "WebIdVideoIdentPlugin", package: "WebIdVideoIdentPlugin"), .product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"), - .product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"), - .product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"), ] ) ],