6
0

add new version 20.2.1

This commit is contained in:
mac-mini-003 2025-08-28 15:42:00 +02:00
parent 49b1b546dc
commit a37f172d11

View File

@ -17,12 +17,12 @@ 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.2.0") .exact("20.2.1")
), ),
.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.2.0") .exact("20.2.1")
), ),
.package( .package(
name: "DocumentReader", name: "DocumentReader",
@ -38,8 +38,8 @@ let package = Package(
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.2.0/WebIdOnDeviceDocumentScanner.framework-v20.2.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.2.1/WebIdOnDeviceDocumentScanner.framework-v20.2.1.zip",
checksum: "265eb30efe65349064f6bdb311e33116f1b6c4bdc2739870b267d0bd360117b6" checksum: "c271b4c109d1e179882234e3ebf1ecd220f41367f9af000ff8dc953d4fb02138"
), ),
.target( .target(
name: "WebIdOnDeviceDocumentScannerWrapper", name: "WebIdOnDeviceDocumentScannerWrapper",