6
0

add new version 12.0.0

This commit is contained in:
mac-mini-003 2024-05-24 10:47:49 +02:00
parent 8b4c1527eb
commit 4055228932

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("11.1.1") .exact("12.0.0")
), ),
.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("10.1.1") .exact("11.0.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/11.1.1/WebIdIosIdentScanPlugin.framework-v11.1.1.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.0.0/WebIdIosIdentScanPlugin.framework-v12.0.0.zip",
checksum: "85aa18b95921cc4fb68fe655ca890b75f06dd5bbc50e68509e39649d4577b6ae" checksum: "38e5de18d50862719cd1ecca4e1e16ae233cee3d0e012b470dae2fae58d9b3ea"
), ),
.target( .target(
name: "WebIdIosIdentScanPluginWrapper", name: "WebIdIosIdentScanPluginWrapper",