6
0

add new version 20.1.0

This commit is contained in:
mac-mini-003 2025-08-01 13:27:18 +02:00
parent 3120332ee7
commit 331192bcdf

View File

@ -17,19 +17,19 @@ let package = Package(
.package( .package(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git",
.exact("20.0.1") .exact("20.1.0")
), ),
.package( .package(
name: "WebIdPluginCore", name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.exact("20.0.0") .exact("20.1.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/20.0.1/WebIdIosIdentScanPlugin.framework-v20.0.1.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/20.1.0/WebIdIosIdentScanPlugin.framework-v20.1.0.zip",
checksum: "6b62912eabeed83246ae719da0b158fb06952939080ed676c7c583514e51bb12" checksum: "841b9188aeae57904ca2b009a77c0c1f23bc5597fd647e4cbdc1e1e59fc0a174"
), ),
.target( .target(
name: "WebIdIosIdentScanPluginWrapper", name: "WebIdIosIdentScanPluginWrapper",