6
0

add new version 15.2.1

This commit is contained in:
mac-mini-003 2026-01-13 09:10:14 +01:00
parent 0ec71d6ecb
commit 154c7b0b73

View File

@ -17,29 +17,29 @@ let package = Package(
.package( .package(
name: "WebIdIosBankIdentPlugin", name: "WebIdIosBankIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm",
.exact("15.1.0") .exact("15.1.1")
), ),
.package( .package(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("15.1.0") .exact("15.1.1")
), ),
.package( .package(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("15.1.0") .exact("15.1.1")
), ),
.package( .package(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm",
.exact("15.1.0") .exact("15.1.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdPayProductPlugin", name: "WebIdPayProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/15.2.0/WebIdPayProductPlugin.framework-v15.2.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/15.2.1/WebIdPayProductPlugin.framework-v15.2.1.zip",
checksum: "335eae86ca73ed493b1d83fdff5a68b58dc27cf4c33c861f017e481624cdf8bc" checksum: "6a6c54356973942a6cb13c1803068c0843dc1f356b99f053a77291c05093e1d4"
), ),
.target( .target(
name: "WebIdPayProductPluginWrapper", name: "WebIdPayProductPluginWrapper",