7
0

add new version 15.1.0

This commit is contained in:
mac-mini-003 2026-01-11 01:02:07 +01:00 committed by Mario Rotz
parent 1f97a0198d
commit 7a9b634f7f

View File

@ -17,14 +17,14 @@ let package = Package(
.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.0.1") .exact("15.1.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/15.0.2/WebIdDocumentScanner.framework-v15.0.2.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/15.1.0/WebIdDocumentScanner.framework-v15.1.0.zip",
checksum: "aa515a797176e1a6826215c914161146f7521694b970c5885dc94e911d183471" checksum: "ed20867d0a27f25c7ec0d095c8284c3736b341af06b002d11ce33ea9d2a7ee8e"
), ),
.target( .target(
name: "WebIdDocumentScannerWrapper", name: "WebIdDocumentScannerWrapper",