7
0

add new version 15.1.1

This commit is contained in:
mac-mini-003 2026-01-12 20:32:30 +01:00
parent 926429e51e
commit 680adaacb2

View File

@ -17,19 +17,19 @@ let package = Package(
.package( .package(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("15.1.0") .exact("15.1.1")
), ),
.package( .package(
name: "WebIdPluginCore", name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("15.1.0") .exact("15.1.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.1.0/WebIdIosIdentScanPlugin.framework-v15.1.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.1.1/WebIdIosIdentScanPlugin.framework-v15.1.1.zip",
checksum: "63c8a5038b91b32b551018902ee6e75c1ff6ba98766bf0d5d414396cc593006d" checksum: "9aa102528c8bc1bec58a3786e451b67f7a2b3f78c2868e1ea5c6cc49f8f9d4e1"
), ),
.target( .target(
name: "WebIdIosIdentScanPluginWrapper", name: "WebIdIosIdentScanPluginWrapper",