diff --git a/Package.swift b/Package.swift index 1397f52..b4db6d8 100644 --- a/Package.swift +++ b/Package.swift @@ -14,32 +14,13 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package( - name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("experimental") - ), - .package( - name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("experimental") - ), - .package( - name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .branch("experimental") - ), - .package( - name: "WebIdOnServerDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("experimental") - ) + ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.1.5/WebIdAutoIdProductPlugin.framework-v201.1.5-SNAPSHOT-1552.zip", - checksum: "290075ed5e092dc4a031f4d2a0e451bd00f26f857f1be012326a11b8eff7722f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.2.3/WebIdAutoIdProductPlugin.framework-v201.2.3-SNAPSHOT-1568.zip", + checksum: "02cba55d40670ac94472d756581990700a9fbb95670cc303a03f572a13d97cd3" ), .target( name: "WebIdAutoIdProductPluginWrapper", @@ -47,10 +28,6 @@ let package = Package( .target(name: "WebIdAutoIdProductPlugin"), // [target dependecies here] - .product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"), - .product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"), - .product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"), - .product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"), ] ) ],