From 0a87e6cf317b4c6ff97242fb7cb49242dfd143aa Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 11 Nov 2025 12:11:27 +0100 Subject: [PATCH] add new version 201.1.5-SNAPSHOT-1553 --- Package.swift | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/Package.swift b/Package.swift index 674eb94..821689f 100644 --- a/Package.swift +++ b/Package.swift @@ -14,37 +14,32 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package( - name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git", - .exact("15.1.1") - ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("15.1.0") + .branch("experimental") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.1") + .branch("experimental") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.1") + .branch("experimental") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.0.1") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.1.1/WebIdMetaPlugin.framework-v15.1.1.zip", - checksum: "57c2483c5a8e4e89a458796f98070ac9b0242ad6f72bb80db463944945ac702d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdMetaPlugin/201.1.5/WebIdMetaPlugin.framework-v201.1.5-SNAPSHOT-1553.zip", + checksum: "fa1f5d99026ea1f937332d8a04b444ee505f6a3a7de6cae22b05a85bfdb8907b" ), .target( name: "WebIdMetaPluginWrapper", @@ -52,7 +47,6 @@ let package = Package( .target(name: "WebIdMetaPlugin"), // [target dependecies here] - .product(name: "WebIdVideoIdentProductPlugin", package: "WebIdVideoIdentProductPlugin"), .product(name: "WebIdVideoIdentPlugin", package: "WebIdVideoIdentPlugin"), .product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"), .product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),