6
0

add new version 13.5.2

This commit is contained in:
mac-mini-003 2025-05-27 00:08:57 +02:00
parent e517c9663e
commit c2a30067cd

View File

@ -17,19 +17,19 @@ let package = Package(
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git",
.exact("13.5.0")
.exact("13.5.2")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.exact("13.5.0")
.exact("13.5.2")
)
],
targets: [
.binaryTarget(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.5.0/WebIdIosIdentScanPlugin.framework-v13.5.0.zip",
checksum: "9c58564d667a78a1cb8a65b7531dfcaeaf917c9e8cacd7fb14ef4ed9216f5a48"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.5.2/WebIdIosIdentScanPlugin.framework-v13.5.2.zip",
checksum: "7340e5932db815a699159e787b10d179716bfa557b82138650f6d9ddd23adffa"
),
.target(
name: "WebIdIosIdentScanPluginWrapper",