diff --git a/Package.swift b/Package.swift index 9033617..41a1f75 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-1553.zip", - checksum: "3cb7656bc7e41e0ecdd2193b397fc11c828d5e6e58e5b99377381fa13f949d15" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.2.2/WebIdAutoIdProductPlugin.framework-v201.2.2-SNAPSHOT-1565.zip", + checksum: "616a052761938b02a32e86d5f9ba7ad4611af2da64b5bf418da19a1af0d04e0a" ), .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"), ] ) ],