6
0

add new version 13.0.2

This commit is contained in:
mac-mini-003 2024-06-26 08:42:36 +02:00
parent 14a2eb1ec7
commit e44c1d9f50

View File

@ -17,24 +17,24 @@ let package = Package(
.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: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm",
.exact("12.0.0")
.exact("12.0.1")
)
],
targets: [
.binaryTarget(
name: "WebIdAutoIdentOnDeviceProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.1.zip",
checksum: "762de8e5662294b24b4848af951ba95314aff6f47af328568829ca44b9bdb7ac"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.2.zip",
checksum: "00ec90ddf44b8c70f201f1597897b98d7f056e5f18c57463517423ab8cb11a63"
),
.target(
name: "WebIdAutoIdentOnDeviceProductPluginWrapper",