6
0

add new version 13.7.3

This commit is contained in:
mac-mini-003 2025-09-01 10:59:44 +02:00
parent b1b8c9bcbb
commit 0cce198169

View File

@ -17,29 +17,29 @@ let package = Package(
.package( .package(
name: "WebIdEIdentPlugin", name: "WebIdEIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm",
.exact("15.0.0") .exact("5.5.2")
), ),
.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.0") .exact("11.4.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.0") .exact("12.6.0")
), ),
.package( .package(
name: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("15.0.0") .exact("12.6.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdEIdOnServerProductPlugin", name: "WebIdEIdOnServerProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.0.1/WebIdEIdOnServerProductPlugin.framework-v15.0.1.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.7.3/WebIdEIdOnServerProductPlugin.framework-v13.7.3.zip",
checksum: "9da3736f07b3e6f8a8dd63ab6ff900c4455afa981e5abb4667ff785ba11b6808" checksum: "648ef5253b726000e16e67f31d956c21ee64dc22b91fee7eee90233c65ae7a48"
), ),
.target( .target(
name: "WebIdEIdOnServerProductPluginWrapper", name: "WebIdEIdOnServerProductPluginWrapper",