6
0

add new version 13.6.0

This commit is contained in:
mac-mini-003 2025-04-17 17:19:17 +02:00
parent e2dfb82d4c
commit 03bc2d13d4

View File

@ -17,34 +17,34 @@ let package = Package(
.package(
name: "WebIdVideoIdentProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git",
.exact("13.5.0")
.exact("13.6.0")
),
.package(
name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm",
.exact("10.4.0")
.exact("10.6.0")
),
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("11.2.0")
.exact("11.3.0")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("12.3.2")
.exact("12.4.0")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("12.3.2")
.exact("12.4.0")
)
],
targets: [
.binaryTarget(
name: "WebIdMetaPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.5.0/WebIdMetaPlugin.framework-v13.5.0.zip",
checksum: "027dc190c619a5ce1e33b7b828f00a134239970d17d37b07a3e604ed21afd7b9"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.6.0/WebIdMetaPlugin.framework-v13.6.0.zip",
checksum: "d19e698a81dab8b6509465f20ec6dd82a8417360ef3f8476ffbd4c90731d612f"
),
.target(
name: "WebIdMetaPluginWrapper",