6
0

add new version 12.0.1

This commit is contained in:
mac-mini-003 2024-06-20 14:31:30 +02:00
parent a7d7810d19
commit 2f96cd1acb

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("11.0.0") .exact("11.0.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/12.0.0/WebIdDocumentScanner.framework-v12.0.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/12.0.1/WebIdDocumentScanner.framework-v12.0.1.zip",
checksum: "d04100964f89774df4c5d1948b7ef9b3e33b9e36ed766a9adfc53fb917d18f3d" checksum: "192b08e0bbe1b79677be0e090933f6bbcfadd0a28123f673f8cdbb44630aae38"
), ),
.target( .target(
name: "WebIdDocumentScannerWrapper", name: "WebIdDocumentScannerWrapper",