6
0

add new version 13.0.0

This commit is contained in:
mac-mini-003 2024-05-28 10:25:33 +02:00
parent 31c7c99245
commit 97a4ba555e

View File

@ -17,29 +17,29 @@ let package = Package(
.package(
name: "WebIdEIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm",
.exact("4.0.1")
.exact("5.0.0")
),
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("10.0.2")
.exact("11.0.0")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("11.1.1")
.exact("12.0.0")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("11.1.1")
.exact("12.0.0")
)
],
targets: [
.binaryTarget(
name: "WebIdEIdOnServerProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/12.0.4/WebIdEIdOnServerProductPlugin.framework-v12.0.4.zip",
checksum: "dd005013c7f6e3463410354dfa3b585114582bd87ad5cfa5b6be09641a448d54"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.0.0/WebIdEIdOnServerProductPlugin.framework-v13.0.0.zip",
checksum: "3bc24333b454729920aec8762b0c82fa2cf8e108e9a55357aeeed371f0277a1e"
),
.target(
name: "WebIdEIdOnServerProductPluginWrapper",