6
0

add new version 20.2.1

This commit is contained in:
mac-mini-003 2025-08-28 15:41:33 +02:00
parent 505b4c41a2
commit dddd5b6758

View File

@ -17,19 +17,19 @@ let package = Package(
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git",
.exact("20.2.0")
.exact("20.2.1")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.exact("20.2.0")
.exact("20.2.1")
)
],
targets: [
.binaryTarget(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/20.2.0/WebIdIosIdentScanPlugin.framework-v20.2.0.zip",
checksum: "e8d072160bef5a1f108b2df881a3ee835615064a263f6d9d24910c3ec79fe96d"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/20.2.1/WebIdIosIdentScanPlugin.framework-v20.2.1.zip",
checksum: "f8f11603d13f8184ded6a8f85518c193bee14eb684ffe7e657ac9a3453d07c30"
),
.target(
name: "WebIdIosIdentScanPluginWrapper",