6
0

add new version 15.1.3

This commit is contained in:
mac-mini-003 2025-12-04 15:33:16 +01:00
parent a68cf36ca9
commit 5c34667aad

View File

@ -22,24 +22,24 @@ let package = Package(
.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.0.1") .exact("15.0.2")
), ),
.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.0.1") .exact("15.0.2")
), ),
.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.0.1") .exact("15.0.2")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdPayProductPlugin", name: "WebIdPayProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/15.1.2/WebIdPayProductPlugin.framework-v15.1.2.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/15.1.3/WebIdPayProductPlugin.framework-v15.1.3.zip",
checksum: "d55a08423f99c77f3350bc849e77bd1eca39b0fd6b05ebf27e884e5bacb7f216" checksum: "47df9b45f08f6889057bfe9e1fcebdfae2cc87b1953c1fdad80f235ca7d519a9"
), ),
.target( .target(
name: "WebIdPayProductPluginWrapper", name: "WebIdPayProductPluginWrapper",