6
0

add new version 13.0.2

This commit is contained in:
mac-mini-003 2024-06-26 08:42:44 +02:00
parent 989e844b53
commit 6d436ce220

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("5.0.0")
.exact("5.0.1")
),
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("11.0.0")
.exact("11.0.1")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("12.0.0")
.exact("12.0.1")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("12.0.0")
.exact("12.0.1")
)
],
targets: [
.binaryTarget(
name: "WebIdEIdOnServerProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.0.1/WebIdEIdOnServerProductPlugin.framework-v13.0.1.zip",
checksum: "bd51cc409183e4b6a53acbc65e4f2bd0afcb0d1d65588004c84aae4e04723860"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.0.2/WebIdEIdOnServerProductPlugin.framework-v13.0.2.zip",
checksum: "4a85e739a419b07c221ecdd7676619f5c1a57f6aea793ab89f45f052098db72b"
),
.target(
name: "WebIdEIdOnServerProductPluginWrapper",