From b5e8334fcacf152d23d399dbfd0c77959ca9de7d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 20 Aug 2025 00:14:53 +0200 Subject: [PATCH] add new version 20.1.2-SNAPSHOT-1478 --- Package.swift | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/Package.swift b/Package.swift index 6727c04..d7b58b9 100644 --- a/Package.swift +++ b/Package.swift @@ -14,21 +14,6 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package( - name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-product-plugin-spm.git", - .branch("snapshots") - ), - .package( - name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-product-plugin-spm.git", - .branch("snapshots") - ), - .package( - name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-product-plugin-spm.git", - .branch("snapshots") - ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", @@ -53,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/20.1.2/WebIdMetaPlugin.framework-v20.1.2-SNAPSHOT-1477.zip", - checksum: "47019d28f7b2b816e97bf79832f3eed3c11224b438a2c890097c49134b3e8d79" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/20.1.2/WebIdMetaPlugin.framework-v20.1.2-SNAPSHOT-1478.zip", + checksum: "0a1b4c86ee513dee2cd1d8cc57e21effdd75076013caf09b85d8ab3781049b07" ), .target( name: "WebIdMetaPluginWrapper", @@ -62,9 +47,6 @@ let package = Package( .target(name: "WebIdMetaPlugin"), // [target dependecies here] - .product(name: "WebIdVideoIdProductPlugin", package: "WebIdVideoIdProductPlugin"), - .product(name: "WebIdVideoIdProductPlugin", package: "WebIdVideoIdProductPlugin"), - .product(name: "WebIdVideoIdProductPlugin", package: "WebIdVideoIdProductPlugin"), .product(name: "WebIdVideoIdentPlugin", package: "WebIdVideoIdentPlugin"), .product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"), .product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),