6
0

add new version 12.0.4-SNAPSHOT-1150

This commit is contained in:
mac-mini-003 2024-05-13 17:16:11 +02:00
parent bce3ae8837
commit 1efcdcb03b

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("10.0.1") .exact("10.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("11.1.0") .exact("11.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("11.1.0") .exact("11.1.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdPayProductPlugin", name: "WebIdPayProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/12.0.4/WebIdPayProductPlugin.framework-v12.0.4-SNAPSHOT-1149.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/12.0.4/WebIdPayProductPlugin.framework-v12.0.4-SNAPSHOT-1150.zip",
checksum: "79ea9612948fd72ff4a79ff922e47439bb71ad6fb2ec48e69c3bb3feda0891e6" checksum: "e1a5e27e0b04d24ef35cfafe5d2ad027345f0b7df5dbdc47dd811d1be7790f8e"
), ),
.target( .target(
name: "WebIdPayProductPluginWrapper", name: "WebIdPayProductPluginWrapper",