7
0

add new version 15.2.0

This commit is contained in:
mac-mini-003 2026-06-04 15:32:41 +02:00
parent 9b8633ed57
commit 1dc9c90709

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.1.1") .exact("15.2.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/15.1.2/WebIdDocumentScanner.framework-v15.1.2.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/15.2.0/WebIdDocumentScanner.framework-v15.2.0.zip",
checksum: "f300b93c65e57040bf2be18a55972b3355ec73f9cf2734c99536593566112b13" checksum: "aa94bb1a348b013a4f2ec391b1ebf340e7fdd45c9fe0eda49b42f0f60b57a4d9"
), ),
.target( .target(
name: "WebIdDocumentScannerWrapper", name: "WebIdDocumentScannerWrapper",