6
0

add new version 13.7.3

This commit is contained in:
mac-mini-003 2025-09-01 10:59:54 +02:00
parent 6b6320b938
commit 44aac39546

View File

@ -17,34 +17,34 @@ let package = Package(
.package( .package(
name: "WebIdVideoIdentProductPlugin", name: "WebIdVideoIdentProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git",
.exact("15.0.1") .exact("13.7.3")
), ),
.package( .package(
name: "WebIdVideoIdentPlugin", name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm",
.exact("15.0.0") .exact("10.7.2")
), ),
.package( .package(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("15.0.0") .exact("11.4.2")
), ),
.package( .package(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("15.0.0") .exact("12.6.0")
), ),
.package( .package(
name: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("15.0.0") .exact("12.6.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdMetaPlugin", name: "WebIdMetaPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.0.1/WebIdMetaPlugin.framework-v15.0.1.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.7.3/WebIdMetaPlugin.framework-v13.7.3.zip",
checksum: "b2fae3b06355b8b1fef4209fc57a0e8b4c40b407acf69113739c4265b3184386" checksum: "bd3f77b171c7289bc438ee9dfda51fb97ff6ed935e2352aed38a38d45434b997"
), ),
.target( .target(
name: "WebIdMetaPluginWrapper", name: "WebIdMetaPluginWrapper",