diff --git a/Package.swift b/Package.swift index b04d44a..9a34f48 100644 --- a/Package.swift +++ b/Package.swift @@ -18,18 +18,13 @@ let package = Package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", .branch("snapshots") - ), - .package( - name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm", - .exact("11.0.1") ) ], targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1289.zip", - checksum: "584c2346bcdf9da6c491b2e0c8e282f7e5b72ca6948986ea88e4dab276352b38" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1290.zip", + checksum: "6dec7e64011f95c5a8b1dbe764c525466091386c65011fbd0ec8ed4a9f325ddf" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper", @@ -38,7 +33,6 @@ let package = Package( // [target dependecies here] .product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"), - .product(name: "WebIdPluginCore", package: "WebIdPluginCore"), ] ) ],