add new version 21.0.1

This commit is contained in:
mac-mini-003 2025-08-28 17:11:38 +02:00
parent 7767da20b6
commit 96cc276558

View File

@ -17,34 +17,34 @@ let package = Package(
.package( .package(
name: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm",
.exact("20.2.0") .exact("20.2.1")
), ),
.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: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm",
.exact("20.2.0") .exact("20.2.1")
), ),
.package( .package(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm",
.exact("20.2.0") .exact("20.2.1")
), ),
.package( .package(
name: "WebIdIosBankIdentPlugin", name: "WebIdIosBankIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-bank-ident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-bank-ident-plugin-spm",
.exact("20.2.0") .exact("20.2.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAccountIdProductPlugin", name: "WebIdAccountIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/21.0.0/WebIdAccountIdProductPlugin.framework-v21.0.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/21.0.1/WebIdAccountIdProductPlugin.framework-v21.0.1.zip",
checksum: "4a88606211e036e8850aa2393395adef5fcc1e6451b382dd9bf102bd6509e208" checksum: "f82d1551804764f528e63ef135b093fac249ca6b65ad3e9b2bb0db5041871e85"
), ),
.target( .target(
name: "WebIdAccountIdProductPluginWrapper", name: "WebIdAccountIdProductPluginWrapper",