diff --git a/Package.swift b/Package.swift index 27e2f7c..9390fea 100644 --- a/Package.swift +++ b/Package.swift @@ -19,32 +19,17 @@ let package = Package( url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git", .branch("legacy-snapshots") ), - .package( - name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("15.2.1") - ), .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/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.2.1/WebIdMetaPlugin.framework-v15.2.1-SNAPSHOT-1350.zip", - checksum: "aa109c46a06306b832480414edcf5b3549876071c8d4d4f0bc6c909b53df76e0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.2.1/WebIdMetaPlugin.framework-v15.2.1-SNAPSHOT-1353.zip", + checksum: "b087f76987f33b0cf407bb9c588dfec805297f6f5624d551352f77495d670e90" ), .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"), ] ) ],